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/03/14 16:04:23 UTC

[06/10] wicket git commit: Add licence

Add licence


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

Branch: refs/heads/master
Commit: 9bdbea7e181deea6deb59c79eee6eb11f23b59c1
Parents: d3bee75
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat Mar 12 21:53:25 2016 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sat Mar 12 21:53:25 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/wicket/lambdas/Lambdas.java     | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/9bdbea7e/wicket-core/src/main/java/org/apache/wicket/lambdas/Lambdas.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/lambdas/Lambdas.java b/wicket-core/src/main/java/org/apache/wicket/lambdas/Lambdas.java
index 0397706..9bb6f1f 100644
--- a/wicket-core/src/main/java/org/apache/wicket/lambdas/Lambdas.java
+++ b/wicket-core/src/main/java/org/apache/wicket/lambdas/Lambdas.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.lambdas;
 
 import java.util.UUID;