summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/foundation
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-03-17 12:38:58 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-17 12:38:58 -0700
commitc901f74404435cc1cf2717016e2b0092b6dcea24 (patch)
treec858ff6c3a41df6279cbb30ab4d838d26a1d13b9 /media/libstagefright/foundation
parent0ab985cf1ec0110022be22ff03aa300bb59b9c96 (diff)
parentf432a761e73bef8be43f83377ecea8abef72ce86 (diff)
downloadframeworks_av-c901f74404435cc1cf2717016e2b0092b6dcea24.zip
frameworks_av-c901f74404435cc1cf2717016e2b0092b6dcea24.tar.gz
frameworks_av-c901f74404435cc1cf2717016e2b0092b6dcea24.tar.bz2
am 782ffe91: am 9c0c5b56: am 2f1f2248: Fix missing AOSP copyright headers for a bunch of media framework files
* commit '782ffe91da665c6b1fb9e297faa6e0dc6035f40c': Fix missing AOSP copyright headers for a bunch of media framework files
Diffstat (limited to 'media/libstagefright/foundation')
-rw-r--r--media/libstagefright/foundation/AHierarchicalStateMachine.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/media/libstagefright/foundation/AHierarchicalStateMachine.cpp b/media/libstagefright/foundation/AHierarchicalStateMachine.cpp
index 30286d8..3b3f786 100644
--- a/media/libstagefright/foundation/AHierarchicalStateMachine.cpp
+++ b/media/libstagefright/foundation/AHierarchicalStateMachine.cpp
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2010 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.
+ * 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.
+ */
+
#include <media/stagefright/foundation/AHierarchicalStateMachine.h>
#include <media/stagefright/foundation/ADebug.h>