1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Make .c copyright headers uniform

This commit is contained in:
Andy Wingo 2018-06-20 18:48:30 +02:00
parent b8d757732f
commit dd8add2fa0
58 changed files with 106 additions and 67 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,4 +1,5 @@
/* dynl.c - dynamic linking
*
* Copyright (C) 1990-2003,2008-2011,2017-2018
* Free Software Foundation, Inc.
*

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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