guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 83/86: Make .c copyright headers uniform


From: Andy Wingo
Subject: [Guile-commits] 83/86: Make .c copyright headers uniform
Date: Wed, 20 Jun 2018 14:09:46 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit dd8add2fa026e38aed2abd75ba7a394d9923fc3c
Author: Andy Wingo <address@hidden>
Date:   Wed Jun 20 18:48:30 2018 +0200

    Make .c copyright headers uniform
---
 libguile/atomic.c             | 3 ++-
 libguile/bitvectors.c         | 3 ++-
 libguile/bytevectors.c        | 3 ++-
 libguile/continuations.c      | 3 ++-
 libguile/control.c            | 3 ++-
 libguile/debug-malloc.c       | 3 ++-
 libguile/deprecated.c         | 3 ++-
 libguile/dynl.c               | 1 +
 libguile/dynstack.c           | 3 ++-
 libguile/eq.c                 | 3 ++-
 libguile/error.c              | 2 +-
 libguile/eval.c               | 2 +-
 libguile/expand.c             | 2 +-
 libguile/fdes-finalizers.c    | 3 ++-
 libguile/finalizers.c         | 3 ++-
 libguile/fluids.c             | 2 +-
 libguile/foreign-object.c     | 3 ++-
 libguile/foreign.c            | 2 +-
 libguile/frames.c             | 3 ++-
 libguile/gen-scmconfig.c      | 3 ++-
 libguile/generalized-arrays.c | 3 ++-
 libguile/gettext.c            | 3 ++-
 libguile/goops.c              | 3 ++-
 libguile/hashtab.c            | 4 ++--
 libguile/i18n.c               | 3 ++-
 libguile/init.c               | 3 ++-
 libguile/instructions.c       | 3 ++-
 libguile/ioext.c              | 4 ++--
 libguile/loader.c             | 4 ++--
 libguile/macros.c             | 3 ++-
 libguile/memoize.c            | 3 +--
 libguile/modules.c            | 3 ++-
 libguile/null-threads.c       | 3 ++-
 libguile/numbers.c            | 3 ++-
 libguile/poll.c               | 3 ++-
 libguile/ports.c              | 4 ++--
 libguile/posix-w32.c          | 3 ++-
 libguile/posix.c              | 3 ++-
 libguile/random.c             | 4 ++--
 libguile/rdelim.c             | 3 ++-
 libguile/script.c             | 3 ++-
 libguile/socket.c             | 2 +-
 libguile/srcprop.c            | 3 ++-
 libguile/srfi-60.c            | 3 ++-
 libguile/stacks.c             | 4 ++--
 libguile/strorder.c           | 2 +-
 libguile/struct.c             | 4 ++--
 libguile/symbols.c            | 4 ++--
 libguile/syntax.c             | 3 ++-
 libguile/threads.c            | 3 ++-
 libguile/unicode.c            | 3 ++-
 libguile/uniform.c            | 3 ++-
 libguile/vectors.c            | 4 ++--
 libguile/version.c            | 3 ++-
 libguile/vm-engine.c          | 2 +-
 libguile/vm.c                 | 3 ++-
 libguile/weak-set.c           | 3 ++-
 libguile/weak-table.c         | 3 ++-
 58 files changed, 106 insertions(+), 67 deletions(-)

