]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Minor documentation updates
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 5 Dec 2012 21:47:17 +0000 (16:47 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 6 Dec 2012 05:02:36 +0000 (00:02 -0500)
 - Update COPYING to the current copy of the LPGL-2.1 license from
   common-licences (only difference is some indentation).
 - Remove mixed tabs/spaces in CONTRIBUTING
 - Make INSTALL fit on 79 cols.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
CONTRIBUTING
COPYING
INSTALL

index 10c66b1fc171b5d6c231f40e11462195836f4a3b..f6447c12c6f35fb032775718144b21b0d29a9fb5 100644 (file)
@@ -1,5 +1,5 @@
 
-       Contributing to this project
+        Contributing to this project
         ----------------------------
 
 
@@ -81,7 +81,6 @@ By making a contribution to this project, I certify that:
 
 then you just add a line saying
 
-       Signed-off-by: Random J Developer <random@developer.org>
+    Signed-off-by: Random J Developer <random@developer.org>
 
-using your real name (sorry, no pseudonyms or anonymous
-contributions.)
\ No newline at end of file
+using your real name (sorry, no pseudonyms or anonymous contributions.)
diff --git a/COPYING b/COPYING
index 602bfc94635ddf8f1bf2b00419a85ead645a5b67..4362b49151d7b34ef83b3067a8f9c9f877d72a0e 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,5 +1,5 @@
-                 GNU LESSER GENERAL PUBLIC LICENSE
-                      Version 2.1, February 1999
+                  GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 2.1, February 1999
 
  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
@@ -10,7 +10,7 @@
  as the successor of the GNU Library Public License, version 2, hence
  the version number 2.1.]
 
-                           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
@@ -112,7 +112,7 @@ modification follow.  Pay close attention to the difference between a
 former contains code derived from the library, whereas the latter must
 be combined with the library in order to run.
 \f
-                 GNU LESSER GENERAL PUBLIC LICENSE
+                  GNU LESSER GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License Agreement applies to any software library or other
@@ -432,7 +432,7 @@ decision will be guided by the two goals 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
 
   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
@@ -455,7 +455,7 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
 DAMAGES.
 
-                    END OF TERMS AND CONDITIONS
+                     END OF TERMS AND CONDITIONS
 \f
            How to Apply These Terms to Your New Libraries
 
@@ -500,5 +500,3 @@ necessary.  Here is a sample; alter the names:
   Ty Coon, President of Vice
 
 That's all there is to it!
-
-
diff --git a/INSTALL b/INSTALL
index 6970e369b4eca67df133f54443308832bf5d87d7..aad60719918a214ee1ff2885be6c244597b01643 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -10,8 +10,8 @@ unlimited permission to copy, distribute and modify it.
 Basic Installation
 ==================
 
-Briefly, the shell commands `./autogen.sh; ./configure; make; make install' should
-configure, build, and install this package.  The following
+Briefly, the shell commands `./autogen.sh; ./configure; make; make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.