diff options
author | Glenn Morris <rgm@gnu.org> | 2007-02-28 04:02:01 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-02-28 04:02:01 +0000 |
commit | 500f276a8e464b07c15fcca49c43460ca3da3726 (patch) | |
tree | 64def207de7f8ffd62e884a3280413fd74ac1e38 /lwlib | |
parent | 569305b212cf2aba4287943bf3a33da03ae9f99c (diff) | |
download | emacs-500f276a8e464b07c15fcca49c43460ca3da3726.tar.gz |
Despite initial RCS check-in in 1994 being under GPLv2 later, lwlib
was released under v1 or later.
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/lwlib.c | 2 | ||||
-rw-r--r-- | lwlib/xlwmenu.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index bd5d9adbf9d..d5502b845c5 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -7,7 +7,7 @@ This file is part of the Lucid Widget Library. The Lucid Widget Library 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, or (at your option) +the Free Software Foundation; either version 1, or (at your option) any later version. The Lucid Widget Library is distributed in the hope that it will be useful, diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index b3929d34a35..9b066f02d1d 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c @@ -7,7 +7,7 @@ This file is part of the Lucid Widget Library. The Lucid Widget Library 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, or (at your option) +the Free Software Foundation; either version 1, or (at your option) any later version. The Lucid Widget Library is distributed in the hope that it will be useful, |