]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
Update license info.
authorChristopher Faylor <me@cgf.cx>
Sat, 22 Apr 2000 16:00:44 +0000 (16:00 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 22 Apr 2000 16:00:44 +0000 (16:00 +0000)
ChangeLog
Makefile.in
README
configure.ac
configure.in

index edda44fa913994a94ac88af0238e1dba1c2c5c08..3276d8389d668b109af697484ca865b7a3e0ab1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 20 16:41:42 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * setup.c (main): Umount /bin and /lib.
+
 Wed Apr 19 13:34:44 2000  Christopher Faylor <cgf@cygnus.com>
 
        * setup.c (main): Create an empty /var/run/utmp.
index ce909a5ecb8f59cac04d9c2095c671a2fab5d9cc..f46c908d2b65c23bed7e43ff5da9949f0c48931a 100644 (file)
@@ -1,11 +1,16 @@
+# Copyright (c) 2000, Red Hat, Inc.
+#
+#     This program is free software; you can redistribute it and/or modify
+#     it under the terms of the GNU General Public License as published by
+#     the Free Software Foundation; either version 2 of the License, or
+#     (at your option) any later version.
+#
+#     A copy of the GNU General Public License can be found at
+#     http://www.gnu.org/
+#
+# Written by Ron Parker <parkerrd@hotmail.com>
+#
 # Makefile for Cygwin installer
-# Copyright 1996, 1997, 1998, 1999, 2000 Cygnus Solutions.
-
-# This file is part of Cygwin.
-
-# This software is a copyrighted work licensed under the terms of the
-# Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
-# details.
 
 SHELL:=@SHELL@
 
diff --git a/README b/README
index 51251a084d24c2494a63ac15b62babb953d98f36..fa76ca854722859d26e9987b68356a024bbf350c 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,6 @@
 This directory contains the source for the setup program for the cygwin
 net releases.
 
-For the time being Microsoft Visual Studio must be installed in order
-for this to compile.  While there are some GNUish files in the source 
-directory these are experimental.  The cinstall setup.exe does not yet
-work when built with mingw.
-
 If you have any problems the initial version of this program was
 written by Ron Parker.  Currently, March 2000, he may be reached at
 rdparker@butlermfg.com.
index 6f5a60574a290807c57453d018116ce3d4316bb0..5903fc62a9f5efc9cf38cf15eac5580db9bad122 100644 (file)
@@ -1,12 +1,17 @@
-dnl Autoconf configure script for Cygwin utilities.
-dnl Copyright 1996, 1997 Cygnus Solutions.
+dnl Copyright (c) 2000, Red Hat, Inc.
+dnl
+dnl     This program is free software; you can redistribute it and/or modify
+dnl     it under the terms of the GNU General Public License as published by
+dnl     the Free Software Foundation; either version 2 of the License, or
+dnl     (at your option) any later version.
+dnl
+dnl     A copy of the GNU General Public License can be found at
+dnl     http://www.gnu.org/
 dnl
-dnl This file is part of Cygwin.
-dnl 
-dnl This software is a copyrighted work licensed under the terms of the
-dnl Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
-dnl details.
+dnl Written by Ron Parker <parkerrd@hotmail.com>
 
+dnl Autoconf configure script for Cygwin utilities.
+dnl
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.12)
index 6f5a60574a290807c57453d018116ce3d4316bb0..5903fc62a9f5efc9cf38cf15eac5580db9bad122 100644 (file)
@@ -1,12 +1,17 @@
-dnl Autoconf configure script for Cygwin utilities.
-dnl Copyright 1996, 1997 Cygnus Solutions.
+dnl Copyright (c) 2000, Red Hat, Inc.
+dnl
+dnl     This program is free software; you can redistribute it and/or modify
+dnl     it under the terms of the GNU General Public License as published by
+dnl     the Free Software Foundation; either version 2 of the License, or
+dnl     (at your option) any later version.
+dnl
+dnl     A copy of the GNU General Public License can be found at
+dnl     http://www.gnu.org/
 dnl
-dnl This file is part of Cygwin.
-dnl 
-dnl This software is a copyrighted work licensed under the terms of the
-dnl Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
-dnl details.
+dnl Written by Ron Parker <parkerrd@hotmail.com>
 
+dnl Autoconf configure script for Cygwin utilities.
+dnl
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.12)
This page took 0.036634 seconds and 5 git commands to generate.