From 3ff047a1ae2d2ce69e04bd402dea243c4d1c4f12 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Wed, 31 Oct 2007 14:55:41 +0000 Subject: [PATCH] Added missing license headers git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@590695 13f79535-47bb-0310-9956-ffa450edef68 --- .../RFC2965CommentUrlAttributeHandler.java | 31 +++++++++++++++++++ .../RFC2965DiscardAttributeHandler.java | 31 +++++++++++++++++++ .../cookie/RFC2965DomainAttributeHandler.java | 31 +++++++++++++++++++ .../cookie/RFC2965PortAttributeHandler.java | 31 +++++++++++++++++++ .../RFC2965VersionAttributeHandler.java | 31 +++++++++++++++++++ 5 files changed, 155 insertions(+) diff --git a/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965CommentUrlAttributeHandler.java b/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965CommentUrlAttributeHandler.java index bfd9a6643..04a254b9b 100644 --- a/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965CommentUrlAttributeHandler.java +++ b/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965CommentUrlAttributeHandler.java @@ -1,3 +1,34 @@ +/* + * $HeadURL$ + * $Revision$ + * $Date$ + * + * ==================================================================== + * 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. + * ==================================================================== + * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * . + * + */ + package org.apache.http.impl.cookie; import org.apache.http.cookie.Cookie; diff --git a/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965DiscardAttributeHandler.java b/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965DiscardAttributeHandler.java index 0ba9c4b19..e0c01e187 100644 --- a/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965DiscardAttributeHandler.java +++ b/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965DiscardAttributeHandler.java @@ -1,3 +1,34 @@ +/* + * $HeadURL$ + * $Revision$ + * $Date$ + * + * ==================================================================== + * 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. + * ==================================================================== + * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * . + * + */ + package org.apache.http.impl.cookie; import org.apache.http.cookie.Cookie; diff --git a/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965DomainAttributeHandler.java b/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965DomainAttributeHandler.java index 1d2cb716d..382b78630 100644 --- a/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965DomainAttributeHandler.java +++ b/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965DomainAttributeHandler.java @@ -1,3 +1,34 @@ +/* + * $HeadURL$ + * $Revision$ + * $Date$ + * + * ==================================================================== + * 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. + * ==================================================================== + * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * . + * + */ + package org.apache.http.impl.cookie; import org.apache.http.cookie.ClientCookie; diff --git a/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965PortAttributeHandler.java b/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965PortAttributeHandler.java index 7743ae8ca..96eb3458c 100644 --- a/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965PortAttributeHandler.java +++ b/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965PortAttributeHandler.java @@ -1,3 +1,34 @@ +/* + * $HeadURL$ + * $Revision$ + * $Date$ + * + * ==================================================================== + * 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. + * ==================================================================== + * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * . + * + */ + package org.apache.http.impl.cookie; import java.util.StringTokenizer; diff --git a/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965VersionAttributeHandler.java b/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965VersionAttributeHandler.java index 0369f7b0f..597b9001f 100644 --- a/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965VersionAttributeHandler.java +++ b/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965VersionAttributeHandler.java @@ -1,3 +1,34 @@ +/* + * $HeadURL$ + * $Revision$ + * $Date$ + * + * ==================================================================== + * 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. + * ==================================================================== + * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * . + * + */ + package org.apache.http.impl.cookie; import org.apache.http.cookie.ClientCookie;