Add Apache licence headers

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/39d71a1e
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/39d71a1e
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/39d71a1e

Branch: refs/heads/5299-ajax-strategy
Commit: 39d71a1e26baa50a36e4f8e7c6788ef7d49cd4fa
Parents: 32af57e
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Authored: Wed Aug 14 12:40:42 2013 +0300
Committer: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Committed: Wed Aug 14 12:40:42 2013 +0300

----------------------------------------------------------------------
 .../wicket/ajax/strategies/IAjaxStrategy.java       | 16 ++++++++++++++++
 .../wicket/ajax/strategies/Wicket6AjaxStrategy.java | 16 ++++++++++++++++
 .../wicket/ajax/strategies/Wicket7AjaxStrategy.java | 16 ++++++++++++++++
 .../org/apache/wicket/settings/IAjaxSettings.java   | 16 ++++++++++++++++
 .../apache/wicket/settings/def/AjaxSettings.java    | 16 ++++++++++++++++
 5 files changed, 80 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/39d71a1e/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/IAjaxStrategy.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/IAjaxStrategy.java
 
b/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/IAjaxStrategy.java
index 9ce584c..8b70885 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/IAjaxStrategy.java
+++ 
b/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/IAjaxStrategy.java
@@ -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.
+ */
 package org.apache.wicket.ajax.strategies;
 
 import org.apache.wicket.Component;

http://git-wip-us.apache.org/repos/asf/wicket/blob/39d71a1e/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/Wicket6AjaxStrategy.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/Wicket6AjaxStrategy.java
 
b/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/Wicket6AjaxStrategy.java
index e737eaf..6c698ad 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/Wicket6AjaxStrategy.java
+++ 
b/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/Wicket6AjaxStrategy.java
@@ -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.
+ */
 package org.apache.wicket.ajax.strategies;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/wicket/blob/39d71a1e/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/Wicket7AjaxStrategy.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/Wicket7AjaxStrategy.java
 
b/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/Wicket7AjaxStrategy.java
index 9dfff9b..4e30ec9 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/Wicket7AjaxStrategy.java
+++ 
b/wicket-core/src/main/java/org/apache/wicket/ajax/strategies/Wicket7AjaxStrategy.java
@@ -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.
+ */
 package org.apache.wicket.ajax.strategies;
 
 import org.apache.wicket.Component;

http://git-wip-us.apache.org/repos/asf/wicket/blob/39d71a1e/wicket-core/src/main/java/org/apache/wicket/settings/IAjaxSettings.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/settings/IAjaxSettings.java 
b/wicket-core/src/main/java/org/apache/wicket/settings/IAjaxSettings.java
index c8c33d9..55de88a 100644
--- a/wicket-core/src/main/java/org/apache/wicket/settings/IAjaxSettings.java
+++ b/wicket-core/src/main/java/org/apache/wicket/settings/IAjaxSettings.java
@@ -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.
+ */
 package org.apache.wicket.settings;
 
 import org.apache.wicket.ajax.strategies.IAjaxStrategy;

http://git-wip-us.apache.org/repos/asf/wicket/blob/39d71a1e/wicket-core/src/main/java/org/apache/wicket/settings/def/AjaxSettings.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/settings/def/AjaxSettings.java 
b/wicket-core/src/main/java/org/apache/wicket/settings/def/AjaxSettings.java
index 5ad0556..41da761 100644
--- a/wicket-core/src/main/java/org/apache/wicket/settings/def/AjaxSettings.java
+++ b/wicket-core/src/main/java/org/apache/wicket/settings/def/AjaxSettings.java
@@ -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.
+ */
 package org.apache.wicket.settings.def;
 
 import org.apache.wicket.ajax.strategies.IAjaxStrategy;

Reply via email to