From c06ecb90ed7de3c9bf976cfd63de19b9f1f5e00b Mon Sep 17 00:00:00 2001
From: Joel Rosdahl <joel@rosdahl.net>
Date: Sun, 24 Feb 2002 20:23:25 +0000
Subject: [PATCH] Unified copyright year range to 1991-2002.  Changed "This
 file is part of the LysKOM server" to "This file is part of the LysKOM Emacs
 LISP client".

---
 src/ChangeLog          | 4 ++++
 src/ansaphone.el       | 4 ++--
 src/async.el           | 4 ++--
 src/aux-items.el       | 4 ++--
 src/buffers.el         | 4 ++--
 src/cache.el           | 4 ++--
 src/clienttypes.el     | 4 ++--
 src/command.el         | 4 ++--
 src/commands1.el       | 4 ++--
 src/commands2.el       | 4 ++--
 src/compatibility.el   | 4 ++--
 src/completing-read.el | 4 ++--
 src/deferred-insert.el | 4 ++--
 src/defvar.el          | 4 ++--
 src/edit-text.el       | 4 ++--
 src/english-strings.el | 4 ++--
 src/envcheck.el        | 4 ++--
 src/feature.el         | 4 ++--
 src/filter-edit.el     | 4 ++--
 src/filter-new-edit.el | 4 ++--
 src/filter-new.el      | 4 ++--
 src/filter.el          | 4 ++--
 src/flags.el           | 4 ++--
 src/header.el          | 4 ++--
 src/internal.el        | 4 ++--
 src/komtypes.el        | 4 ++--
 src/language.el        | 4 ++--
 src/lyskom-buttons.el  | 4 ++--
 src/lyskom-rest.el     | 4 ++--
 src/macros.el          | 4 ++--
 src/menus.el           | 4 ++--
 src/messages.el        | 4 ++--
 src/mime.el            | 4 ++--
 src/option-edit.el     | 4 ++--
 src/parse.el           | 4 ++--
 src/prefetch.el        | 4 ++--
 src/prioritize.el      | 4 ++--
 src/reading.el         | 4 ++--
 src/remote-control.el  | 4 ++--
 src/review.el          | 4 ++--
 src/services.el        | 4 ++--
 src/slow.el            | 4 ++--
 src/startup.el         | 4 ++--
 src/swedish-strings.el | 4 ++--
 src/talkback.el        | 4 ++--
 src/utilities.el       | 4 ++--
 src/vars.el.in         | 4 ++--
 src/view-mode.el       | 4 ++--
 src/view-text.el       | 4 ++--
 49 files changed, 100 insertions(+), 96 deletions(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index faed0adb..1d26b38b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
 2002-02-24  Joel Rosdahl  <joel@lysator.liu.se>
 
+	* *.el: Unified copyright year range to 1991-2002.  Changed "This
+	file is part of the LysKOM server" to "This file is part of the
+	LysKOM Emacs LISP client".
+
 	* utilities.el (lyskom-find-text-by-date): Removed unused local
 	variable.
 
diff --git a/src/ansaphone.el b/src/ansaphone.el
index 8ac063ec..0ade14f3 100644
--- a/src/ansaphone.el
+++ b/src/ansaphone.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/async.el b/src/async.el
index dae3174f..170c852d 100644
--- a/src/async.el
+++ b/src/async.el
@@ -1,8 +1,8 @@
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/aux-items.el b/src/aux-items.el
index db7ddac7..3bebf918 100644
--- a/src/aux-items.el
+++ b/src/aux-items.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/buffers.el b/src/buffers.el
index e7c7fe9b..5e1ac9e8 100644
--- a/src/buffers.el
+++ b/src/buffers.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/cache.el b/src/cache.el
index c96793fb..094836fe 100644
--- a/src/cache.el
+++ b/src/cache.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/clienttypes.el b/src/clienttypes.el
index 8d4a3f50..5858d26f 100644
--- a/src/clienttypes.el
+++ b/src/clienttypes.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/command.el b/src/command.el
index 467b0f0a..55c0ad48 100644
--- a/src/command.el
+++ b/src/command.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/commands1.el b/src/commands1.el
index 05f79e2e..77d47b56 100644
--- a/src/commands1.el
+++ b/src/commands1.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/commands2.el b/src/commands2.el
index 59ce144d..b88e7b01 100644
--- a/src/commands2.el
+++ b/src/commands2.el
@@ -1,9 +1,9 @@
  ;;;;; -*-coding: iso-8859-1;-*-
  ;;;;;
  ;;;;; $Id$
- ;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+ ;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
  ;;;;;
- ;;;;; This file is part of the LysKOM server.
+ ;;;;; This file is part of the LysKOM Emacs LISP client.
  ;;;;; 
  ;;;;; LysKOM is free software; you can redistribute it and/or modify it
  ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/compatibility.el b/src/compatibility.el
index 7d6375cc..63949ba3 100644
--- a/src/compatibility.el
+++ b/src/compatibility.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/completing-read.el b/src/completing-read.el
index 2144e8ee..3f1a689e 100644
--- a/src/completing-read.el
+++ b/src/completing-read.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/deferred-insert.el b/src/deferred-insert.el
index 7160b604..3be7c3c6 100644
--- a/src/deferred-insert.el
+++ b/src/deferred-insert.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/defvar.el b/src/defvar.el
index 7ece043d..f5165c7e 100644
--- a/src/defvar.el
+++ b/src/defvar.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/edit-text.el b/src/edit-text.el
index 2d2abd55..d84e1ef9 100644
--- a/src/edit-text.el
+++ b/src/edit-text.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/english-strings.el b/src/english-strings.el
index 79260492..60149db4 100644
--- a/src/english-strings.el
+++ b/src/english-strings.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/envcheck.el b/src/envcheck.el
index 30cfdc4f..d6f250c4 100644
--- a/src/envcheck.el
+++ b/src/envcheck.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/feature.el b/src/feature.el
index 94bfb954..49479902 100644
--- a/src/feature.el
+++ b/src/feature.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/filter-edit.el b/src/filter-edit.el
index 5dab3087..b61336cd 100644
--- a/src/filter-edit.el
+++ b/src/filter-edit.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1994, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/filter-new-edit.el b/src/filter-new-edit.el
index 51d1d833..818266ec 100644
--- a/src/filter-new-edit.el
+++ b/src/filter-new-edit.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 2001  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/filter-new.el b/src/filter-new.el
index 407d2359..754e7f6d 100644
--- a/src/filter-new.el
+++ b/src/filter-new.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 2001  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/filter.el b/src/filter.el
index 1b14213b..523e5992 100644
--- a/src/filter.el
+++ b/src/filter.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/flags.el b/src/flags.el
index 27740611..b031a5b0 100644
--- a/src/flags.el
+++ b/src/flags.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/header.el b/src/header.el
index 07794952..016a17e8 100644
--- a/src/header.el
+++ b/src/header.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/internal.el b/src/internal.el
index dd22c5be..758bd5b6 100644
--- a/src/internal.el
+++ b/src/internal.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/komtypes.el b/src/komtypes.el
index 0785df49..fc3d6540 100644
--- a/src/komtypes.el
+++ b/src/komtypes.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/language.el b/src/language.el
index 5ebf2425..484465da 100644
--- a/src/language.el
+++ b/src/language.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/lyskom-buttons.el b/src/lyskom-buttons.el
index b6510261..8c8f7275 100644
--- a/src/lyskom-buttons.el
+++ b/src/lyskom-buttons.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/lyskom-rest.el b/src/lyskom-rest.el
index 7b4820ea..f894dbfa 100644
--- a/src/lyskom-rest.el
+++ b/src/lyskom-rest.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/macros.el b/src/macros.el
index a2f1ea11..762a11e5 100644
--- a/src/macros.el
+++ b/src/macros.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/menus.el b/src/menus.el
index 90632d59..cfcab3fb 100644
--- a/src/menus.el
+++ b/src/menus.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/messages.el b/src/messages.el
index af674e55..9923f97e 100644
--- a/src/messages.el
+++ b/src/messages.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/mime.el b/src/mime.el
index 8512cffd..e522c4ee 100644
--- a/src/mime.el
+++ b/src/mime.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/option-edit.el b/src/option-edit.el
index 27e0fc6b..1169db15 100644
--- a/src/option-edit.el
+++ b/src/option-edit.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/parse.el b/src/parse.el
index 6ee61782..a048b512 100644
--- a/src/parse.el
+++ b/src/parse.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/prefetch.el b/src/prefetch.el
index f0c0d551..b702138f 100644
--- a/src/prefetch.el
+++ b/src/prefetch.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/prioritize.el b/src/prioritize.el
index b932f8c4..a6f376c7 100644
--- a/src/prioritize.el
+++ b/src/prioritize.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/reading.el b/src/reading.el
index abef88d1..76356507 100644
--- a/src/reading.el
+++ b/src/reading.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/remote-control.el b/src/remote-control.el
index 170f0a36..e1c1e646 100644
--- a/src/remote-control.el
+++ b/src/remote-control.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/review.el b/src/review.el
index c4d38912..6d93b396 100644
--- a/src/review.el
+++ b/src/review.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/services.el b/src/services.el
index c76fbc80..d4029db9 100644
--- a/src/services.el
+++ b/src/services.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/slow.el b/src/slow.el
index e373d2f6..3517b45f 100644
--- a/src/slow.el
+++ b/src/slow.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/startup.el b/src/startup.el
index 6422d43c..20d75f41 100644
--- a/src/startup.el
+++ b/src/startup.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/swedish-strings.el b/src/swedish-strings.el
index 509161a5..a8dfe84a 100644
--- a/src/swedish-strings.el
+++ b/src/swedish-strings.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/talkback.el b/src/talkback.el
index c2095e52..009f423c 100644
--- a/src/talkback.el
+++ b/src/talkback.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/utilities.el b/src/utilities.el
index ede3f7d9..e35093f6 100644
--- a/src/utilities.el
+++ b/src/utilities.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: iso-8859-1;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/vars.el.in b/src/vars.el.in
index bf73fa85..4e8059ce 100644
--- a/src/vars.el.in
+++ b/src/vars.el.in
@@ -1,8 +1,8 @@
 ;;;;; -*-coding: raw-text;mode: emacs-lisp;-*-
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/view-mode.el b/src/view-mode.el
index 7aea1a6e..5729547d 100644
--- a/src/view-mode.el
+++ b/src/view-mode.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: raw-text;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
diff --git a/src/view-text.el b/src/view-text.el
index 46334caf..f04c7c05 100644
--- a/src/view-text.el
+++ b/src/view-text.el
@@ -1,9 +1,9 @@
 ;;;;; -*-coding: raw-text;-*-
 ;;;;;
 ;;;;; $Id$
-;;;;; Copyright (C) 1991, 1996  Lysator Academic Computer Association.
+;;;;; Copyright (C) 1991-2002  Lysator Academic Computer Association.
 ;;;;;
-;;;;; This file is part of the LysKOM server.
+;;;;; This file is part of the LysKOM Emacs LISP client.
 ;;;;; 
 ;;;;; LysKOM is free software; you can redistribute it and/or modify it
 ;;;;; under the terms of the GNU General Public License as published by 
-- 
GitLab