stevencaswell 2004/07/11 10:56:33 Modified: lang/src/java/org/apache/commons/lang DateFormatter.java Log: Oops, forgot the license header Revision Changes Path 1.2 +15 -0 jakarta-commons-sandbox/lang/src/java/org/apache/commons/lang/DateFormatter.java Index: DateFormatter.java =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/lang/src/java/org/apache/commons/lang/DateFormatter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- DateFormatter.java 11 Jul 2004 17:53:31 -0000 1.1 +++ DateFormatter.java 11 Jul 2004 17:56:33 -0000 1.2 @@ -1,4 +1,19 @@ package org.apache.commons.lang; +/* + * Copyright 2002,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 + * + * 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. + */ import java.text.DateFormat; import java.text.DateFormatSymbols;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
