diff options
| -rw-r--r-- | admin/FOR-RELEASE | 28 | ||||
| -rw-r--r-- | src/ChangeLog | 8 |
2 files changed, 8 insertions, 28 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index ca0dbfed188..0c91358b30c 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -54,34 +54,6 @@ Windows only bug. | |||
| 54 | 54 | ||
| 55 | ** Peter_Dyballa@Web.DE's Sep 17 bug report about i-search and non-ASCII chars | 55 | ** Peter_Dyballa@Web.DE's Sep 17 bug report about i-search and non-ASCII chars |
| 56 | 56 | ||
| 57 | * LICENSES | ||
| 58 | |||
| 59 | ** These need relicensing to the GPL. | ||
| 60 | |||
| 61 | ./src/gmalloc.c:13:modify it under the terms of the GNU Library General Public License as | ||
| 62 | ./src/gmalloc.c:20:Library General Public License for more details. | ||
| 63 | ./src/gmalloc.c:332:modify it under the terms of the GNU Library General Public License as | ||
| 64 | ./src/gmalloc.c:339:Library General Public License for more details. | ||
| 65 | ./src/gmalloc.c:935:modify it under the terms of the GNU Library General Public License as | ||
| 66 | ./src/gmalloc.c:942:Library General Public License for more details. | ||
| 67 | ./src/gmalloc.c:1254:modify it under the terms of the GNU Library General Public License as | ||
| 68 | ./src/gmalloc.c:1261:Library General Public License for more details. | ||
| 69 | ./src/gmalloc.c:1499:modify it under the terms of the GNU Library General Public License as | ||
| 70 | ./src/gmalloc.c:1506:Library General Public License for more details. | ||
| 71 | ./src/gmalloc.c:1596:modify it under the terms of the GNU Library General Public License as | ||
| 72 | ./src/gmalloc.c:1603:Library General Public License for more details. | ||
| 73 | ./src/gmalloc.c:1696:modify it under the terms of the GNU Library General Public License as | ||
| 74 | ./src/gmalloc.c:1703:Library General Public License for more details. | ||
| 75 | ./src/gmalloc.c:1763:modify it under the terms of the GNU Library General Public License as | ||
| 76 | ./src/gmalloc.c:1770:Library General Public License for more details. | ||
| 77 | ./src/md5.c:8: modify it under the terms of the GNU Library General Public License as | ||
| 78 | ./src/md5.c:15: Library General Public License for more details. | ||
| 79 | ./src/md5.h:8: modify it under the terms of the GNU Library General Public License as | ||
| 80 | ./src/md5.h:15: Library General Public License for more details. | ||
| 81 | ./src/strftime.c:10: modify it under the terms of the GNU Library General Public License | ||
| 82 | ./src/strftime.c:17: Library General Public License for more details. | ||
| 83 | |||
| 84 | |||
| 85 | * DOCUMENTATION | 57 | * DOCUMENTATION |
| 86 | 58 | ||
| 87 | ** Check the Emacs Tutorial. | 59 | ** Check the Emacs Tutorial. |
diff --git a/src/ChangeLog b/src/ChangeLog index 6fd0c090297..30f1ad71543 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-09-17 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * gmalloc.c: | ||
| 4 | * md5.c: | ||
| 5 | * md5.h: | ||
| 6 | * strftime.c: Replace "GNU Library General Public License" by "GNU | ||
| 7 | General Public License" throughout. | ||
| 8 | |||
| 1 | 2006-09-17 Kim F. Storm <storm@cua.dk> | 9 | 2006-09-17 Kim F. Storm <storm@cua.dk> |
| 2 | 10 | ||
| 3 | * dispnew.c (update_text_area): Undo 2000-07-18 change. | 11 | * dispnew.c (update_text_area): Undo 2000-07-18 change. |