Author: scottbw
Date: Mon May 14 09:30:13 2012
New Revision: 1338120
URL: http://svn.apache.org/viewvc?rev=1338120&view=rev
Log:
Added missing license headers
Modified:
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/ApiKey.java
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/Policy.java
Modified:
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/ApiKey.java
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/ApiKey.java?rev=1338120&r1=1338119&r2=1338120&view=diff
==============================================================================
---
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/ApiKey.java
(original)
+++
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/ApiKey.java
Mon May 14 09:30:13 2012
@@ -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;
public class ApiKey {
Modified:
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/Policy.java
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/Policy.java?rev=1338120&r1=1338119&r2=1338120&view=diff
==============================================================================
---
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/Policy.java
(original)
+++
incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/Policy.java
Mon May 14 09:30:13 2012
@@ -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;
public class Policy {