Skip to content

Commit efa41fe

Browse files
committed
Update w/ pointer to actual license.
1 parent 7cbb8ef commit efa41fe

File tree

199 files changed

+202
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+202
-198
lines changed

alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
--
2020
-- This program is NOT free software; you can redistribute it and/or
2121
-- modify it under the terms of the Software License Agreement Provided
22-
-- in the file <distribution-root>/readme/license.txt.
22+
-- in the file <distribution-root>/COPYING.
2323
--
2424
-- LOG
2525
-- Use cvs log to obtain detailed change logs.

configure.ac

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ case "$_os" in
9292
OS_VERSION=macosx
9393
# MacOSX is not garuanteed to be case insensitive, assume it's case
9494
# sensitive, see issue 73661 for details.
95+
#
96+
# By default, macOS uses HFS+ and/or APFS which are both case-aware but not
97+
# case sensitive. Basically, this means README.txt and readme.txt cannot
98+
# both exist at the same time in the same place
9599
;;
96100
"AIX")
97101
OS_VERSION=sysvr4

dag.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
--
2121
-- This program is NOT free software; you can redistribute it and/or
2222
-- modify it under the terms of the Software License Agreement Provided
23-
-- in the file <distribution-root>/readme/license.txt.
23+
-- in the file <distribution-root>/COPYING.
2424
--
2525
-- LOG
2626
-- Use cvs log to obtain detailed change logs.

db.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
--
2323
-- This program is NOT free software; you can redistribute it and/or
2424
-- modify it under the terms of the Software License Agreement Provided
25-
-- in the file <distribution-root>/readme/license.txt.
25+
-- in the file <distribution-root>/COPYING.
2626
--
2727
-- LOG
2828
-- Use cvs log to obtain detailed change logs.

dmake.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
--
6868
-- This program is NOT free software; you can redistribute it and/or
6969
-- modify it under the terms of the Software License Agreement Provided
70-
-- in the file <distribution-root>/readme/license.txt.
70+
-- in the file <distribution-root>/COPYING.
7171
--
7272
-- LOG
7373
-- Use cvs log to obtain detailed change logs.

dmake.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
--
1818
-- This program is NOT free software; you can redistribute it and/or
1919
-- modify it under the terms of the Software License Agreement Provided
20-
-- in the file <distribution-root>/readme/license.txt.
20+
-- in the file <distribution-root>/COPYING.
2121
--
2222
-- LOG
2323
-- Use cvs log to obtain detailed change logs.

dmdump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
--
2020
-- This program is NOT free software; you can redistribute it and/or
2121
-- modify it under the terms of the Software License Agreement Provided
22-
-- in the file <distribution-root>/readme/license.txt.
22+
-- in the file <distribution-root>/COPYING.
2323
--
2424
-- LOG
2525
-- Use cvs log to obtain detailed change logs.

dmstring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
--
2222
-- This program is NOT free software; you can redistribute it and/or
2323
-- modify it under the terms of the Software License Agreement Provided
24-
-- in the file <distribution-root>/readme/license.txt.
24+
-- in the file <distribution-root>/COPYING.
2525
--
2626
-- LOG
2727
-- Use cvs log to obtain detailed change logs.

dstdarg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
--
1616
-- This program is NOT free software; you can redistribute it and/or
1717
-- modify it under the terms of the Software License Agreement Provided
18-
-- in the file <distribution-root>/readme/license.txt.
18+
-- in the file <distribution-root>/COPYING.
1919
--
2020
-- LOG
2121
-- Use cvs log to obtain detailed change logs.

expand.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
--
7272
-- This program is NOT free software; you can redistribute it and/or
7373
-- modify it under the terms of the Software License Agreement Provided
74-
-- in the file <distribution-root>/readme/license.txt.
74+
-- in the file <distribution-root>/COPYING.
7575
--
7676
-- LOG
7777
-- Use cvs log to obtain detailed change logs.

0 commit comments

Comments
 (0)