summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2014-12-11 15:52:25 -0800
committerYigit Boyar <yboyar@google.com>2014-12-11 15:52:25 -0800
commit3d4bdfeeb2ffd1b2ec8a26abd1f4306295a66a43 (patch)
tree225a84bd48e6c45df604a012cb8aa129406d8828 /build.gradle
parent1f90f8c176f5217c32527a647b7c2ab84359ea33 (diff)
downloaddata-binding-3d4bdfeeb2ffd1b2ec8a26abd1f4306295a66a43.tar.gz
add copyright to project files
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle16
1 files changed, 16 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index a672313b..d4770893 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2014 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.
+ */
+
apply plugin: 'java'
sourceCompatibility = 1.7