Clean up and Release
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@11 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
97c632c033
commit
b7590bbfc0
10
bin/copying
10
bin/copying
@ -55,7 +55,7 @@ patent must be licensed for everyone's free use or not licensed at all.
|
|||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
The precise terms and conditions for copying, distribution and
|
||||||
modification follow.
|
modification follow.
|
||||||
|
|
||||||
GNU GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions:
|
|||||||
License. (Exception: if the Program itself is interactive but
|
License. (Exception: if the Program itself is interactive but
|
||||||
does not normally print such an announcement, your work based on
|
does not normally print such an announcement, your work based on
|
||||||
the Program is not required to print an announcement.)
|
the Program is not required to print an announcement.)
|
||||||
|
|
||||||
These requirements apply to the modified work as a whole. If
|
These requirements apply to the modified work as a whole. If
|
||||||
identifiable sections of that work are not derived from the Program,
|
identifiable sections of that work are not derived from the Program,
|
||||||
and can be reasonably considered independent and separate works in
|
and can be reasonably considered independent and separate works in
|
||||||
@ -168,7 +168,7 @@ access to copy from a designated place, then offering equivalent
|
|||||||
access to copy the source code from the same place counts as
|
access to copy the source code from the same place counts as
|
||||||
distribution of the source code, even though third parties are not
|
distribution of the source code, even though third parties are not
|
||||||
compelled to copy the source along with the object code.
|
compelled to copy the source along with the object code.
|
||||||
|
|
||||||
4. You may not copy, modify, sublicense, or distribute the Program
|
4. You may not copy, modify, sublicense, or distribute the Program
|
||||||
except as expressly provided under this License. Any attempt
|
except as expressly provided under this License. Any attempt
|
||||||
otherwise to copy, modify, sublicense or distribute the Program is
|
otherwise to copy, modify, sublicense or distribute the Program is
|
||||||
@ -225,7 +225,7 @@ impose that choice.
|
|||||||
|
|
||||||
This section is intended to make thoroughly clear what is believed to
|
This section is intended to make thoroughly clear what is believed to
|
||||||
be a consequence of the rest of this License.
|
be a consequence of the rest of this License.
|
||||||
|
|
||||||
8. If the distribution and/or use of the Program is restricted in
|
8. If the distribution and/or use of the Program is restricted in
|
||||||
certain countries either by patents or by copyrighted interfaces, the
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
original copyright holder who places the Program under this License
|
original copyright holder who places the Program under this License
|
||||||
@ -278,7 +278,7 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
|||||||
POSSIBILITY OF SUCH DAMAGES.
|
POSSIBILITY OF SUCH DAMAGES.
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
Appendix: How to Apply These Terms to Your New Programs
|
Appendix: How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
@ -4,8 +4,8 @@ rem Create a distribution floppy
|
|||||||
rem
|
rem
|
||||||
rem $Header$
|
rem $Header$
|
||||||
rem $Log$
|
rem $Log$
|
||||||
rem Revision 1.1 2000/05/06 19:34:23 jhall1
|
rem Revision 1.2 2000/05/11 03:51:37 jimtabor
|
||||||
rem Initial revision
|
rem Clean up and Release
|
||||||
rem
|
rem
|
||||||
rem Revision 1.3 1999/08/25 03:15:33 jprice
|
rem Revision 1.3 1999/08/25 03:15:33 jprice
|
||||||
rem ror4 patches to allow TC 2.01 compile.
|
rem ror4 patches to allow TC 2.01 compile.
|
||||||
|
@ -28,8 +28,8 @@
|
|||||||
|
|
||||||
|
|
||||||
; $Log$
|
; $Log$
|
||||||
; Revision 1.1 2000/05/06 19:34:38 jhall1
|
; Revision 1.2 2000/05/11 03:56:42 jimtabor
|
||||||
; Initial revision
|
; Clean up and Release
|
||||||
;
|
;
|
||||||
; Revision 1.12 1999/09/25 06:42:18 jprice
|
; Revision 1.12 1999/09/25 06:42:18 jprice
|
||||||
; Optimize boot loader. Documentation.
|
; Optimize boot loader. Documentation.
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.1 2000/05/06 19:34:38 jhall1
|
# Revision 1.2 2000/05/11 03:56:42 jimtabor
|
||||||
# Initial revision
|
# Clean up and Release
|
||||||
#
|
#
|
||||||
# Revision 1.3 1999/04/23 03:44:17 jprice
|
# Revision 1.3 1999/04/23 03:44:17 jprice
|
||||||
# Ported to NASM by ror4. Improvements
|
# Ported to NASM by ror4. Improvements
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
; $Header$
|
; $Header$
|
||||||
;
|
;
|
||||||
; $Log$
|
; $Log$
|
||||||
; Revision 1.1 2000/05/06 19:34:43 jhall1
|
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||||
; Initial revision
|
; Clean up and Release
|
||||||
;
|
;
|
||||||
; Revision 1.3 1999/08/10 17:21:08 jprice
|
; Revision 1.3 1999/08/10 17:21:08 jprice
|
||||||
; ror4 2011-01 patch
|
; ror4 2011-01 patch
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.1 2000/05/06 19:34:43 jhall1
|
# Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||||
# Initial revision
|
# Clean up and Release
|
||||||
#
|
#
|
||||||
# Revision 1.6 1999/08/25 03:16:36 jprice
|
# Revision 1.6 1999/08/25 03:16:36 jprice
|
||||||
# ror4 patches to allow TC 2.01 compile.
|
# ror4 patches to allow TC 2.01 compile.
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
; $Id$
|
; $Id$
|
||||||
;
|
;
|
||||||
; $Log$
|
; $Log$
|
||||||
; Revision 1.1 2000/05/06 19:34:45 jhall1
|
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||||
; Initial revision
|
; Clean up and Release
|
||||||
;
|
;
|
||||||
; Revision 1.4 1999/08/10 17:21:08 jprice
|
; Revision 1.4 1999/08/10 17:21:08 jprice
|
||||||
; ror4 2011-01 patch
|
; ror4 2011-01 patch
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
; $Header$
|
; $Header$
|
||||||
;
|
;
|
||||||
; $Log$
|
; $Log$
|
||||||
; Revision 1.1 2000/05/06 19:34:45 jhall1
|
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||||
; Initial revision
|
; Clean up and Release
|
||||||
;
|
;
|
||||||
; Revision 1.3 1999/08/10 17:21:08 jprice
|
; Revision 1.3 1999/08/10 17:21:08 jprice
|
||||||
; ror4 2011-01 patch
|
; ror4 2011-01 patch
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
; $Header$
|
; $Header$
|
||||||
;
|
;
|
||||||
; $Log$
|
; $Log$
|
||||||
; Revision 1.1 2000/05/06 19:34:45 jhall1
|
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||||
; Initial revision
|
; Clean up and Release
|
||||||
;
|
;
|
||||||
; Revision 1.4 1999/08/10 17:21:08 jprice
|
; Revision 1.4 1999/08/10 17:21:08 jprice
|
||||||
; ror4 2011-01 patch
|
; ror4 2011-01 patch
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
; $Header$
|
; $Header$
|
||||||
;
|
;
|
||||||
; $Log$
|
; $Log$
|
||||||
; Revision 1.1 2000/05/06 19:34:45 jhall1
|
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||||
; Initial revision
|
; Clean up and Release
|
||||||
;
|
;
|
||||||
; Revision 1.3 1999/08/10 17:21:08 jprice
|
; Revision 1.3 1999/08/10 17:21:08 jprice
|
||||||
; ror4 2011-01 patch
|
; ror4 2011-01 patch
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
; $Header$
|
; $Header$
|
||||||
;
|
;
|
||||||
; $Log$
|
; $Log$
|
||||||
; Revision 1.1 2000/05/06 19:34:45 jhall1
|
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||||
; Initial revision
|
; Clean up and Release
|
||||||
;
|
;
|
||||||
; Revision 1.3 1999/08/10 17:21:08 jprice
|
; Revision 1.3 1999/08/10 17:21:08 jprice
|
||||||
; ror4 2011-01 patch
|
; ror4 2011-01 patch
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
; $Header$
|
; $Header$
|
||||||
;
|
;
|
||||||
; $Log$
|
; $Log$
|
||||||
; Revision 1.1 2000/05/06 19:34:45 jhall1
|
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||||
; Initial revision
|
; Clean up and Release
|
||||||
;
|
;
|
||||||
; Revision 1.3 1999/08/10 17:21:08 jprice
|
; Revision 1.3 1999/08/10 17:21:08 jprice
|
||||||
; ror4 2011-01 patch
|
; ror4 2011-01 patch
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.1 2000/05/06 19:35:36 jhall1
|
# Revision 1.2 2000/05/11 03:57:10 jimtabor
|
||||||
# Initial revision
|
# Clean up and Release
|
||||||
#
|
#
|
||||||
# Revision 1.6 1999/09/14 17:32:20 jprice
|
# Revision 1.6 1999/09/14 17:32:20 jprice
|
||||||
# no message
|
# no message
|
||||||
|
Loading…
Reference in New Issue
Block a user