This is an automated email from the ASF dual-hosted git repository.

svenmeier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 3106380  WICKET-6682 added license headers
3106380 is described below

commit 3106380987a7fed745754fef87fbba8051ec3f2b
Author: Sven Meier <svenme...@apache.org>
AuthorDate: Fri Sep 27 18:07:50 2019 +0200

    WICKET-6682 added license headers
---
 .../apache/wicket/examples/csp/delayedVisible.css  | 16 +++++++++++++
 .../apache/wicket/examples/csp/delayedVisible.js   | 26 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/csp/delayedVisible.css
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/csp/delayedVisible.css
index d16b283c..91c7a0c 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/csp/delayedVisible.css
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/csp/delayedVisible.css
@@ -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.
+ */
 .delayed-visible {
        font-weight: bold;
 }
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/csp/delayedVisible.js
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/csp/delayedVisible.js
index cc2f7eb..def747e 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/csp/delayedVisible.js
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/csp/delayedVisible.js
@@ -1,3 +1,29 @@
+/*
+ * 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.
+ */
+
+/*global DOMParser: true, console: true */
+
+/*
+ * Wicket Ajax Support
+ *
+ * @author Igor Vaynberg
+ * @author Matej Knopp
+ */
+
 jQuery(document).ready(function() {
        jQuery('body').addClass('delayed-ready');
 });

Reply via email to