summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McNeil <sean.mcneil@windriver.com>2009-08-11 06:27:22 +0700
committerSean McNeil <sean.mcneil@windriver.com>2009-08-11 06:27:22 +0700
commit9af8e810356a9b73fef747a392c7430206fca510 (patch)
tree7aa9d41ea2a182e03588af47da24520242919202
parenta5cf8cca393055cac961ae04877fcf2d55b26a5c (diff)
downloadalsa_sound-9af8e810356a9b73fef747a392c7430206fca510.tar.gz
Add header
-rw-r--r--acoustics_default.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/acoustics_default.cpp b/acoustics_default.cpp
index 7803cbf..91a169d 100644
--- a/acoustics_default.cpp
+++ b/acoustics_default.cpp
@@ -1,3 +1,20 @@
+/* acoustics_default.cpp
+ **
+ ** Copyright 2009 Wind River Systems
+ **
+ ** Licensed under the Apache License, Version 2.0 (the "License");
+ ** you may not use this file except in compliance with the License.
+ ** You may obtain a copy of the License at
+ **
+ ** http://www.apache.org/licenses/LICENSE-2.0
+ **
+ ** Unless required by applicable law or agreed to in writing, software
+ ** distributed under the License is distributed on an "AS IS" BASIS,
+ ** 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.
+ */
+
#define LOG_TAG "AudioHardwareALSA"
#include <utils/Log.h>