diff options
| author | Paul Eggert | 2012-12-31 07:34:32 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-12-31 07:34:32 -0800 |
| commit | fee0bd5f3248ba4485e9a08fdb30cad5b20f7f74 (patch) | |
| tree | f0f7b709719cbfadb22f32f65dab4173a986fa30 /lwlib | |
| parent | 5c560880659048888420389c02e20d6867ec81df (diff) | |
| download | emacs-fee0bd5f3248ba4485e9a08fdb30cad5b20f7f74.tar.gz emacs-fee0bd5f3248ba4485e9a08fdb30cad5b20f7f74.zip | |
Use URLs, not Boston addresses, in copyright notices.
Diffstat (limited to 'lwlib')
| -rw-r--r-- | lwlib/Makefile.in | 4 | ||||
| -rw-r--r-- | lwlib/lwlib-Xaw.c | 4 | ||||
| -rw-r--r-- | lwlib/lwlib-Xlw.c | 4 | ||||
| -rw-r--r-- | lwlib/lwlib-Xm.c | 4 | ||||
| -rw-r--r-- | lwlib/lwlib-Xm.h | 5 | ||||
| -rw-r--r-- | lwlib/lwlib-int.h | 5 | ||||
| -rw-r--r-- | lwlib/lwlib-utils.c | 4 | ||||
| -rw-r--r-- | lwlib/lwlib.c | 4 | ||||
| -rw-r--r-- | lwlib/lwlib.h | 5 | ||||
| -rw-r--r-- | lwlib/xlwmenu.c | 4 | ||||
| -rw-r--r-- | lwlib/xlwmenu.h | 5 | ||||
| -rw-r--r-- | lwlib/xlwmenuP.h | 5 |
12 files changed, 12 insertions, 41 deletions
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index 85a76f7a1c2..3894c61bd93 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in | |||
| @@ -14,9 +14,7 @@ | |||
| 14 | # GNU General Public License for more details. | 14 | # GNU General Public License for more details. |
| 15 | # | 15 | # |
| 16 | # You should have received a copy of the GNU General Public License | 16 | # You should have received a copy of the GNU General Public License |
| 17 | # along with GNU Emacs; see the file COPYING. If not, write to | 17 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 18 | # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 19 | # Boston, MA 02110-1301, USA. | ||
| 20 | 18 | ||
| 21 | 19 | ||
| 22 | # This was taken from the output of Imake using Lucid's Imakefile. | 20 | # This was taken from the output of Imake using Lucid's Imakefile. |
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c index d37fb70fdb8..35c25861108 100644 --- a/lwlib/lwlib-Xaw.c +++ b/lwlib/lwlib-Xaw.c | |||
| @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 20 | ||
| 23 | #include <config.h> | 21 | #include <config.h> |
| 24 | 22 | ||
diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c index e8c59905ab9..452e1d923eb 100644 --- a/lwlib/lwlib-Xlw.c +++ b/lwlib/lwlib-Xlw.c | |||
| @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 20 | ||
| 23 | #include <config.h> | 21 | #include <config.h> |
| 24 | 22 | ||
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c index eccb4db23a6..0b04083d296 100644 --- a/lwlib/lwlib-Xm.c +++ b/lwlib/lwlib-Xm.c | |||
| @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 20 | ||
| 23 | #include <config.h> | 21 | #include <config.h> |
| 24 | 22 | ||
diff --git a/lwlib/lwlib-Xm.h b/lwlib/lwlib-Xm.h index 70f8728f765..043ebc7c0d8 100644 --- a/lwlib/lwlib-Xm.h +++ b/lwlib/lwlib-Xm.h | |||
| @@ -14,9 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 19 | Boston, MA 02110-1301, USA. */ | ||
| 20 | 18 | ||
| 21 | #ifndef LWLIB_XM_H | 19 | #ifndef LWLIB_XM_H |
| 22 | #define LWLIB_XM_H | 20 | #define LWLIB_XM_H |
| @@ -58,4 +56,3 @@ void | |||
| 58 | xm_manage_resizing (Widget w, Boolean flag); | 56 | xm_manage_resizing (Widget w, Boolean flag); |
| 59 | 57 | ||
| 60 | #endif /* LWLIB_XM_H */ | 58 | #endif /* LWLIB_XM_H */ |
| 61 | |||
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h index d5d723334c4..e1f14e182be 100644 --- a/lwlib/lwlib-int.h +++ b/lwlib/lwlib-int.h | |||
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | 20 | ||
| 23 | #ifndef LWLIB_INTERNAL_H | 21 | #ifndef LWLIB_INTERNAL_H |
| @@ -78,4 +76,3 @@ widget_info *lw_get_widget_info (LWLIB_ID); | |||
| 78 | widget_instance * lw_get_widget_instance (Widget); | 76 | widget_instance * lw_get_widget_instance (Widget); |
| 79 | 77 | ||
| 80 | #endif /* LWLIB_INTERNAL_H */ | 78 | #endif /* LWLIB_INTERNAL_H */ |
| 81 | |||
diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c index 65cda72fdd8..74ecf006af0 100644 --- a/lwlib/lwlib-utils.c +++ b/lwlib/lwlib-utils.c | |||
| @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 20 | ||
| 23 | #include <config.h> | 21 | #include <config.h> |
| 24 | 22 | ||
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index ad3792dd59d..860c59ee9dd 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c | |||
| @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 20 | ||
| 23 | #include <config.h> | 21 | #include <config.h> |
| 24 | 22 | ||
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h index 97c61e1b074..cdf25b900e3 100644 --- a/lwlib/lwlib.h +++ b/lwlib/lwlib.h | |||
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | 20 | ||
| 23 | #ifndef LWLIB_H | 21 | #ifndef LWLIB_H |
| @@ -189,4 +187,3 @@ int lw_separator_p (const char *label, enum menu_separator *type, | |||
| 189 | int motif_p); | 187 | int motif_p); |
| 190 | 188 | ||
| 191 | #endif /* LWLIB_H */ | 189 | #endif /* LWLIB_H */ |
| 192 | |||
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index c76cb1a3f38..e675fdf457c 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c | |||
| @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to the | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 20 | ||
| 23 | /* Created by devin@lucid.com */ | 21 | /* Created by devin@lucid.com */ |
| 24 | 22 | ||
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h index ae34fe32a47..2f066b281a4 100644 --- a/lwlib/xlwmenu.h +++ b/lwlib/xlwmenu.h | |||
| @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to the | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 20 | ||
| 23 | #ifndef _XlwMenu_h | 21 | #ifndef _XlwMenu_h |
| 24 | #define _XlwMenu_h | 22 | #define _XlwMenu_h |
| @@ -81,4 +79,3 @@ extern int xlwmenu_window_p (Widget w, Window window); | |||
| 81 | extern void xlwmenu_redisplay (Widget); | 79 | extern void xlwmenu_redisplay (Widget); |
| 82 | 80 | ||
| 83 | #endif /* _XlwMenu_h */ | 81 | #endif /* _XlwMenu_h */ |
| 84 | |||
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h index 5decd562eed..ef43614921c 100644 --- a/lwlib/xlwmenuP.h +++ b/lwlib/xlwmenuP.h | |||
| @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to the | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 20 | ||
| 23 | #ifndef _XlwMenuP_h | 21 | #ifndef _XlwMenuP_h |
| 24 | #define _XlwMenuP_h | 22 | #define _XlwMenuP_h |
| @@ -141,4 +139,3 @@ typedef struct _XlwMenuClassRec | |||
| 141 | extern XlwMenuClassRec xlwMenuClassRec; | 139 | extern XlwMenuClassRec xlwMenuClassRec; |
| 142 | 140 | ||
| 143 | #endif /* _XlwMenuP_h */ | 141 | #endif /* _XlwMenuP_h */ |
| 144 | |||