mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +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
|
@ -4,7 +4,7 @@ dnl
|
|||
|
||||
define(GUILE_CONFIGURE_COPYRIGHT,[[
|
||||
|
||||
Copyright (C) 1998-2018 Free Software Foundation, Inc.
|
||||
Copyright 1998-2018 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GUILE
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* examples/box-dynamic-module/box.c
|
||||
*
|
||||
* Copyright (C) 1998,2001, 2006 Free Software Foundation, Inc.
|
||||
* Copyright 1998,2001,2006
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This program 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 @@
|
|||
/* examples/box-dynamic/box.c
|
||||
*
|
||||
* Copyright (C) 1998,2001, 2006 Free Software Foundation, Inc.
|
||||
* Copyright 1998,2001,2006,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This program 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 @@
|
|||
/* examples/box-module/box.c
|
||||
*
|
||||
* Copyright (C) 1998,2001, 2006 Free Software Foundation, Inc.
|
||||
* Copyright 1998,2001,2006,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This program 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 @@
|
|||
/* examples/box/box.c
|
||||
*
|
||||
* Copyright (C) 1998,2001, 2006 Free Software Foundation, Inc.
|
||||
* Copyright 1998,2001,2006,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public License
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
/* classes: h_files */
|
||||
|
||||
#ifndef COMPATH
|
||||
#define COMPATH
|
||||
/* Copyright (C) 2001, 2002, 2006, 2008 Free Software Foundation, Inc.
|
||||
/* Copyright 2001-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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* readline.c --- line editing support for Guile */
|
||||
|
||||
/* Copyright (C) 1997,1999,2000-2003,2006-2010,2013,2018
|
||||
/* Copyright 1997,1999,2000-2003,2006-2010,2013,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#ifndef READLINEH
|
||||
#define READLINEH
|
||||
|
||||
/* Copyright (C) 1997, 1999, 2000, 2006, 2018 Free Software Foundation, Inc.
|
||||
/* Copyright 1997,1999,2000,2006,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_LIBGUILE_H
|
||||
#define SCM_LIBGUILE_H
|
||||
|
||||
/* Copyright (C) 1995-1998,2000-2004,2006,2008-2014,2018
|
||||
/* Copyright 1995-1998,2000-2004,2006,2008-2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-2001,2004,2006,2008,2010-2011,2018
|
||||
/* Copyright 1995-2001,2004,2006,2008,2010-2011,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_ALIST_H
|
||||
#define SCM_ALIST_H
|
||||
|
||||
/* Copyright (C) 1995-1996,2000,2006,2008,2018
|
||||
/* Copyright 1995-1996,2000,2006,2008,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1998,2000-2006,2009,2011,2013-2014,2018
|
||||
/* Copyright 1995-1998,2000-2006,2009,2011,2013-2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef SCM_ARRAY_HANDLE_H
|
||||
#define SCM_ARRAY_HANDLE_H
|
||||
|
||||
/* Copyright (C) 1995, 1996, 1997, 1999, 2000, 2001, 2004, 2006,
|
||||
* 2008, 2009, 2011, 2013, 2014 Free Software Foundation, Inc.
|
||||
/* Copyright 1995-1997,1999-2001,2004,2006,2008-2009,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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1996,1998,2000-2001,2004-2006,2008-2015,2018
|
||||
/* Copyright 1996,1998,2000-2001,2004-2006,2008-2015,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_ARRAY_MAP_H
|
||||
#define SCM_ARRAY_MAP_H
|
||||
|
||||
/* Copyright (C) 1995-1997,2000,2006,2008-2011,2013,2015,2018
|
||||
/* Copyright 1995-1997,2000,2006,2008-2011,2013,2015,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1998,2000-2006,2009-2015,2018
|
||||
/* Copyright 1995-1998,2000-2006,2009-2015,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_ARRAY_H
|
||||
#define SCM_ARRAY_H
|
||||
|
||||
/* Copyright (C) 1995-1997,1999-2001,2004,2006,2008-2010,2012,2018
|
||||
/* Copyright 1995-1997,1999-2001,2004,2006,2008-2010,2012,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1998,2000-2002,2004,2006,2008-2011,2014,2018
|
||||
/* Copyright 1995-1998,2000-2002,2004,2006,2008-2011,2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_ASYNC_H
|
||||
#define SCM_ASYNC_H
|
||||
|
||||
/* Copyright (C) 1995-1998,2000-2002,2004-2006,2008-2009,2011,2014,2018
|
||||
/* Copyright 1995-1998,2000-2002,2004-2006,2008-2009,2011,2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2016,2018
|
||||
/* Copyright 2016,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#ifndef SCM_ATOMIC_H
|
||||
#define SCM_ATOMIC_H
|
||||
|
||||
/* Copyright (C) 2016, 2018 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef SCM_ATOMICS_INTERNAL_H
|
||||
#define SCM_ATOMICS_INTERNAL_H
|
||||
|
||||
/* Copyright (C) 2016, 2018
|
||||
* Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Printing of backtraces and error messages
|
||||
* Copyright (C) 1996-2001,2003-2004,2006,2009-2011,2014,2018
|
||||
* Copyright 1996-2001,2003-2004,2006,2009-2011,2014,2018
|
||||
* Free Software Foundation
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_BACKTRACE_H
|
||||
#define SCM_BACKTRACE_H
|
||||
|
||||
/* Copyright (C) 1996,1998-2001,2004,2006,2008,2010-2011,2018
|
||||
/* Copyright 1996,1998-2001,2004,2006,2008,2010-2011,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_BDW_GC_H
|
||||
#define SCM_BDW_GC_H
|
||||
|
||||
/* Copyright (C) 2006, 2008, 2009, 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
|
||||
/* Copyright 2006, 2008, 2009, 2011, 2012, 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,4 @@
|
|||
/* Copyright (C) 1995-1998,2000-2006,2009-2014,2018
|
||||
/* Copyright 1995-1998,2000-2006,2009-2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_BITVECTORS_H
|
||||
#define SCM_BITVECTORS_H
|
||||
|
||||
/* Copyright (C) 1995-1997,1999-2001,2004,2006,2008-2009,2014,2018
|
||||
/* Copyright 1995-1997,1999-2001,2004,2006,2008-2009,2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1996,2000-2001,2006,2008-2011,2018
|
||||
/* Copyright 1995-1996,2000-2001,2006,2008-2011,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_BOOLEAN_H
|
||||
#define SCM_BOOLEAN_H
|
||||
|
||||
/* Copyright (C) 1995-1996,2000,2006,2008-2010,2013,2018
|
||||
/* Copyright 1995-1996,2000,2006,2008-2010,2013,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2009-2015,2018
|
||||
/* Copyright 2009-2015,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_BYTEVECTORS_H
|
||||
#define SCM_BYTEVECTORS_H
|
||||
|
||||
/* Copyright (C) 2009, 2011, 2018 Free Software Foundation, Inc.
|
||||
/* Copyright 2009, 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,7 +1,7 @@
|
|||
#ifndef SCM_CACHE_INTERNAL_H
|
||||
#define SCM_CACHE_INTERNAL_H
|
||||
|
||||
/* Copyright (C) 2016,2018
|
||||
/* Copyright 2016,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1996,1998,2000-2001,2004,2006,2008-2011,2014,2018
|
||||
/* Copyright 1995-1996,1998,2000-2001,2004,2006,2008-2011,2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_CHARS_H
|
||||
#define SCM_CHARS_H
|
||||
|
||||
/* Copyright (C) 1995-1996,2000-2001,2004,2006,2008-2009,2018
|
||||
/* Copyright 1995-1996,2000-2001,2004,2006,2008-2009,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1996,1998-2001,2003,2006,2008-2009,2011,2018
|
||||
/* Copyright 1995-1996,1998-2001,2003,2006,2008-2009,2011,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_CHOOKS_H
|
||||
#define SCM_CHOOKS_H
|
||||
|
||||
/* Copyright (C) 1995-1996,1999,2000-2001,2006,2008-2009,2018
|
||||
/* Copyright 1995-1996,1999,2000-2001,2006,2008-2009,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1996,1998,2000-2001,2004,2006,2008-2014,2017-2018
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_CONTINUATIONS_H
|
||||
#define SCM_CONTINUATIONS_H
|
||||
|
||||
/* Copyright (C) 1995-1996,2000-2001,2006,2008-2010,2012-2014,2018
|
||||
/* Copyright 1995-1996,2000-2001,2006,2008-2010,2012-2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2010-2013,2018
|
||||
/* Copyright 2010-2013,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2010-2013, 2018 Free Software Foundation, Inc.
|
||||
/* Copyright 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,4 @@
|
|||
/* Copyright (C) 2000,2006,2008,2018
|
||||
/* Copyright 2000,2006,2008,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_DEBUG_MALLOC_H
|
||||
#define SCM_DEBUG_MALLOC_H
|
||||
|
||||
/* Copyright (C) 2000-2001,2006,2008,2018
|
||||
/* Copyright 2000-2001,2006,2008,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Debugging extensions for Guile
|
||||
* Copyright (C) 1995-2003,2006,2008-2013,2018
|
||||
* Copyright 1995-2003,2006,2008-2013,2018
|
||||
* Free Software Foundation
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_DEBUG_H
|
||||
#define SCM_DEBUG_H
|
||||
|
||||
/* Copyright (C) 1995-1996,1998-2002,2004,2008-2013,2015,2018
|
||||
/* Copyright 1995-1996,1998-2002,2004,2008-2013,2015,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2003-2004,2006,2008-2018
|
||||
/* Copyright 2003-2004,2006,2008-2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_DEPRECATED_H
|
||||
#define SCM_DEPRECATED_H
|
||||
|
||||
/* Copyright (C) 2003-2007, 2009-2018 Free Software Foundation, Inc.
|
||||
/* Copyright 2003-2007, 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,4 @@
|
|||
/* Copyright (C) 2001,2006,2010-2011,2018
|
||||
/* Copyright 2001,2006,2010-2011,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_DEPRECATION_H
|
||||
#define SCM_DEPRECATION_H
|
||||
|
||||
/* Copyright (C) 2001,2006,2008-2009, 2018
|
||||
/* Copyright 2001,2006,2008-2009, 2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* dynl.c - dynamic linking
|
||||
*
|
||||
* Copyright (C) 1990-2003,2008-2011,2017-2018
|
||||
* Copyright 1990-2003,2008-2011,2017-2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_DYNL_H
|
||||
#define SCM_DYNL_H
|
||||
|
||||
/* Copyright (C) 1996,1998,2000-2001,2006,2008,2010,2018
|
||||
/* Copyright 1996,1998,2000-2001,2006,2008,2010,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2012-2013,2018
|
||||
/* Copyright 2012-2013,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_DYNSTACK_H
|
||||
#define SCM_DYNSTACK_H
|
||||
|
||||
/* Copyright (C) 2012-2013,2018 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_DYNWIND_H
|
||||
#define SCM_DYNWIND_H
|
||||
|
||||
/* Copyright (C) 1995-1996,1998-2000,2003-2004,2006,2008,2011-2012,2018
|
||||
/* Copyright 1995-1996,1998-2000,2003-2004,2006,2008,2011-2012,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1998,2000-2001,2003-2004,2006,2009-2011,2017-2018
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_EQ_H
|
||||
#define SCM_EQ_H
|
||||
|
||||
/* Copyright (C) 1995-1996,2000,2006,2008,2010,2018
|
||||
/* Copyright 1995-1996,2000,2006,2008,2010,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1998,2000-2001,2004,2006,2010,2012-2014,2018
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_ERROR_H
|
||||
#define SCM_ERROR_H
|
||||
|
||||
/* Copyright (C) 1995-1998,2000-2002,2006,2008,2011,2014,2018
|
||||
/* Copyright 1995-1998,2000-2002,2006,2008,2011,2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1996,1997-2014,2018
|
||||
/* Copyright 1995-1996,1997-2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_EVAL_H
|
||||
#define SCM_EVAL_H
|
||||
|
||||
/* Copyright (C) 1995-1996,1998-2004,2008-2012,2018
|
||||
/* Copyright 1995-1996,1998-2004,2008-2012,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1998-2003,2006,2008-2013,2015,2018
|
||||
/* Copyright 1998-2003,2006,2008-2013,2015,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_EVALEXT_H
|
||||
#define SCM_EVALEXT_H
|
||||
|
||||
/* Copyright (C) 1998-2000,2003,2006,2008,2011,2018
|
||||
/* Copyright 1998-2000,2003,2006,2008,2011,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1996,1997-2014,2018
|
||||
/* Copyright 1995-1996,1997-2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_EXPAND_H
|
||||
#define SCM_EXPAND_H
|
||||
|
||||
/* Copyright (C) 2010, 2011, 2013, 2014, 2018
|
||||
/* Copyright 2010, 2011, 2013, 2014, 2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* extensions.c - registering and loading extensions.
|
||||
*
|
||||
* Copyright (C) 2001,2006,2009-2011,2018
|
||||
* Copyright 2001,2006,2009-2011,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_EXTENSIONS_H
|
||||
#define SCM_EXTENSIONS_H
|
||||
|
||||
/* Copyright (C) 2001, 2006, 2008, 2018 Free Software Foundation, Inc.
|
||||
/* Copyright 2001, 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) 2016,2018
|
||||
/* Copyright 2016,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_FDES_FINALIZERS_H
|
||||
#define SCM_FDES_FINALIZERS_H
|
||||
|
||||
/* Copyright (C) 2016, 2018 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1996,1998-2004,2006-2007,2009,2011,2013,2018
|
||||
/* Copyright 1995-1996,1998-2004,2006-2007,2009,2011,2013,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_FEATURE_H
|
||||
#define SCM_FEATURE_H
|
||||
|
||||
/* Copyright (C) 1995-1996,1999-2001,2006-2008,2011,2018
|
||||
/* Copyright 1995-1996,1999-2001,2006-2008,2011,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1996-2002,2004,2006,2009-2014,2016-2018
|
||||
/* Copyright 1996-2002,2004,2006,2009-2014,2016-2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_FILESYS_H
|
||||
#define SCM_FILESYS_H
|
||||
|
||||
/* Copyright (C) 1995,1997-2001,2006,2008-2011,2013,2018
|
||||
/* Copyright 1995,1997-2001,2006,2008-2011,2013,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2012-2014,2018
|
||||
/* Copyright 2012-2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_FINALIZERS_H
|
||||
#define SCM_FINALIZERS_H
|
||||
|
||||
/* Copyright (C) 2012, 2013, 2014, 2018 Free Software Foundation, Inc.
|
||||
/* Copyright 2012, 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,4 @@
|
|||
/* Copyright (C) 1996-1997,2000-2001,2004,2006-2013,2017-2018
|
||||
/* Copyright 1996-1997,2000-2001,2004,2006-2013,2017-2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_FLUIDS_H
|
||||
#define SCM_FLUIDS_H
|
||||
|
||||
/* Copyright (C) 1996,2000-2001,2006,2008-2013,2018
|
||||
/* Copyright 1996,2000-2001,2006,2008-2013,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2014,2017-2018
|
||||
/* Copyright 2014,2017-2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_FOREIGN_OBJECT_H
|
||||
#define SCM_FOREIGN_OBJECT_H
|
||||
|
||||
/* Copyright (C) 2014, 2018 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,4 @@
|
|||
/* Copyright (C) 2010-2016,2018
|
||||
/* Copyright 2010-2016,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_FOREIGN_H
|
||||
#define SCM_FOREIGN_H
|
||||
|
||||
/* Copyright (C) 2010-2013,2016,2018 Free Software Foundation, Inc.
|
||||
/* Copyright 2010-2013,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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-2004,2006-2015,2017-2018
|
||||
/* Copyright 1995-2004,2006-2015,2017-2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_FPORTS_H
|
||||
#define SCM_FPORTS_H
|
||||
|
||||
/* Copyright (C) 1995-2001,2006,2008-2009,2011-2012,2017-2018
|
||||
/* Copyright 1995-2001,2006,2008-2009,2011-2012,2017-2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2001,2009-2015,2018
|
||||
/* Copyright 2001,2009-2015,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2001, 2009-2015, 2018 Free Software Foundation, Inc.
|
||||
/* Copyright 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_GC_INLINE_H
|
||||
#define SCM_GC_INLINE_H
|
||||
|
||||
/* Copyright (C) 1995-1996,1998-2004,2006-2014,2018
|
||||
/* Copyright 1995-1996,1998-2004,2006-2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
@ -24,8 +24,8 @@
|
|||
* collector. Its copyright notice is:
|
||||
*
|
||||
* Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
|
||||
* Copyright (c) 1991-1995 by Xerox Corporation. All rights reserved.
|
||||
* Copyright (c) 2005 Hewlett-Packard Development Company, L.P.
|
||||
* Copyright 1991-1995 by Xerox Corporation. All rights reserved.
|
||||
* Copyright 2005 Hewlett-Packard Development Company, L.P.
|
||||
*
|
||||
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
|
||||
* OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-2004,2006,2008-2014,2018
|
||||
/* Copyright 1995-2004,2006,2008-2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-2003,2006,2008-2014,2016-2018
|
||||
/* Copyright 1995-2003,2006,2008-2014,2016-2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_GC_H
|
||||
#define SCM_GC_H
|
||||
|
||||
/* Copyright (C) 1995-1996,1998-2004,2006-2014,2018
|
||||
/* Copyright 1995-1996,1998-2004,2006-2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2003-2013,2018
|
||||
/* Copyright 2003-2013,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1998,2000-2006,2009-2010,2013-2014,2018
|
||||
/* Copyright 1995-1998,2000-2006,2009-2010,2013-2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_GENERALIZED_ARRAYS_H
|
||||
#define SCM_GENERALIZED_ARRAYS_H
|
||||
|
||||
/* Copyright (C) 1995-1997,1999-2001,2004,2006,2008-2009,2013-2014,2018
|
||||
/* Copyright 1995-1997,1999-2001,2004,2006,2008-2009,2013-2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-1998,2000-2006,2009-2014,2018
|
||||
/* Copyright 1995-1998,2000-2006,2009-2014,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_GENERALIZED_VECTORS_H
|
||||
#define SCM_GENERALIZED_VECTORS_H
|
||||
|
||||
/* Copyright (C) 1995-1997,1999-2001,2004,2006,2008-2009,2013,2018
|
||||
/* Copyright 1995-1997,1999-2001,2004,2006,2008-2009,2013,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2004,2006,2018
|
||||
/* Copyright 2004,2006,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_GETTEXT_H
|
||||
#define SCM_GETTEXT_H
|
||||
|
||||
/* Copyright (C) 2004,2006,2008,2018
|
||||
/* Copyright 2004,2006,2008,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1998-2004,2008-2015,2017-2018
|
||||
/* Copyright 1998-2004,2008-2015,2017-2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_GOOPS_H
|
||||
#define SCM_GOOPS_H
|
||||
|
||||
/* Copyright (C) 1998-2003,2006,2008-2009,2011,2015,2017-2018
|
||||
/* Copyright 1998-2003,2006,2008-2009,2011,2015,2017-2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1995-2001,2006,2008-2011,2013,2015,2018
|
||||
/* Copyright 1995-2001,2006,2008-2011,2013,2015,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_GSUBR_H
|
||||
#define SCM_GSUBR_H
|
||||
|
||||
/* Copyright (C) 1995-1996,1998,2000-2001,2006,2008,2009-2011,2013,2015,2018
|
||||
/* Copyright 1995-1996,1998,2000-2001,2006,2008,2009-2011,2013,2015,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1998-2001,2006,2008-2009,2011-2013,2018
|
||||
/* Copyright 1998-2001,2006,2008-2009,2011-2013,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue