guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 66/86: Remove useless "classes: h_files" from Guile head


From: Andy Wingo
Subject: [Guile-commits] 66/86: Remove useless "classes: h_files" from Guile headers.
Date: Wed, 20 Jun 2018 14:09:42 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 5534c2817ead2a96dc6097970dc7adc5efc76907
Author: Andy Wingo <address@hidden>
Date:   Wed Jun 20 14:26:16 2018 +0200

    Remove useless "classes: h_files" from Guile headers.
    
    * libguile/__scm.h:
    * libguile/alist.h:
    * libguile/array-handle.h:
    * libguile/array-map.h:
    * libguile/arrays.h:
    * libguile/async.h:
    * libguile/backtrace.h:
    * libguile/bitvectors.h:
    * libguile/boolean.h:
    * libguile/chars.h:
    * libguile/chooks.h:
    * libguile/continuations.h:
    * libguile/debug-malloc.h:
    * libguile/debug.h:
    * libguile/deprecation.h:
    * libguile/dynl.h:
    * libguile/dynstack.h:
    * libguile/dynwind.h:
    * libguile/eq.h:
    * libguile/error.h:
    * libguile/eval.h:
    * libguile/evalext.h:
    * libguile/expand.h:
    * libguile/extensions.h:
    * libguile/feature.h:
    * libguile/filesys.h:
    * libguile/fluids.h:
    * libguile/fports.h:
    * libguile/gc-inline.h:
    * libguile/gc.h:
    * libguile/generalized-arrays.h:
    * libguile/generalized-vectors.h:
    * libguile/gettext.h:
    * libguile/goops.h:
    * libguile/gsubr.h:
    * libguile/guardians.h:
    * libguile/hash.h:
    * libguile/hashtab.h:
    * libguile/hooks.h:
    * libguile/i18n.h:
    * libguile/init.h:
    * libguile/inline.h:
    * libguile/ioext.h:
    * libguile/iselect.h:
    * libguile/keywords.h:
    * libguile/list.h:
    * libguile/load.h:
    * libguile/macros.h:
    * libguile/mallocs.c:
    * libguile/mallocs.h:
    * libguile/memoize.h:
    * libguile/modules.h:
    * libguile/net_db.h:
    * libguile/null-threads.h:
    * libguile/numbers.h:
    * libguile/objprop.h:
    * libguile/options.h:
    * libguile/pairs.h:
    * libguile/poll.h:
    * libguile/ports.h:
    * libguile/posix-w32.h:
    * libguile/posix.h:
    * libguile/print.h:
    * libguile/procprop.h:
    * libguile/procs.h:
    * libguile/promises.h:
    * libguile/pthread-threads.h:
    * libguile/random.h:
    * libguile/rdelim.h:
    * libguile/read.h:
    * libguile/regex-posix.h:
    * libguile/rw.h:
    * libguile/scmsigs.h:
    * libguile/script.h:
    * libguile/simpos.h:
    * libguile/smob.h:
    * libguile/snarf.h:
    * libguile/socket.h:
    * libguile/sort.h:
    * libguile/srcprop.h:
    * libguile/stackchk.h:
    * libguile/stacks.h:
    * libguile/stime.h:
    * libguile/strings.h:
    * libguile/strorder.h:
    * libguile/strports.h:
    * libguile/struct.h:
    * libguile/symbols.h:
    * libguile/syscalls.h:
    * libguile/tags.h:
    * libguile/threads.h:
    * libguile/throw.h:
    * libguile/trees.h:
    * libguile/unicode.h:
    * libguile/uniform.h:
    * libguile/values.h:
    * libguile/variable.h:
    * libguile/vectors.h:
    * libguile/vports.h:
    * libguile/weak-list.h:
    * libguile/weak-set.h:
    * libguile/weak-table.h:
    * libguile/weak-vector.h: Remove "classes: h_files".  Reformat
      copyrights if needed.
