You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mp...@apache.org on 2012/01/30 15:06:32 UTC

svn commit: r1237660 - in /incubator/rave/donations/ogce-gadget-container: ./ db-cleaner/ examples/ ishindig-webapp/ ishindig-webapp/src/main/resources/ ishindig-webapp/src/main/webapp/META-INF/ keystore/ opensocial/ portal_deploy/ shindig/ tomcat-config/

Author: mpierce
Date: Mon Jan 30 14:06:31 2012
New Revision: 1237660

URL: http://svn.apache.org/viewvc?rev=1237660&view=rev
Log:
(RAVE-449) Adding license headers to gadget container donation's POM and configuration files.

Modified:
    incubator/rave/donations/ogce-gadget-container/db-cleaner/pom.xml
    incubator/rave/donations/ogce-gadget-container/examples/pom.xml
    incubator/rave/donations/ogce-gadget-container/ishindig-webapp/pom.xml
    incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.h2.xml
    incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.mysql.xml
    incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.xml
    incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/webapp/META-INF/context.xml
    incubator/rave/donations/ogce-gadget-container/keystore/pom.xml
    incubator/rave/donations/ogce-gadget-container/opensocial/pom.xml
    incubator/rave/donations/ogce-gadget-container/portal_deploy/pom.xml
    incubator/rave/donations/ogce-gadget-container/shindig/pom.xml
    incubator/rave/donations/ogce-gadget-container/shutdown-tomcat.sh
    incubator/rave/donations/ogce-gadget-container/tomcat-config/pom.xml

Modified: incubator/rave/donations/ogce-gadget-container/db-cleaner/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/donations/ogce-gadget-container/db-cleaner/pom.xml?rev=1237660&r1=1237659&r2=1237660&view=diff
==============================================================================
--- incubator/rave/donations/ogce-gadget-container/db-cleaner/pom.xml (original)
+++ incubator/rave/donations/ogce-gadget-container/db-cleaner/pom.xml Mon Jan 30 14:06:31 2012
@@ -1,3 +1,25 @@
+<?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.
+
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>cgl.shindig</groupId>

Modified: incubator/rave/donations/ogce-gadget-container/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/donations/ogce-gadget-container/examples/pom.xml?rev=1237660&r1=1237659&r2=1237660&view=diff
==============================================================================
--- incubator/rave/donations/ogce-gadget-container/examples/pom.xml (original)
+++ incubator/rave/donations/ogce-gadget-container/examples/pom.xml Mon Jan 30 14:06:31 2012
@@ -1,3 +1,25 @@
+<?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.
+
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Modified: incubator/rave/donations/ogce-gadget-container/ishindig-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/donations/ogce-gadget-container/ishindig-webapp/pom.xml?rev=1237660&r1=1237659&r2=1237660&view=diff
==============================================================================
--- incubator/rave/donations/ogce-gadget-container/ishindig-webapp/pom.xml (original)
+++ incubator/rave/donations/ogce-gadget-container/ishindig-webapp/pom.xml Mon Jan 30 14:06:31 2012
@@ -1,3 +1,25 @@
+<?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.
+
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Modified: incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.h2.xml
URL: http://svn.apache.org/viewvc/incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.h2.xml?rev=1237660&r1=1237659&r2=1237660&view=diff
==============================================================================
--- incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.h2.xml (original)
+++ incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.h2.xml Mon Jan 30 14:06:31 2012
@@ -1,3 +1,25 @@
+<?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 hibernate-configuration PUBLIC
 	"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
 	"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">

Modified: incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.mysql.xml
URL: http://svn.apache.org/viewvc/incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.mysql.xml?rev=1237660&r1=1237659&r2=1237660&view=diff
==============================================================================
--- incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.mysql.xml (original)
+++ incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.mysql.xml Mon Jan 30 14:06:31 2012
@@ -1,3 +1,25 @@
+<?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 hibernate-configuration PUBLIC
 	"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
 	"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">

Modified: incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.xml
URL: http://svn.apache.org/viewvc/incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.xml?rev=1237660&r1=1237659&r2=1237660&view=diff
==============================================================================
--- incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.xml (original)
+++ incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/resources/hibernate.cfg.xml Mon Jan 30 14:06:31 2012
@@ -1,3 +1,25 @@
+<?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 hibernate-configuration PUBLIC
 	"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
 	"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">

