You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/09/11 21:36:55 UTC

svn commit: r1383573 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/package-info.java

Author: ggregory
Date: Tue Sep 11 19:36:54 2012
New Revision: 1383573

URL: http://svn.apache.org/viewvc?rev=1383573&view=rev
Log:
Match ASF headers to checkstyle.

Modified:
    commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/package-info.java

Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/package-info.java?rev=1383573&r1=1383572&r2=1383573&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/package-info.java (original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/package-info.java Tue Sep 11 19:36:54 2012
@@ -6,14 +6,13 @@
  * (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.
- *
  */
 
 /**