guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 85/86: libguile header files have uniform format for cop


From: Andy Wingo
Subject: [Guile-commits] 85/86: libguile header files have uniform format for copyright declarations
Date: Wed, 20 Jun 2018 14:09:47 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit c836c284963bd47fd9363984cf9f35817d2cf3a8
Author: Andy Wingo <address@hidden>
Date:   Wed Jun 20 19:42:07 2018 +0200

    libguile header files have uniform format for copyright declarations
---
 libguile/bdw-gc.h            | 3 ++-
 libguile/bytevectors.h       | 3 ++-
 libguile/cache-internal.h    | 2 +-
 libguile/control.h           | 3 ++-
 libguile/deprecated.h        | 3 ++-
 libguile/deprecation.h       | 2 +-
 libguile/dynstack.h          | 3 ++-
 libguile/extensions.h        | 3 ++-
 libguile/fdes-finalizers.h   | 3 ++-
 libguile/finalizers.h        | 3 ++-
 libguile/foreign-object.h    | 3 ++-
 libguile/foreign.h           | 3 ++-
 libguile/frames.h            | 5 +++--
 libguile/instructions.h      | 3 ++-
 libguile/loader.h            | 3 ++-
 libguile/locale-categories.h | 3 ++-
 libguile/numbers.h           | 4 ++--
 libguile/ports-internal.h    | 3 ++-
 libguile/print.h             | 4 ++--
 libguile/private-options.h   | 9 ++-------
 libguile/procs.h             | 4 ++--
 libguile/programs.h          | 3 ++-
 libguile/r6rs-ports.h        | 3 ++-
 libguile/rw.h                | 3 ++-
 libguile/scmconfig.h.top     | 3 ++-
 libguile/srfi-4.h            | 3 ++-
 libguile/srfi-60.h           | 3 ++-
 libguile/strings.h           | 4 ++--
 libguile/struct.h            | 4 ++--
 libguile/syntax.h            | 3 ++-
 libguile/vm-builtins.h       | 3 ++-
 libguile/vm-expand.h         | 3 ++-
 libguile/vm.h                | 3 ++-
 libguile/weak-list.h         | 3 ++-
 libguile/weak-set.h          | 3 ++-
 libguile/weak-table.h        | 3 ++-
 36 files changed, 71 insertions(+), 48 deletions(-)

diff --git a/libguile/bdw-gc.h b/libguile/bdw-gc.h
index 4ccde9b..4c4f32b 100644
--- a/libguile/bdw-gc.h
+++ b/libguile/bdw-gc.h
@@ -1,7 +1,8 @@
 #ifndef SCM_BDW_GC_H
 #define SCM_BDW_GC_H
 
-/* Copyright 2006, 2008, 2009, 2011, 2012, 2013, 2014, 2018 Free Software 
Foundation, Inc.
+/* Copyright 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/bytevectors.h b/libguile/bytevectors.h
index a216f6f..2afbb33 100644
--- a/libguile/bytevectors.h
+++ b/libguile/bytevectors.h
@@ -1,7 +1,8 @@
 #ifndef SCM_BYTEVECTORS_H
 #define SCM_BYTEVECTORS_H
 
-/* Copyright 2009, 2011, 2018 Free Software Foundation, Inc.
+/* Copyright 2009,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/cache-internal.h b/libguile/cache-internal.h
index 30e5066..c0aed2a7 100644
--- a/libguile/cache-internal.h
+++ b/libguile/cache-internal.h
@@ -2,7 +2,7 @@
 #define SCM_CACHE_INTERNAL_H
 
 /* Copyright 2016,2018
- * Free Software Foundation, Inc.
+ *   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/control.h b/libguile/control.h
index e8878bf..126e62c 100644
--- a/libguile/control.h
+++ b/libguile/control.h
@@ -1,4 +1,5 @@
-/* Copyright 2010-2013, 2018  Free Software Foundation, Inc.
+/* Copyright 2010-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/deprecated.h b/libguile/deprecated.h
index 3c902e7..f572020 100644
--- a/libguile/deprecated.h
+++ b/libguile/deprecated.h
@@ -1,7 +1,8 @@
 #ifndef SCM_DEPRECATED_H
 #define SCM_DEPRECATED_H
 
-/* Copyright 2003-2007, 2009-2018 Free Software Foundation, Inc.
+/* Copyright 2003-2007,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/deprecation.h b/libguile/deprecation.h
index da4ebf9..1683b17 100644
--- a/libguile/deprecation.h
+++ b/libguile/deprecation.h
@@ -1,7 +1,7 @@
 #ifndef SCM_DEPRECATION_H
 #define SCM_DEPRECATION_H
 
-/* Copyright 2001,2006,2008-2009, 2018
+/* Copyright 2001,2006,2008-2009,2018
  *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/libguile/dynstack.h b/libguile/dynstack.h
index 4d3bc31..77c5cc5 100644
--- a/libguile/dynstack.h
+++ b/libguile/dynstack.h
@@ -1,7 +1,8 @@
 #ifndef SCM_DYNSTACK_H
 #define SCM_DYNSTACK_H
 
-/* Copyright 2012-2013,2018 Free Software Foundation, Inc.
+/* Copyright 2012-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/extensions.h b/libguile/extensions.h
index 6d2f9aa..bd68cd4 100644
--- a/libguile/extensions.h
+++ b/libguile/extensions.h
@@ -1,7 +1,8 @@
 #ifndef SCM_EXTENSIONS_H
 #define SCM_EXTENSIONS_H
 
-/* Copyright 2001, 2006, 2008, 2018 Free Software Foundation, Inc.
+/* Copyright 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/fdes-finalizers.h b/libguile/fdes-finalizers.h
index 2f5ae29..22ff704 100644
--- a/libguile/fdes-finalizers.h
+++ b/libguile/fdes-finalizers.h
@@ -1,7 +1,8 @@
 #ifndef SCM_FDES_FINALIZERS_H
 #define SCM_FDES_FINALIZERS_H
 
-/* Copyright 2016, 2018  Free Software Foundation, Inc.
+/* Copyright 2016,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/finalizers.h b/libguile/finalizers.h
index 5ebc3cb..b971014 100644
--- a/libguile/finalizers.h
+++ b/libguile/finalizers.h
@@ -1,7 +1,8 @@
 #ifndef SCM_FINALIZERS_H
 #define SCM_FINALIZERS_H
 
-/* Copyright 2012, 2013, 2014, 2018 Free Software Foundation, Inc.
+/* Copyright 2012, 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/foreign-object.h b/libguile/foreign-object.h
index 83eb2d1..3755b4f 100644
--- a/libguile/foreign-object.h
+++ b/libguile/foreign-object.h
@@ -1,7 +1,8 @@
 #ifndef SCM_FOREIGN_OBJECT_H
 #define SCM_FOREIGN_OBJECT_H
 
-/* Copyright 2014, 2018 Free Software Foundation, Inc.
+/* Copyright 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/foreign.h b/libguile/foreign.h
index 2f3033e..b5a7e25 100644
--- a/libguile/foreign.h
+++ b/libguile/foreign.h
@@ -1,7 +1,8 @@
 #ifndef SCM_FOREIGN_H
 #define SCM_FOREIGN_H
 
-/* Copyright 2010-2013,2016,2018  Free Software Foundation, Inc.
+/* Copyright 2010-2013,2016,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/frames.h b/libguile/frames.h
index 88f9372..034e744 100644
--- a/libguile/frames.h
+++ b/libguile/frames.h
@@ -1,5 +1,6 @@
-/* Copyright 2001, 2009-2015, 2018 Free Software Foundation, Inc.
- * * 
+/* Copyright 2001,2009-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
  * as published by the Free Software Foundation; either version 3 of
diff --git a/libguile/instructions.h b/libguile/instructions.h
index 4f2c7a6..542f18f 100644
--- a/libguile/instructions.h
+++ b/libguile/instructions.h
@@ -1,4 +1,5 @@
-/* Copyright 2001, 2009, 2012-2013, 2018 Free Software Foundation, Inc.
+/* Copyright 2001,2009,2012-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/loader.h b/libguile/loader.h
index 4163781..772ce96 100644
--- a/libguile/loader.h
+++ b/libguile/loader.h
@@ -1,4 +1,5 @@
-/* Copyright 2001, 2009-2015, 2018 Free Software Foundation, Inc.
+/* Copyright 2001,2009-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/locale-categories.h b/libguile/locale-categories.h
index 13d60b1..5e52960 100644
--- a/libguile/locale-categories.h
+++ b/libguile/locale-categories.h
@@ -1,4 +1,5 @@
-/* Copyright 2006, 2008, 2014, 2018 Free Software Foundation, Inc.
+/* Copyright 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/numbers.h b/libguile/numbers.h
index 4530ba6..eb49abf 100644
--- a/libguile/numbers.h
+++ b/libguile/numbers.h
@@ -1,8 +1,8 @@
 #ifndef SCM_NUMBERS_H
 #define SCM_NUMBERS_H
 
-/* Copyright 1995, 1996, 1998, 2000-2006, 2008-2011, 2013, 2014,
- *   2016-2018 Free Software Foundation, Inc.
+/* Copyright 1995-1996,1998,2000-2006,2008-2011,2013-2014,2016-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-internal.h b/libguile/ports-internal.h
index 9c398d4..dee9cba 100644
--- a/libguile/ports-internal.h
+++ b/libguile/ports-internal.h
@@ -1,7 +1,8 @@
 /*
  * ports-internal.h - internal-only declarations for ports.
  *
- * Copyright 2013, 2018 Free Software Foundation, Inc.
+ * Copyright 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/print.h b/libguile/print.h
index 8212625..11c5e13 100644
--- a/libguile/print.h
+++ b/libguile/print.h
@@ -1,8 +1,8 @@
 #ifndef SCM_PRINT_H
 #define SCM_PRINT_H
 
-/* Copyright 1995-1996,1998,2000-2001,2003-2004,2006,2008,
- *   2010,2012,2017-2018  Free Software Foundation, Inc.
+/* Copyright 1995-1996,1998,2000-2001,2003-2004,2006,2008,2010,2012,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/private-options.h b/libguile/private-options.h
index 07b3ff9..4f5620f 100644
--- a/libguile/private-options.h
+++ b/libguile/private-options.h
@@ -1,10 +1,5 @@
-/*
- * private-options.h - private declarations for option handling
- *
- * We put this in a private header, since layout of data structures
- * is an implementation detail that we want to hide.
- * 
- * Copyright 2007, 2009, 2010, 2011, 2014, 2018 Free Software Foundation, Inc.
+/* Copyright 2007,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/procs.h b/libguile/procs.h
index 266a2e4..7912b24 100644
--- a/libguile/procs.h
+++ b/libguile/procs.h
@@ -1,8 +1,8 @@
 #ifndef SCM_PROCS_H
 #define SCM_PROCS_H
 
-/* Copyright 1995, 1996, 1998, 1999, 2000, 2001, 2006, 2008, 2009,
- *   2012, 2013, 2018 Free Software Foundation, Inc.
+/* Copyright 1995-1996,1998-2001,2006,2008-2009,2012-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/programs.h b/libguile/programs.h
index 61a809a..64ff0d2 100644
--- a/libguile/programs.h
+++ b/libguile/programs.h
@@ -1,4 +1,5 @@
-/* Copyright 2001, 2009-2014, 2018 Free Software Foundation, Inc.
+/* Copyright 2001,2009-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/r6rs-ports.h b/libguile/r6rs-ports.h
index 0dfbeeb..4056513 100644
--- a/libguile/r6rs-ports.h
+++ b/libguile/r6rs-ports.h
@@ -1,7 +1,8 @@
 #ifndef SCM_R6RS_PORTS_H
 #define SCM_R6RS_PORTS_H
 
-/* Copyright 2009, 2010, 2011, 2013, 2018 Free Software Foundation, Inc.
+/* Copyright 2009-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/rw.h b/libguile/rw.h
index 4d96ec1..8a779cc 100644
--- a/libguile/rw.h
+++ b/libguile/rw.h
@@ -1,7 +1,8 @@
 #ifndef SCM_RW_H
 #define SCM_RW_H
 
-/* Copyright 2001,2006,2008,2018 Free Software Foundation, Inc.
+/* Copyright 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/scmconfig.h.top b/libguile/scmconfig.h.top
index 77e37d4..f29f387 100644
--- a/libguile/scmconfig.h.top
+++ b/libguile/scmconfig.h.top
@@ -1,4 +1,5 @@
-/* Copyright 2003,2006,2018 Free Software Foundation, Inc.
+/* Copyright 2003,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/srfi-4.h b/libguile/srfi-4.h
index 6a88282..a7bf600 100644
--- a/libguile/srfi-4.h
+++ b/libguile/srfi-4.h
@@ -2,7 +2,8 @@
 #define SCM_SRFI_4_H
 /* srfi-4.c --- Homogeneous numeric vector datatypes.
  *
- *     Copyright 2001, 2004, 2006, 2008, 2009, 2010, 2011, 2014, 2018 Free 
Software Foundation, Inc.
+ * Copyright 2001,2004,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/srfi-60.h b/libguile/srfi-60.h
index 57c595b..a3f23f6 100644
--- a/libguile/srfi-60.h
+++ b/libguile/srfi-60.h
@@ -1,6 +1,7 @@
 /* srfi-60.h --- SRFI-60 procedures for Guile
  *
- *     Copyright 2005, 2006, 2010, 2018 Free Software Foundation, Inc.
+ * Copyright 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/strings.h b/libguile/strings.h
index b7926a6..4ffac16 100644
--- a/libguile/strings.h
+++ b/libguile/strings.h
@@ -1,8 +1,8 @@
 #ifndef SCM_STRINGS_H
 #define SCM_STRINGS_H
 
-/* Copyright 1995-1998,2000-2001,2004-2006,2008-2011,2013,
- *   2015-2016,2018 Free Software Foundation, Inc.
+/* Copyright 1995-1998,2000-2001,2004-2006,2008-2011,2013,2015-2016,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/struct.h b/libguile/struct.h
index faf291d..db2f2ea 100644
--- a/libguile/struct.h
+++ b/libguile/struct.h
@@ -1,8 +1,8 @@
 #ifndef SCM_STRUCT_H
 #define SCM_STRUCT_H
 
-/* Copyright 1995,1997,1999-2001, 2006-2013, 2015,
- *               2017-2018 Free Software Foundation, Inc.
+/* Copyright 1995,1997,1999-2001,2006-2013,2015,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/syntax.h b/libguile/syntax.h
index 42bdeab..22f5411 100644
--- a/libguile/syntax.h
+++ b/libguile/syntax.h
@@ -1,7 +1,8 @@
 #ifndef SCM_SYNTAX_H
 #define SCM_SYNTAX_H
 
-/* Copyright 2017-2018 Free Software Foundation, Inc.
+/* Copyright 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/vm-builtins.h b/libguile/vm-builtins.h
index ae529ea..e878c64 100644
--- a/libguile/vm-builtins.h
+++ b/libguile/vm-builtins.h
@@ -1,4 +1,5 @@
-/* Copyright 2013, 2018 Free Software Foundation, Inc.
+/* Copyright 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/vm-expand.h b/libguile/vm-expand.h
index c83c22e..a3338d4 100644
--- a/libguile/vm-expand.h
+++ b/libguile/vm-expand.h
@@ -1,4 +1,5 @@
-/* Copyright 2001, 2018 Free Software Foundation, Inc.
+/* Copyright 2001,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/vm.h b/libguile/vm.h
index d4f1874..5f27fed 100644
--- a/libguile/vm.h
+++ b/libguile/vm.h
@@ -1,4 +1,5 @@
-/* Copyright 2001, 2009-2015, 2017-2018 Free Software Foundation, Inc.
+/* Copyright 2001,2009-2015,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/weak-list.h b/libguile/weak-list.h
index 8b22aa8..44e56c0 100644
--- a/libguile/weak-list.h
+++ b/libguile/weak-list.h
@@ -1,7 +1,8 @@
 #ifndef SCM_WEAK_LIST_H
 #define SCM_WEAK_LIST_H
 
-/* Copyright 2016, 2018 Free Software Foundation, Inc.
+/* Copyright 2016,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-set.h b/libguile/weak-set.h
index b185e45..beccbd5 100644
--- a/libguile/weak-set.h
+++ b/libguile/weak-set.h
@@ -1,7 +1,8 @@
 #ifndef SCM_WEAK_SET_H
 #define SCM_WEAK_SET_H
 
-/* Copyright 2011,2018 Free Software Foundation, Inc.
+/* Copyright 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/weak-table.h b/libguile/weak-table.h
index 7de656f..0b28df2 100644
--- a/libguile/weak-table.h
+++ b/libguile/weak-table.h
@@ -1,7 +1,8 @@
 #ifndef SCM_WEAK_TABLE_H
 #define SCM_WEAK_TABLE_H
 
-/* Copyright 2011-2012,2018 Free Software Foundation, Inc.
+/* Copyright 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



reply via email to

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