Author: scottbw
Date: Mon Nov 23 16:08:48 2009
New Revision: 883385
URL: http://svn.apache.org/viewvc?rev=883385&view=rev
Log:
Added missing license headers
Modified:
incubator/wookie/trunk/src-tests/org/apache/wookie/tests/helpers/WidgetUploader.java
incubator/wookie/trunk/src/org/apache/wookie/exceptions/InvalidContentTypeException.java
incubator/wookie/trunk/src/org/apache/wookie/exceptions/InvalidStartFileException.java
incubator/wookie/trunk/src/org/apache/wookie/manifestmodel/IManifestModelBase.java
incubator/wookie/trunk/src/org/apache/wookie/manifestmodel/impl/LocalizedEntity.java
Modified:
incubator/wookie/trunk/src-tests/org/apache/wookie/tests/helpers/WidgetUploader.java
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/src-tests/org/apache/wookie/tests/helpers/WidgetUploader.java?rev=883385&r1=883384&r2=883385&view=diff
==============================================================================
---
incubator/wookie/trunk/src-tests/org/apache/wookie/tests/helpers/WidgetUploader.java
(original)
+++
incubator/wookie/trunk/src-tests/org/apache/wookie/tests/helpers/WidgetUploader.java
Mon Nov 23 16:08:48 2009
@@ -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.tests.helpers;
import static org.junit.Assert.assertEquals;
Modified:
incubator/wookie/trunk/src/org/apache/wookie/exceptions/InvalidContentTypeException.java
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/src/org/apache/wookie/exceptions/InvalidContentTypeException.java?rev=883385&r1=883384&r2=883385&view=diff
==============================================================================
---
incubator/wookie/trunk/src/org/apache/wookie/exceptions/InvalidContentTypeException.java
(original)
+++
incubator/wookie/trunk/src/org/apache/wookie/exceptions/InvalidContentTypeException.java
Mon Nov 23 16:08:48 2009
@@ -1,5 +1,15 @@
-/**
- *
+/*
+ * 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.exceptions;
Modified:
incubator/wookie/trunk/src/org/apache/wookie/exceptions/InvalidStartFileException.java
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/src/org/apache/wookie/exceptions/InvalidStartFileException.java?rev=883385&r1=883384&r2=883385&view=diff
==============================================================================
---
incubator/wookie/trunk/src/org/apache/wookie/exceptions/InvalidStartFileException.java
(original)
+++
incubator/wookie/trunk/src/org/apache/wookie/exceptions/InvalidStartFileException.java
Mon Nov 23 16:08:48 2009
@@ -1,5 +1,15 @@
-/**
- *
+/*
+ * 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.exceptions;
Modified:
incubator/wookie/trunk/src/org/apache/wookie/manifestmodel/IManifestModelBase.java
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/src/org/apache/wookie/manifestmodel/IManifestModelBase.java?rev=883385&r1=883384&r2=883385&view=diff
==============================================================================
---
incubator/wookie/trunk/src/org/apache/wookie/manifestmodel/IManifestModelBase.java
(original)
+++
incubator/wookie/trunk/src/org/apache/wookie/manifestmodel/IManifestModelBase.java
Mon Nov 23 16:08:48 2009
@@ -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.manifestmodel;
import org.apache.wookie.exceptions.BadManifestException;
Modified:
incubator/wookie/trunk/src/org/apache/wookie/manifestmodel/impl/LocalizedEntity.java
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/src/org/apache/wookie/manifestmodel/impl/LocalizedEntity.java?rev=883385&r1=883384&r2=883385&view=diff
==============================================================================
---
incubator/wookie/trunk/src/org/apache/wookie/manifestmodel/impl/LocalizedEntity.java
(original)
+++
incubator/wookie/trunk/src/org/apache/wookie/manifestmodel/impl/LocalizedEntity.java
Mon Nov 23 16:08:48 2009
@@ -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.manifestmodel.impl;
import org.apache.wookie.manifestmodel.ILocalizedEntity;