From 37ee316bbd31d14cab98ddfbf98b9dc82270da7b Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 22 Apr 2000 16:00:44 +0000 Subject: [PATCH] Update license info. --- ChangeLog | 4 ++++ Makefile.in | 19 ++++++++++++------- README | 5 ----- configure.ac | 19 ++++++++++++------- configure.in | 19 ++++++++++++------- 5 files changed, 40 insertions(+), 26 deletions(-) diff --git a/ChangeLog b/ChangeLog index edda44fa..3276d838 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Apr 20 16:41:42 2000 Christopher Faylor + + * setup.c (main): Umount /bin and /lib. + Wed Apr 19 13:34:44 2000 Christopher Faylor * setup.c (main): Create an empty /var/run/utmp. diff --git a/Makefile.in b/Makefile.in index ce909a5e..f46c908d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 +# # 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 51251a08..fa76ca85 100644 --- 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. diff --git a/configure.ac b/configure.ac index 6f5a6057..5903fc62 100644 --- a/configure.ac +++ b/configure.ac @@ -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 +dnl Autoconf configure script for Cygwin utilities. +dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.12) diff --git a/configure.in b/configure.in index 6f5a6057..5903fc62 100644 --- a/configure.in +++ b/configure.in @@ -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 +dnl Autoconf configure script for Cygwin utilities. +dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.12) -- 2.43.5