Modified: incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/webapp/META-INF/context.xml
URL: http://svn.apache.org/viewvc/incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/webapp/META-INF/context.xml?rev=1237660&r1=1237659&r2=1237660&view=diff
==============================================================================
--- incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/webapp/META-INF/context.xml (original)
+++ incubator/rave/donations/ogce-gadget-container/ishindig-webapp/src/main/webapp/META-INF/context.xml Mon Jan 30 14:06:31 2012
@@ -1,3 +1,25 @@
+<?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.
+
+-->
+
 
 <Context>
     <Realm className="org.apache.catalina.realm.JAASRealm" appName="CertBasedCustomLogin"

Modified: incubator/rave/donations/ogce-gadget-container/keystore/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/donations/ogce-gadget-container/keystore/pom.xml?rev=1237660&r1=1237659&r2=1237660&view=diff
==============================================================================
--- incubator/rave/donations/ogce-gadget-container/keystore/pom.xml (original)
+++ incubator/rave/donations/ogce-gadget-container/keystore/pom.xml Mon Jan 30 14:06:31 2012
@@ -1,3 +1,25 @@
+<?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.
+
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <!-- dummy -->
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/rave/donations/ogce-gadget-container/opensocial/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/donations/ogce-gadget-container/opensocial/pom.xml?rev=1237660&r1=1237659&r2=1237660&view=diff
==============================================================================
--- incubator/rave/donations/ogce-gadget-container/opensocial/pom.xml (original)
+++ incubator/rave/donations/ogce-gadget-container/opensocial/pom.xml Mon Jan 30 14:06:31 2012
@@ -1,3 +1,25 @@
+<?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.
+
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Modified: incubator/rave/donations/ogce-gadget-container/portal_deploy/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/donations/ogce-gadget-container/portal_deploy/pom.xml?rev=1237660&r1=1237659&r2=1237660&view=diff
==============================================================================
--- incubator/rave/donations/ogce-gadget-container/portal_deploy/pom.xml (original)
+++ incubator/rave/donations/ogce-gadget-container/portal_deploy/pom.xml Mon Jan 30 14:06:31 2012
@@ -1,3 +1,25 @@
+<?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.
+
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <parent>

Modified: incubator/rave/donations/ogce-gadget-container/shindig/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/donations/ogce-gadget-container/shindig/pom.xml?rev=1237660&r1=1237659&r2=1237660&view=diff
==============================================================================
--- incubator/rave/donations/ogce-gadget-container/shindig/pom.xml (original)
+++ incubator/rave/donations/ogce-gadget-container/shindig/pom.xml Mon Jan 30 14:06:31 2012
@@ -1,3 +1,25 @@
+<?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.
+
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <!-- dummy -->
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/rave/donations/ogce-gadget-container/shutdown-tomcat.sh
URL: http://svn.apache.org/viewvc/incubator/rave/donations/ogce-gadget-container/shutdown-tomcat.sh?rev=1237660&r1=1237659&r2=1237660&view=diff
==============================================================================
--- incubator/rave/donations/ogce-gadget-container/shutdown-tomcat.sh (original)
+++ incubator/rave/donations/ogce-gadget-container/shutdown-tomcat.sh Mon Jan 30 14:06:31 2012
@@ -1,4 +1,24 @@
 #!/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.
+#
+#
 
 # SHUTDOWN TOMCAT
 echo "####################################"

Modified: incubator/rave/donations/ogce-gadget-container/tomcat-config/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/donations/ogce-gadget-container/tomcat-config/pom.xml?rev=1237660&r1=1237659&r2=1237660&view=diff
==============================================================================
--- incubator/rave/donations/ogce-gadget-container/tomcat-config/pom.xml (original)
+++ incubator/rave/donations/ogce-gadget-container/tomcat-config/pom.xml Mon Jan 30 14:06:31 2012
@@ -1,3 +1,25 @@
+<?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.
+
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <!-- dummy -->
   <modelVersion>4.0.0</modelVersion>