diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-09 15:14:53 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-09 20:19:42 +0100 |
commit | e645763007e7097c14c1c3ba94010f2e32e536bf (patch) | |
tree | f7e2aa71377411e49ef796b8a948a25a76f90063 /hivex | |
parent | d710f768161fc9f78ed8243f2de948b65425c06e (diff) | |
download | libguestfs-e645763007e7097c14c1c3ba94010f2e32e536bf.tar.gz libguestfs-e645763007e7097c14c1c3ba94010f2e32e536bf.tar.xz libguestfs-e645763007e7097c14c1c3ba94010f2e32e536bf.zip |
indent with spaces, not TABs
* HACKING: Expand indentation TABs.
* configure.ac: Likewise.
* daemon/daemon.h: Likewise.
* daemon/guestfsd.c: Likewise.
* fuse/guestmount.c: Likewise.
* hivex/LICENSE: Likewise.
* src/generator.ml: Likewise.
* tools/virt-win-reg: Likewise.
Diffstat (limited to 'hivex')
-rw-r--r-- | hivex/LICENSE | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hivex/LICENSE b/hivex/LICENSE index fb885dac..38dec6da 100644 --- a/hivex/LICENSE +++ b/hivex/LICENSE @@ -2,8 +2,8 @@ This is the license for the hivex library. ---------------------------------------------------------------------- - 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 @@ -14,7 +14,7 @@ This is the license for the hivex library. 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 @@ -116,7 +116,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. - 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 @@ -436,7 +436,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. @@ -459,7 +459,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 How to Apply These Terms to Your New Libraries |