Author: niallp
Date: Wed Mar 5 16:06:05 2008
New Revision: 634088
URL: http://svn.apache.org/viewvc?rev=634088&view=rev
Log:
svn:keywords properties and missing license headers
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/IEEE754rUtils.java
(contents, props changed)
commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/FormatFactory.java
(contents, props changed)
commons/proper/lang/trunk/src/test/org/apache/commons/lang/math/IEEE754rUtilsTest.java
(contents, props changed)
commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsFragmentTest.java
(contents, props changed)
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/IEEE754rUtils.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/IEEE754rUtils.java?rev=634088&r1=634087&r2=634088&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/IEEE754rUtils.java
(original)
+++
commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/IEEE754rUtils.java
Wed Mar 5 16:06:05 2008
@@ -22,7 +22,7 @@
* <p>See: <a
href="http://en.wikipedia.org/wiki/IEEE_754r">http://en.wikipedia.org/wiki/IEEE_754r</a></p>
*
* @since 2.4
- * @version $Id: IEEE754rUtils.java 491076 2006-12-29 18:48:37Z bayard $
+ * @version $Id$
*/
public class IEEE754rUtils {
Propchange:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/IEEE754rUtils.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/FormatFactory.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/FormatFactory.java?rev=634088&r1=634087&r2=634088&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/FormatFactory.java
(original)
+++
commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/FormatFactory.java
Wed Mar 5 16:06:05 2008
@@ -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.commons.lang.text;
import java.text.Format;
Propchange:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/FormatFactory.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
commons/proper/lang/trunk/src/test/org/apache/commons/lang/math/IEEE754rUtilsTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang/math/IEEE754rUtilsTest.java?rev=634088&r1=634087&r2=634088&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/test/org/apache/commons/lang/math/IEEE754rUtilsTest.java
(original)
+++
commons/proper/lang/trunk/src/test/org/apache/commons/lang/math/IEEE754rUtilsTest.java
Wed Mar 5 16:06:05 2008
@@ -21,7 +21,7 @@
/**
* Unit tests [EMAIL PROTECTED] org.apache.commons.lang.math.IEEE754rUtils}.
*
- * @version $Id: IEEE754rUtilsTest.java 583665 2007-10-11 01:34:13Z ggregory $
+ * @version $Id$
*/
public class IEEE754rUtilsTest extends TestCase {
Propchange:
commons/proper/lang/trunk/src/test/org/apache/commons/lang/math/IEEE754rUtilsTest.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsFragmentTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsFragmentTest.java?rev=634088&r1=634087&r2=634088&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsFragmentTest.java
(original)
+++
commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsFragmentTest.java
Wed Mar 5 16:06:05 2008
@@ -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.commons.lang.time;
import java.util.Calendar;
Propchange:
commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsFragmentTest.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL