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 @@ +2004-10-10 Lars Hansen + + * url-auth.el: Fix copyright notice. + + * url-cache.el: Fix copyright notice. + + * url-cookie.el: Fix copyright notice. + + * url-dired.el: Fix copyright notice. + + * url-file.el: Fix copyright notice. + + * url-ftp.el: Fix copyright notice. + + * url-handlers.el: Fix copyright notice. + + * url-history.el: Fix copyright notice. + + * url-irc.el: Fix copyright notice. + + * url-mailto.el: Fix copyright notice. + + * url-methods.el: Fix copyright notice. + + * url-misc.el: Fix copyright notice. + + * url-news.el: Fix copyright notice. + + * url-nfs.el: Fix copyright notice. + + * url-parse.el: Fix copyright notice. + + * url-privacy.el: Fix copyright notice. + + * url-vars.el: Fix copyright notice. + + * url.el: Fix copyright notice. + + * url-util.el: Fix copyright notice. + 2004-10-06 Stefan Monnier * 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 @@ ;; Keywords: comm, data, processes, hypermedia ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; Copyright (c) 1993 - 1996 by William M. Perry ;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. ;;; ;;; 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 @@ ;; Keywords: comm, data, processes, hypermedia ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; Copyright (c) 1993 - 1996 by William M. Perry ;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. ;;; ;;; 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 @@ ;;; url-cookie.el --- Netscape Cookie support ;; Copyright (c) 1996 - 1999,2004 Free Software Foundation, Inc. -;; Copyright (c) 1996 by William M. Perry ;; Keywords: comm, data, processes, hypermedia 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 @@ ;; Keywords: comm, files ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; Copyright (c) 1993 - 1996 by William M. Perry ;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. ;;; ;;; 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 @@ ;;; url-file.el --- File retrieval code ;; Copyright (c) 1996 - 1999,2004 Free Software Foundation, Inc. -;; Copyright (c) 1993 - 1996 by William M. Perry ;; Keywords: comm, data, processes 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 @@ ;; Keywords: comm, data, processes ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; Copyright (c) 1993 - 1996 by William M. Perry ;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. ;;; ;;; 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 @@ ;;; url-handlers.el --- file-name-handler stuff for URL loading ;; Copyright (c) 1996, 1997, 1998, 1999, 2004 Free Software Foundation, Inc. -;; Copyright (c) 1993 - 1996 by William M. Perry ;; Keywords: comm, data, processes, hypermedia 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 @@ ;;; url-history.el --- Global history tracking for URL package ;; Copyright (c) 1996 - 1999,2004 Free Software Foundation, Inc. -;; Copyright (c) 1993 - 1996 by William M. Perry ;; Keywords: comm, data, processes, hypermedia 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 @@ ;; Keywords: comm, data, processes ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; Copyright (c) 1996 by William M. Perry ;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. ;;; ;;; 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 @@ ;;; url-mail.el --- Mail Uniform Resource Locator retrieval code ;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. -;; Copyright (c) 1993 - 1996 by William M. Perry ;; Keywords: comm, data, processes 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 @@ ;;; url-methods.el --- Load URL schemes as needed -;; Copyright (c) 1996,97,98,1999,2004 Free Software Foundation, Inc. -;; Copyright (c) 1993 - 1996 by William M. Perry +;; Copyright (c) 1996,1997,1998,1999,2004 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia 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 @@ ;; Keywords: comm, data, processes ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; Copyright (c) 1993 - 1996 by William M. Perry -;;; Copyright (c) 1996, 97, 98, 99, 2002 Free Software Foundation, Inc. +;;; Copyright (c) 1996,1997,1998,1999,2002 Free Software Foundation, Inc. ;;; ;;; This file is part of GNU Emacs. ;;; 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 @@ ;; Keywords: comm, data, processes ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; Copyright (c) 1993 - 1996 by William M. Perry ;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. ;;; ;;; 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 @@ ;;; url-nfs.el --- NFS URL interface -;; Copyright (c) 1996,97,98,1999,2004 Free Software Foundation, Inc. -;; Copyright (c) 1996 by William M. Perry +;; Copyright (c) 1996,1997,1998,1999,2004 Free Software Foundation, Inc. ;; Keywords: comm, data, processes 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 @@ ;;; url-parse.el --- Uniform Resource Locator parser -;; Copyright (c) 1996,97,98,1999,2004 Free Software Foundation, Inc. -;; Copyright (c) 1993 - 1996 by William M. Perry +;; Copyright (c) 1996,1997,1998,1999,2004 Free Software Foundation, Inc. ;; Keywords: comm, data, processes 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 @@ ;; Keywords: comm, data, processes, hypermedia ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; Copyright (c) 1993 - 1996 by William M. Perry ;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc. ;;; ;;; 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 @@ ;;; url-util.el --- Miscellaneous helper routines for URL library -;; Copyright (c) 1996,97,98,99,2001,2004 Free Software Foundation, Inc. -;; Copyright (c) 1993 - 1996 by William M. Perry +;; Copyright (c) 1996,1997,1998,1999,2001,2004 Free Software Foundation, Inc. ;; Author: Bill Perry ;; 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 @@ ;; Keywords: comm, data, processes, hypermedia ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; Copyright (c) 1993 - 1996 by William M. Perry -;;; Copyright (c) 1996, 97, 98, 99, 2001 Free Software Foundation, Inc. +;;; Copyright (c) 1996,1997,1998,1999,2001 Free Software Foundation, Inc. ;;; ;;; This file is part of GNU Emacs. ;;; 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 @@ ;;; url.el --- Uniform Resource Locator retrieval tool -;; Copyright (c) 1996,97,98,99,2001,2004 Free Software Foundation, Inc. -;; Copyright (c) 1993 - 1996 by William M. Perry +;; Copyright (c) 1996,1997,1998,1999,2001,2004 Free Software Foundation, Inc. ;; Author: Bill Perry ;; Keywords: comm, data, processes, hypermedia