diff options
| author | Glenn Morris | 2007-02-28 04:25:21 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-02-28 04:25:21 +0000 |
| commit | 2aa86c0fecc4f31dd4882b980dafd048460f2c7c (patch) | |
| tree | 008876c4ba3d1f3eb0e541d01146188edc946b51 /lwlib | |
| parent | fb89a85b6c559f10e28206b6f96ad9eacb99a6ba (diff) | |
| download | emacs-2aa86c0fecc4f31dd4882b980dafd048460f2c7c.tar.gz emacs-2aa86c0fecc4f31dd4882b980dafd048460f2c7c.zip | |
Revert previous change, since not sure it was correct.
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 d5502b845c5..bd5d9adbf9d 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c | |||
| @@ -7,7 +7,7 @@ This file is part of the Lucid Widget Library. | |||
| 7 | 7 | ||
| 8 | The Lucid Widget Library is free software; you can redistribute it and/or | 8 | The Lucid Widget Library is free software; you can redistribute it and/or |
| 9 | modify it under the terms of the GNU General Public License as published by | 9 | modify it under the terms of the GNU General Public License as published by |
| 10 | the Free Software Foundation; either version 1, or (at your option) | 10 | the Free Software Foundation; either version 2, or (at your option) |
| 11 | any later version. | 11 | any later version. |
| 12 | 12 | ||
| 13 | The Lucid Widget Library is distributed in the hope that it will be useful, | 13 | 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 9b066f02d1d..b3929d34a35 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c | |||
| @@ -7,7 +7,7 @@ This file is part of the Lucid Widget Library. | |||
| 7 | 7 | ||
| 8 | The Lucid Widget Library is free software; you can redistribute it and/or | 8 | The Lucid Widget Library is free software; you can redistribute it and/or |
| 9 | modify it under the terms of the GNU General Public License as published by | 9 | modify it under the terms of the GNU General Public License as published by |
| 10 | the Free Software Foundation; either version 1, or (at your option) | 10 | the Free Software Foundation; either version 2, or (at your option) |
| 11 | any later version. | 11 | any later version. |
| 12 | 12 | ||
| 13 | The Lucid Widget Library is distributed in the hope that it will be useful, | 13 | The Lucid Widget Library is distributed in the hope that it will be useful, |