aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-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
21 files changed, 21 insertions, 21 deletions
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.