diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-06-02 09:59:59 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-06-02 09:59:59 -0400 |
commit | 9e91632d8c3842bdc78db19b32176c43c0574218 (patch) | |
tree | 64e35e68b3d51e363469d47aa1d5db3bbd0882d8 /java-compat/src | |
parent | Target platform install dir (diff) | |
download | ice-9e91632d8c3842bdc78db19b32176c43c0574218.tar.bz2 ice-9e91632d8c3842bdc78db19b32176c43c0574218.tar.xz ice-9e91632d8c3842bdc78db19b32176c43c0574218.zip |
Fixed missing or mangled copyright notice
Diffstat (limited to 'java-compat/src')
5 files changed, 39 insertions, 0 deletions
diff --git a/java-compat/src/Ice/src/main/java/Ice/DispatchInterceptorAsyncCallback.java b/java-compat/src/Ice/src/main/java/Ice/DispatchInterceptorAsyncCallback.java index 78564160b33..0d7774186fd 100644 --- a/java-compat/src/Ice/src/main/java/Ice/DispatchInterceptorAsyncCallback.java +++ b/java-compat/src/Ice/src/main/java/Ice/DispatchInterceptorAsyncCallback.java @@ -1,3 +1,6 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2017 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/src/IceBT/src/main/java/android/bluetooth/BluetoothAdapter.java b/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothAdapter.java index 8d00d879d3b..4807d5babad 100644 --- a/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothAdapter.java +++ b/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothAdapter.java @@ -1,3 +1,12 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2017 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. +// +// ********************************************************************** + // // This is a placeholder for the Android API. It is not included in the IceBT JAR file. // diff --git a/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothDevice.java b/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothDevice.java index 7fbee8880de..213e10a29ec 100644 --- a/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothDevice.java +++ b/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothDevice.java @@ -1,3 +1,12 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2017 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. +// +// ********************************************************************** + // // This is a placeholder for the Android API. It is not included in the IceBT JAR file. // diff --git a/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothServerSocket.java b/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothServerSocket.java index c6e6f2a6978..71e57863241 100644 --- a/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothServerSocket.java +++ b/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothServerSocket.java @@ -1,3 +1,12 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2017 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. +// +// ********************************************************************** + // // This is a placeholder for the Android API. It is not included in the IceBT JAR file. // diff --git a/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothSocket.java b/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothSocket.java index 80470a11a52..58a284945e8 100644 --- a/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothSocket.java +++ b/java-compat/src/IceBT/src/main/java/android/bluetooth/BluetoothSocket.java @@ -1,3 +1,12 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2017 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. +// +// ********************************************************************** + // // This is a placeholder for the Android API. It is not included in the IceBT JAR file. // |