summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2016-09-30 22:26:17 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-09-30 22:26:17 -0700
commitc20c00f55e6fd41b87e5d8a621baca690a1b3d68 (patch)
tree603e380784f29c4af711df1276c685d04f377368
parentf9467a9b98724e2cfdfbd6e363362630237fee78 (diff)
parentbd0f10759fcb3327da1a64df1d4f7082a776dd6e (diff)
downloadandroid_packages_apps_AudioFX-c20c00f55e6fd41b87e5d8a621baca690a1b3d68.tar.gz
android_packages_apps_AudioFX-c20c00f55e6fd41b87e5d8a621baca690a1b3d68.tar.bz2
android_packages_apps_AudioFX-c20c00f55e6fd41b87e5d8a621baca690a1b3d68.zip
Merge "AudioFX: Update copyright after OSS" into cm-14.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;