You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2011/10/26 13:12:39 UTC

svn commit: r1189135 - in /shindig/trunk: config/ content/samplecontainer/examples/ content/samplecontainer/examples/conservcontainer/ features/src/main/javascript/features/actions/ features/src/main/javascript/features/defer.test/ features/src/main/ja...

Author: lindner
Date: Wed Oct 26 11:12:39 2011
New Revision: 1189135

URL: http://svn.apache.org/viewvc?rev=1189135&view=rev
Log:
Add apache boilerplate in preparation for 3.0.0-beta3

Modified:
    shindig/trunk/config/gadget-admin.json
    shindig/trunk/content/samplecontainer/examples/SharedLockedDomainDemo1.xml
    shindig/trunk/content/samplecontainer/examples/SharedLockedDomainDemo2.xml
    shindig/trunk/content/samplecontainer/examples/SharedScriptFrameDemo.xml
    shindig/trunk/content/samplecontainer/examples/conservcontainer/ConServContainer.js
    shindig/trunk/content/samplecontainer/examples/conservcontainer/portlet.css
    shindig/trunk/content/samplecontainer/examples/conservcontainer/viewController.js
    shindig/trunk/features/src/main/javascript/features/actions/feature.xml
    shindig/trunk/features/src/main/javascript/features/actions/taming.js
    shindig/trunk/features/src/main/javascript/features/defer.test/defertest.js
    shindig/trunk/features/src/main/javascript/features/defer.test/feature.xml
    shindig/trunk/features/src/main/javascript/features/selection/taming.js

