summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-10-03 08:28:32 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-10-03 08:28:32 -0700
commite3661b81ad577101f72662c0f959e894d9ec28a7 (patch)
tree59fe43fa01efafdba4695674f89ca50eb833e9b8
parentb15e56d399b359a2d845a88104b82c3016b80b7a (diff)
parent5e109ac026f1693e8a144b662719bb03b4eae19d (diff)
downloadandroid_packages_apps_AudioFX-e3661b81ad577101f72662c0f959e894d9ec28a7.tar.gz
android_packages_apps_AudioFX-e3661b81ad577101f72662c0f959e894d9ec28a7.tar.bz2
android_packages_apps_AudioFX-e3661b81ad577101f72662c0f959e894d9ec28a7.zip
Merge "AudioFX: Update copyright after OSS" into cm-13.0
-rw-r--r--src/org/cyanogenmod/audiofx/service/AudioFxService.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/org/cyanogenmod/audiofx/service/AudioFxService.java b/src/org/cyanogenmod/audiofx/service/AudioFxService.java
index 6c14f6a..846c41b 100644
--- a/src/org/cyanogenmod/audiofx/service/AudioFxService.java
+++ b/src/org/cyanogenmod/audiofx/service/AudioFxService.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 The CyanogenMod Project
+ * Copyright (C) 2014-2016 The CyanogenMod Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -12,10 +12,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- *
- * Copyright (C) 2016 Cyanogen Inc.
- *
- * Proprietary and confidential.
*/
package org.cyanogenmod.audiofx.service;