You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2017/04/24 05:57:11 UTC

polygene-java git commit: Add missing license headers

Repository: polygene-java
Updated Branches:
  refs/heads/develop 679c28045 -> 244370628


Add missing license headers


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/24437062
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/24437062
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/24437062

Branch: refs/heads/develop
Commit: 2443706289998137b39b51c2fb50f2a96db849c8
Parents: 679c280
Author: Paul Merlin <pa...@apache.org>
Authored: Mon Apr 24 07:57:08 2017 +0200
Committer: Paul Merlin <pa...@apache.org>
Committed: Mon Apr 24 07:57:08 2017 +0200

----------------------------------------------------------------------
 distributions/build.gradle | 17 +++++++++++++++++
 release/build.gradle       | 17 +++++++++++++++++
 reports/build.gradle       | 17 +++++++++++++++++
 3 files changed, 51 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/24437062/distributions/build.gradle
----------------------------------------------------------------------
diff --git a/distributions/build.gradle b/distributions/build.gradle
index a3b9f0d..e2ef55c 100644
--- a/distributions/build.gradle
+++ b/distributions/build.gradle
@@ -1,2 +1,19 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you 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: 'polygene-distributions'

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/24437062/release/build.gradle
----------------------------------------------------------------------
diff --git a/release/build.gradle b/release/build.gradle
index 8675f08..5979fee 100644
--- a/release/build.gradle
+++ b/release/build.gradle
@@ -1,2 +1,19 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you 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: 'polygene-release'

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/24437062/reports/build.gradle
----------------------------------------------------------------------
diff --git a/reports/build.gradle b/reports/build.gradle
index 6eea3d8..a26565e 100644
--- a/reports/build.gradle
+++ b/reports/build.gradle
@@ -1,2 +1,19 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you 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: 'polygene-reports'