You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2015/03/12 22:18:09 UTC

[02/34] wicket git commit: WICKET-5819 Media tags - audio / video implementation - license header

WICKET-5819 Media tags - audio / video implementation - license header

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

Branch: refs/heads/master
Commit: c396d76cfb81f9892117770d83069f2e54f7c604
Parents: 3384441
Author: klopfdreh <kl...@tobiass-mbp>
Authored: Thu Jan 22 23:05:50 2015 +0100
Committer: klopfdreh <kl...@tobiass-mbp>
Committed: Thu Jan 22 23:05:50 2015 +0100

----------------------------------------------------------------------
 .../html/media/MediaStreamingResourceReference.java | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/c396d76c/wicket-core/src/main/java/org/apache/wicket/markup/html/media/MediaStreamingResourceReference.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/media/MediaStreamingResourceReference.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/media/MediaStreamingResourceReference.java
index 0051c8c..d538644 100755
--- a/wicket-core/src/main/java/org/apache/wicket/markup/html/media/MediaStreamingResourceReference.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/media/MediaStreamingResourceReference.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.markup.html.media;
 
 import java.io.IOException;