[rest-gradle-plugin] 08/83: Add license information

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 15:59:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository rest-gradle-plugin.

commit 9dc877e15bbb6d8a33410914d66d63246cccae44
Author: noamt <noamt at jfrog.com>
Date:   Mon Feb 25 16:14:56 2013 +0200

    Add license information
---
 build.gradle                                             | 16 ++++++++++++++++
 src/main/groovy/org/_10ne/gradle/rest/RestPlugin.groovy  | 16 ++++++++++++++++
 src/main/groovy/org/_10ne/gradle/rest/RestTask.groovy    | 16 ++++++++++++++++
 .../resources/META-INF/gradle-plugins/rest.properties    | 16 ++++++++++++++++
 4 files changed, 64 insertions(+)

diff --git a/build.gradle b/build.gradle
index 431cb18..9233a88 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Noam Y. Tenne
+ *
+ * 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: 'groovy'
 apply plugin: 'idea'
 apply plugin: 'maven'
diff --git a/src/main/groovy/org/_10ne/gradle/rest/RestPlugin.groovy b/src/main/groovy/org/_10ne/gradle/rest/RestPlugin.groovy
index 6626b0a..0d8b6a0 100644
--- a/src/main/groovy/org/_10ne/gradle/rest/RestPlugin.groovy
+++ b/src/main/groovy/org/_10ne/gradle/rest/RestPlugin.groovy
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Noam Y. Tenne
+ *
+ * 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 org._10ne.gradle.rest
 
 import org.gradle.api.Plugin
diff --git a/src/main/groovy/org/_10ne/gradle/rest/RestTask.groovy b/src/main/groovy/org/_10ne/gradle/rest/RestTask.groovy
index 7c8871c..a790bc7 100644
--- a/src/main/groovy/org/_10ne/gradle/rest/RestTask.groovy
+++ b/src/main/groovy/org/_10ne/gradle/rest/RestTask.groovy
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Noam Y. Tenne
+ *
+ * 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 org._10ne.gradle.rest
 
 import groovyx.net.http.HttpResponseDecorator
diff --git a/src/main/resources/META-INF/gradle-plugins/rest.properties b/src/main/resources/META-INF/gradle-plugins/rest.properties
index 58c91d2..e551ffb 100644
--- a/src/main/resources/META-INF/gradle-plugins/rest.properties
+++ b/src/main/resources/META-INF/gradle-plugins/rest.properties
@@ -1 +1,17 @@
+#
+# Copyright 2013 Noam Y. Tenne
+#
+# 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.
+#
+
 implementation-class=org._10ne.gradle.rest.RestPlugin
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rest-gradle-plugin.git



More information about the pkg-java-commits mailing list