Add licence headers
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a51ed318 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a51ed318 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a51ed318 Branch: refs/heads/master Commit: a51ed3185803a52798a99a2685593bae894d0504 Parents: 58f6700 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Fri Feb 14 16:23:56 2014 +0200 Committer: Igor Vaynberg <[email protected]> Committed: Thu Feb 20 23:37:15 2014 -0800 ---------------------------------------------------------------------- .../wicket/queueing/nestedborders/InnerBorder.java | 16 ++++++++++++++++ .../wicket/queueing/nestedborders/OuterBorder.java | 16 ++++++++++++++++ .../wicket/queueing/nestedpanels/InnerPanel.java | 16 ++++++++++++++++ .../wicket/queueing/nestedpanels/OuterPanel.java | 16 ++++++++++++++++ 4 files changed, 64 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/a51ed318/wicket-core/src/test/java/org/apache/wicket/queueing/nestedborders/InnerBorder.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/test/java/org/apache/wicket/queueing/nestedborders/InnerBorder.java b/wicket-core/src/test/java/org/apache/wicket/queueing/nestedborders/InnerBorder.java index f4790c4..d92f869 100644 --- a/wicket-core/src/test/java/org/apache/wicket/queueing/nestedborders/InnerBorder.java +++ b/wicket-core/src/test/java/org/apache/wicket/queueing/nestedborders/InnerBorder.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.nestedborders; import org.apache.wicket.markup.html.border.Border; http://git-wip-us.apache.org/repos/asf/wicket/blob/a51ed318/wicket-core/src/test/java/org/apache/wicket/queueing/nestedborders/OuterBorder.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/test/java/org/apache/wicket/queueing/nestedborders/OuterBorder.java b/wicket-core/src/test/java/org/apache/wicket/queueing/nestedborders/OuterBorder.java index c74859d..5ca5725 100644 --- a/wicket-core/src/test/java/org/apache/wicket/queueing/nestedborders/OuterBorder.java +++ b/wicket-core/src/test/java/org/apache/wicket/queueing/nestedborders/OuterBorder.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.nestedborders; import org.apache.wicket.markup.html.border.Border; http://git-wip-us.apache.org/repos/asf/wicket/blob/a51ed318/wicket-core/src/test/java/org/apache/wicket/queueing/nestedpanels/InnerPanel.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/test/java/org/apache/wicket/queueing/nestedpanels/InnerPanel.java b/wicket-core/src/test/java/org/apache/wicket/queueing/nestedpanels/InnerPanel.java index 2416eaf..e1ecb04 100644 --- a/wicket-core/src/test/java/org/apache/wicket/queueing/nestedpanels/InnerPanel.java +++ b/wicket-core/src/test/java/org/apache/wicket/queueing/nestedpanels/InnerPanel.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.nestedpanels; import org.apache.wicket.markup.html.panel.Panel; http://git-wip-us.apache.org/repos/asf/wicket/blob/a51ed318/wicket-core/src/test/java/org/apache/wicket/queueing/nestedpanels/OuterPanel.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/test/java/org/apache/wicket/queueing/nestedpanels/OuterPanel.java b/wicket-core/src/test/java/org/apache/wicket/queueing/nestedpanels/OuterPanel.java index e6fbe9c..0f15407 100644 --- a/wicket-core/src/test/java/org/apache/wicket/queueing/nestedpanels/OuterPanel.java +++ b/wicket-core/src/test/java/org/apache/wicket/queueing/nestedpanels/OuterPanel.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.nestedpanels; import org.apache.wicket.markup.html.panel.Panel;
