missing license header
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/84422725 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/84422725 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/84422725 Branch: refs/heads/lambdas Commit: 84422725743b6269e1b89af9d6b8aeb290fb9897 Parents: 95cb763 Author: Emond Papegaaij <[email protected]> Authored: Tue Nov 17 09:02:36 2015 +0100 Committer: Emond Papegaaij <[email protected]> Committed: Tue Nov 17 09:04:02 2015 +0100 ---------------------------------------------------------------------- .../wicket/queueing/IncorrectCloseTagPanel.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/84422725/wicket-core/src/test/java/org/apache/wicket/queueing/IncorrectCloseTagPanel.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/test/java/org/apache/wicket/queueing/IncorrectCloseTagPanel.java b/wicket-core/src/test/java/org/apache/wicket/queueing/IncorrectCloseTagPanel.java index db19114..1e4c477 100644 --- a/wicket-core/src/test/java/org/apache/wicket/queueing/IncorrectCloseTagPanel.java +++ b/wicket-core/src/test/java/org/apache/wicket/queueing/IncorrectCloseTagPanel.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.queueing; import org.apache.wicket.markup.html.basic.Label;
