From b7590bbfc0ddc0ce245c1a57920ac38c299cb050 Mon Sep 17 00:00:00 2001 From: Jim Tabor Date: Thu, 11 May 2000 03:57:10 +0000 Subject: [PATCH] Clean up and Release git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@11 6ac86273-5f31-0410-b378-82cca8765d1b --- bin/copying | 10 +++++----- bin/install.bat | 4 ++-- boot/boot.asm | 4 ++-- boot/boot.mak | 4 ++-- drivers/devend.asm | 4 ++-- drivers/device.mak | 4 ++-- drivers/floppy.asm | 4 ++-- drivers/getvec.asm | 4 ++-- drivers/rdpcclk.asm | 4 ++-- drivers/timer.asm | 4 ++-- drivers/wratclk.asm | 4 ++-- drivers/wrpcclk.asm | 4 ++-- lib/libm.mak | 4 ++-- 13 files changed, 29 insertions(+), 29 deletions(-) diff --git a/bin/copying b/bin/copying index b8cf3a1..a43ea21 100644 --- a/bin/copying +++ b/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 modification follow. - + GNU GENERAL PUBLIC LICENSE 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 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 @@ -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 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 @@ -225,7 +225,7 @@ impose that choice. 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 @@ -278,7 +278,7 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS - + 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 diff --git a/bin/install.bat b/bin/install.bat index 8562e5e..c000e62 100644 --- a/bin/install.bat +++ b/bin/install.bat @@ -4,8 +4,8 @@ rem Create a distribution floppy rem rem $Header$ rem $Log$ -rem Revision 1.1 2000/05/06 19:34:23 jhall1 -rem Initial revision +rem Revision 1.2 2000/05/11 03:51:37 jimtabor +rem Clean up and Release rem rem Revision 1.3 1999/08/25 03:15:33 jprice rem ror4 patches to allow TC 2.01 compile. diff --git a/boot/boot.asm b/boot/boot.asm index 9fdcb9e..aa7f55f 100644 --- a/boot/boot.asm +++ b/boot/boot.asm @@ -28,8 +28,8 @@ ; $Log$ -; Revision 1.1 2000/05/06 19:34:38 jhall1 -; Initial revision +; Revision 1.2 2000/05/11 03:56:42 jimtabor +; Clean up and Release ; ; Revision 1.12 1999/09/25 06:42:18 jprice ; Optimize boot loader. Documentation. diff --git a/boot/boot.mak b/boot/boot.mak index b35efb2..6dd3c10 100644 --- a/boot/boot.mak +++ b/boot/boot.mak @@ -5,8 +5,8 @@ # # $Log$ -# Revision 1.1 2000/05/06 19:34:38 jhall1 -# Initial revision +# Revision 1.2 2000/05/11 03:56:42 jimtabor +# Clean up and Release # # Revision 1.3 1999/04/23 03:44:17 jprice # Ported to NASM by ror4. Improvements diff --git a/drivers/devend.asm b/drivers/devend.asm index 0b890ed..4433ed3 100644 --- a/drivers/devend.asm +++ b/drivers/devend.asm @@ -30,8 +30,8 @@ ; $Header$ ; ; $Log$ -; Revision 1.1 2000/05/06 19:34:43 jhall1 -; Initial revision +; Revision 1.2 2000/05/11 03:56:20 jimtabor +; Clean up and Release ; ; Revision 1.3 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch diff --git a/drivers/device.mak b/drivers/device.mak index 0448248..62ed8e0 100644 --- a/drivers/device.mak +++ b/drivers/device.mak @@ -5,8 +5,8 @@ # # $Log$ -# Revision 1.1 2000/05/06 19:34:43 jhall1 -# Initial revision +# Revision 1.2 2000/05/11 03:56:20 jimtabor +# Clean up and Release # # Revision 1.6 1999/08/25 03:16:36 jprice # ror4 patches to allow TC 2.01 compile. diff --git a/drivers/floppy.asm b/drivers/floppy.asm index d4ea2aa..9359c71 100644 --- a/drivers/floppy.asm +++ b/drivers/floppy.asm @@ -30,8 +30,8 @@ ; $Id$ ; ; $Log$ -; Revision 1.1 2000/05/06 19:34:45 jhall1 -; Initial revision +; Revision 1.2 2000/05/11 03:56:20 jimtabor +; Clean up and Release ; ; Revision 1.4 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch diff --git a/drivers/getvec.asm b/drivers/getvec.asm index 7270f38..c8d044c 100644 --- a/drivers/getvec.asm +++ b/drivers/getvec.asm @@ -30,8 +30,8 @@ ; $Header$ ; ; $Log$ -; Revision 1.1 2000/05/06 19:34:45 jhall1 -; Initial revision +; Revision 1.2 2000/05/11 03:56:20 jimtabor +; Clean up and Release ; ; Revision 1.3 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch diff --git a/drivers/rdpcclk.asm b/drivers/rdpcclk.asm index 3456c5d..cd0b834 100644 --- a/drivers/rdpcclk.asm +++ b/drivers/rdpcclk.asm @@ -30,8 +30,8 @@ ; $Header$ ; ; $Log$ -; Revision 1.1 2000/05/06 19:34:45 jhall1 -; Initial revision +; Revision 1.2 2000/05/11 03:56:20 jimtabor +; Clean up and Release ; ; Revision 1.4 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch diff --git a/drivers/timer.asm b/drivers/timer.asm index d5db337..6797206 100644 --- a/drivers/timer.asm +++ b/drivers/timer.asm @@ -30,8 +30,8 @@ ; $Header$ ; ; $Log$ -; Revision 1.1 2000/05/06 19:34:45 jhall1 -; Initial revision +; Revision 1.2 2000/05/11 03:56:20 jimtabor +; Clean up and Release ; ; Revision 1.3 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch diff --git a/drivers/wratclk.asm b/drivers/wratclk.asm index 27fa122..41f21af 100644 --- a/drivers/wratclk.asm +++ b/drivers/wratclk.asm @@ -30,8 +30,8 @@ ; $Header$ ; ; $Log$ -; Revision 1.1 2000/05/06 19:34:45 jhall1 -; Initial revision +; Revision 1.2 2000/05/11 03:56:20 jimtabor +; Clean up and Release ; ; Revision 1.3 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch diff --git a/drivers/wrpcclk.asm b/drivers/wrpcclk.asm index bd9e633..a6c8ab7 100644 --- a/drivers/wrpcclk.asm +++ b/drivers/wrpcclk.asm @@ -30,8 +30,8 @@ ; $Header$ ; ; $Log$ -; Revision 1.1 2000/05/06 19:34:45 jhall1 -; Initial revision +; Revision 1.2 2000/05/11 03:56:20 jimtabor +; Clean up and Release ; ; Revision 1.3 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch diff --git a/lib/libm.mak b/lib/libm.mak index b043ed7..8086e21 100644 --- a/lib/libm.mak +++ b/lib/libm.mak @@ -5,8 +5,8 @@ # # $Log$ -# Revision 1.1 2000/05/06 19:35:36 jhall1 -# Initial revision +# Revision 1.2 2000/05/11 03:57:10 jimtabor +# Clean up and Release # # Revision 1.6 1999/09/14 17:32:20 jprice # no message