aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2011-03-21 16:32:43 -0700
committerErik Gilling <konkers@android.com>2011-03-21 16:33:57 -0700
commitd601ddda77dd106cf1ad546e561e41a2c7c0d20f (patch)
treed53339cdbcbb0af11cb5f6bfb2ddba7189f3327a
parent68f62016d2eecbe9ea6df70f6e0d7abc028581db (diff)
downloaddemokit-d601ddda77dd106cf1ad546e561e41a2c7c0d20f.tar.gz
Add ASOP apache licence banner
Change-Id: I71d83f5c612a218b007b656aba61a70562ffebd0
-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;