Repository: incubator-streams
Updated Branches:
  refs/heads/master b7d47c0bf -> dcf3045f4


STREAMS-505 Add ASFv2 Licenses closes apache/incubator-streams#365


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/dcf3045f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/dcf3045f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/dcf3045f

Branch: refs/heads/master
Commit: dcf3045f49aa4b0865095a454071beff7c83724f
Parents: b7d47c0
Author: rawkintrevo <trevor.d.gr...@gmail.com>
Authored: Fri May 19 00:36:30 2017 -0500
Committer: rawkintrevo <trevor.d.gr...@gmail.com>
Committed: Fri May 19 00:36:30 2017 -0500

----------------------------------------------------------------------
 publish-rc.sh                                  | 16 ++++++++++++++++
 release.sh                                     | 16 ++++++++++++++++
 src/main/resources/streams-java-checkstyle.xml | 17 +++++++++++++++++
 src/main/resources/streams-java-intellij.xml   | 17 +++++++++++++++++
 4 files changed, 66 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/dcf3045f/publish-rc.sh
----------------------------------------------------------------------
diff --git a/publish-rc.sh b/publish-rc.sh
index eb21493..2e756a2 100755
--- a/publish-rc.sh
+++ b/publish-rc.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# 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.
+#
 
 REL=$1
 REP=$2

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/dcf3045f/release.sh
----------------------------------------------------------------------
diff --git a/release.sh b/release.sh
index fb5e6f5..b461184 100755
--- a/release.sh
+++ b/release.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# 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.
+#
 
 REL=$1
 DEV=$2

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/dcf3045f/src/main/resources/streams-java-checkstyle.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/streams-java-checkstyle.xml 
b/src/main/resources/streams-java-checkstyle.xml
index 4ee3fa0..67c0692 100644
--- a/src/main/resources/streams-java-checkstyle.xml
+++ b/src/main/resources/streams-java-checkstyle.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+ 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.
+-->
+
 <!DOCTYPE module PUBLIC
           "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
           "http://www.puppycrawl.com/dtds/configuration_1_3.dtd";>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/dcf3045f/src/main/resources/streams-java-intellij.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/streams-java-intellij.xml 
b/src/main/resources/streams-java-intellij.xml
index 7b01e2c..e673c35 100644
--- a/src/main/resources/streams-java-intellij.xml
+++ b/src/main/resources/streams-java-intellij.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
+
 <code_scheme name="GoogleStyle">
   <option name="JAVA_INDENT_OPTIONS">
     <value>

Reply via email to