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/c634d0a5 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c634d0a5 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c634d0a5 Branch: refs/heads/pr-86-media_tags Commit: c634d0a5034db7b600401fd0ba19672914c2ae4a Parents: 1d1cf3e Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Fri Feb 20 23:33:22 2015 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Thu Mar 12 22:13:06 2015 +0100 ---------------------------------------------------------------------- .../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/c634d0a5/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 +}
