aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2011-03-22 14:16:29 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-03-22 14:16:29 -0700
commitbbc6fe6e11fad996a3c058c8c257fd88dbe7b997 (patch)
treea7543504c42d6cf264383007e1d77c7c745ba167
parent8f07e91f38e829fa9be39f3c0a26a5351aef4994 (diff)
parentd601ddda77dd106cf1ad546e561e41a2c7c0d20f (diff)
downloaddemokit-bbc6fe6e11fad996a3c058c8c257fd88dbe7b997.tar.gz
Merge "Add ASOP apache licence banner" into gingerbread
-rw-r--r--demokit/app/src/com/google/DemoKit/DemoKitActivity.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/demokit/app/src/com/google/DemoKit/DemoKitActivity.java b/demokit/app/src/com/google/DemoKit/DemoKitActivity.java
index 7a4e3ff..fb0473c 100644
--- a/demokit/app/src/com/google/DemoKit/DemoKitActivity.java
+++ b/demokit/app/src/com/google/DemoKit/DemoKitActivity.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2011 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.
+ */
+
package com.google.DemoKit;
import android.app.Activity;