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

Update license notices in all C files

Update to newest recommended license notices from the FSF.  Everything
stays LGPLv3+ except guile-readline which is GPLv3+.
This commit is contained in:
Andy Wingo 2018-06-20 20:01:49 +02:00
parent c836c28496
commit 1234bb1850
285 changed files with 4872 additions and 4876 deletions

View file

@ -3,26 +3,23 @@ dnl Process this file with autoconf to produce configure.
dnl dnl
define(GUILE_CONFIGURE_COPYRIGHT,[[ define(GUILE_CONFIGURE_COPYRIGHT,[[
Copyright 1998-2018 Free Software Foundation, Inc. Copyright 1998-2018 Free Software Foundation, Inc.
This file is part of GUILE This file is part of Guile.
GUILE is free software; you can redistribute it and/or modify it under Guile is free software: you can redistribute it and/or modify it
the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published
Free Software Foundation; either version 3, or (at your option) any by the Free Software Foundation, either version 3 of the License, or
later version. (at your option) any later version.
GUILE is distributed in the hope that it will be useful, but WITHOUT Guile is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details. License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with GUILE; see the file COPYING.LESSER. If not, write License along with Guile. If not, see
to the Free Software Foundation, Inc., 51 Franklin Street, Fifth <https://www.gnu.org/licenses/>.
Floor, Boston, MA 02110-1301, USA.
]]) ]])
AC_PREREQ(2.61) AC_PREREQ(2.61)

View file

@ -1,23 +1,23 @@
/* examples/box-dynamic-module/box.c /* examples/box-dynamic-module/box.c
*
* Copyright 1998,2001,2006 Copyright 1998,2001,2006
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3, or Guile is free software: you can redistribute it and/or modify it
* (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This program is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this software; see the file COPYING.LESSER. If
* not, write to the Free Software Foundation, Inc., 51 Franklin You should have received a copy of the GNU Lesser General Public
* Street, Fifth Floor, Boston, MA 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
/* Include all needed declarations. */ /* Include all needed declarations. */
#include <libguile.h> #include <libguile.h>

View file

@ -1,23 +1,23 @@
/* examples/box-dynamic/box.c /* examples/box-dynamic/box.c
*
* Copyright 1998,2001,2006,2018 Copyright 1998,2001,2006,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3, or Guile is free software: you can redistribute it and/or modify it
* (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This program is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this software; see the file COPYING.LESSER. If
* not, write to the Free Software Foundation, Inc., 51 Franklin You should have received a copy of the GNU Lesser General Public
* Street, Fifth Floor, Boston, MA 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
/* Include all needed declarations. */ /* Include all needed declarations. */
#include <libguile.h> #include <libguile.h>

View file

@ -1,23 +1,23 @@
/* examples/box-module/box.c /* examples/box-module/box.c
*
* Copyright 1998,2001,2006,2018 Copyright 1998,2001,2006,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3, or Guile is free software: you can redistribute it and/or modify it
* (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This program is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this software; see the file COPYING.LESSER. If
* not, write to the Free Software Foundation, Inc., 51 Franklin You should have received a copy of the GNU Lesser General Public
* Street, Fifth Floor, Boston, MA 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
/* Include all needed declarations. */ /* Include all needed declarations. */
#include <libguile.h> #include <libguile.h>

View file

@ -1,23 +1,23 @@
/* examples/box/box.c /* examples/box/box.c
*
* Copyright 1998,2001,2006,2018 Copyright 1998,2001,2006,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3, or Guile is free software: you can redistribute it and/or modify it
* (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This program is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this software; see the file COPYING.LESSER. If
* not, write to the Free Software Foundation, Inc., 51 Franklin You should have received a copy of the GNU Lesser General Public
* Street, Fifth Floor, Boston, MA 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
/* Include all needed declarations. */ /* Include all needed declarations. */
#include <libguile.h> #include <libguile.h>

View file

@ -1,23 +1,23 @@
#ifndef COMPATH #ifndef COMPATH
#define COMPATH #define COMPATH
/* Copyright 2001-2002,2006,2008,2018 /* Copyright 2001-2002,2006,2008,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, (at your option) any later version.
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#ifndef SCM_GC8MARKP #ifndef SCM_GC8MARKP

View file

@ -1,24 +1,23 @@
/* readline.c --- line editing support for Guile */ /* readline.c --- line editing support for Guile */
/* Copyright 1997,1999,2000-2003,2006-2010,2013,2018 /* Copyright 1997,1999,2000-2003,2006-2010,2013,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify This file is part of Guile-Readline.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your option) Guile-Readline is free software: you can redistribute it and/or
* any later version. modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* This program is distributed in the hope that it will be useful, License, or (at your option) any later version.
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Guile-Readline is distributed in the hope that it will be useful, but
* GNU General Public License for more details. WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* You should have received a copy of the GNU General Public License General Public License for more details.
* along with this software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, You should have received a copy of the GNU General Public License
* Boston, MA 02110-1301 USA along with Guile-Readline. If not, see
* <https://www.gnu.org/licenses/>. */
*/