---
 libguile/__scm.h               | 2 --
 libguile/alist.h               | 2 --
 libguile/array-handle.h        | 2 --
 libguile/array-map.h           | 6 ++----
 libguile/arrays.h              | 2 --
 libguile/async.h               | 6 ++----
 libguile/backtrace.h           | 5 ++---
 libguile/bitvectors.h          | 2 --
 libguile/boolean.h             | 2 --
 libguile/chars.h               | 2 --
 libguile/chooks.h              | 2 --
 libguile/continuations.h       | 2 --
 libguile/debug-malloc.h        | 5 ++---
 libguile/debug.h               | 6 ++----
 libguile/deprecation.h         | 5 ++---
 libguile/dynl.h                | 5 ++---
 libguile/dynstack.h            | 2 --
 libguile/dynwind.h             | 5 ++---
 libguile/eq.h                  | 5 ++---
 libguile/error.h               | 2 --
 libguile/eval.h                | 6 ++----
 libguile/evalext.h             | 5 ++---
 libguile/expand.h              | 2 --
 libguile/extensions.h          | 2 --
 libguile/feature.h             | 6 ++----
 libguile/filesys.h             | 2 --
 libguile/fluids.h              | 2 --
 libguile/fports.h              | 2 --
 libguile/gc-inline.h           | 6 ++----
 libguile/gc.h                  | 2 --
 libguile/generalized-arrays.h  | 2 --
 libguile/generalized-vectors.h | 6 ++----
 libguile/gettext.h             | 5 ++---
 libguile/goops.h               | 2 --
 libguile/gsubr.h               | 2 --
 libguile/guardians.h           | 5 ++---
 libguile/hash.h                | 6 ++----
 libguile/hashtab.h             | 2 --
 libguile/hooks.h               | 2 --
 libguile/i18n.h                | 5 ++---
 libguile/init.h                | 5 ++---
 libguile/inline.h              | 2 --
 libguile/ioext.h               | 5 ++---
 libguile/iselect.h             | 6 ++----
 libguile/keywords.h            | 2 --
 libguile/list.h                | 2 --
 libguile/load.h                | 5 ++---
 libguile/macros.h              | 5 ++---
 libguile/mallocs.c             | 3 +--
 libguile/mallocs.h             | 5 ++---
 libguile/memoize.h             | 6 ++----
 libguile/modules.h             | 2 --
 libguile/net_db.h              | 5 ++---
 libguile/null-threads.h        | 5 ++---
 libguile/numbers.h             | 2 --
 libguile/objprop.h             | 5 ++---
 libguile/options.h             | 5 ++---
 libguile/pairs.h               | 2 --
 libguile/poll.h                | 5 ++---
 libguile/ports.h               | 2 --
 libguile/posix-w32.h           | 5 ++---
 libguile/posix.h               | 6 ++----
 libguile/print.h               | 2 --
 libguile/procprop.h            | 5 ++---
 libguile/procs.h               | 2 --
 libguile/promises.h            | 6 ++----
 libguile/pthread-threads.h     | 5 ++---
 libguile/random.h              | 2 --
 libguile/rdelim.h              | 5 ++---
 libguile/read.h                | 5 ++---
 libguile/regex-posix.h         | 2 --
 libguile/rw.h                  | 4 +---
 libguile/scmsigs.h             | 5 ++---
 libguile/script.h              | 5 ++---
 libguile/simpos.h              | 5 ++---
 libguile/smob.h                | 2 --
 libguile/snarf.h               | 2 --
 libguile/socket.h              | 5 ++---
 libguile/sort.h                | 5 ++---
 libguile/srcprop.h             | 2 --
 libguile/stackchk.h            | 5 ++---
 libguile/stacks.h              | 2 --
 libguile/stime.h               | 5 ++---
 libguile/strings.h             | 2 --
 libguile/strorder.h            | 5 ++---
 libguile/strports.h            | 2 --
 libguile/struct.h              | 2 --
 libguile/symbols.h             | 2 --
 libguile/syscalls.h            | 2 --
 libguile/tags.h                | 4 +---
 libguile/threads.h             | 2 --
 libguile/throw.h               | 5 ++---
 libguile/trees.h               | 6 ++----
 libguile/unicode.h             | 5 ++---
 libguile/uniform.h             | 2 --
 libguile/values.h              | 5 ++---
 libguile/variable.h            | 2 --
 libguile/vectors.h             | 2 --
 libguile/vports.h              | 5 ++---
 libguile/weak-list.h           | 2 --
 libguile/weak-set.h            | 2 --
 libguile/weak-table.h          | 2 --
 libguile/weak-vector.h         | 5 ++---
 103 files changed, 105 insertions(+), 272 deletions(-)

diff --git a/libguile/__scm.h b/libguile/__scm.h
index 0be2964..5faefe3 100644
--- a/libguile/__scm.h
+++ b/libguile/__scm.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM___SCM_H
 #define SCM___SCM_H
 
diff --git a/libguile/alist.h b/libguile/alist.h
index 2462452..ce2fec6 100644
--- a/libguile/alist.h
+++ b/libguile/alist.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_ALIST_H
 #define SCM_ALIST_H
 
diff --git a/libguile/array-handle.h b/libguile/array-handle.h
index 0bca9b1..1d19bf9 100644
--- a/libguile/array-handle.h
+++ b/libguile/array-handle.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_ARRAY_HANDLE_H
 #define SCM_ARRAY_HANDLE_H
 
diff --git a/libguile/array-map.h b/libguile/array-map.h
index 12351d1..9242029 100644
--- a/libguile/array-map.h
+++ b/libguile/array-map.h
@@ -1,10 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_ARRAY_MAP_H
 #define SCM_ARRAY_MAP_H
 
-/* Copyright (C) 1995, 1996, 1997, 2000, 2006, 2008, 2009, 2010,
- *   2011, 2013, 2015 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1997,2000,2006,2008-2011,2013,2015,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/arrays.h b/libguile/arrays.h
index 6b126f9..aedca35 100644
--- a/libguile/arrays.h
+++ b/libguile/arrays.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_ARRAY_H
 #define SCM_ARRAY_H
 
diff --git a/libguile/async.h b/libguile/async.h
index 2bca16d..f0b888c 100644
--- a/libguile/async.h
+++ b/libguile/async.h
@@ -1,10 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_ASYNC_H
 #define SCM_ASYNC_H
 
-/* Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2008, 2009, 2011
- *   2014 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1998,2000-2002,2004-2006,2008-2009,2011,2014,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/backtrace.h b/libguile/backtrace.h
index 59de89d..7e96495 100644
--- a/libguile/backtrace.h
+++ b/libguile/backtrace.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_BACKTRACE_H
 #define SCM_BACKTRACE_H
 
-/* Copyright (C) 1996,1998,1999,2000,2001, 2004, 2006, 2008, 2010, 2011 Free 
Software Foundation, Inc.
+/* Copyright (C) 1996,1998-2001,2004,2006,2008,2010-2011,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/bitvectors.h b/libguile/bitvectors.h
index d15b615..ce679d6 100644
--- a/libguile/bitvectors.h
+++ b/libguile/bitvectors.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_BITVECTORS_H
 #define SCM_BITVECTORS_H
 
diff --git a/libguile/boolean.h b/libguile/boolean.h
index dca9a56..c741d25 100644
--- a/libguile/boolean.h
+++ b/libguile/boolean.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_BOOLEAN_H
 #define SCM_BOOLEAN_H
 
diff --git a/libguile/chars.h b/libguile/chars.h
index 36b2ee8..2d61575 100644
--- a/libguile/chars.h
+++ b/libguile/chars.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_CHARS_H
 #define SCM_CHARS_H
 
diff --git a/libguile/chooks.h b/libguile/chooks.h
index 873c36f..1a55b71 100644
--- a/libguile/chooks.h
+++ b/libguile/chooks.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_CHOOKS_H
 #define SCM_CHOOKS_H
 
diff --git a/libguile/continuations.h b/libguile/continuations.h
index edebcf2..92ac41a 100644
--- a/libguile/continuations.h
+++ b/libguile/continuations.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_CONTINUATIONS_H
 #define SCM_CONTINUATIONS_H
 
diff --git a/libguile/debug-malloc.h b/libguile/debug-malloc.h
index 7830adb..585d979 100644
--- a/libguile/debug-malloc.h
+++ b/libguile/debug-malloc.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_DEBUG_MALLOC_H
 #define SCM_DEBUG_MALLOC_H
 
-/* Copyright (C) 2000,2001, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2001,2006,2008,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/debug.h b/libguile/debug.h
index ab301a0..2a88415 100644
--- a/libguile/debug.h
+++ b/libguile/debug.h
@@ -1,10 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_DEBUG_H
 #define SCM_DEBUG_H
 
-/* Copyright (C) 
1995,1996,1998,1999,2000,2001,2002,2004,2008,2009,2010,2011,2012,2013,2015
- * Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1998-2002,2004,2008-2013,2015,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/deprecation.h b/libguile/deprecation.h
index 06027c6..26b73b9 100644
--- a/libguile/deprecation.h
+++ b/libguile/deprecation.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_DEPRECATION_H
 #define SCM_DEPRECATION_H
 
-/* Copyright (C) 2001, 2006, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2001,2006,2008-2009, 2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/dynl.h b/libguile/dynl.h
index e735bcc..7cf507f 100644
--- a/libguile/dynl.h
+++ b/libguile/dynl.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_DYNL_H
 #define SCM_DYNL_H
 
-/* Copyright (C) 1996,1998,2000,2001, 2006, 2008, 2010 Free Software 
Foundation, Inc.
+/* Copyright (C) 1996,1998,2000-2001,2006,2008,2010,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/dynstack.h b/libguile/dynstack.h
index e44fdf7..7706be2 100644
--- a/libguile/dynstack.h
+++ b/libguile/dynstack.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_DYNSTACK_H
 #define SCM_DYNSTACK_H
 
diff --git a/libguile/dynwind.h b/libguile/dynwind.h
index 9ade05c..9bbc5b7 100644
--- a/libguile/dynwind.h
+++ b/libguile/dynwind.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_DYNWIND_H
 #define SCM_DYNWIND_H
 
-/* Copyright (C) 1995,1996,1998,1999,2000,2003,2004, 2006, 2008, 2011, 2012 
Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1998-2000,2003-2004,2006,2008,2011-2012,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/eq.h b/libguile/eq.h
index c09d667..d41d503 100644
--- a/libguile/eq.h
+++ b/libguile/eq.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_EQ_H
 #define SCM_EQ_H
 
-/* Copyright (C) 1995,1996,2000, 2006, 2008, 2010 Free Software Foundation, 
Inc.
+/* Copyright (C) 1995-1996,2000,2006,2008,2010,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/error.h b/libguile/error.h
index 883c2db..39058d4 100644
--- a/libguile/error.h
+++ b/libguile/error.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_ERROR_H
 #define SCM_ERROR_H
 
diff --git a/libguile/eval.h b/libguile/eval.h
index 9e5f654..1705d4e 100644
--- a/libguile/eval.h
+++ b/libguile/eval.h
@@ -1,10 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_EVAL_H
 #define SCM_EVAL_H
 
-/* Copyright (C) 
1995,1996,1998,1999,2000,2001,2002,2003,2004,2008,2009,2010,2011,2012
- * Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1998-2004,2008-2012,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/evalext.h b/libguile/evalext.h
index 7718ec6..9676235 100644
--- a/libguile/evalext.h
+++ b/libguile/evalext.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_EVALEXT_H
 #define SCM_EVALEXT_H
 
-/* Copyright (C) 1998,1999,2000, 2003, 2006, 2008, 2011 Free Software 
Foundation, Inc.
+/* Copyright (C) 1998-2000,2003,2006,2008,2011,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/expand.h b/libguile/expand.h
index 86821ee..74e01f3 100644
--- a/libguile/expand.h
+++ b/libguile/expand.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_EXPAND_H
 #define SCM_EXPAND_H
 
diff --git a/libguile/extensions.h b/libguile/extensions.h
index 03622ca..525f34e 100644
--- a/libguile/extensions.h
+++ b/libguile/extensions.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_EXTENSIONS_H
 #define SCM_EXTENSIONS_H
 
diff --git a/libguile/feature.h b/libguile/feature.h
index 467f9ed..f8d2222 100644
--- a/libguile/feature.h
+++ b/libguile/feature.h
@@ -1,10 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_FEATURE_H
 #define SCM_FEATURE_H
 
-/* Copyright (C) 1995, 1996, 1999, 2000, 2001, 2006, 2007, 2008,
- *   2011 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1999-2001,2006-2008,2011,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/filesys.h b/libguile/filesys.h
index 39a917f..801b18e 100644
--- a/libguile/filesys.h
+++ b/libguile/filesys.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_FILESYS_H
 #define SCM_FILESYS_H
 
diff --git a/libguile/fluids.h b/libguile/fluids.h
index b132f50..f9e0ba5 100644
--- a/libguile/fluids.h
+++ b/libguile/fluids.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_FLUIDS_H
 #define SCM_FLUIDS_H
 
diff --git a/libguile/fports.h b/libguile/fports.h
index 2a96a6d..f3e7ce9 100644
--- a/libguile/fports.h
+++ b/libguile/fports.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_FPORTS_H
 #define SCM_FPORTS_H
 
diff --git a/libguile/gc-inline.h b/libguile/gc-inline.h
index fcbe5a5..ab8813e 100644
--- a/libguile/gc-inline.h
+++ b/libguile/gc-inline.h
@@ -1,10 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_GC_INLINE_H
 #define SCM_GC_INLINE_H
 
-/* Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006,
- *   2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, 
Inc.
+/* Copyright (C) 1995-1996,1998-2004,2006-2014,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/gc.h b/libguile/gc.h
index 354c017..50d7f88 100644
--- a/libguile/gc.h
+++ b/libguile/gc.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_GC_H
 #define SCM_GC_H
 
diff --git a/libguile/generalized-arrays.h b/libguile/generalized-arrays.h
index bd4a276..b282e98 100644
--- a/libguile/generalized-arrays.h
+++ b/libguile/generalized-arrays.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_GENERALIZED_ARRAYS_H
 #define SCM_GENERALIZED_ARRAYS_H
 
diff --git a/libguile/generalized-vectors.h b/libguile/generalized-vectors.h
index 9df8a0c..895210f 100644
--- a/libguile/generalized-vectors.h
+++ b/libguile/generalized-vectors.h
@@ -1,10 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_GENERALIZED_VECTORS_H
 #define SCM_GENERALIZED_VECTORS_H
 
-/* Copyright (C) 1995,1996,1997,1999,2000,2001, 2004, 2006, 2008, 2009, 2013
- * Free Software Foundation, Inc.
+/* Copyright (C) 1995-1997,1999-2001,2004,2006,2008-2009,2013,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/gettext.h b/libguile/gettext.h
index d4576bd..07e518a 100644
--- a/libguile/gettext.h
+++ b/libguile/gettext.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_GETTEXT_H
 #define SCM_GETTEXT_H
 
-/* Copyright (C) 2004, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2004,2006,2008,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/goops.h b/libguile/goops.h
index a3c32b8..8ef9e80 100644
--- a/libguile/goops.h
+++ b/libguile/goops.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_GOOPS_H
 #define SCM_GOOPS_H
 
diff --git a/libguile/gsubr.h b/libguile/gsubr.h
index 5199914..defdc73 100644
--- a/libguile/gsubr.h
+++ b/libguile/gsubr.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_GSUBR_H
 #define SCM_GSUBR_H
 
diff --git a/libguile/guardians.h b/libguile/guardians.h
index a23026d..d4b0376 100644
--- a/libguile/guardians.h
+++ b/libguile/guardians.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_GUARDIANS_H
 #define SCM_GUARDIANS_H
 
-/* Copyright (C) 1998,2000,2001, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1998,2000-2001,2006,2008,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/hash.h b/libguile/hash.h
index 9085bc0..f8b57f9 100644
--- a/libguile/hash.h
+++ b/libguile/hash.h
@@ -1,10 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_HASH_H
 #define SCM_HASH_H
 
-/* Copyright (C) 1995, 1996, 2000, 2006, 2008, 2011,
- *   2015 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,2000,2006,2008,2011,2015,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/hashtab.h b/libguile/hashtab.h
index 834e527..094bc8c 100644
--- a/libguile/hashtab.h
+++ b/libguile/hashtab.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_HASHTAB_H
 #define SCM_HASHTAB_H
 
diff --git a/libguile/hooks.h b/libguile/hooks.h
index d1a76cc..2cca55e 100644
--- a/libguile/hooks.h
+++ b/libguile/hooks.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_HOOKS_H
 #define SCM_HOOKS_H
 
diff --git a/libguile/i18n.h b/libguile/i18n.h
index c2792ac..7735d8a 100644
--- a/libguile/i18n.h
+++ b/libguile/i18n.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_I18N_H
 #define SCM_I18N_H
 
-/* Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2006,2008-2009,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/init.h b/libguile/init.h
index bc6cddf..35dd7f3 100644
--- a/libguile/init.h
+++ b/libguile/init.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_INIT_H
 #define SCM_INIT_H
 
-/* Copyright (C) 1995,1996,1997,2000, 2006, 2008, 2011 Free Software 
Foundation, Inc.
+/* Copyright (C) 1995-1997,2000,2006,2008,2011,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/inline.h b/libguile/inline.h
index 57e0ecf..4c17813 100644
--- a/libguile/inline.h
+++ b/libguile/inline.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_INLINE_H
 #define SCM_INLINE_H
 
diff --git a/libguile/ioext.h b/libguile/ioext.h
index 1b7b93a..0a1fb7d 100644
--- a/libguile/ioext.h
+++ b/libguile/ioext.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_IOEXT_H
 #define SCM_IOEXT_H
 
-/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2006, 2008 Free Software 
Foundation, Inc.
+/* Copyright (C) 1995-1998,2000-2001,2006,2008,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/iselect.h b/libguile/iselect.h
index 945ad14..8a52603 100644
--- a/libguile/iselect.h
+++ b/libguile/iselect.h
@@ -1,10 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_ISELECT_H
 #define SCM_ISELECT_H
 
-/* Copyright (C) 1997,1998,2000,2001, 2002, 2006,
- *   2013 Free Software Foundation, Inc.
+/* Copyright (C) 1997-1998,2000-2002,2006,2013,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/keywords.h b/libguile/keywords.h
index 5f33903..fd9b061 100644
--- a/libguile/keywords.h
+++ b/libguile/keywords.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_KEYWORDS_H
 #define SCM_KEYWORDS_H
 
diff --git a/libguile/list.h b/libguile/list.h
index c5813e9..6634638 100644
--- a/libguile/list.h
+++ b/libguile/list.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_LIST_H
 #define SCM_LIST_H
 
diff --git a/libguile/load.h b/libguile/load.h
index 986948d..5002ec8 100644
--- a/libguile/load.h
+++ b/libguile/load.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_LOAD_H
 #define SCM_LOAD_H
 
-/* Copyright (C) 1995,1996,1998,2000,2001, 2006, 2008, 2009, 2010, 2011, 2013 
Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1998,2000-2001,2006,2008-2011,2013,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/macros.h b/libguile/macros.h
index de2496e..e7ba446 100644
--- a/libguile/macros.h
+++ b/libguile/macros.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_MACROS_H
 #define SCM_MACROS_H
 
-/* Copyright (C) 1998,2000,2001,2002,2003, 2006, 2008, 2009, 2010 Free 
Software Foundation, Inc.
+/* Copyright (C) 1998,2000-2003,2006,2008-2010,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/mallocs.c b/libguile/mallocs.c
index 865bb5f..54ebe46 100644
--- a/libguile/mallocs.c
+++ b/libguile/mallocs.c
@@ -1,5 +1,4 @@
-/* classes: src_files 
- * Copyright (C) 1995-1998,2000-2001,2006,2011,2014,2018
+/* Copyright (C) 1995-1998,2000-2001,2006,2011,2014,2018
  *   Free Software Foundation, Inc.
  * 
  * This library is free software; you can redistribute it and/or
diff --git a/libguile/mallocs.h b/libguile/mallocs.h
index 9c797e9..c3052bb 100644
--- a/libguile/mallocs.h
+++ b/libguile/mallocs.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_MALLOCS_H
 #define SCM_MALLOCS_H
 
-/* Copyright (C) 1995,2000, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1995,2000,2006,2008,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/memoize.h b/libguile/memoize.h
index 23c0306..2c02fae 100644
--- a/libguile/memoize.h
+++ b/libguile/memoize.h
@@ -1,10 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_MEMOIZE_H
 #define SCM_MEMOIZE_H
 
-/* Copyright (C) 
1995,1996,1998,1999,2000,2001,2002,2004,2008,2009,2010,2011,2013,2014
- * Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1998-2002,2004,2008-2011,2013-2014,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/modules.h b/libguile/modules.h
index 48cc2df..168dccf 100644
--- a/libguile/modules.h
+++ b/libguile/modules.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_MODULES_H
 #define SCM_MODULES_H
 
diff --git a/libguile/net_db.h b/libguile/net_db.h
index 68b2a8b..1b6399b 100644
--- a/libguile/net_db.h
+++ b/libguile/net_db.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_NET_DB_H
 #define SCM_NET_DB_H
 
-/* Copyright (C) 1995,2000,2001, 2006, 2008, 2010 Free Software Foundation, 
Inc.
+/* Copyright (C) 1995,2000-2001,2006,2008,2010,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/null-threads.h b/libguile/null-threads.h
index dcb14e6..5239c3d 100644
--- a/libguile/null-threads.h
+++ b/libguile/null-threads.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_NULL_THREADS_H
 #define SCM_NULL_THREADS_H
 
-/* Copyright (C) 2005, 2006, 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2006,2010,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/numbers.h b/libguile/numbers.h
index 1164d19..406ac13 100644
--- a/libguile/numbers.h
+++ b/libguile/numbers.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_NUMBERS_H
 #define SCM_NUMBERS_H
 
diff --git a/libguile/objprop.h b/libguile/objprop.h
index f9a2e94..8f3bbb6 100644
--- a/libguile/objprop.h
+++ b/libguile/objprop.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_OBJPROP_H
 #define SCM_OBJPROP_H
 
-/* Copyright (C) 1995,2000,2001, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1995,2000-2001,2006,2008,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/options.h b/libguile/options.h
index 8ea960b..f723a04 100644
--- a/libguile/options.h
+++ b/libguile/options.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_OPTIONS_H
 #define SCM_OPTIONS_H
 
-/* Copyright (C) 1995,1996,2000,2001, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,2000-2001,2006,2008,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/pairs.h b/libguile/pairs.h
index 6b80a40..ce0f000 100644
--- a/libguile/pairs.h
+++ b/libguile/pairs.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_PAIRS_H
 #define SCM_PAIRS_H
 
diff --git a/libguile/poll.h b/libguile/poll.h
index ab31950..cf323e6 100644
--- a/libguile/poll.h
+++ b/libguile/poll.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_POLL_H
 #define SCM_POLL_H
 
-/* Copyright (C) 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2010,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/ports.h b/libguile/ports.h
index e8171a8..1872ca4 100644
--- a/libguile/ports.h
+++ b/libguile/ports.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_PORTS_H
 #define SCM_PORTS_H
 
diff --git a/libguile/posix-w32.h b/libguile/posix-w32.h
index f11a25e..6fc607d 100644
--- a/libguile/posix-w32.h
+++ b/libguile/posix-w32.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_POSIX_W32_H
 #define SCM_POSIX_W32_H
 
-/* Copyright (C) 2001, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2001,2006,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/posix.h b/libguile/posix.h
index 078edf5..2d1bbf1 100644
--- a/libguile/posix.h
+++ b/libguile/posix.h
@@ -1,10 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_POSIX_H
 #define SCM_POSIX_H
 
-/* Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2003, 2006, 2008,
- *   2009, 2010, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1998,2000-2001,2003,2006,2008-2011,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/print.h b/libguile/print.h
index 21e86f4..31714a7 100644
--- a/libguile/print.h
+++ b/libguile/print.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_PRINT_H
 #define SCM_PRINT_H
 
diff --git a/libguile/procprop.h b/libguile/procprop.h
index 41d0753..f087d4b 100644
--- a/libguile/procprop.h
+++ b/libguile/procprop.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_PROCPROP_H
 #define SCM_PROCPROP_H
 
-/* Copyright (C) 1995,1996,1998,2000, 2006, 2008, 2009, 2010, 2011, 2013 Free 
Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1998,2000,2006,2008-2011,2013,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/procs.h b/libguile/procs.h
index ec8443f..2d21885 100644
--- a/libguile/procs.h
+++ b/libguile/procs.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_PROCS_H
 #define SCM_PROCS_H
 
diff --git a/libguile/promises.h b/libguile/promises.h
index 66349b5..ac41cea 100644
--- a/libguile/promises.h
+++ b/libguile/promises.h
@@ -1,10 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_PROMISES_H
 #define SCM_PROMISES_H
 
-/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002,2003,2004,2008,2009
- * Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1998-2004,2008-2009,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/pthread-threads.h b/libguile/pthread-threads.h
index b5fae4e..70e5669 100644
--- a/libguile/pthread-threads.h
+++ b/libguile/pthread-threads.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_PTHREADS_THREADS_H
 #define SCM_PTHREADS_THREADS_H
 
-/* Copyright (C) 2002, 2005, 2006, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2002,2005-2006,2011,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/random.h b/libguile/random.h
index 57afdbf..fb8b404 100644
--- a/libguile/random.h
+++ b/libguile/random.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_RANDOM_H
 #define SCM_RANDOM_H
 
diff --git a/libguile/rdelim.h b/libguile/rdelim.h
index 2e401e4..55b46c3 100644
--- a/libguile/rdelim.h
+++ b/libguile/rdelim.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_RDELIM_H
 #define SCM_RDELIM_H
 
-/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2006, 2008 Free Software 
Foundation, Inc.
+/* Copyright (C) 1995-1998,2000-2001,2006,2008,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/read.h b/libguile/read.h
index 3c47afd..d5dc785 100644
--- a/libguile/read.h
+++ b/libguile/read.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_READ_H
 #define SCM_READ_H
 
-/* Copyright (C) 1995,1996,2000, 2006, 2008, 2009 Free Software Foundation, 
Inc.
+/* Copyright (C) 1995-1996,2000,2006,2008-2009,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/regex-posix.h b/libguile/regex-posix.h
index 3a84b37..8d9053b 100644
--- a/libguile/regex-posix.h
+++ b/libguile/regex-posix.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_REGEX_POSIX_H
 #define SCM_REGEX_POSIX_H
 
diff --git a/libguile/rw.h b/libguile/rw.h
index d54f1b3..4a57325 100644
--- a/libguile/rw.h
+++ b/libguile/rw.h
@@ -1,9 +1,7 @@
-/* classes: h_files */
-
 #ifndef SCM_RW_H
 #define SCM_RW_H
 
