You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by de...@apache.org on 2011/03/20 18:26:45 UTC

svn commit: r1083516 - /incubator/rat/main/trunk/apache-rat-core/src/site/apt/index.apt

Author: dennisl
Date: Sun Mar 20 17:26:45 2011
New Revision: 1083516

URL: http://svn.apache.org/viewvc?rev=1083516&view=rev
Log:
Indent the paragraphs, so that they don't appear as headings.

Modified:
    incubator/rat/main/trunk/apache-rat-core/src/site/apt/index.apt

Modified: incubator/rat/main/trunk/apache-rat-core/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-core/src/site/apt/index.apt?rev=1083516&r1=1083515&r2=1083516&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-core/src/site/apt/index.apt (original)
+++ incubator/rat/main/trunk/apache-rat-core/src/site/apt/index.apt Sun Mar 20 17:26:45 2011
@@ -35,15 +35,15 @@ java -jar apache-rat-VERSION.jar --help
  working with.
  
  This will output a help message detailing the command line
-options available to you.
+ options available to you.
 
 * Adding licence headers
 
-RAT can be used to automatically add licence headers to 
-files that do not currently have them. Only files that
-are not excluded by the RAT configurations will be affected.
+ RAT can be used to automatically add licence headers to
+ files that do not currently have them. Only files that
+ are not excluded by the RAT configurations will be affected.
 
-To add licence headers use a command such as:
+ To add licence headers use a command such as:
 
 +------------------------------------------+
 java -jar apache-rat-VERSION.jar --addLicence
@@ -51,7 +51,7 @@ java -jar apache-rat-VERSION.jar --addLi
   /path/to/project
 +------------------------------------------+
 
-This command will add the licence header directly to the
-source files. If you prefer to see which files will be
-changed and how then remove the "--force" option. 
+ This command will add the licence header directly to the
+ source files. If you prefer to see which files will be
+ changed and how then remove the "--force" option.