You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2012/05/14 12:24:29 UTC

svn commit: r1338134 - in /incubator/wookie/trunk/widgets/twitter: index.html scripts/controller.js style/all.css

Author: scottbw
Date: Mon May 14 10:24:29 2012
New Revision: 1338134

URL: http://svn.apache.org/viewvc?rev=1338134&view=rev
Log:
added license headers

Modified:
    incubator/wookie/trunk/widgets/twitter/index.html
    incubator/wookie/trunk/widgets/twitter/scripts/controller.js
    incubator/wookie/trunk/widgets/twitter/style/all.css

Modified: incubator/wookie/trunk/widgets/twitter/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/twitter/index.html?rev=1338134&r1=1338133&r2=1338134&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/twitter/index.html (original)
+++ incubator/wookie/trunk/widgets/twitter/index.html Mon May 14 10:24:29 2012
@@ -1,5 +1,20 @@
-
 <!DOCTYPE html>
+<!--
+  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.
+-->
 <html>
 <head>
 <meta http-equiv="pragma" content="no-cache" />

Modified: incubator/wookie/trunk/widgets/twitter/scripts/controller.js
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/twitter/scripts/controller.js?rev=1338134&r1=1338133&r2=1338134&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/twitter/scripts/controller.js (original)
+++ incubator/wookie/trunk/widgets/twitter/scripts/controller.js Mon May 14 10:24:29 2012
@@ -1,7 +1,23 @@
-
 /*
-*  Javascript from template: browse
-*/ 
+ * 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.
+ */
+ 
+/*
+ *  Javascript from template: browse
+ */ 
 
 /**
  * The twitter_controller object

Modified: incubator/wookie/trunk/widgets/twitter/style/all.css
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/twitter/style/all.css?rev=1338134&r1=1338133&r2=1338134&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/twitter/style/all.css (original)
+++ incubator/wookie/trunk/widgets/twitter/style/all.css Mon May 14 10:24:29 2012
@@ -1,5 +1,21 @@
-
- /**
+/*
+ * 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.
+ */
+ 
+/**
  * Summary information for a results browser
  */