Skip to content

Commit e133c23

Browse files
committed
Fix headers.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130351 13f79535-47bb-0310-9956-ffa450edef68
1 parent ee113eb commit e133c23

4 files changed

Lines changed: 45 additions & 33 deletions

File tree

src/java/org/apache/commons/codec/net/BCodec.java

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
/*
22
* Copyright 2001-2004 The Apache Software Foundation.
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5-
* the License. You may obtain a copy of the License at
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
67
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
89
*
9-
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
10-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
11-
* specific language governing permissions and limitations under the License.
12-
*/
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
1316

1417
package org.apache.commons.codec.net;
1518

@@ -37,7 +40,7 @@
3740
*
3841
* @author Apache Software Foundation
3942
* @since 1.3
40-
* @version $Id: BCodec.java,v 1.2 2004/04/09 21:45:47 ggregory Exp $
43+
* @version $Id: BCodec.java,v 1.3 2004/04/09 22:21:07 ggregory Exp $
4144
*/
4245
public class BCodec extends RFC1522Codec implements StringEncoder, StringDecoder {
4346
/**

src/java/org/apache/commons/codec/net/QCodec.java

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
/*
22
* Copyright 2001-2004 The Apache Software Foundation.
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5-
* the License. You may obtain a copy of the License at
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
67
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
89
*
9-
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
10-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
11-
* specific language governing permissions and limitations under the License.
12-
*/
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
1316

1417
package org.apache.commons.codec.net;
1518

@@ -39,7 +42,7 @@
3942
*
4043
* @author Apache Software Foundation
4144
* @since 1.3
42-
* @version $Id: QCodec.java,v 1.2 2004/04/09 21:46:27 ggregory Exp $
45+
* @version $Id: QCodec.java,v 1.3 2004/04/09 22:21:07 ggregory Exp $
4346
*/
4447
public class QCodec extends RFC1522Codec implements StringEncoder, StringDecoder {
4548
/**

src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
/*
22
* Copyright 2001-2004 The Apache Software Foundation.
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5-
* the License. You may obtain a copy of the License at
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
67
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
89
*
9-
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
10-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
11-
* specific language governing permissions and limitations under the License.
12-
*/
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
1316

1417
package org.apache.commons.codec.net;
1518

@@ -51,7 +54,7 @@
5154
*
5255
* @author Apache Software Foundation
5356
* @since 1.3
54-
* @version $Id: QuotedPrintableCodec.java,v 1.6 2004/03/29 07:59:00 ggregory Exp $
57+
* @version $Id: QuotedPrintableCodec.java,v 1.7 2004/04/09 22:21:07 ggregory Exp $
5558
*/
5659
public class QuotedPrintableCodec implements BinaryEncoder, BinaryDecoder, StringEncoder, StringDecoder {
5760
/**

src/java/org/apache/commons/codec/net/StringEncodings.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
/*
2-
* Copyright 2004 The Apache Software Foundation.
2+
* Copyright 2001-2004 The Apache Software Foundation.
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5-
* the License. You may obtain a copy of the License at
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
67
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
89
*
9-
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
10-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
11-
* specific language governing permissions and limitations under the License.
12-
*/
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
1316

1417
package org.apache.commons.codec.net;
1518

@@ -18,7 +21,7 @@
1821
*
1922
* @author Apache Software Foundation
2023
* @since 1.3
21-
* @version $Id: StringEncodings.java,v 1.1 2004/03/29 07:59:00 ggregory Exp $
24+
* @version $Id: StringEncodings.java,v 1.2 2004/04/09 22:21:07 ggregory Exp $
2225
*/
2326
interface StringEncodings {
2427
/**

0 commit comments

Comments
 (0)