You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gn...@apache.org on 2013/04/02 10:03:21 UTC

svn commit: r1463418 - in /aries/trunk/blueprint: blueprint-noosgi/src/test/resources/ blueprint-sample-war/src/main/resources/ blueprint-sample-war/src/main/webapp/WEB-INF/ blueprint-web/src/main/appended-resources/META-INF/

Author: gnodet
Date: Tue Apr  2 08:03:21 2013
New Revision: 1463418

URL: http://svn.apache.org/r1463418
Log:
Fix licenses

Removed:
    aries/trunk/blueprint/blueprint-web/src/main/appended-resources/META-INF/NOTICE.vm
Modified:
    aries/trunk/blueprint/blueprint-noosgi/src/test/resources/test.properties
    aries/trunk/blueprint/blueprint-sample-war/src/main/resources/test.properties
    aries/trunk/blueprint/blueprint-sample-war/src/main/webapp/WEB-INF/web.xml

Modified: aries/trunk/blueprint/blueprint-noosgi/src/test/resources/test.properties
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-noosgi/src/test/resources/test.properties?rev=1463418&r1=1463417&r2=1463418&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-noosgi/src/test/resources/test.properties (original)
+++ aries/trunk/blueprint/blueprint-noosgi/src/test/resources/test.properties Tue Apr  2 08:03:21 2013
@@ -1 +1,20 @@
+################################################################################
+#
+#    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.
+#
+################################################################################
+
 key.b=1

Modified: aries/trunk/blueprint/blueprint-sample-war/src/main/resources/test.properties
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-sample-war/src/main/resources/test.properties?rev=1463418&r1=1463417&r2=1463418&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-sample-war/src/main/resources/test.properties (original)
+++ aries/trunk/blueprint/blueprint-sample-war/src/main/resources/test.properties Tue Apr  2 08:03:21 2013
@@ -1 +1,20 @@
+################################################################################
+#
+#    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.
+#
+################################################################################
+
 key.b=1

Modified: aries/trunk/blueprint/blueprint-sample-war/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-sample-war/src/main/webapp/WEB-INF/web.xml?rev=1463418&r1=1463417&r2=1463418&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-sample-war/src/main/webapp/WEB-INF/web.xml (original)
+++ aries/trunk/blueprint/blueprint-sample-war/src/main/webapp/WEB-INF/web.xml Tue Apr  2 08:03:21 2013
@@ -1,4 +1,19 @@
 <?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.
+-->
 <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
 
   <description>blueprint web sample</description>