You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2017/06/08 18:53:22 UTC

svn commit: r1798109 - in /webservices/axiom/trunk: aspects/core-aspects/ aspects/dom-aspects/ aspects/om-aspects/ aspects/shared-aspects/ axiom-api/ buildutils/ components/base64-utils/ components/core-streams/ components/xml-utils/ implementations/ax...

Author: veithen
Date: Thu Jun  8 18:53:22 2017
New Revision: 1798109

URL: http://svn.apache.org/viewvc?rev=1798109&view=rev
Log:
Add missing license headers.

Modified:
    webservices/axiom/trunk/aspects/core-aspects/BUILD
    webservices/axiom/trunk/aspects/dom-aspects/BUILD
    webservices/axiom/trunk/aspects/om-aspects/BUILD
    webservices/axiom/trunk/aspects/shared-aspects/BUILD
    webservices/axiom/trunk/axiom-api/BUILD
    webservices/axiom/trunk/buildutils/BUILD
    webservices/axiom/trunk/buildutils/aspectj.bzl
    webservices/axiom/trunk/components/base64-utils/BUILD
    webservices/axiom/trunk/components/core-streams/BUILD
    webservices/axiom/trunk/components/xml-utils/BUILD
    webservices/axiom/trunk/implementations/axiom-dom/BUILD
    webservices/axiom/trunk/implementations/axiom-impl/BUILD
    webservices/axiom/trunk/testing/multiton/BUILD
    webservices/axiom/trunk/testing/testutils/BUILD

Modified: webservices/axiom/trunk/aspects/core-aspects/BUILD
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/core-aspects/BUILD?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/core-aspects/BUILD (original)
+++ webservices/axiom/trunk/aspects/core-aspects/BUILD Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 load('//buildutils:aspectj.bzl', 'aspectj_library')
 
 aspectj_library(

Modified: webservices/axiom/trunk/aspects/dom-aspects/BUILD
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/dom-aspects/BUILD?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/dom-aspects/BUILD (original)
+++ webservices/axiom/trunk/aspects/dom-aspects/BUILD Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 package(default_visibility = ["//visibility:public"])
 
 load('//buildutils:aspectj.bzl', 'aspectj_library')

Modified: webservices/axiom/trunk/aspects/om-aspects/BUILD
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/om-aspects/BUILD?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/om-aspects/BUILD (original)
+++ webservices/axiom/trunk/aspects/om-aspects/BUILD Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 package(default_visibility = ["//visibility:public"])
 
 load('//buildutils:aspectj.bzl', 'aspectj_library')

Modified: webservices/axiom/trunk/aspects/shared-aspects/BUILD
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/shared-aspects/BUILD?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/shared-aspects/BUILD (original)
+++ webservices/axiom/trunk/aspects/shared-aspects/BUILD Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 load('//buildutils:aspectj.bzl', 'aspectj_library')
 
 aspectj_library(

Modified: webservices/axiom/trunk/axiom-api/BUILD
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-api/BUILD?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-api/BUILD (original)
+++ webservices/axiom/trunk/axiom-api/BUILD Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 package(default_visibility = ["//visibility:public"])
 
 java_library(

Modified: webservices/axiom/trunk/buildutils/BUILD
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/buildutils/BUILD?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/buildutils/BUILD (original)
+++ webservices/axiom/trunk/buildutils/BUILD Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 java_binary(
     name = "ajc",
     runtime_deps = [

Modified: webservices/axiom/trunk/buildutils/aspectj.bzl
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/buildutils/aspectj.bzl?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/buildutils/aspectj.bzl (original)
+++ webservices/axiom/trunk/buildutils/aspectj.bzl Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 def _impl(ctx):
   class_jar = ctx.outputs.class_jar
   deps_provider = java_common.merge([dep[java_common.provider] for dep in ctx.attr.deps + ctx.attr.aspects + [ctx.attr._runtime]])

Modified: webservices/axiom/trunk/components/base64-utils/BUILD
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/components/base64-utils/BUILD?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/components/base64-utils/BUILD (original)
+++ webservices/axiom/trunk/components/base64-utils/BUILD Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 java_library(
     name = "base64-utils",
     srcs = glob(["src/main/java/**/*.java"]),

Modified: webservices/axiom/trunk/components/core-streams/BUILD
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/components/core-streams/BUILD?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/components/core-streams/BUILD (original)
+++ webservices/axiom/trunk/components/core-streams/BUILD Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 java_library(
     name = "core-streams",
     srcs = glob(["src/main/java/**/*.java"]),

Modified: webservices/axiom/trunk/components/xml-utils/BUILD
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/components/xml-utils/BUILD?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/components/xml-utils/BUILD (original)
+++ webservices/axiom/trunk/components/xml-utils/BUILD Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 java_library(
     name = "xml-utils",
     srcs = glob(["src/main/java/**/*.java"]),

Modified: webservices/axiom/trunk/implementations/axiom-dom/BUILD
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/axiom-dom/BUILD?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/axiom-dom/BUILD (original)
+++ webservices/axiom/trunk/implementations/axiom-dom/BUILD Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 load('//buildutils:aspectj.bzl', 'aspectj_library')
 
 aspectj_library(

Modified: webservices/axiom/trunk/implementations/axiom-impl/BUILD
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/axiom-impl/BUILD?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/axiom-impl/BUILD (original)
+++ webservices/axiom/trunk/implementations/axiom-impl/BUILD Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 load('//buildutils:aspectj.bzl', 'aspectj_library')
 
 aspectj_library(

Modified: webservices/axiom/trunk/testing/multiton/BUILD
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/multiton/BUILD?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/multiton/BUILD (original)
+++ webservices/axiom/trunk/testing/multiton/BUILD Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 java_library(
     name = "multiton",
     srcs = glob(["src/main/java/**/*.java"]),

Modified: webservices/axiom/trunk/testing/testutils/BUILD
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/testutils/BUILD?rev=1798109&r1=1798108&r2=1798109&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/testutils/BUILD (original)
+++ webservices/axiom/trunk/testing/testutils/BUILD Thu Jun  8 18:53:22 2017
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 java_library(
     name = "testutils",
     srcs = glob(["src/main/java/**/*.java"]),