diff options
-rw-r--r-- | COPYING.LIBGLOSS | 2 | ||||
-rw-r--r-- | COPYING.NEWLIB | 2 | ||||
-rw-r--r-- | ChangeLog | 6 |
3 files changed, 8 insertions, 2 deletions
diff --git a/COPYING.LIBGLOSS b/COPYING.LIBGLOSS index ed6c0a00528..0e1c65ad69a 100644 --- a/COPYING.LIBGLOSS +++ b/COPYING.LIBGLOSS @@ -51,7 +51,7 @@ OF SUCH DAMAGE. Copyright (C) 1993 DJ Delorie All rights reserved. -Redistribution and use in source and binary forms is permitted +Redistribution, modification, and use in source and binary forms is permitted provided that the above copyright notice and following paragraph are duplicated in all such forms. diff --git a/COPYING.NEWLIB b/COPYING.NEWLIB index 0d8b5bc3325..6849eb5b40b 100644 --- a/COPYING.NEWLIB +++ b/COPYING.NEWLIB @@ -407,7 +407,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright (C) 1991 DJ Delorie All rights reserved. -Redistribution and use in source and binary forms is permitted +Redistribution, modification, and use in source and binary forms is permitted provided that the above copyright notice and following paragraph are duplicated in all such forms. diff --git a/ChangeLog b/ChangeLog index 918ac8c1ee9..a7a08e8df85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> + * COPYING.NEWLIB: Modify DJ Delorie license to include + modification rights in clause as permitted by DJ Delorie. + * COPYING.LIBGLOSS: Ditto. + +2012-03-09 Jeff Johnston <jjohnstn@redhat.com> + * COPYING.NEWLIB: Remove two unused licenses. 2012-03-05 Tristan Gingold <gingold@adacore.com> |