Repository: wicket Updated Branches: refs/heads/wicket-7.x 53608478f -> 30ac856fb
Fixed license header test for FileSystemResourceStreamReference.java Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/30ac856f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/30ac856f Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/30ac856f Branch: refs/heads/wicket-7.x Commit: 30ac856fb22c750b6047eca0623dc3c21a6a98a3 Parents: 5360847 Author: Tobias Soloschenko <[email protected]> Authored: Sat Nov 7 09:28:46 2015 +0100 Committer: Tobias Soloschenko <[email protected]> Committed: Sat Nov 7 09:28:46 2015 +0100 ---------------------------------------------------------------------- .../util/resource/FileSystemResourceStream.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/30ac856f/wicket-util/src/main/java/org/apache/wicket/util/resource/FileSystemResourceStream.java ---------------------------------------------------------------------- diff --git a/wicket-util/src/main/java/org/apache/wicket/util/resource/FileSystemResourceStream.java b/wicket-util/src/main/java/org/apache/wicket/util/resource/FileSystemResourceStream.java index 61bd226..12ef3eb 100644 --- a/wicket-util/src/main/java/org/apache/wicket/util/resource/FileSystemResourceStream.java +++ b/wicket-util/src/main/java/org/apache/wicket/util/resource/FileSystemResourceStream.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.util.resource; import java.io.IOException;
