Updated Branches: refs/heads/wicket-1.5.x 05d205872 -> 03695569f
Add Apache licence header Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/03695569 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/03695569 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/03695569 Branch: refs/heads/wicket-1.5.x Commit: 03695569fd0b2af949ee3b51e7a1f868f1cf008c Parents: 05d2058 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Mar 4 11:09:10 2013 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Mar 4 11:09:38 2013 +0200 ---------------------------------------------------------------------- .../wicket/protocol/http/mock/CookiesTest.java | 16 +++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/03695569/wicket-core/src/test/java/org/apache/wicket/protocol/http/mock/CookiesTest.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/test/java/org/apache/wicket/protocol/http/mock/CookiesTest.java b/wicket-core/src/test/java/org/apache/wicket/protocol/http/mock/CookiesTest.java index 9e7755b..f9c8b2e 100644 --- a/wicket-core/src/test/java/org/apache/wicket/protocol/http/mock/CookiesTest.java +++ b/wicket-core/src/test/java/org/apache/wicket/protocol/http/mock/CookiesTest.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.protocol.http.mock; import javax.servlet.http.Cookie;
