Updated Branches: refs/heads/master 381b90fd0 -> 67053bb3b
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/67053bb3 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/67053bb3 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/67053bb3 Branch: refs/heads/master Commit: 67053bb3ba3262a731c4a52c87a55e7ae567cb52 Parents: 381b90f 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:10 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/67053bb3/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;