Modified: shindig/trunk/config/gadget-admin.json
URL: http://svn.apache.org/viewvc/shindig/trunk/config/gadget-admin.json?rev=1189135&r1=1189134&r2=1189135&view=diff
==============================================================================
--- shindig/trunk/config/gadget-admin.json (original)
+++ shindig/trunk/config/gadget-admin.json Wed Oct 26 11:12:39 2011
@@ -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.
+ */
+
 {
   "default" : {
     "gadgets" : {

Modified: shindig/trunk/content/samplecontainer/examples/SharedLockedDomainDemo1.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/content/samplecontainer/examples/SharedLockedDomainDemo1.xml?rev=1189135&r1=1189134&r2=1189135&view=diff
==============================================================================
--- shindig/trunk/content/samplecontainer/examples/SharedLockedDomainDemo1.xml (original)
+++ shindig/trunk/content/samplecontainer/examples/SharedLockedDomainDemo1.xml Wed Oct 26 11:12:39 2011
@@ -1,4 +1,22 @@
 <?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.
+-->
 <Module>
   <ModulePrefs title="Shared locked domain with shared-script-frame 1">
     <Require feature="locked-domain">

Modified: shindig/trunk/content/samplecontainer/examples/SharedLockedDomainDemo2.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/content/samplecontainer/examples/SharedLockedDomainDemo2.xml?rev=1189135&r1=1189134&r2=1189135&view=diff
==============================================================================
--- shindig/trunk/content/samplecontainer/examples/SharedLockedDomainDemo2.xml (original)
+++ shindig/trunk/content/samplecontainer/examples/SharedLockedDomainDemo2.xml Wed Oct 26 11:12:39 2011
@@ -1,4 +1,22 @@
 <?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.
+-->
 <Module>
   <ModulePrefs title="Shared locked domain with shared-script-frame 2">
     <Require feature="locked-domain">

Modified: shindig/trunk/content/samplecontainer/examples/SharedScriptFrameDemo.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/content/samplecontainer/examples/SharedScriptFrameDemo.xml?rev=1189135&r1=1189134&r2=1189135&view=diff
==============================================================================
--- shindig/trunk/content/samplecontainer/examples/SharedScriptFrameDemo.xml (original)
+++ shindig/trunk/content/samplecontainer/examples/SharedScriptFrameDemo.xml Wed Oct 26 11:12:39 2011
@@ -1,4 +1,22 @@
 <?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.
+-->
 <Module>
   <ModulePrefs title="Multiple Instance script-frame">
     <Optional feature="shared-script-frame">

Modified: shindig/trunk/content/samplecontainer/examples/conservcontainer/ConServContainer.js
URL: http://svn.apache.org/viewvc/shindig/trunk/content/samplecontainer/examples/conservcontainer/ConServContainer.js?rev=1189135&r1=1189134&r2=1189135&view=diff
==============================================================================
--- shindig/trunk/content/samplecontainer/examples/conservcontainer/ConServContainer.js (original)
+++ shindig/trunk/content/samplecontainer/examples/conservcontainer/ConServContainer.js Wed Oct 26 11:12:39 2011
@@ -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.
+ */
+
 // Create the common container object.
 var CommonContainer = new osapi.container.Container({});
 

Modified: shindig/trunk/content/samplecontainer/examples/conservcontainer/portlet.css
URL: http://svn.apache.org/viewvc/shindig/trunk/content/samplecontainer/examples/conservcontainer/portlet.css?rev=1189135&r1=1189134&r2=1189135&view=diff
==============================================================================
--- shindig/trunk/content/samplecontainer/examples/conservcontainer/portlet.css (original)
+++ shindig/trunk/content/samplecontainer/examples/conservcontainer/portlet.css Wed Oct 26 11:12:39 2011
@@ -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.
+ */
+
 .portlet {
 	width: 500px;
 }

Modified: shindig/trunk/content/samplecontainer/examples/conservcontainer/viewController.js
URL: http://svn.apache.org/viewvc/shindig/trunk/content/samplecontainer/examples/conservcontainer/viewController.js?rev=1189135&r1=1189134&r2=1189135&view=diff
==============================================================================
--- shindig/trunk/content/samplecontainer/examples/conservcontainer/viewController.js (original)
+++ shindig/trunk/content/samplecontainer/examples/conservcontainer/viewController.js Wed Oct 26 11:12:39 2011
@@ -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.
+ */
+
 $(function() {
 
   // Base html template that is used for the gadget wrapper and site

Modified: shindig/trunk/features/src/main/javascript/features/actions/feature.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/actions/feature.xml?rev=1189135&r1=1189134&r2=1189135&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/actions/feature.xml (original)
+++ shindig/trunk/features/src/main/javascript/features/actions/feature.xml Wed Oct 26 11:12:39 2011
@@ -1,3 +1,22 @@
+<?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.
+-->
 <feature>
   <name>actions</name>
   <dependency>globals</dependency>

Modified: shindig/trunk/features/src/main/javascript/features/actions/taming.js
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/actions/taming.js?rev=1189135&r1=1189134&r2=1189135&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/actions/taming.js (original)
+++ shindig/trunk/features/src/main/javascript/features/actions/taming.js Wed Oct 26 11:12:39 2011
@@ -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.
+ */
+
 var tamings___ = tamings___ || [];
 tamings___.push(function(imports) {
   ___.grantRead(gadgets.actions, 'addAction');

Modified: shindig/trunk/features/src/main/javascript/features/defer.test/defertest.js
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/defer.test/defertest.js?rev=1189135&r1=1189134&r2=1189135&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/defer.test/defertest.js (original)
+++ shindig/trunk/features/src/main/javascript/features/defer.test/defertest.js Wed Oct 26 11:12:39 2011
@@ -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.
+ */
+
 shindig.defer = (function() {
   function callback(callback) {
     var args = [].slice.call(arguments, 1);

Modified: shindig/trunk/features/src/main/javascript/features/defer.test/feature.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/defer.test/feature.xml?rev=1189135&r1=1189134&r2=1189135&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/defer.test/feature.xml (original)
+++ shindig/trunk/features/src/main/javascript/features/defer.test/feature.xml Wed Oct 26 11:12:39 2011
@@ -1,3 +1,22 @@
+<?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.
+-->
 <feature>
   <name>defer.test</name>
   <dependency>globals</dependency>

Modified: shindig/trunk/features/src/main/javascript/features/selection/taming.js
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/selection/taming.js?rev=1189135&r1=1189134&r2=1189135&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/selection/taming.js (original)
+++ shindig/trunk/features/src/main/javascript/features/selection/taming.js Wed Oct 26 11:12:39 2011
@@ -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.
+ */
+
 var tamings___ = tamings___ || [];
 tamings___.push(function(imports) {
   ___.grantRead(gadgets.selection, 'setSelection');