View file

@ -2,24 +2,23 @@
#define READLINEH #define READLINEH
/* Copyright 1997,1999,2000,2006,2018 /* Copyright 1997,1999,2000,2006,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify This file is part of Guile-Readline.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your option) Guile-Readline is free software: you can redistribute it and/or
* any later version. modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* This program is distributed in the hope that it will be useful, License, or (at your option) any later version.
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Guile-Readline is distributed in the hope that it will be useful, but
* GNU General Public License for more details. WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* You should have received a copy of the GNU General Public License General Public License for more details.
* along with this software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, You should have received a copy of the GNU General Public License
* Boston, MA 02110-1301 USA along with Guile-Readline. If not, see
* <https://www.gnu.org/licenses/>. */
*/
#include <libguile.h> #include <libguile.h>

View file

@ -2,23 +2,24 @@
#define SCM_LIBGUILE_H #define SCM_LIBGUILE_H
/* Copyright 1995-1998,2000-2004,2006,2008-2014,2018 /* Copyright 1995-1998,2000-2004,2006,2008-2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
/* This needs to be included outside of the extern "C" block. /* This needs to be included outside of the extern "C" block.

View file

@ -1,21 +1,21 @@
/* Copyright 1995-2001,2004,2006,2008,2010-2011,2018 /* Copyright 1995-2001,2004,2006,2008,2010-2011,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_ALIST_H #define SCM_ALIST_H
/* Copyright 1995-1996,2000,2006,2008,2018 /* Copyright 1995-1996,2000,2006,2008,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 1995-1998,2000-2006,2009,2011,2013-2014,2018 /* Copyright 1995-1998,2000-2006,2009,2011,2013-2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_ARRAY_HANDLE_H #define SCM_ARRAY_HANDLE_H
/* Copyright 1995-1997,1999-2001,2004,2006,2008-2009,2011,2013-2014,2018 /* Copyright 1995-1997,1999-2001,2004,2006,2008-2009,2011,2013-2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 1996,1998,2000-2001,2004-2006,2008-2015,2018 /* Copyright 1996,1998,2000-2001,2004-2006,2008-2015,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_ARRAY_MAP_H #define SCM_ARRAY_MAP_H
/* Copyright 1995-1997,2000,2006,2008-2011,2013,2015,2018 /* Copyright 1995-1997,2000,2006,2008-2011,2013,2015,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 1995-1998,2000-2006,2009-2015,2018 /* Copyright 1995-1998,2000-2006,2009-2015,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_ARRAY_H #define SCM_ARRAY_H
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_ASYNC_H #define SCM_ASYNC_H
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 2016,2018 /* Copyright 2016,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_ATOMIC_H #define SCM_ATOMIC_H
/* Copyright 2016,2018 /* Copyright 2016,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_ATOMICS_INTERNAL_H #define SCM_ATOMICS_INTERNAL_H
/* Copyright 2016,2018 /* Copyright 2016,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,22 +1,23 @@
/* Printing of backtraces and error messages /* Printing of backtraces and error messages
* Copyright 1996-2001,2003-2004,2006,2009-2011,2014,2018
* Free Software Foundation Copyright 1996-2001,2003-2004,2006,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 This file is part of Guile.
* as published by the Free Software Foundation; either version 3 of
* the License, or (at your option) any later version. Guile is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* This library is distributed in the hope that it will be useful, but by the Free Software Foundation, either version 3 of the License, or
* WITHOUT ANY WARRANTY; without even the implied warranty of (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. Guile is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* You should have received a copy of the GNU Lesser General Public FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License along with this library; if not, write to the Free Software License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA You should have received a copy of the GNU Lesser General Public
*/ License along with Guile. If not, see
<https://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -2,23 +2,23 @@
#define SCM_BACKTRACE_H #define SCM_BACKTRACE_H
/* Copyright 1996,1998-2001,2004,2006,2008,2010-2011,2018 /* Copyright 1996,1998-2001,2004,2006,2008,2010-2011,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_BDW_GC_H #define SCM_BDW_GC_H
/* Copyright 2006,2008-2009,2011-2014,2018 /* Copyright 2006,2008-2009,2011-2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
/* Correct header inclusion. */ /* Correct header inclusion. */

