From dd8add2fa026e38aed2abd75ba7a394d9923fc3c Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 20 Jun 2018 18:48:30 +0200 Subject: [PATCH] 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 c24364539..0cb17d0b6 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 b5caeced2..585443741 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 0e708d507..5772d0da5 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 eb631021d..ec056b727 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 e0eb444e0..d907a17d7 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 409d85a25..b412c02b7 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 a145923e9..835ca8701 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 5f7b2e244..9553711d1 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 706529bfa..6a25bd6be 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 4848b2608..055060ee8 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 cc75b5076..c69543a18 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 c0b6cb402..2757b585b 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 40531c8aa..80c03efa3 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 a932ab3ef..62d1683ef 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 1833bfbeb..7d899f972 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 1f853b472..cc0c12f58 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 7d7d0be0c..538bccc87 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 3fa735ee5..23a82e968 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 d73a73b5f..f5e9eec5c 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 2de5797cf..a891106ac 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 d7f1ad32a..0c0b72dc4 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 9227438ea..1ee3818f5 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 d179e0116..16791209f 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 b80cac431..077683181 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 c68a77920..732cb7ce1 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 a89844077..089f7c9ee 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 33d2cd4de..41ab06c33 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 b16337a9b..be8c05333 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 92e4f8f2d..c69e7d844 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 003e01fc2..20dc4deb4 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 e62530e00..e31de3e82 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 a751c2edb..5e2288a78 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 4f72b44e7..4cc079c31 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 9fe81156c..18af16a18 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 1e7924d78..74559db21 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 8f0aedd29..3d47c657b 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 d9e0b5677..6ac9914a6 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 e416fb9cd..c69c7a472 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 1d52133ea..abb6e2bc3 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 b917c5d3d..42197cc20 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 9f014edd2..717461567 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 7db7e4046..4a56ab7c7 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 00ec1b1ff..6ff9aacbe 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 ca561ed47..c4430b17c 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 498edd62b..3456f6ea5 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 261013087..6da861d58 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 9214ff1b8..fcd3a0f83 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 6fc98b822..bceee3ff8 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 82e5c6955..18bcd9a49 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 bd92a6f8a..9e51fa8ff 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 7a10cbd29..4cd1a7e80 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 6a2941e71..98d1793ed 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 6efa207e2..0eba1c159 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 fb1c5c8cb..fdc904ebf 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 80d4760d0..46b808b12 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 29eca9b13..2570980bb 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 11e9201a7..37f7e4539 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 83ae264a1..6774970ed 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