diff options
Diffstat (limited to 'java-compat/test/android/controller')
4 files changed, 4 insertions, 4 deletions
diff --git a/java-compat/test/android/controller/build.gradle b/java-compat/test/android/controller/build.gradle index b3c11c6a22e..10f090449ab 100644 --- a/java-compat/test/android/controller/build.gradle +++ b/java-compat/test/android/controller/build.gradle @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/java-compat/test/android/controller/gradle.properties b/java-compat/test/android/controller/gradle.properties index 241167748c8..317079e29dc 100644 --- a/java-compat/test/android/controller/gradle.properties +++ b/java-compat/test/android/controller/gradle.properties @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/java-compat/test/android/controller/src/main/java/com/zeroc/testcontroller/ControllerActivity.java b/java-compat/test/android/controller/src/main/java/com/zeroc/testcontroller/ControllerActivity.java index 85b478e0621..fbfd7ab9f07 100644 --- a/java-compat/test/android/controller/src/main/java/com/zeroc/testcontroller/ControllerActivity.java +++ b/java-compat/test/android/controller/src/main/java/com/zeroc/testcontroller/ControllerActivity.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/java-compat/test/android/controller/src/main/java/com/zeroc/testcontroller/ControllerApp.java b/java-compat/test/android/controller/src/main/java/com/zeroc/testcontroller/ControllerApp.java index 3bf258a3645..04001970377 100644 --- a/java-compat/test/android/controller/src/main/java/com/zeroc/testcontroller/ControllerApp.java +++ b/java-compat/test/android/controller/src/main/java/com/zeroc/testcontroller/ControllerApp.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. |