You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2016/04/24 22:08:20 UTC

wicket git commit: Add ASL2 to the new classes

Repository: wicket
Updated Branches:
  refs/heads/master bbe1ab607 -> 568375463


Add ASL2 to the new classes


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

Branch: refs/heads/master
Commit: 56837546377181ce65077ae8ee4c84be038d26ff
Parents: bbe1ab6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sun Apr 24 22:08:02 2016 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sun Apr 24 22:08:02 2016 +0200

----------------------------------------------------------------------
 .../java/org/apache/wicket/model/IModelTest.java    | 16 ++++++++++++++++
 .../org/apache/wicket/model/lambda/Address.java     | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/56837546/wicket-core/src/test/java/org/apache/wicket/model/IModelTest.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/test/java/org/apache/wicket/model/IModelTest.java b/wicket-core/src/test/java/org/apache/wicket/model/IModelTest.java
index bc86e6f..4791707 100644
--- a/wicket-core/src/test/java/org/apache/wicket/model/IModelTest.java
+++ b/wicket-core/src/test/java/org/apache/wicket/model/IModelTest.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.model;
 
 import static org.hamcrest.Matchers.equalTo;

http://git-wip-us.apache.org/repos/asf/wicket/blob/56837546/wicket-core/src/test/java/org/apache/wicket/model/lambda/Address.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/test/java/org/apache/wicket/model/lambda/Address.java b/wicket-core/src/test/java/org/apache/wicket/model/lambda/Address.java
index b5385b5..8a920fe 100644
--- a/wicket-core/src/test/java/org/apache/wicket/model/lambda/Address.java
+++ b/wicket-core/src/test/java/org/apache/wicket/model/lambda/Address.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.model.lambda;
 
 import java.io.Serializable;