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/320e555d Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/320e555d Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/320e555d Branch: refs/heads/lambdas Commit: 320e555df8e25fc7176f8fe3efcaee8077847738 Parents: 9f8f2f2 Author: Martijn Dashorst <[email protected]> Authored: Sat Nov 7 00:37:07 2015 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Sat Nov 7 00:37:07 2015 +0100 ---------------------------------------------------------------------- .../caching/FileSystemResourceStreamReference.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/320e555d/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/caching/FileSystemResourceStreamReference.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/caching/FileSystemResourceStreamReference.java b/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/caching/FileSystemResourceStreamReference.java index 1feae37..31dbc90 100644 --- a/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/caching/FileSystemResourceStreamReference.java +++ b/wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/caching/FileSystemResourceStreamReference.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.core.util.resource.locator.caching; import java.nio.file.Paths;
