mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 20:30:28 +02:00
Remove (C) from copyright statements
As the FSF advises, 'There is no legal significance to using the three-character sequence “(C)”, but it does no harm.' It does take up space though! For that reason, we remove it here from our C files.
This commit is contained in:
parent
dd8add2fa0
commit
791eb0c01a
286 changed files with 322 additions and 308 deletions
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 1999,2000,2001,2003, 2006, 2008 Free Software Foundation, Inc.
|
||||
/* Copyright 1999-2001,2003,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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1999-2001,2003-2004,2006-2010,2018
|
||||
/* Copyright 1999-2001,2003-2004,2006-2010,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 1999,2000,2001,2003, 2006, 2008 Free Software Foundation, Inc.
|
||||
/* Copyright 1999-2001,2003,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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2010, 2011, 2018 Free Software Foundation, Inc.
|
||||
/* Copyright 2010-2011,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public License
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* test-foreign-object-c.c - exercise C foreign object interface */
|
||||
|
||||
/* Copyright (C) 2014 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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* test-list.c - exercise libguile/list.c functions */
|
||||
|
||||
/* Copyright (C) 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
* Test items of the Guile C API that aren't covered by any other tests.
|
||||
*/
|
||||
|
||||
/* Copyright (C) 2009, 2012, 2014 Free Software Foundation, Inc.
|
||||
/* Copyright 2009,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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Copyright (C) 1999, 2000, 2001, 2003, 2004, 2006, 2008, 2010, 2011
|
||||
* 2012, 2014 Free Software Foundation, Inc.
|
||||
/* Copyright 1999-2001,2003-2004,2006,2008,2010-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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2011, 2013 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2011 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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2004, 2006, 2008, 2009, 2011, 2014 Free Software Foundation, Inc.
|
||||
/* Copyright 2004,2006,2008-2009,2011,2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public License
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2013, 2014 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2008,2014,2018 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2011, 2012 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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2009 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2009 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2012, 2014 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2008 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2016 Free Software Foundation, Inc.
|
||||
/* Copyright 2016
|
||||
* 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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2013, 2014 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2014 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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2004, 2005, 2008, 2009, 2010, 2013 Free Software Foundation, Inc.
|
||||
/* Copyright 2004-2005,2008-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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2008 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue