1
Fork 0
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:
Andy Wingo 2018-06-20 19:17:06 +02:00
parent dd8add2fa0
commit 791eb0c01a
286 changed files with 322 additions and 308 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1995-1996,1998-2001,2003-2004,2006,2008,2010-2012,2018
/* Copyright 1995-1996,1998-2001,2003-2004,2006,2008,2010-2012,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
@ -17,9 +17,6 @@
* 02110-1301 USA
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
@ -37,8 +34,6 @@
#include "dynwind.h"
SCM
scm_dynamic_wind (SCM in_guard, SCM thunk, SCM out_guard)
#define FUNC_NAME "dynamic-wind"