You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2004/04/10 00:21:07 UTC

cvs commit: jakarta-commons/codec/src/java/org/apache/commons/codec/net StringEncodings.java QCodec.java BCodec.java QuotedPrintableCodec.java

ggregory    2004/04/09 15:21:07

  Modified:    codec/src/java/org/apache/commons/codec/net
                        StringEncodings.java QCodec.java BCodec.java
                        QuotedPrintableCodec.java
  Log:
  Fix headers.
  
  Revision  Changes    Path
  1.2       +12 -9     jakarta-commons/codec/src/java/org/apache/commons/codec/net/StringEncodings.java
  
  Index: StringEncodings.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/net/StringEncodings.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StringEncodings.java	29 Mar 2004 07:59:00 -0000	1.1
  +++ StringEncodings.java	9 Apr 2004 22:21:07 -0000	1.2
  @@ -1,15 +1,18 @@
   /*
  - * Copyright 2004 The Apache Software Foundation.
  + * Copyright 2001-2004 The Apache Software Foundation.
    * 
  - * Licensed 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
  + * Licensed 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
  + *      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.
  - */
  + * 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.commons.codec.net;
   
  
  
  
  1.3       +11 -8     jakarta-commons/codec/src/java/org/apache/commons/codec/net/QCodec.java
  
  Index: QCodec.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/net/QCodec.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- QCodec.java	9 Apr 2004 21:46:27 -0000	1.2
  +++ QCodec.java	9 Apr 2004 22:21:07 -0000	1.3
  @@ -1,15 +1,18 @@
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
    * 
  - * Licensed 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
  + * Licensed 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
  + *      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.
  - */
  + * 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.commons.codec.net;
   
  
  
  
  1.3       +11 -8     jakarta-commons/codec/src/java/org/apache/commons/codec/net/BCodec.java
  
  Index: BCodec.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/net/BCodec.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BCodec.java	9 Apr 2004 21:45:47 -0000	1.2
  +++ BCodec.java	9 Apr 2004 22:21:07 -0000	1.3
  @@ -1,15 +1,18 @@
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
    * 
  - * Licensed 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
  + * Licensed 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
  + *      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.
  - */
  + * 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.commons.codec.net;
   
  
  
  
  1.7       +11 -8     jakarta-commons/codec/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java
  
  Index: QuotedPrintableCodec.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- QuotedPrintableCodec.java	29 Mar 2004 07:59:00 -0000	1.6
  +++ QuotedPrintableCodec.java	9 Apr 2004 22:21:07 -0000	1.7
  @@ -1,15 +1,18 @@
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
    * 
  - * Licensed 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
  + * Licensed 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
  + *      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.
  - */
  + * 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.commons.codec.net;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org