diff options
author | 2017-11-16 03:34:55 +0000 | |
---|---|---|
committer | 2017-11-16 03:34:55 +0000 | |
commit | 42753a512e2719ca078851a62760a19890641e6f (patch) | |
tree | f61e3976b22ab4c4345765da7e0efaa3e184bd75 | |
parent | 3c31b2f32a78a7944332e1d126df9917d04409af (diff) | |
parent | 0feae94babf0518ac28b7c529b4e16762d48e6de (diff) |
Merge "Fix AOSP copyright years in statsd"
-rw-r--r-- | cmds/statsd/src/StatsService.cpp | 2 | ||||
-rw-r--r-- | cmds/statsd/src/StatsService.h | 2 | ||||
-rw-r--r-- | cmds/statsd/src/main.cpp | 2 | ||||
-rw-r--r-- | cmds/statsd/src/packages/PackageInfoListener.h | 2 | ||||
-rw-r--r-- | cmds/statsd/src/packages/UidMap.cpp | 2 | ||||
-rw-r--r-- | cmds/statsd/src/packages/UidMap.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/cmds/statsd/src/StatsService.cpp b/cmds/statsd/src/StatsService.cpp index 07b1c5c06d04..a0b234087fd0 100644 --- a/cmds/statsd/src/StatsService.cpp +++ b/cmds/statsd/src/StatsService.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 The Android Open Source Project + * Copyright (C) 2017 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/cmds/statsd/src/StatsService.h b/cmds/statsd/src/StatsService.h index fba8af725021..c3729deabb4b 100644 --- a/cmds/statsd/src/StatsService.h +++ b/cmds/statsd/src/StatsService.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 The Android Open Source Project + * Copyright (C) 2017 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/cmds/statsd/src/main.cpp b/cmds/statsd/src/main.cpp index a7402800630e..41b24bc5ebd6 100644 --- a/cmds/statsd/src/main.cpp +++ b/cmds/statsd/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 The Android Open Source Project + * Copyright (C) 2017 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/cmds/statsd/src/packages/PackageInfoListener.h b/cmds/statsd/src/packages/PackageInfoListener.h index 13e776fb1f80..5aa3db573c70 100644 --- a/cmds/statsd/src/packages/PackageInfoListener.h +++ b/cmds/statsd/src/packages/PackageInfoListener.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 The Android Open Source Project + * Copyright (C) 2017 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/cmds/statsd/src/packages/UidMap.cpp b/cmds/statsd/src/packages/UidMap.cpp index 239881402880..6c32d3e1b11e 100644 --- a/cmds/statsd/src/packages/UidMap.cpp +++ b/cmds/statsd/src/packages/UidMap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 The Android Open Source Project + * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, versionCode 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cmds/statsd/src/packages/UidMap.h b/cmds/statsd/src/packages/UidMap.h index de68fbceb7a9..24eb96619527 100644 --- a/cmds/statsd/src/packages/UidMap.h +++ b/cmds/statsd/src/packages/UidMap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 The Android Open Source Project + * Copyright (C) 2017 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. |