View file

@ -1,21 +1,21 @@
/* Copyright 1995-1998,2000-2006,2009-2014,2018 /* Copyright 1995-1998,2000-2006,2009-2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_BITVECTORS_H #define SCM_BITVECTORS_H
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 1995-1996,2000-2001,2006,2008-2011,2018 /* Copyright 1995-1996,2000-2001,2006,2008-2011,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_BOOLEAN_H #define SCM_BOOLEAN_H
/* Copyright 1995-1996,2000,2006,2008-2010,2013,2018 /* Copyright 1995-1996,2000,2006,2008-2010,2013,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 2009-2015,2018 /* Copyright 2009-2015,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View file

@ -2,23 +2,23 @@
#define SCM_BYTEVECTORS_H #define SCM_BYTEVECTORS_H
/* Copyright 2009,2011,2018 /* Copyright 2009,2011,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_CACHE_INTERNAL_H #define SCM_CACHE_INTERNAL_H
/* Copyright 2016,2018 /* Copyright 2016,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_CHARS_H #define SCM_CHARS_H
/* Copyright 1995-1996,2000-2001,2004,2006,2008-2009,2018 /* Copyright 1995-1996,2000-2001,2004,2006,2008-2009,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_CHOOKS_H #define SCM_CHOOKS_H
/* Copyright 1995-1996,1999,2000-2001,2006,2008-2009,2018 /* Copyright 1995-1996,1999,2000-2001,2006,2008-2009,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_CONTINUATIONS_H #define SCM_CONTINUATIONS_H
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 2010-2013,2018 /* Copyright 2010-2013,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -1,21 +1,21 @@
/* Copyright 2010-2013,2018 /* Copyright 2010-2013,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#ifndef SCM_CONTROL_H #ifndef SCM_CONTROL_H
#define SCM_CONTROL_H #define SCM_CONTROL_H

View file

@ -1,21 +1,21 @@
/* Copyright 2000,2006,2008,2018 /* Copyright 2000,2006,2008,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -2,23 +2,23 @@
#define SCM_DEBUG_MALLOC_H #define SCM_DEBUG_MALLOC_H
/* Copyright 2000-2001,2006,2008,2018 /* Copyright 2000-2001,2006,2008,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,22 +1,23 @@
/* Debugging extensions for Guile /* Debugging extensions for Guile
* Copyright 1995-2003,2006,2008-2013,2018
* Free Software Foundation Copyright 1995-2003,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 This file is part of Guile.
* as published by the Free Software Foundation; either version 3 of
* the License, or (at your option) any later version. Guile is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* This library is distributed in the hope that it will be useful, but by the Free Software Foundation, either version 3 of the License, or
* WITHOUT ANY WARRANTY; without even the implied warranty of (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. Guile is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* You should have received a copy of the GNU Lesser General Public FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License along with this library; if not, write to the Free Software License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA You should have received a copy of the GNU Lesser General Public
*/ License along with Guile. If not, see
<https://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View file