diff --git a/libguile/atomic.c b/libguile/atomic.c
index c243645..0cb17d0 100644
--- a/libguile/atomic.c
+++ b/libguile/atomic.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2016,2018 Free Software Foundation, Inc.
+/* Copyright (C) 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/bitvectors.c b/libguile/bitvectors.c
index b5caece..5854437 100644
--- a/libguile/bitvectors.c
+++ b/libguile/bitvectors.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995-1998,2000-2006, 2009-2014, 2018 Free Software 
Foundation, Inc.
+/* Copyright (C) 1995-1998,2000-2006,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/bytevectors.c b/libguile/bytevectors.c
index 0e708d5..5772d0d 100644
--- a/libguile/bytevectors.c
+++ b/libguile/bytevectors.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2009-2015, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 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/continuations.c b/libguile/continuations.c
index eb63102..ec056b7 100644
--- a/libguile/continuations.c
+++ b/libguile/continuations.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995-1996,1998,2000-2001,2004,2006,2008-2014,2017-2018 Free 
Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1998,2000-2001,2004,2006,2008-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/control.c b/libguile/control.c
index e0eb444..d907a17 100644
--- a/libguile/control.c
+++ b/libguile/control.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2010-2013, 2018  Free Software Foundation, Inc.
+/* Copyright (C) 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/debug-malloc.c b/libguile/debug-malloc.c
index 409d85a..b412c02 100644
--- a/libguile/debug-malloc.c
+++ b/libguile/debug-malloc.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2000,2006,2008,2018 Free Software Foundation, Inc.
+/* Copyright (C) 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/deprecated.c b/libguile/deprecated.c
index a145923..835ca87 100644
--- a/libguile/deprecated.c
+++ b/libguile/deprecated.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2003-2004, 2006, 2008-2018 Free Software Foundation, Inc.
+/* Copyright (C) 2003-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/dynl.c b/libguile/dynl.c
index 5f7b2e2..9553711 100644
--- a/libguile/dynl.c
+++ b/libguile/dynl.c
@@ -1,4 +1,5 @@
 /* dynl.c - dynamic linking
+ *
  * Copyright (C) 1990-2003,2008-2011,2017-2018
  *   Free Software Foundation, Inc.
  * 
diff --git a/libguile/dynstack.c b/libguile/dynstack.c
index 706529b..6a25bd6 100644
--- a/libguile/dynstack.c
+++ b/libguile/dynstack.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2012-2013,2018 Free Software Foundation, Inc.
+/* Copyright (C) 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/eq.c b/libguile/eq.c
index 4848b26..055060e 100644
--- a/libguile/eq.c
+++ b/libguile/eq.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995-1998,2000-2001,2003-2004,2006,2009-2011,2017,2018 Free 
Software Foundation, Inc.
+/* Copyright (C) 1995-1998,2000-2001,2003-2004,2006,2009-2011,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/error.c b/libguile/error.c
index cc75b50..c69543a 100644
--- a/libguile/error.c
+++ b/libguile/error.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-1998, 2000-2001, 2004, 2006, 2010, 2012-2014, 2018
+/* Copyright (C) 1995-1998,2000-2001,2004,2006,2010,2012-2014,2018
  *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/libguile/eval.c b/libguile/eval.c
index c0b6cb4..2757b58 100644
--- a/libguile/eval.c
+++ b/libguile/eval.c
@@ -1,5 +1,5 @@
 /* Copyright (C) 1995-1996,1997-2014,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/expand.c b/libguile/expand.c
index 40531c8..80c03ef 100644
--- a/libguile/expand.c
+++ b/libguile/expand.c
@@ -1,5 +1,5 @@
 /* Copyright (C) 1995-1996,1997-2014,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/fdes-finalizers.c b/libguile/fdes-finalizers.c
index a932ab3..62d1683 100644
--- a/libguile/fdes-finalizers.c
+++ b/libguile/fdes-finalizers.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2016, 2018  Free Software Foundation, Inc.
+/* Copyright (C) 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.c b/libguile/finalizers.c
index 1833bfb..7d899f9 100644
--- a/libguile/finalizers.c
+++ b/libguile/finalizers.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2012-2014, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 2012-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/fluids.c b/libguile/fluids.c
index 1f853b4..cc0c12f 100644
--- a/libguile/fluids.c
+++ b/libguile/fluids.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-1997,2000-2001,2004,2006-2013, 2017-2018
+/* Copyright (C) 1996-1997,2000-2001,2004,2006-2013,2017-2018
  *   Free Software Foundation, Inc.
  * 
  * This library is free software; you can redistribute it and/or
diff --git a/libguile/foreign-object.c b/libguile/foreign-object.c
index 7d7d0be..538bccc 100644
--- a/libguile/foreign-object.c
+++ b/libguile/foreign-object.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2014, 2017-2018 Free Software Foundation, Inc.
+/* Copyright (C) 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/foreign.c b/libguile/foreign.c
index 3fa735e..23a82e9 100644
--- a/libguile/foreign.c
+++ b/libguile/foreign.c
@@ -1,5 +1,5 @@
 /* Copyright (C) 2010-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/frames.c b/libguile/frames.c
index d73a73b..f5e9eec 100644
--- a/libguile/frames.c
+++ b/libguile/frames.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2001, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2018 Free 
Software Foundation, Inc.
+/* Copyright (C) 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/gen-scmconfig.c b/libguile/gen-scmconfig.c
index 2de5797..a891106 100644
--- a/libguile/gen-scmconfig.c
+++ b/libguile/gen-scmconfig.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2003-2013, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 2003-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/generalized-arrays.c b/libguile/generalized-arrays.c
index d7f1ad3..0c0b72d 100644
--- a/libguile/generalized-arrays.c
+++ b/libguile/generalized-arrays.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995,1996,1997,1998,2000,2001,2002,2003,2004, 2005, 2006, 
2009, 2010, 2013, 2014, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1998,2000-2006,2009-2010,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/gettext.c b/libguile/gettext.c
index 9227438..1ee3818 100644
--- a/libguile/gettext.c
+++ b/libguile/gettext.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2006, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 2004,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/goops.c b/libguile/goops.c
index d179e01..1679120 100644
--- a/libguile/goops.c
+++ b/libguile/goops.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1998-2004,2008-2015,2017-2018 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2004,2008-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/hashtab.c b/libguile/hashtab.c
index b80cac4..0776831 100644
--- a/libguile/hashtab.c
+++ b/libguile/hashtab.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 1995-1996, 1998-2001, 2003-2004, 2006,
- *   2008-2013, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1998-2001,2003-2004,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/i18n.c b/libguile/i18n.c
index c68a779..732cb7c 100644
--- a/libguile/i18n.c
+++ b/libguile/i18n.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2006-2014,2017-2018 Free Software Foundation, Inc.
+/* Copyright (C) 2006-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/init.c b/libguile/init.c
index a898440..089f7c9 100644
--- a/libguile/init.c
+++ b/libguile/init.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995-2004, 2006, 2009-2014, 2018 Free Software Foundation, 
Inc.
+/* Copyright (C) 1995-2004,2006,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/instructions.c b/libguile/instructions.c
index 33d2cd4..41ab06c 100644
--- a/libguile/instructions.c
+++ b/libguile/instructions.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2001,2009-2013,2017-2018 Free Software Foundation, Inc.
+/* Copyright (C) 2001,2009-2013,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/ioext.c b/libguile/ioext.c
index b16337a..be8c053 100644
--- a/libguile/ioext.c
+++ b/libguile/ioext.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2006,
- *   2011, 2014, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2001,2003,2006,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/loader.c b/libguile/loader.c
index 92e4f8f..c69e7d8 100644
--- a/libguile/loader.c
+++ b/libguile/loader.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 2001, 2009, 2010, 2011, 2012
- *    2013, 2014, 2015, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 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/macros.c b/libguile/macros.c
index 003e01f..20dc4de 100644
--- a/libguile/macros.c
+++ b/libguile/macros.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995,1996,1997,1998,2000,2001,2002,2003, 2006, 2008, 2009, 
2010, 2011, 2012, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1998,2000-2003,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/memoize.c b/libguile/memoize.c
index e62530e..e31de3e 100644
--- a/libguile/memoize.c
+++ b/libguile/memoize.c
@@ -1,5 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
- *   2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 
2018
+/* Copyright (C) 1995-2015,2018
  *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/libguile/modules.c b/libguile/modules.c
index a751c2e..5e2288a 100644
--- a/libguile/modules.c
+++ b/libguile/modules.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1998,2000-2004,2006-2012,2017-2018 Free Software Foundation, 
Inc.
+/* Copyright (C) 1998,2000-2004,2006-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/null-threads.c b/libguile/null-threads.c
index 4f72b44..4cc079c 100644
--- a/libguile/null-threads.c
+++ b/libguile/null-threads.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2002, 2006, 2008, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 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/numbers.c b/libguile/numbers.c
index 9fe8115..18af16a 100644
--- a/libguile/numbers.c
+++ b/libguile/numbers.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995-2016,2018 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2016,2018
+ *   Free Software Foundation, Inc.
  *
  * Portions Copyright 1990, 1991, 1992, 1993 by AT&T Bell Laboratories
  * and Bellcore.  See scm_divide.
diff --git a/libguile/poll.c b/libguile/poll.c
index 1e7924d..74559db 100644
--- a/libguile/poll.c
+++ b/libguile/poll.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2010, 2013, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 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/ports.c b/libguile/ports.c
index 8f0aedd..3d47c65 100644
--- a/libguile/ports.c
+++ b/libguile/ports.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 1995-2001, 2003-2004, 2006-2018
- * Free Software Foundation, Inc.
+/* Copyright (C) 1995-2001,2003-2004,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-w32.c b/libguile/posix-w32.c
index d9e0b56..6ac9914 100644
--- a/libguile/posix-w32.c
+++ b/libguile/posix-w32.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2001, 2006, 2008, 2016, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 2001,2006,2008,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/posix.c b/libguile/posix.c
index e416fb9..c69c7a4 100644
--- a/libguile/posix.c
+++ b/libguile/posix.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995-2014, 2016, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 1995-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/random.c b/libguile/random.c
index 1d52133..abb6e2b 100644
--- a/libguile/random.c
+++ b/libguile/random.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 1999-2001, 2003, 2005-2006, 2009-2010,
- *    2012-2014, 2017-2018 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2001,2003,2005-2006,2009-2010,2012-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/rdelim.c b/libguile/rdelim.c
index b917c5d..42197cc 100644
--- a/libguile/rdelim.c
+++ b/libguile/rdelim.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995-2001, 2006, 2011, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2001,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/script.c b/libguile/script.c
index 9f014ed..7174615 100644
--- a/libguile/script.c
+++ b/libguile/script.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-1998, 2000-2011, 2013-2014, 2018 Free Software 
Foundation, Inc.
+/* Copyright (C) 1994-1998,2000-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/socket.c b/libguile/socket.c
index 7db7e40..4a56ab7 100644
--- a/libguile/socket.c
+++ b/libguile/socket.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-1998, 2000-2007, 2009, 2011-2015, 2018
+/* Copyright (C) 1996-1998,2000-2007,2009,2011-2015,2018
  *   Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/libguile/srcprop.c b/libguile/srcprop.c
index 00ec1b1..6ff9aac 100644
--- a/libguile/srcprop.c
+++ b/libguile/srcprop.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995-2002, 2006, 2008-2012, 2018 Free Software Foundation, 
Inc.
+/* Copyright (C) 1995-2002,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/srfi-60.c b/libguile/srfi-60.c
index ca561ed..c4430b1 100644
--- a/libguile/srfi-60.c
+++ b/libguile/srfi-60.c
@@ -1,6 +1,7 @@
 /* srfi-60.c --- Integers as Bits
  *
- * Copyright (C) 2005, 2006, 2008, 2010, 2014, 2018 Free Software Foundation, 
Inc.
+ * Copyright (C) 2005-2006,2008,2010,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.c b/libguile/stacks.c
index 498edd6..3456f6e 100644
--- a/libguile/stacks.c
+++ b/libguile/stacks.c
@@ -1,5 +1,5 @@
-/* A stack holds a frame chain
- * Copyright (C) 1996,1997,2000-2001,2006-2014,2017-2018 Free Software 
Foundation
+/* Copyright (C) 1996-1997,2000-2001,2006-2014,2017-2018
+ *   Free Software Foundation
  *
  * 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/strorder.c b/libguile/strorder.c
index 2610130..6da861d 100644
--- a/libguile/strorder.c
+++ b/libguile/strorder.c
@@ -1,4 +1,4 @@
-/* Copyright (C)  1995-1996,1999-2000,2004,2006,2008-2010,2018
+/* Copyright (C) 1995-1996,1999-2000,2004,2006,2008-2010,2018
  *   Free Software Foundation, Inc.
  * 
  * This library is free software; you can redistribute it and/or
diff --git a/libguile/struct.c b/libguile/struct.c
index 9214ff1..fcd3a0f 100644
--- a/libguile/struct.c
+++ b/libguile/struct.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 1996-2001, 2003-2004, 2006-2013, 2015,
- *               2017-2018 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2001,2003-2004,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/symbols.c b/libguile/symbols.c
index 6fc98b8..bceee3f 100644
--- a/libguile/symbols.c
+++ b/libguile/symbols.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 1995-1998, 2000-2001, 2003-2004, 2006, 2009, 2011,
- *   2013, 2015, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1998,2000-2001,2003-2004,2006,2009,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/syntax.c b/libguile/syntax.c
index 82e5c69..18bcd9a 100644
--- a/libguile/syntax.c
+++ b/libguile/syntax.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2017-2018 Free Software Foundation, Inc.
+/* Copyright (C) 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/threads.c b/libguile/threads.c
index bd92a6f..9e51fa8 100644
--- a/libguile/threads.c
+++ b/libguile/threads.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995-1998, 2000-2014, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1998,2000-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/unicode.c b/libguile/unicode.c
index 7a10cbd..4cd1a7e 100644
--- a/libguile/unicode.c
+++ b/libguile/unicode.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2014,2018 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.c b/libguile/uniform.c
index 6a2941e..98d1793 100644
--- a/libguile/uniform.c
+++ b/libguile/uniform.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995,1996,1997,1998,2000,2001,2002,2003,2004, 2005, 2006, 
2009, 2010, 2013, 2014, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1998,2000-2006,2009-2010,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/vectors.c b/libguile/vectors.c
index 6efa207..0eba1c1 100644
--- a/libguile/vectors.c
+++ b/libguile/vectors.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 1995,1996,1998,1999,2000,2001, 2006, 2008, 2009, 2010,
- *   2011, 2012, 2014, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1998-2001,2006,2008-2012,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/version.c b/libguile/version.c
index fb1c5c8..fdc904e 100644
--- a/libguile/version.c
+++ b/libguile/version.c
@@ -1,4 +1,5 @@
-/*     Copyright (C) 1995,1996, 1999, 2000, 2001, 2006, 2008, 2010, 2018 Free 
Software Foundation, Inc.
+/* Copyright (C) 1995-1996,1999-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/vm-engine.c b/libguile/vm-engine.c
index 80d4760..46b808b 100644
--- a/libguile/vm-engine.c
+++ b/libguile/vm-engine.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2009-2015, 2017-2018
+/* Copyright (C) 2001,2009-2015,2017-2018
  *   Free Software Foundation, Inc.
  * 
  * This library is free software; you can redistribute it and/or
diff --git a/libguile/vm.c b/libguile/vm.c
index 29eca9b..2570980 100644
--- a/libguile/vm.c
+++ b/libguile/vm.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2001,2009-2015,2017-2018 Free Software Foundation, Inc.
+/* Copyright (C) 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-set.c b/libguile/weak-set.c
index 11e9201..37f7e45 100644
--- a/libguile/weak-set.c
+++ b/libguile/weak-set.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2011-2013, 2018 Free Software Foundation, Inc.
+/* Copyright (C) 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/weak-table.c b/libguile/weak-table.c
index 83ae264..6774970 100644
--- a/libguile/weak-table.c
+++ b/libguile/weak-table.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2011-2014, 2017-2018 Free Software Foundation, Inc.
+/* Copyright (C) 2011-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



reply via email to

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