aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Hansen2004-10-10 20:40:21 +0000
committerLars Hansen2004-10-10 20:40:21 +0000
commitdf41da5eda96abc75512d77cbaf2cdb982b21f0e (patch)
treedfd60d6018a916067ba55155c2589002c14d3f42
parent97e810ff4113f1ef57c321c511ee01de10f10ea3 (diff)
downloademacs-df41da5eda96abc75512d77cbaf2cdb982b21f0e.tar.gz
emacs-df41da5eda96abc75512d77cbaf2cdb982b21f0e.zip
Fix copyright notice.
-rw-r--r--lisp/url/ChangeLog40
-rw-r--r--lisp/url/url-auth.el1
-rw-r--r--lisp/url/url-cache.el1
-rw-r--r--lisp/url/url-cookie.el1
-rw-r--r--lisp/url/url-dired.el1
-rw-r--r--lisp/url/url-file.el1
-rw-r--r--lisp/url/url-ftp.el1
-rw-r--r--lisp/url/url-handlers.el1
-rw-r--r--lisp/url/url-history.el1
-rw-r--r--lisp/url/url-irc.el1
-rw-r--r--lisp/url/url-mailto.el1
-rw-r--r--lisp/url/url-methods.el3
-rw-r--r--lisp/url/url-misc.el3
-rw-r--r--lisp/url/url-news.el1
-rw-r--r--lisp/url/url-nfs.el3
-rw-r--r--lisp/url/url-parse.el3
-rw-r--r--lisp/url/url-privacy.el1
-rw-r--r--lisp/url/url-util.el3
-rw-r--r--lisp/url/url-vars.el3
-rw-r--r--lisp/url/url.el3
20 files changed, 47 insertions, 26 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 0da4297bb86..c441dc37d7a 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,43 @@
12004-10-10 Lars Hansen <larsh@math.ku.dk>
2
3 * url-auth.el: Fix copyright notice.
4
5 * url-cache.el: Fix copyright notice.
6
7 * url-cookie.el: Fix copyright notice.
8
9 * url-dired.el: Fix copyright notice.
10
11 * url-file.el: Fix copyright notice.
12
13 * url-ftp.el: Fix copyright notice.
14
15 * url-handlers.el: Fix copyright notice.
16
17 * url-history.el: Fix copyright notice.
18
19 * url-irc.el: Fix copyright notice.
20
21 * url-mailto.el: Fix copyright notice.
22
23 * url-methods.el: Fix copyright notice.
24
25 * url-misc.el: Fix copyright notice.
26
27 * url-news.el: Fix copyright notice.
28
29 * url-nfs.el: Fix copyright notice.
30
31 * url-parse.el: Fix copyright notice.
32
33 * url-privacy.el: Fix copyright notice.
34
35 * url-vars.el: Fix copyright notice.
36
37 * url.el: Fix copyright notice.
38
39 * url-util.el: Fix copyright notice.
40
12004-10-06 Stefan Monnier <monnier@iro.umontreal.ca> 412004-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2 42
3 * url-handlers.el (url-insert-file-contents): Use the URL to decide the 43 * url-handlers.el (url-insert-file-contents): Use the URL to decide the
diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el
index 5d9b9ab945c..39bb730bebc 100644
--- a/lisp/url/url-auth.el
+++ b/lisp/url/url-auth.el
@@ -2,7 +2,6 @@
2;; Keywords: comm, data, processes, hypermedia 2;; Keywords: comm, data, processes, hypermedia
3 3
4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5;;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
6;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. 5;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
7;;; 6;;;
8;;; This file is part of GNU Emacs. 7;;; This file is part of GNU Emacs.
diff --git a/lisp/url/url-cache.el b/lisp/url/url-cache.el
index d279a88951d..1e3374639e1 100644
--- a/lisp/url/url-cache.el
+++ b/lisp/url/url-cache.el
@@ -2,7 +2,6 @@
2;; Keywords: comm, data, processes, hypermedia 2;; Keywords: comm, data, processes, hypermedia
3 3
4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5;;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
6;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. 5;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
7;;; 6;;;
8;;; This file is part of GNU Emacs. 7;;; This file is part of GNU Emacs.
diff --git a/lisp/url/url-cookie.el b/lisp/url/url-cookie.el
index 997c203069c..9f7db867597 100644
--- a/lisp/url/url-cookie.el
+++ b/lisp/url/url-cookie.el
@@ -1,7 +1,6 @@
1;;; url-cookie.el --- Netscape Cookie support 1;;; url-cookie.el --- Netscape Cookie support
2 2
3;; Copyright (c) 1996 - 1999,2004 Free Software Foundation, Inc. 3;; Copyright (c) 1996 - 1999,2004 Free Software Foundation, Inc.
4;; Copyright (c) 1996 by William M. Perry <wmperry@cs.indiana.edu>
5 4
6;; Keywords: comm, data, processes, hypermedia 5;; Keywords: comm, data, processes, hypermedia
7 6
diff --git a/lisp/url/url-dired.el b/lisp/url/url-dired.el
index da22ddc9a78..73307412e1e 100644
--- a/lisp/url/url-dired.el
+++ b/lisp/url/url-dired.el
@@ -2,7 +2,6 @@
2;; Keywords: comm, files 2;; Keywords: comm, files
3 3
4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5;;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
6;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. 5;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
7;;; 6;;;
8;;; This file is part of GNU Emacs. 7;;; This file is part of GNU Emacs.
diff --git a/lisp/url/url-file.el b/lisp/url/url-file.el
index 77c2e74555f..0aa23acc0ec 100644
--- a/lisp/url/url-file.el
+++ b/lisp/url/url-file.el
@@ -1,7 +1,6 @@
1;;; url-file.el --- File retrieval code 1;;; url-file.el --- File retrieval code
2 2
3;; Copyright (c) 1996 - 1999,2004 Free Software Foundation, Inc. 3;; Copyright (c) 1996 - 1999,2004 Free Software Foundation, Inc.
4;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
5 4
6;; Keywords: comm, data, processes 5;; Keywords: comm, data, processes
7 6
diff --git a/lisp/url/url-ftp.el b/lisp/url/url-ftp.el
index 925a6fb5238..4346f3910b1 100644
--- a/lisp/url/url-ftp.el
+++ b/lisp/url/url-ftp.el
@@ -2,7 +2,6 @@
2;; Keywords: comm, data, processes 2;; Keywords: comm, data, processes
3 3
4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5;;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
6;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. 5;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
7;;; 6;;;
8;;; This file is part of GNU Emacs. 7;;; This file is part of GNU Emacs.
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el
index 18a2e273637..db961b9c27e 100644
--- a/lisp/url/url-handlers.el
+++ b/lisp/url/url-handlers.el
@@ -1,7 +1,6 @@
1;;; url-handlers.el --- file-name-handler stuff for URL loading 1;;; url-handlers.el --- file-name-handler stuff for URL loading
2 2
3;; Copyright (c) 1996, 1997, 1998, 1999, 2004 Free Software Foundation, Inc. 3;; Copyright (c) 1996, 1997, 1998, 1999, 2004 Free Software Foundation, Inc.
4;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
5 4
6;; Keywords: comm, data, processes, hypermedia 5;; Keywords: comm, data, processes, hypermedia
7 6
diff --git a/lisp/url/url-history.el b/lisp/url/url-history.el
index 1d5153ff327..6a2d87cfbc1 100644
--- a/lisp/url/url-history.el
+++ b/lisp/url/url-history.el
@@ -1,7 +1,6 @@
1;;; url-history.el --- Global history tracking for URL package 1;;; url-history.el --- Global history tracking for URL package
2 2
3;; Copyright (c) 1996 - 1999,2004 Free Software Foundation, Inc. 3;; Copyright (c) 1996 - 1999,2004 Free Software Foundation, Inc.
4;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
5 4
6;; Keywords: comm, data, processes, hypermedia 5;; Keywords: comm, data, processes, hypermedia
7 6
diff --git a/lisp/url/url-irc.el b/lisp/url/url-irc.el
index 6b62761d97a..a4b195f253f 100644
--- a/lisp/url/url-irc.el
+++ b/lisp/url/url-irc.el
@@ -2,7 +2,6 @@
2;; Keywords: comm, data, processes 2;; Keywords: comm, data, processes
3 3
4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5;;; Copyright (c) 1996 by William M. Perry <wmperry@cs.indiana.edu>
6;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. 5;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
7;;; 6;;;
8;;; This file is part of GNU Emacs. 7;;; This file is part of GNU Emacs.
diff --git a/lisp/url/url-mailto.el b/lisp/url/url-mailto.el
index c2b35051c31..bcb6bad4179 100644
--- a/lisp/url/url-mailto.el
+++ b/lisp/url/url-mailto.el
@@ -1,7 +1,6 @@
1;;; url-mail.el --- Mail Uniform Resource Locator retrieval code 1;;; url-mail.el --- Mail Uniform Resource Locator retrieval code
2 2
3;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. 3;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
4;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
5 4
6;; Keywords: comm, data, processes 5;; Keywords: comm, data, processes
7 6
diff --git a/lisp/url/url-methods.el b/lisp/url/url-methods.el
index 49329264e63..75d746f3e3f 100644
--- a/lisp/url/url-methods.el
+++ b/lisp/url/url-methods.el
@@ -1,7 +1,6 @@
1;;; url-methods.el --- Load URL schemes as needed 1;;; url-methods.el --- Load URL schemes as needed
2 2
3;; Copyright (c) 1996,97,98,1999,2004 Free Software Foundation, Inc. 3;; Copyright (c) 1996,1997,1998,1999,2004 Free Software Foundation, Inc.
4;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
5 4
6;; Keywords: comm, data, processes, hypermedia 5;; Keywords: comm, data, processes, hypermedia
7 6
diff --git a/lisp/url/url-misc.el b/lisp/url/url-misc.el
index f6962f4fdee..ff2f1282137 100644
--- a/lisp/url/url-misc.el
+++ b/lisp/url/url-misc.el
@@ -2,8 +2,7 @@
2;; Keywords: comm, data, processes 2;; Keywords: comm, data, processes
3 3
4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5;;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu> 5;;; Copyright (c) 1996,1997,1998,1999,2002 Free Software Foundation, Inc.
6;;; Copyright (c) 1996, 97, 98, 99, 2002 Free Software Foundation, Inc.
7;;; 6;;;
8;;; This file is part of GNU Emacs. 7;;; This file is part of GNU Emacs.
9;;; 8;;;
diff --git a/lisp/url/url-news.el b/lisp/url/url-news.el
index c56fe83e77e..a426f09b1ca 100644
--- a/lisp/url/url-news.el
+++ b/lisp/url/url-news.el
@@ -2,7 +2,6 @@
2;; Keywords: comm, data, processes 2;; Keywords: comm, data, processes
3 3
4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5;;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
6;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. 5;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
7;;; 6;;;
8;;; This file is part of GNU Emacs. 7;;; This file is part of GNU Emacs.
diff --git a/lisp/url/url-nfs.el b/lisp/url/url-nfs.el
index d068341b1c2..3b834bba75f 100644
--- a/lisp/url/url-nfs.el
+++ b/lisp/url/url-nfs.el
@@ -1,7 +1,6 @@
1;;; url-nfs.el --- NFS URL interface 1;;; url-nfs.el --- NFS URL interface
2 2
3;; Copyright (c) 1996,97,98,1999,2004 Free Software Foundation, Inc. 3;; Copyright (c) 1996,1997,1998,1999,2004 Free Software Foundation, Inc.
4;; Copyright (c) 1996 by William M. Perry <wmperry@cs.indiana.edu>
5 4
6;; Keywords: comm, data, processes 5;; Keywords: comm, data, processes
7 6
diff --git a/lisp/url/url-parse.el b/lisp/url/url-parse.el
index 9a2a45e9710..97348ab5db2 100644
--- a/lisp/url/url-parse.el
+++ b/lisp/url/url-parse.el
@@ -1,7 +1,6 @@
1;;; url-parse.el --- Uniform Resource Locator parser 1;;; url-parse.el --- Uniform Resource Locator parser
2 2
3;; Copyright (c) 1996,97,98,1999,2004 Free Software Foundation, Inc. 3;; Copyright (c) 1996,1997,1998,1999,2004 Free Software Foundation, Inc.
4;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
5 4
6;; Keywords: comm, data, processes 5;; Keywords: comm, data, processes
7 6
diff --git a/lisp/url/url-privacy.el b/lisp/url/url-privacy.el
index 9fcfe8f04a3..cb64cfbd4fc 100644
--- a/lisp/url/url-privacy.el
+++ b/lisp/url/url-privacy.el
@@ -2,7 +2,6 @@
2;; Keywords: comm, data, processes, hypermedia 2;; Keywords: comm, data, processes, hypermedia
3 3
4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5;;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
6;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. 5;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
7;;; 6;;;
8;;; This file is part of GNU Emacs. 7;;; This file is part of GNU Emacs.
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el
index d4a3733eab5..5d1f73e0d5d 100644
--- a/lisp/url/url-util.el
+++ b/lisp/url/url-util.el
@@ -1,7 +1,6 @@
1;;; url-util.el --- Miscellaneous helper routines for URL library 1;;; url-util.el --- Miscellaneous helper routines for URL library
2 2
3;; Copyright (c) 1996,97,98,99,2001,2004 Free Software Foundation, Inc. 3;; Copyright (c) 1996,1997,1998,1999,2001,2004 Free Software Foundation, Inc.
4;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
5 4
6;; Author: Bill Perry <wmperry@gnu.org> 5;; Author: Bill Perry <wmperry@gnu.org>
7;; Keywords: comm, data, processes 6;; Keywords: comm, data, processes
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index 68076e7d3db..4328c34b6fa 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -2,8 +2,7 @@
2;; Keywords: comm, data, processes, hypermedia 2;; Keywords: comm, data, processes, hypermedia
3 3
4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5;;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu> 5;;; Copyright (c) 1996,1997,1998,1999,2001 Free Software Foundation, Inc.
6;;; Copyright (c) 1996, 97, 98, 99, 2001 Free Software Foundation, Inc.
7;;; 6;;;
8;;; This file is part of GNU Emacs. 7;;; This file is part of GNU Emacs.
9;;; 8;;;
diff --git a/lisp/url/url.el b/lisp/url/url.el
index 1f8f3c930ff..f7b1b717681 100644
--- a/lisp/url/url.el
+++ b/lisp/url/url.el
@@ -1,7 +1,6 @@
1;;; url.el --- Uniform Resource Locator retrieval tool 1;;; url.el --- Uniform Resource Locator retrieval tool
2 2
3;; Copyright (c) 1996,97,98,99,2001,2004 Free Software Foundation, Inc. 3;; Copyright (c) 1996,1997,1998,1999,2001,2004 Free Software Foundation, Inc.
4;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
5 4
6;; Author: Bill Perry <wmperry@gnu.org> 5;; Author: Bill Perry <wmperry@gnu.org>
7;; Keywords: comm, data, processes, hypermedia 6;; Keywords: comm, data, processes, hypermedia