@ -2,23 +2,23 @@
#define SCM_DEBUG_H #define SCM_DEBUG_H
/* Copyright 1995-1996,1998-2002,2004,2008-2013,2015,2018 /* Copyright 1995-1996,1998-2002,2004,2008-2013,2015,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 2003-2004,2006,2008-2018 /* Copyright 2003-2004,2006,2008-2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -2,23 +2,23 @@
#define SCM_DEPRECATED_H #define SCM_DEPRECATED_H
/* Copyright 2003-2007,2009-2018 /* Copyright 2003-2007,2009-2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#include "libguile/snarf.h" #include "libguile/snarf.h"

View file

@ -1,21 +1,21 @@
/* Copyright 2001,2006,2010-2011,2018 /* Copyright 2001,2006,2010-2011,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_DEPRECATION_H #define SCM_DEPRECATION_H
/* Copyright 2001,2006,2008-2009,2018 /* Copyright 2001,2006,2008-2009,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,23 +1,23 @@
/* dynl.c - dynamic linking /* dynl.c - dynamic linking
*
* Copyright 1990-2003,2008-2011,2017-2018 Copyright 1990-2003,2008-2011,2017-2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
/* "dynl.c" dynamically link&load object files. /* "dynl.c" dynamically link&load object files.

View file

@ -2,23 +2,23 @@
#define SCM_DYNL_H #define SCM_DYNL_H
/* Copyright 1996,1998,2000-2001,2006,2008,2010,2018 /* Copyright 1996,1998,2000-2001,2006,2008,2010,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 2012-2013,2018 /* Copyright 2012-2013,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_DYNSTACK_H #define SCM_DYNSTACK_H
/* Copyright 2012-2013,2018 /* Copyright 2012-2013,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -2,23 +2,23 @@
#define SCM_DYNWIND_H #define SCM_DYNWIND_H
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View file

@ -2,23 +2,23 @@
#define SCM_EQ_H #define SCM_EQ_H
/* Copyright 1995-1996,2000,2006,2008,2010,2018 /* Copyright 1995-1996,2000,2006,2008,2010,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_ERROR_H #define SCM_ERROR_H
/* Copyright 1995-1998,2000-2002,2006,2008,2011,2014,2018 /* Copyright 1995-1998,2000-2002,2006,2008,2011,2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 1995-1996,1997-2014,2018 /* Copyright 1995-1996,1997-2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_EVAL_H #define SCM_EVAL_H
/* Copyright 1995-1996,1998-2004,2008-2012,2018 /* Copyright 1995-1996,1998-2004,2008-2012,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 1998-2003,2006,2008-2013,2015,2018 /* Copyright 1998-2003,2006,2008-2013,2015,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_EVALEXT_H #define SCM_EVALEXT_H
/* Copyright 1998-2000,2003,2006,2008,2011,2018 /* Copyright 1998-2000,2003,2006,2008,2011,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 1995-1996,1997-2014,2018 /* Copyright 1995-1996,1997-2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,24 +1,23 @@
#ifndef SCM_EXPAND_H #ifndef SCM_EXPAND_H
#define SCM_EXPAND_H #define SCM_EXPAND_H
/* Copyright 2010, 2011, 2013, 2014, 2018 /* Copyright 2010, 2011, 2013, 2014, 2018 Free Software Foundation, Inc.
* Free Software Foundation, Inc.
* This file is part of Guile.
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License Guile is free software: you can redistribute it and/or modify it
* as published by the Free Software Foundation; either version 3 of under the terms of the GNU Lesser General Public License as published
* the License, or (at your option) any later version. by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of Guile is distributed in the hope that it will be useful, but WITHOUT
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* Lesser General Public License for more details. FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software You should have received a copy of the GNU Lesser General Public
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA License along with Guile. If not, see
* 02110-1301 USA <https://www.gnu.org/licenses/>. */
*/

View file

@ -1,23 +1,23 @@
/* extensions.c - registering and loading extensions. /* extensions.c - registering and loading extensions.
*
* Copyright 2001,2006,2009-2011,2018 Copyright 2001,2006,2009-2011,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -2,23 +2,23 @@
#define SCM_EXTENSIONS_H #define SCM_EXTENSIONS_H
/* Copyright 2001,2006,2008,2018 /* Copyright 2001,2006,2008,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 2016,2018 /* Copyright 2016,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View file

@ -2,23 +2,23 @@
#define SCM_FDES_FINALIZERS_H #define SCM_FDES_FINALIZERS_H
/* Copyright 2016,2018 /* Copyright 2016,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_FEATURE_H #define SCM_FEATURE_H
/* Copyright 1995-1996,1999-2001,2006-2008,2011,2018 /* Copyright 1995-1996,1999-2001,2006-2008,2011,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 1996-2002,2004,2006,2009-2014,2016-2018 /* Copyright 1996-2002,2004,2006,2009-2014,2016-2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_FILESYS_H #define SCM_FILESYS_H
/* Copyright 1995,1997-2001,2006,2008-2011,2013,2018 /* Copyright 1995,1997-2001,2006,2008-2011,2013,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 2012-2014,2018 /* Copyright 2012-2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_FINALIZERS_H #define SCM_FINALIZERS_H
/* Copyright 2012, 2013, 2014, 2018 /* Copyright 2012, 2013, 2014, 2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 1996-1997,2000-2001,2004,2006-2013,2017-2018 /* Copyright 1996-1997,2000-2001,2004,2006-2013,2017-2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -2,23 +2,23 @@
#define SCM_FLUIDS_H #define SCM_FLUIDS_H
/* Copyright 1996,2000-2001,2006,2008-2013,2018 /* Copyright 1996,2000-2001,2006,2008-2013,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 2014,2017-2018 /* Copyright 2014,2017-2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_FOREIGN_OBJECT_H #define SCM_FOREIGN_OBJECT_H
/* Copyright 2014,2018 /* Copyright 2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 2010-2016,2018 /* Copyright 2010-2016,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -2,23 +2,23 @@
#define SCM_FOREIGN_H #define SCM_FOREIGN_H
/* Copyright 2010-2013,2016,2018 /* Copyright 2010-2013,2016,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#include "libguile/gc.h" #include "libguile/gc.h"
#include "libguile/snarf.h" #include "libguile/snarf.h"

View file

@ -1,21 +1,21 @@
/* Copyright 1995-2004,2006-2015,2017-2018 /* Copyright 1995-2004,2006-2015,2017-2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_FPORTS_H #define SCM_FPORTS_H
/* Copyright 1995-2001,2006,2008-2009,2011-2012,2017-2018 /* Copyright 1995-2001,2006,2008-2009,2011-2012,2017-2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 2001,2009-2015,2018 /* Copyright 2001,2009-2015,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -1,21 +1,21 @@
/* Copyright 2001,2009-2015,2018 /* Copyright 2001,2009-2015,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#ifndef _SCM_FRAMES_H_ #ifndef _SCM_FRAMES_H_
#define _SCM_FRAMES_H_ #define _SCM_FRAMES_H_

View file

@ -2,23 +2,23 @@
#define SCM_GC_INLINE_H #define SCM_GC_INLINE_H
/* Copyright 1995-1996,1998-2004,2006-2014,2018 /* Copyright 1995-1996,1998-2004,2006-2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
/* Much of this file was copied from gc_inline.h, from the BDW /* Much of this file was copied from gc_inline.h, from the BDW
* collector. Its copyright notice is: * collector. Its copyright notice is:

View file

@ -1,21 +1,21 @@
/* Copyright 1995-2004,2006,2008-2014,2018 /* Copyright 1995-2004,2006,2008-2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 1995-2003,2006,2008-2014,2016-2018 /* Copyright 1995-2003,2006,2008-2014,2016-2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
/* #define DEBUGINFO */ /* #define DEBUGINFO */

