Author: gmcdonald
Date: Sun Jun 13 13:45:12 2010
New Revision: 954224
URL: http://svn.apache.org/viewvc?rev=954224&view=rev
Log:
Add some license headers, add some excludes for RAT
Modified:
incubator/wookie/trunk/ant/ivysettings.xml
incubator/wookie/trunk/connector/CSharp/WookieService/Properties/AssemblyInfo.cs
incubator/wookie/trunk/connector/java/ivy.xml
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/AbstractWookieConnectorService.java
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/WidgetInstance.java
incubator/wookie/trunk/ivy.xml
incubator/wookie/trunk/licenses/rat-ignore.txt
incubator/wookie/trunk/parser/java/ivy.xml
incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/LocalizedContentTest.java
incubator/wookie/trunk/src/org/apache/wookie/beans/schema.hbm.xml
Modified: incubator/wookie/trunk/ant/ivysettings.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivysettings.xml?rev=954224&r1=954223&r2=954224&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivysettings.xml (original)
+++ incubator/wookie/trunk/ant/ivysettings.xml Sun Jun 13 13:45:12 2010
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
<ivysettings>
<settings defaultResolver="wookie-chain" />
<caches>
Modified:
incubator/wookie/trunk/connector/CSharp/WookieService/Properties/AssemblyInfo.cs
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/CSharp/WookieService/Properties/AssemblyInfo.cs?rev=954224&r1=954223&r2=954224&view=diff
==============================================================================
---
incubator/wookie/trunk/connector/CSharp/WookieService/Properties/AssemblyInfo.cs
(original)
+++
incubator/wookie/trunk/connector/CSharp/WookieService/Properties/AssemblyInfo.cs
Sun Jun 13 13:45:12 2010
@@ -1,3 +1,16 @@
+/*
+* Licensed 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.
+*/
#region Using directives
using System;
Modified: incubator/wookie/trunk/connector/java/ivy.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/ivy.xml?rev=954224&r1=954223&r2=954224&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/java/ivy.xml (original)
+++ incubator/wookie/trunk/connector/java/ivy.xml Sun Jun 13 13:45:12 2010
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
<ivy-module version="2.0">
<info organisation="org.apache.incubator" module="wookieJavaConnector"
revision="0.1.0-SNAPSHOT"/>
Modified:
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/AbstractWookieConnectorService.java
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/AbstractWookieConnectorService.java?rev=954224&r1=954223&r2=954224&view=diff
==============================================================================
---
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/AbstractWookieConnectorService.java
(original)
+++
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/AbstractWookieConnectorService.java
Sun Jun 13 13:45:12 2010
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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 org.apache.wookie.connector.framework;
import java.io.IOException;
Modified:
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/WidgetInstance.java
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/WidgetInstance.java?rev=954224&r1=954223&r2=954224&view=diff
==============================================================================
---
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/WidgetInstance.java
(original)
+++
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/WidgetInstance.java
Sun Jun 13 13:45:12 2010
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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 org.apache.wookie.connector.framework;
/**
@@ -63,4 +76,4 @@ public class WidgetInstance {
this.width = width;
}
-}
\ No newline at end of file
+}
Modified: incubator/wookie/trunk/ivy.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/ivy.xml?rev=954224&r1=954223&r2=954224&view=diff
==============================================================================
--- incubator/wookie/trunk/ivy.xml (original)
+++ incubator/wookie/trunk/ivy.xml Sun Jun 13 13:45:12 2010
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
<ivy-module version="2.0">
<info organisation="org.apache.incubator" module="wookie"
revision="0.8.1-SNAPSHOT"/>
Modified: incubator/wookie/trunk/licenses/rat-ignore.txt
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/licenses/rat-ignore.txt?rev=954224&r1=954223&r2=954224&view=diff
==============================================================================
--- incubator/wookie/trunk/licenses/rat-ignore.txt (original)
+++ incubator/wookie/trunk/licenses/rat-ignore.txt Sun Jun 13 13:45:12 2010
@@ -7,13 +7,35 @@ project_admin/
schemas/
shindig/readme_shindig.txt
build/
+**/build/**
**/**csproj**
**/notsupported/
connector/CSharp/CSharp.sln
**/*.properties
-features/camera/shared/thickbox.js
scripts/
util/UrlEncodedQueryString.java
tutorials/geoLocation/legal/
widgets/localetest/index.htm
widgets/localetest/locales/
+**/dist/**
+.classpath
+.project
+
+# anything below is under a different license header
+# needs checking if relevant licenses are included
+# at top level
+
+features/camera/licenses.txt
+features/camera/shared/camcanvas.html
+features/camera/shared/jquery.js
+features/camera/shared/thickbox.css
+features/camera/shared/thickbox.js
+src/org/apache/wookie/util/UrlEncodedQueryString.java
+tutorials/geoLocation/scripts/geo.js
+tutorials/geoLocation/scripts/geo_position_js_simulator.js
+widgets/bubbles/config.xml
+widgets/bubbles/index.html
+widgets/bubbles/licence.txt
+widgets/bubbles/script.js
+widgets/bubbles/styles.css
+
Modified: incubator/wookie/trunk/parser/java/ivy.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/java/ivy.xml?rev=954224&r1=954223&r2=954224&view=diff
==============================================================================
--- incubator/wookie/trunk/parser/java/ivy.xml (original)
+++ incubator/wookie/trunk/parser/java/ivy.xml Sun Jun 13 13:45:12 2010
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
<ivy-module version="2.0">
<info organisation="org.apache.incubator" module="wookieW3CParser"
revision="0.1.0-SNAPSHOT"/>
Modified:
incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/LocalizedContentTest.java
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/LocalizedContentTest.java?rev=954224&r1=954223&r2=954224&view=diff
==============================================================================
---
incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/LocalizedContentTest.java
(original)
+++
incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/LocalizedContentTest.java
Sun Jun 13 13:45:12 2010
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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 org.apache.wookie.w3c.test;
import static org.junit.Assert.*;
Modified: incubator/wookie/trunk/src/org/apache/wookie/beans/schema.hbm.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/src/org/apache/wookie/beans/schema.hbm.xml?rev=954224&r1=954223&r2=954224&view=diff
==============================================================================
--- incubator/wookie/trunk/src/org/apache/wookie/beans/schema.hbm.xml (original)
+++ incubator/wookie/trunk/src/org/apache/wookie/beans/schema.hbm.xml Sun Jun
13 13:45:12 2010
@@ -1,4 +1,20 @@
<?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-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">