Updated Branches: refs/heads/wicket-1.5.x d6a8023a5 -> 0b76b9730
WICKET-4396 Impossible to group header contributions in the <head> Add Apache licence Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/0b76b973 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0b76b973 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/0b76b973 Branch: refs/heads/wicket-1.5.x Commit: 0b76b97304d9f073dcc833c4dbc23f883acd45ff Parents: d6a8023 Author: martin-g <[email protected]> Authored: Wed Feb 8 13:10:18 2012 +0200 Committer: martin-g <[email protected]> Committed: Wed Feb 8 13:10:18 2012 +0200 ---------------------------------------------------------------------- .../resource/filtering/HeaderFilteringPage.java | 16 +++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/0b76b973/wicket-core/src/test/java/org/apache/wicket/resource/filtering/HeaderFilteringPage.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/test/java/org/apache/wicket/resource/filtering/HeaderFilteringPage.java b/wicket-core/src/test/java/org/apache/wicket/resource/filtering/HeaderFilteringPage.java index 88568ae..50bf5f8 100644 --- a/wicket-core/src/test/java/org/apache/wicket/resource/filtering/HeaderFilteringPage.java +++ b/wicket-core/src/test/java/org/apache/wicket/resource/filtering/HeaderFilteringPage.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.resource.filtering; import org.apache.wicket.markup.html.IHeaderResponse;