-/* Copyright (C) 2001, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2001,2006,2008,2018 Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/scmsigs.h b/libguile/scmsigs.h
index fce3728..5463b9e 100644
--- a/libguile/scmsigs.h
+++ b/libguile/scmsigs.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_SCMSIGS_H
 #define SCM_SCMSIGS_H
 
-/* Copyright (C) 1995,1996,1997,1998,2000, 2002, 2006, 2007, 2008 Free 
Software Foundation, Inc.
+/* Copyright (C) 1995-1998,2000,2002,2006-2008,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/script.h b/libguile/script.h
index cf0162a..dbdca3b 100644
--- a/libguile/script.h
+++ b/libguile/script.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_SCRIPT_H
 #define SCM_SCRIPT_H
 
-/* Copyright (C) 1997,1998,2000, 2006, 2008, 2011 Free Software Foundation, 
Inc.
+/* Copyright (C) 1997-1998,2000,2006,2008,2011,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/simpos.h b/libguile/simpos.h
index 9ebb0c5..b4b9b81 100644
--- a/libguile/simpos.h
+++ b/libguile/simpos.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_SIMPOS_H
 #define SCM_SIMPOS_H
 
-/* Copyright (C) 1995,1996,1997,1998,2000, 2006, 2008, 2013 Free Software 
Foundation, Inc.
+/* Copyright (C) 1995-1998,2000,2006,2008,2013,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/smob.h b/libguile/smob.h
index addcdcb..b77898b 100644
--- a/libguile/smob.h
+++ b/libguile/smob.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_SMOB_H
 #define SCM_SMOB_H
 
diff --git a/libguile/snarf.h b/libguile/snarf.h
index ff18a3e..fa4a60a 100644
--- a/libguile/snarf.h
+++ b/libguile/snarf.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_SNARF_H
 #define SCM_SNARF_H
 
diff --git a/libguile/socket.h b/libguile/socket.h
index d7c368a..b4f6a6d 100644
--- a/libguile/socket.h
+++ b/libguile/socket.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_SOCKET_H
 #define SCM_SOCKET_H
 
-/* Copyright (C) 1995,1996,1997,2000,2001, 2004, 2005, 2006, 2008, 2014 Free 
Software Foundation, Inc.
+/* Copyright (C) 1995-1997,2000-2001,2004-2006,2008,2014,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/sort.h b/libguile/sort.h
index 3ae86c2..763127e 100644
--- a/libguile/sort.h
+++ b/libguile/sort.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_SORT_H
 #define SCM_SORT_H
 
-/* Copyright (C) 1999,2000, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2000,2006,2008,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/srcprop.h b/libguile/srcprop.h
index 6f417ef..214cd81 100644
--- a/libguile/srcprop.h
+++ b/libguile/srcprop.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_SRCPROP_H
 #define SCM_SRCPROP_H
 
diff --git a/libguile/stackchk.h b/libguile/stackchk.h
index 23dbdba..591b234 100644
--- a/libguile/stackchk.h
+++ b/libguile/stackchk.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_STACKCHK_H
 #define SCM_STACKCHK_H
 
-/* Copyright (C) 1995,1996,1998,2000, 2003, 2006, 2008, 2009, 2010, 2011, 2014 
Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1998,2000,2003,2006,2008-2011,2014,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/stacks.h b/libguile/stacks.h
index 498a901..2041a49 100644
--- a/libguile/stacks.h
+++ b/libguile/stacks.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_STACKS_H
 #define SCM_STACKS_H
 
diff --git a/libguile/stime.h b/libguile/stime.h
index e41f797..27198225 100644
--- a/libguile/stime.h
+++ b/libguile/stime.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_STIME_H
 #define SCM_STIME_H
 
-/* Copyright (C) 1995,1996,1997,1998,2000, 2003, 2006, 2008, 2011 Free 
Software Foundation, Inc.
+/* Copyright (C) 1995-1998,2000,2003,2006,2008,2011,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/strings.h b/libguile/strings.h
index ff67679..1f3f269 100644
--- a/libguile/strings.h
+++ b/libguile/strings.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_STRINGS_H
 #define SCM_STRINGS_H
 
diff --git a/libguile/strorder.h b/libguile/strorder.h
index 2c004e4..8f6dfd5 100644
--- a/libguile/strorder.h
+++ b/libguile/strorder.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_STRORDER_H
 #define SCM_STRORDER_H
 
-/* Copyright (C) 1995,1996,2000, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,2000,2006,2008,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/strports.h b/libguile/strports.h
index 0c1fa1d..bb49121 100644
--- a/libguile/strports.h
+++ b/libguile/strports.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_STRPORTS_H
 #define SCM_STRPORTS_H
 
diff --git a/libguile/struct.h b/libguile/struct.h
index 398221a..f66a664 100644
--- a/libguile/struct.h
+++ b/libguile/struct.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_STRUCT_H
 #define SCM_STRUCT_H
 
diff --git a/libguile/symbols.h b/libguile/symbols.h
index 2dcc5c2..243c2f4 100644
--- a/libguile/symbols.h
+++ b/libguile/symbols.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_SYMBOLS_H
 #define SCM_SYMBOLS_H
 
diff --git a/libguile/syscalls.h b/libguile/syscalls.h
index 3491875..8078e18 100644
--- a/libguile/syscalls.h
+++ b/libguile/syscalls.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_SYSCALLS_H
 #define SCM_SYSCALLS_H
 
diff --git a/libguile/tags.h b/libguile/tags.h
index 50f3538..4b5a1b0 100644
--- a/libguile/tags.h
+++ b/libguile/tags.h
@@ -1,9 +1,7 @@
-/* classes: h_files */
-
 #ifndef SCM_TAGS_H
 #define SCM_TAGS_H
 
