You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by pr...@apache.org on 2017/01/03 15:05:39 UTC

[1/2] apex-core git commit: Add Apache 2.0 license to META-INF/services files

Repository: apex-core
Updated Branches:
  refs/heads/master 3f06ce71c -> 7103e683f


Add Apache 2.0 license to META-INF/services files


Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/24e547eb
Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/24e547eb
Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/24e547eb

Branch: refs/heads/master
Commit: 24e547ebecb12046fd14a9e1399287dec52fb043
Parents: cc79b0c
Author: Apex Dev <de...@apex.apache.org>
Authored: Mon Dec 12 14:24:30 2016 -0800
Committer: Vlad Rozov <v....@datatorrent.com>
Committed: Mon Dec 12 14:24:30 2016 -0800

----------------------------------------------------------------------
 .../services/com.datatorrent.api.LocalMode        | 18 ++++++++++++++++++
 .../org.apache.apex.api.EmbeddedAppLauncher       | 18 ++++++++++++++++++
 .../services/org.apache.apex.api.YarnAppLauncher  | 18 ++++++++++++++++++
 .../org.apache.hadoop.security.SecurityInfo       | 18 ++++++++++++++++++
 ...g.apache.hadoop.security.token.TokenIdentifier | 18 ++++++++++++++++++
 pom.xml                                           |  3 +--
 6 files changed, 91 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-core/blob/24e547eb/engine/src/main/resources/META-INF/services/com.datatorrent.api.LocalMode
----------------------------------------------------------------------
diff --git a/engine/src/main/resources/META-INF/services/com.datatorrent.api.LocalMode b/engine/src/main/resources/META-INF/services/com.datatorrent.api.LocalMode
index cb9119f..d614961 100644
--- a/engine/src/main/resources/META-INF/services/com.datatorrent.api.LocalMode
+++ b/engine/src/main/resources/META-INF/services/com.datatorrent.api.LocalMode
@@ -1 +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.
+#
 org.apache.apex.engine.EmbeddedAppLauncherImpl

http://git-wip-us.apache.org/repos/asf/apex-core/blob/24e547eb/engine/src/main/resources/META-INF/services/org.apache.apex.api.EmbeddedAppLauncher
----------------------------------------------------------------------
diff --git a/engine/src/main/resources/META-INF/services/org.apache.apex.api.EmbeddedAppLauncher b/engine/src/main/resources/META-INF/services/org.apache.apex.api.EmbeddedAppLauncher
index cb9119f..d614961 100644
--- a/engine/src/main/resources/META-INF/services/org.apache.apex.api.EmbeddedAppLauncher
+++ b/engine/src/main/resources/META-INF/services/org.apache.apex.api.EmbeddedAppLauncher
@@ -1 +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.
+#
 org.apache.apex.engine.EmbeddedAppLauncherImpl

http://git-wip-us.apache.org/repos/asf/apex-core/blob/24e547eb/engine/src/main/resources/META-INF/services/org.apache.apex.api.YarnAppLauncher
----------------------------------------------------------------------
diff --git a/engine/src/main/resources/META-INF/services/org.apache.apex.api.YarnAppLauncher b/engine/src/main/resources/META-INF/services/org.apache.apex.api.YarnAppLauncher
index 45989a4..21edc03 100644
--- a/engine/src/main/resources/META-INF/services/org.apache.apex.api.YarnAppLauncher
+++ b/engine/src/main/resources/META-INF/services/org.apache.apex.api.YarnAppLauncher
@@ -1 +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.
+#
 org.apache.apex.engine.YarnAppLauncherImpl

http://git-wip-us.apache.org/repos/asf/apex-core/blob/24e547eb/engine/src/main/resources/META-INF/services/org.apache.hadoop.security.SecurityInfo
----------------------------------------------------------------------
diff --git a/engine/src/main/resources/META-INF/services/org.apache.hadoop.security.SecurityInfo b/engine/src/main/resources/META-INF/services/org.apache.hadoop.security.SecurityInfo
index 73607ab..b35e0c9 100644
--- a/engine/src/main/resources/META-INF/services/org.apache.hadoop.security.SecurityInfo
+++ b/engine/src/main/resources/META-INF/services/org.apache.hadoop.security.SecurityInfo
@@ -1 +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.
+#
 com.datatorrent.stram.StreamingContainerSecurityInfo
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/apex-core/blob/24e547eb/engine/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier
----------------------------------------------------------------------
diff --git a/engine/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier b/engine/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier
index 2c42870..b993aef 100644
--- a/engine/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier
+++ b/engine/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier
@@ -1 +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.
+#
 com.datatorrent.stram.security.StramDelegationTokenIdentifier
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/apex-core/blob/24e547eb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fec5cec..a219d1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
       <plugin>
         <groupId>com.mycila</groupId>
         <artifactId>license-maven-plugin</artifactId>
-        <version>2.11</version>
+        <version>3.0</version>
         <configuration>
           <header>header.txt</header>
           <properties>
@@ -194,7 +194,6 @@
             <exclude>**/src/test/resources/**/MANIFEST.MF</exclude>
             <exclude>**/src/test/resources/**/*.json</exclude>
             <exclude>**/src/test/resources/**/*.keytab</exclude>
-            <exclude>**/resources/META-INF/services/**</exclude>
             <exclude>**/archetype-resources/**</exclude>
             <exclude>**/*.md</exclude>
             <exclude>**/*.txt</exclude>


[2/2] apex-core git commit: Merge branch 'services' of github.com:vrozov/apex-core

Posted by pr...@apache.org.
Merge branch 'services' of github.com:vrozov/apex-core


Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/7103e683
Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/7103e683
Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/7103e683

Branch: refs/heads/master
Commit: 7103e683ff37c5e20fe9bfe096e7852669553c66
Parents: 3f06ce7 24e547e
Author: Pramod Immaneni <pr...@datatorrent.com>
Authored: Tue Jan 3 06:46:35 2017 -0800
Committer: Pramod Immaneni <pr...@datatorrent.com>
Committed: Tue Jan 3 06:46:35 2017 -0800

----------------------------------------------------------------------
 .../services/com.datatorrent.api.LocalMode        | 18 ++++++++++++++++++
 .../org.apache.apex.api.EmbeddedAppLauncher       | 18 ++++++++++++++++++
 .../services/org.apache.apex.api.YarnAppLauncher  | 18 ++++++++++++++++++
 .../org.apache.hadoop.security.SecurityInfo       | 18 ++++++++++++++++++
 ...g.apache.hadoop.security.token.TokenIdentifier | 18 ++++++++++++++++++
 pom.xml                                           |  3 +--
 6 files changed, 91 insertions(+), 2 deletions(-)
----------------------------------------------------------------------