View file

@ -2,23 +2,23 @@
#define SCM_GC_H #define SCM_GC_H
/* Copyright 1995-1996,1998-2004,2006-2014,2018 /* Copyright 1995-1996,1998-2004,2006-2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 2003-2013,2018 /* Copyright 2003-2013,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
/********************************************************************** /**********************************************************************

View file

@ -1,21 +1,21 @@
/* Copyright 1995-1998,2000-2006,2009-2010,2013-2014,2018 /* Copyright 1995-1998,2000-2006,2009-2010,2013-2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_GENERALIZED_ARRAYS_H #define SCM_GENERALIZED_ARRAYS_H
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 1995-1998,2000-2006,2009-2014,2018 /* Copyright 1995-1998,2000-2006,2009-2014,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_GENERALIZED_VECTORS_H #define SCM_GENERALIZED_VECTORS_H
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 2004,2006,2018 /* Copyright 2004,2006,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View file

@ -2,23 +2,23 @@
#define SCM_GETTEXT_H #define SCM_GETTEXT_H
/* Copyright 2004,2006,2008,2018 /* Copyright 2004,2006,2008,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
#include "libguile/scm.h" #include "libguile/scm.h"

View file

@ -1,21 +1,21 @@
/* Copyright 1998-2004,2008-2015,2017-2018 /* Copyright 1998-2004,2008-2015,2017-2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
/* This software is a derivative work of other copyrighted softwares; the /* This software is a derivative work of other copyrighted softwares; the

View file

@ -2,23 +2,23 @@
#define SCM_GOOPS_H #define SCM_GOOPS_H
/* Copyright 1998-2003,2006,2008-2009,2011,2015,2017-2018 /* Copyright 1998-2003,2006,2008-2009,2011,2015,2017-2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 1995-2001,2006,2008-2011,2013,2015,2018 /* Copyright 1995-2001,2006,2008-2011,2013,2015,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -2,23 +2,23 @@
#define SCM_GSUBR_H #define SCM_GSUBR_H
/* Copyright 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. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */

View file

@ -1,21 +1,21 @@
/* Copyright 1998-2001,2006,2008-2009,2011-2013,2018 /* Copyright 1998-2001,2006,2008-2009,2011-2013,2018
* Free Software Foundation, Inc. Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or This file is part of Guile.
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3 of Guile is free software: you can redistribute it and/or modify it
* the License, or (at your option) any later version. under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* This library is distributed in the hope that it will be useful, but (at your option) any later version.
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Guile is distributed in the hope that it will be useful, but WITHOUT
* Lesser General Public License for more details. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* You should have received a copy of the GNU Lesser General Public License for more details.
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA You should have received a copy of the GNU Lesser General Public
* 02110-1301 USA License along with Guile. If not, see
*/ <https://www.gnu.org/licenses/>. */
/* This is an implementation of guardians as described in /* This is an implementation of guardians as described in

Some files were not shown because too many files have changed in this diff Show more