-/* Copyright (C) 1995-2004,2008-2015,2017
+/* Copyright (C) 1995-2004,2008-2015,2017-2018
  * Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/libguile/threads.h b/libguile/threads.h
index e46211e..3657334 100644
--- a/libguile/threads.h
+++ b/libguile/threads.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_THREADS_H
 #define SCM_THREADS_H
 
diff --git a/libguile/throw.h b/libguile/throw.h
index 499b7c8..04cdfb3 100644
--- a/libguile/throw.h
+++ b/libguile/throw.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_THROW_H
 #define SCM_THROW_H
 
-/* Copyright (C) 1995,1996,1998,2000, 2006, 2008, 2010, 2014, 2017 Free 
Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1998,2000,2006,2008,2010,2014,2017-2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/trees.h b/libguile/trees.h
index 70d32ad..99b9298 100644
--- a/libguile/trees.h
+++ b/libguile/trees.h
@@ -1,10 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_TREES_H
 #define SCM_TREES_H
 
-/* Copyright (C) 2009
- * Free Software Foundation, Inc.
+/* Copyright (C) 2009,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/unicode.h b/libguile/unicode.h
index 88261c1..0e0d427 100644
--- a/libguile/unicode.h
+++ b/libguile/unicode.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_UNICODE_H
 #define SCM_UNICODE_H
 
-/* Copyright (C) 2014 Free Software Foundation, Inc.
+/* Copyright (C) 2014,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as
diff --git a/libguile/uniform.h b/libguile/uniform.h
index 8312f1d..6faf0d4 100644
--- a/libguile/uniform.h
+++ b/libguile/uniform.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_UNIFORM_H
 #define SCM_UNIFORM_H
 
diff --git a/libguile/values.h b/libguile/values.h
index 3dbd0b7..d4b5cd3 100644
--- a/libguile/values.h
+++ b/libguile/values.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_VALUES_H
 #define SCM_VALUES_H
 
-/* Copyright (C) 2000,2001, 2006, 2008, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2001,2006,2008,2012,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/variable.h b/libguile/variable.h
index fda1fb3..89e54a3 100644
--- a/libguile/variable.h
+++ b/libguile/variable.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_VARIABLE_H
 #define SCM_VARIABLE_H
 
diff --git a/libguile/vectors.h b/libguile/vectors.h
index fa7dc03..91cfbb4 100644
--- a/libguile/vectors.h
+++ b/libguile/vectors.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_VECTORS_H
 #define SCM_VECTORS_H
 
diff --git a/libguile/vports.h b/libguile/vports.h
index ae64dd4..edb3d99 100644
--- a/libguile/vports.h
+++ b/libguile/vports.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_VPORTS_H
 #define SCM_VPORTS_H
 
-/* Copyright (C) 1995,1996,2000, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,2000,2006,2008,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
diff --git a/libguile/weak-list.h b/libguile/weak-list.h
index 43e0be9..f1afd67 100644
--- a/libguile/weak-list.h
+++ b/libguile/weak-list.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_WEAK_LIST_H
 #define SCM_WEAK_LIST_H
 
diff --git a/libguile/weak-set.h b/libguile/weak-set.h
index 6352c9b..01dfc22 100644
--- a/libguile/weak-set.h
+++ b/libguile/weak-set.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_WEAK_SET_H
 #define SCM_WEAK_SET_H
 
diff --git a/libguile/weak-table.h b/libguile/weak-table.h
index 1fe5954..75f0328 100644
--- a/libguile/weak-table.h
+++ b/libguile/weak-table.h
@@ -1,5 +1,3 @@
-/* classes: h_files */
-
 #ifndef SCM_WEAK_TABLE_H
 #define SCM_WEAK_TABLE_H
 
diff --git a/libguile/weak-vector.h b/libguile/weak-vector.h
index 11395a5..6710207 100644
--- a/libguile/weak-vector.h
+++ b/libguile/weak-vector.h
@@ -1,9 +1,8 @@
-/* classes: h_files */
-
 #ifndef SCM_WEAK_VECTOR_H
 #define SCM_WEAK_VECTOR_H
 
-/* Copyright (C) 1995,1996,2000,2001, 2003, 2006, 2008, 2009, 2011, 2014 Free 
Software Foundation, Inc.
+/* Copyright (C) 1995-1996,2000-2001,2003,2006,2008-2009,2011,2014,2018
+ *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License



reply via email to

[Prev in Thread] Current Thread [Next in Thread]