[hipl-commit] [trunk] Rev 3662: fixed TABs or added exceptions to syntax checker config

  • From: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 17 Feb 2010 15:29:28 +0200

Committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
Date: Wed Feb 17 14:27:57 2010 +0100
Revision: 3662
Revision-id: rene.hummen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  fixed TABs or added exceptions to syntax checker config

Modified:
  M  doc/COPYING
  M  doc/README

=== modified file 'doc/COPYING'
--- doc/COPYING 2009-12-11 22:49:11 +0000
+++ doc/COPYING 2010-02-17 13:27:57 +0000
@@ -10,19 +10,19 @@
  is concerned is _this_ particular version of the license (ie v2, not
  v2.2 or v3.x or whatever), unless explicitly otherwise stated.
 
-                       Linus Torvalds
+            Linus Torvalds
 
 ----------------------------------------
 
-                   GNU GENERAL PUBLIC LICENSE
-                      Version 2, June 1991
+            GNU GENERAL PUBLIC LICENSE
+               Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
                        59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-                           Preamble
+                Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -71,8 +71,8 @@
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
-                   GNU GENERAL PUBLIC LICENSE
+
+            GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -126,7 +126,7 @@
     License.  (Exception: if the Program itself is interactive but
     does not normally print such an announcement, your work based on
     the Program is not required to print an announcement.)
-
+
 These requirements apply to the modified work as a whole.  If
 identifiable sections of that work are not derived from the Program,
 and can be reasonably considered independent and separate works in
@@ -184,7 +184,7 @@
 access to copy the source code from the same place counts as
 distribution of the source code, even though third parties are not
 compelled to copy the source along with the object code.
-
+
   4. You may not copy, modify, sublicense, or distribute the Program
 except as expressly provided under this License.  Any attempt
 otherwise to copy, modify, sublicense or distribute the Program is
@@ -241,7 +241,7 @@
 
 This section is intended to make thoroughly clear what is believed to
 be a consequence of the rest of this License.
-
+
   8. If the distribution and/or use of the Program is restricted in
 certain countries either by patents or by copyrighted interfaces, the
 original copyright holder who places the Program under this License
@@ -271,7 +271,7 @@
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-                           NO WARRANTY
+                NO WARRANTY
 
   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -293,9 +293,9 @@
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-                    END OF TERMS AND CONDITIONS
-
-           How to Apply These Terms to Your New Programs
+                END OF TERMS AND CONDITIONS
+
+        How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to the public, the best way to achieve this is to make it

=== modified file 'doc/README'
--- doc/README  2009-12-11 22:49:11 +0000
+++ doc/README  2010-02-17 13:27:57 +0000
@@ -12,10 +12,10 @@
 
 Topic                                   Location
 -------------------------------------------------------------------
-Architecture                           hipl/doc/design_choices
-Developer guide                                hipl/doc/HACKING
-Kernelspace API                                hipl/linux/hipl-func
-Usage and installation                 hipl/doc/HOWTO.xml
+Architecture                            hipl/doc/design_choices
+Developer guide                         hipl/doc/HACKING
+Kernelspace API                         hipl/linux/hipl-func
+Usage and installation                  hipl/doc/HOWTO.xml
 
 Architectural and kernelspace API documentation are available in
 various formats but they require building. For building instructions,

Other related posts:

  • » [hipl-commit] [trunk] Rev 3662: fixed TABs or added exceptions to syntax checker config - Rene Hummen