aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Langlois <pierre.langlois@arm.com>2016-03-04 18:09:58 +0000
committerPierre Langlois <pierre.langlois@arm.com>2016-05-13 13:44:58 +0100
commit7e800f01716dfef5d54bc1b3be9d1b92c7b56c26 (patch)
tree8d17e87e320172fb0a3f762d39faaaeec5571b02
parent75c67dfc78a0d0af35452f077a6893c28916c61a (diff)
downloadkdbinder-7e800f01716dfef5d54bc1b3be9d1b92c7b56c26.tar.gz
libkdbinder: Update copyright year to 2016
-rw-r--r--include/kdbinder/binder/Binder.h2
-rw-r--r--include/kdbinder/binder/BpBinder.h2
-rw-r--r--include/kdbinder/binder/IBinder.h2
-rw-r--r--include/kdbinder/binder/IInterface.h2
-rw-r--r--include/kdbinder/binder/IPCThreadState.h2
-rw-r--r--include/kdbinder/binder/IPermissionController.h2
-rw-r--r--include/kdbinder/binder/IServiceManager.h2
-rw-r--r--include/kdbinder/binder/Parcel.h2
-rw-r--r--include/kdbinder/binder/PermissionCache.h2
-rw-r--r--include/kdbinder/binder/ProcessState.h2
-rw-r--r--include/kdbinder/kdbus/KDBinder.h2
-rw-r--r--include/kdbinder/kdbus/bus.h2
-rw-r--r--include/kdbinder/kdbus/connection.h2
-rw-r--r--include/kdbinder/kdbus/globals.h2
-rw-r--r--include/kdbinder/kdbus/item.h2
-rw-r--r--include/kdbinder/kdbus/message.h2
-rw-r--r--include/kdbinder/private/binder/Static.h2
-rw-r--r--libs/kdbinder/Android.mk2
-rw-r--r--libs/kdbinder/binder/Binder.cpp2
-rw-r--r--libs/kdbinder/binder/BpBinder.cpp2
-rw-r--r--libs/kdbinder/binder/IInterface.cpp2
-rw-r--r--libs/kdbinder/binder/IPCThreadState.cpp2
-rw-r--r--libs/kdbinder/binder/IPermissionController.cpp2
-rw-r--r--libs/kdbinder/binder/IServiceManager.cpp2
-rw-r--r--libs/kdbinder/binder/PermissionCache.cpp2
-rw-r--r--libs/kdbinder/binder/ProcessState.cpp2
-rw-r--r--libs/kdbinder/binder/Static.cpp2
-rw-r--r--libs/kdbinder/kdbus/bus.cpp2
-rw-r--r--libs/kdbinder/kdbus/command.h2
-rw-r--r--libs/kdbinder/kdbus/connection.cpp2
-rw-r--r--libs/kdbinder/kdbus/item.cpp2
-rw-r--r--libs/kdbinder/kdbus/iterable.cpp2
-rw-r--r--libs/kdbinder/kdbus/iterable.h2
-rw-r--r--libs/kdbinder/kdbus/message.cpp2
-rw-r--r--libs/kdbinder/tests/Android.mk2
-rw-r--r--libs/kdbinder/tests/kdbinderTest.cpp2
-rw-r--r--libs/kdbinder/tests/kdbus/bus.cpp2
-rw-r--r--libs/kdbinder/tests/kdbus/connection.cpp2
38 files changed, 38 insertions, 38 deletions
diff --git a/include/kdbinder/binder/Binder.h b/include/kdbinder/binder/Binder.h
index b08a5dd..9e0838a 100644
--- a/include/kdbinder/binder/Binder.h
+++ b/include/kdbinder/binder/Binder.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/binder/BpBinder.h b/include/kdbinder/binder/BpBinder.h
index f1a38b7..8aa8306 100644
--- a/include/kdbinder/binder/BpBinder.h
+++ b/include/kdbinder/binder/BpBinder.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/binder/IBinder.h b/include/kdbinder/binder/IBinder.h
index b21b509..7daddb7 100644
--- a/include/kdbinder/binder/IBinder.h
+++ b/include/kdbinder/binder/IBinder.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/binder/IInterface.h b/include/kdbinder/binder/IInterface.h
index 8e92e9f..66f2168 100644
--- a/include/kdbinder/binder/IInterface.h
+++ b/include/kdbinder/binder/IInterface.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/binder/IPCThreadState.h b/include/kdbinder/binder/IPCThreadState.h
index ed5e58f..acf4233 100644
--- a/include/kdbinder/binder/IPCThreadState.h
+++ b/include/kdbinder/binder/IPCThreadState.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/binder/IPermissionController.h b/include/kdbinder/binder/IPermissionController.h
index c062955..c48c9cf 100644
--- a/include/kdbinder/binder/IPermissionController.h
+++ b/include/kdbinder/binder/IPermissionController.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/binder/IServiceManager.h b/include/kdbinder/binder/IServiceManager.h
index 3f91d60..1d368ca 100644
--- a/include/kdbinder/binder/IServiceManager.h
+++ b/include/kdbinder/binder/IServiceManager.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/binder/Parcel.h b/include/kdbinder/binder/Parcel.h
index 5609fb9..db9764c 100644
--- a/include/kdbinder/binder/Parcel.h
+++ b/include/kdbinder/binder/Parcel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/binder/PermissionCache.h b/include/kdbinder/binder/PermissionCache.h
index ad6c1f0..50f4eca 100644
--- a/include/kdbinder/binder/PermissionCache.h
+++ b/include/kdbinder/binder/PermissionCache.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/binder/ProcessState.h b/include/kdbinder/binder/ProcessState.h
index eba5bb9..d1fb620 100644
--- a/include/kdbinder/binder/ProcessState.h
+++ b/include/kdbinder/binder/ProcessState.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/kdbus/KDBinder.h b/include/kdbinder/kdbus/KDBinder.h
index e8a00c8..39ac95a 100644
--- a/include/kdbinder/kdbus/KDBinder.h
+++ b/include/kdbinder/kdbus/KDBinder.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/kdbus/bus.h b/include/kdbinder/kdbus/bus.h
index 008943a..26570d2 100644
--- a/include/kdbinder/kdbus/bus.h
+++ b/include/kdbinder/kdbus/bus.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/kdbus/connection.h b/include/kdbinder/kdbus/connection.h
index 6f282e7..33ccd5a 100644
--- a/include/kdbinder/kdbus/connection.h
+++ b/include/kdbinder/kdbus/connection.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/kdbus/globals.h b/include/kdbinder/kdbus/globals.h
index e75c1fe..dc41a87 100644
--- a/include/kdbinder/kdbus/globals.h
+++ b/include/kdbinder/kdbus/globals.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/kdbus/item.h b/include/kdbinder/kdbus/item.h
index 9dbc37c..566a48a 100644
--- a/include/kdbinder/kdbus/item.h
+++ b/include/kdbinder/kdbus/item.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/kdbus/message.h b/include/kdbinder/kdbus/message.h
index 257252d..d2ee9e2 100644
--- a/include/kdbinder/kdbus/message.h
+++ b/include/kdbinder/kdbus/message.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/include/kdbinder/private/binder/Static.h b/include/kdbinder/private/binder/Static.h
index f95994e..258acb6 100644
--- a/include/kdbinder/private/binder/Static.h
+++ b/include/kdbinder/private/binder/Static.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/Android.mk b/libs/kdbinder/Android.mk
index 1d9d64c..3f1c4e2 100644
--- a/libs/kdbinder/Android.mk
+++ b/libs/kdbinder/Android.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 The Android Open Source Project
+# Copyright (C) 2016 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/binder/Binder.cpp b/libs/kdbinder/binder/Binder.cpp
index ecd1482..dd72603 100644
--- a/libs/kdbinder/binder/Binder.cpp
+++ b/libs/kdbinder/binder/Binder.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/binder/BpBinder.cpp b/libs/kdbinder/binder/BpBinder.cpp
index abef5d1..e095793 100644
--- a/libs/kdbinder/binder/BpBinder.cpp
+++ b/libs/kdbinder/binder/BpBinder.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/binder/IInterface.cpp b/libs/kdbinder/binder/IInterface.cpp
index 7e075e6..629f0f2 100644
--- a/libs/kdbinder/binder/IInterface.cpp
+++ b/libs/kdbinder/binder/IInterface.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/binder/IPCThreadState.cpp b/libs/kdbinder/binder/IPCThreadState.cpp
index 0140aae..4e96df5 100644
--- a/libs/kdbinder/binder/IPCThreadState.cpp
+++ b/libs/kdbinder/binder/IPCThreadState.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/binder/IPermissionController.cpp b/libs/kdbinder/binder/IPermissionController.cpp
index 739873a..1995b20 100644
--- a/libs/kdbinder/binder/IPermissionController.cpp
+++ b/libs/kdbinder/binder/IPermissionController.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/binder/IServiceManager.cpp b/libs/kdbinder/binder/IServiceManager.cpp
index 87650fa..d701d39 100644
--- a/libs/kdbinder/binder/IServiceManager.cpp
+++ b/libs/kdbinder/binder/IServiceManager.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/binder/PermissionCache.cpp b/libs/kdbinder/binder/PermissionCache.cpp
index ce4721d..998b678 100644
--- a/libs/kdbinder/binder/PermissionCache.cpp
+++ b/libs/kdbinder/binder/PermissionCache.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/binder/ProcessState.cpp b/libs/kdbinder/binder/ProcessState.cpp
index 8ea144d..03a73d3 100644
--- a/libs/kdbinder/binder/ProcessState.cpp
+++ b/libs/kdbinder/binder/ProcessState.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/binder/Static.cpp b/libs/kdbinder/binder/Static.cpp
index 27e15f4..c18f72c 100644
--- a/libs/kdbinder/binder/Static.cpp
+++ b/libs/kdbinder/binder/Static.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/kdbus/bus.cpp b/libs/kdbinder/kdbus/bus.cpp
index a62e1a2..9931c0f 100644
--- a/libs/kdbinder/kdbus/bus.cpp
+++ b/libs/kdbinder/kdbus/bus.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/kdbus/command.h b/libs/kdbinder/kdbus/command.h
index d94a1ec..e5ccd3d 100644
--- a/libs/kdbinder/kdbus/command.h
+++ b/libs/kdbinder/kdbus/command.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/kdbus/connection.cpp b/libs/kdbinder/kdbus/connection.cpp
index 71a829f..e1a2b27 100644
--- a/libs/kdbinder/kdbus/connection.cpp
+++ b/libs/kdbinder/kdbus/connection.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/kdbus/item.cpp b/libs/kdbinder/kdbus/item.cpp
index 3929055..79a9ea1 100644
--- a/libs/kdbinder/kdbus/item.cpp
+++ b/libs/kdbinder/kdbus/item.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/kdbus/iterable.cpp b/libs/kdbinder/kdbus/iterable.cpp
index b7093ec..ce82b30 100644
--- a/libs/kdbinder/kdbus/iterable.cpp
+++ b/libs/kdbinder/kdbus/iterable.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/kdbus/iterable.h b/libs/kdbinder/kdbus/iterable.h
index 1a80d00..f6ac219 100644
--- a/libs/kdbinder/kdbus/iterable.h
+++ b/libs/kdbinder/kdbus/iterable.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/kdbus/message.cpp b/libs/kdbinder/kdbus/message.cpp
index 94161ee..a3ca35a 100644
--- a/libs/kdbinder/kdbus/message.cpp
+++ b/libs/kdbinder/kdbus/message.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/tests/Android.mk b/libs/kdbinder/tests/Android.mk
index 00660f5..5a7a11b 100644
--- a/libs/kdbinder/tests/Android.mk
+++ b/libs/kdbinder/tests/Android.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 The Android Open Source Project
+# Copyright (C) 2016 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/tests/kdbinderTest.cpp b/libs/kdbinder/tests/kdbinderTest.cpp
index b4864f2..e869a1f 100644
--- a/libs/kdbinder/tests/kdbinderTest.cpp
+++ b/libs/kdbinder/tests/kdbinderTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/tests/kdbus/bus.cpp b/libs/kdbinder/tests/kdbus/bus.cpp
index 3c67d9b..f9c3d1d 100644
--- a/libs/kdbinder/tests/kdbus/bus.cpp
+++ b/libs/kdbinder/tests/kdbus/bus.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/libs/kdbinder/tests/kdbus/connection.cpp b/libs/kdbinder/tests/kdbus/connection.cpp
index 68bb65f..5c60f9e 100644
--- a/libs/kdbinder/tests/kdbus/connection.cpp
+++ b/libs/kdbinder/tests/kdbus/connection.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.