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 2015/02/20 22:34:25 UTC

[2/2] wicket git commit: WICKET-5819 Add Apache licence to the new Home.css file used by Media examples

WICKET-5819 Add Apache licence to the new Home.css file used by Media examples


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

Branch: refs/heads/pr-86-media_tags
Commit: 72eb861bd34feee0fe5da91be0c50221affbb24d
Parents: 8e2c9b6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Feb 20 23:33:22 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Feb 20 23:33:22 2015 +0200

----------------------------------------------------------------------
 .../org/apache/wicket/examples/media/Home.css     | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/72eb861b/wicket-examples/src/main/java/org/apache/wicket/examples/media/Home.css
----------------------------------------------------------------------
diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/media/Home.css b/wicket-examples/src/main/java/org/apache/wicket/examples/media/Home.css
index a4e5095..45dee80 100644
--- a/wicket-examples/src/main/java/org/apache/wicket/examples/media/Home.css
+++ b/wicket-examples/src/main/java/org/apache/wicket/examples/media/Home.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.
+ */
 video{
 	float:left;
 	height:240px;
@@ -13,4 +29,4 @@ video{
 }
 .clearer{
 	clear:both;
-}
\ No newline at end of file
+}