From: Matt Birkholz Date: Sat, 25 Feb 2017 16:37:36 +0000 (-0700) Subject: Gtk plugins: update/correct copyrights (years, project name, etc.) X-Git-Tag: mit-scheme-pucked-9.2.12~215 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=feb44975dc098955432cb870605c22e8bc4c891d;p=mit-scheme.git Gtk plugins: update/correct copyrights (years, project name, etc.) --- diff --git a/src/cairo/Makefile.am b/src/cairo/Makefile.am index a64de248d..9410c8b55 100644 --- a/src/cairo/Makefile.am +++ b/src/cairo/Makefile.am @@ -1,9 +1,9 @@ ## Process this file with automake to produce Makefile.in ## ## Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -## 2016 Matthew Birkholz +## 2016, 2017 Matthew Birkholz ## -## This file is part of a cairo plugin for MIT/GNU Scheme. +## This file is part of a Cairo plugin for MIT/GNU Scheme Pucked. ## ## This plugin is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published diff --git a/src/cairo/NEWS b/src/cairo/NEWS index 0d10b9045..026057588 100644 --- a/src/cairo/NEWS +++ b/src/cairo/NEWS @@ -1,7 +1,7 @@ mit-scheme-pucked-cairo NEWS -- history of user-visible changes. Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz This file is part of a Cairo plugin for MIT/GNU Scheme Pucked. diff --git a/src/cairo/cairo-graphics.scm b/src/cairo/cairo-graphics.scm index cbc9bdfdd..c7e74b265 100644 --- a/src/cairo/cairo-graphics.scm +++ b/src/cairo/cairo-graphics.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a cairo plugin for MIT/GNU Scheme. +This file is part of a Cairo plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/cairo/cairo.cdecl b/src/cairo/cairo.cdecl index 163343b76..698ffbb37 100644 --- a/src/cairo/cairo.cdecl +++ b/src/cairo/cairo.cdecl @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a cairo plugin for MIT/GNU Scheme. +This file is part of a Cairo plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/cairo/cairo.pkg b/src/cairo/cairo.pkg index 56d7d717a..83cc46910 100644 --- a/src/cairo/cairo.pkg +++ b/src/cairo/cairo.pkg @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a cairo plugin for MIT/GNU Scheme. +This file is part of a Cairo plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/cairo/cairo.scm b/src/cairo/cairo.scm index 8c521c338..ea09c9741 100644 --- a/src/cairo/cairo.scm +++ b/src/cairo/cairo.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a cairo plugin for MIT/GNU Scheme. +This file is part of a Cairo plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/cairo/check-doc.sh b/src/cairo/check-doc.sh index cede795f2..03ec972a9 100755 --- a/src/cairo/check-doc.sh +++ b/src/cairo/check-doc.sh @@ -2,9 +2,9 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a cairo plugin for MIT/GNU Scheme. +# This file is part of a Cairo plugin for MIT/GNU Scheme Pucked. # # This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/cairo/compile.sh b/src/cairo/compile.sh index 30cacb879..c98d763e5 100755 --- a/src/cairo/compile.sh +++ b/src/cairo/compile.sh @@ -2,9 +2,9 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a cairo plugin for MIT/GNU Scheme. +# This file is part of a Cairo plugin for MIT/GNU Scheme Pucked. # # This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/cairo/configure.ac b/src/cairo/configure.ac index be0957be0..67bc0cbc0 100644 --- a/src/cairo/configure.ac +++ b/src/cairo/configure.ac @@ -10,9 +10,9 @@ AC_CONFIG_MACRO_DIR([m4]) AC_COPYRIGHT( [Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a cairo plugin for MIT/GNU Scheme. +This file is part of a Cairo plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -32,9 +32,9 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. AH_TOP([/* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a cairo plugin for MIT/GNU Scheme. +This file is part of a Cairo plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/cairo/debian/copyright b/src/cairo/debian/copyright index f5551adbb..66ea0bcec 100644 --- a/src/cairo/debian/copyright +++ b/src/cairo/debian/copyright @@ -3,10 +3,8 @@ Upstream-Name: mit-scheme-pucked-cairo Source: http://birchwood-abbey.net/~matt/Scheme/ Files: * -Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 - Massachusetts Institute of Technology +Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, + 2017 Matthew Birkholz License: GPL-2+ This package is a Cairo plugin for MIT/GNU Scheme Pucked. . diff --git a/src/cairo/mit-scheme-pucked-cairo.texi b/src/cairo/mit-scheme-pucked-cairo.texi index b490a2e2e..bcb15728c 100644 --- a/src/cairo/mit-scheme-pucked-cairo.texi +++ b/src/cairo/mit-scheme-pucked-cairo.texi @@ -24,11 +24,11 @@ @end ifnothtml @copying -This manual documents a Cairo plugin for MIT/GNU Scheme, version +This manual documents a Cairo plugin for MIT/GNU Scheme Pucked, version @value{VERSION}. Copyright @copyright{} 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, - 2015, 2016 Matthew Birkholz + 2015, 2016, 2017 Matthew Birkholz @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/src/gl/Makefile.am b/src/gl/Makefile.am index a906e2fbb..febb32caf 100644 --- a/src/gl/Makefile.am +++ b/src/gl/Makefile.am @@ -1,9 +1,9 @@ ## Process this file with automake to produce Makefile.in ## ## Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -## 2016 Matthew Birkholz +## 2016, 2017 Matthew Birkholz ## -## This file is part of an OpenGL plugin for MIT/GNU Scheme. +## This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. ## ## This plugin is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published diff --git a/src/gl/NEWS b/src/gl/NEWS index b2b3d321b..3e3d76000 100644 --- a/src/gl/NEWS +++ b/src/gl/NEWS @@ -1,7 +1,7 @@ mit-scheme-pucked-gl NEWS -- history of user-visible changes. Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. diff --git a/src/gl/check.scm b/src/gl/check.scm index 85cdccfe0..3b7ec7ba5 100644 --- a/src/gl/check.scm +++ b/src/gl/check.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gl/compile.sh b/src/gl/compile.sh index cf39c4c4c..82a113650 100755 --- a/src/gl/compile.sh +++ b/src/gl/compile.sh @@ -2,9 +2,9 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of an OpenGL plugin for MIT/GNU Scheme. +# This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. # # This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gl/configure.ac b/src/gl/configure.ac index aa24a1041..6aa3802f5 100644 --- a/src/gl/configure.ac +++ b/src/gl/configure.ac @@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_COPYRIGHT( [Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. @@ -32,7 +32,7 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. AH_TOP([/* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. diff --git a/src/gl/debian/copyright b/src/gl/debian/copyright index 4a6d2ee9d..ee5e0a17d 100644 --- a/src/gl/debian/copyright +++ b/src/gl/debian/copyright @@ -3,10 +3,8 @@ Upstream-Name: mit-scheme-pucked-gl Source: http://birchwood-abbey.net/~matt/Scheme/ Files: * -Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 - Massachusetts Institute of Technology +Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, + 2017 Matthew Birkholz License: GPL-2+ This package is an OpenGL plugin for MIT/GNU Scheme Pucked. . diff --git a/src/gl/gl-adapter.c b/src/gl/gl-adapter.c index 86b986fdb..ebcc95b65 100644 --- a/src/gl/gl-adapter.c +++ b/src/gl/gl-adapter.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gl/gl-check.sh b/src/gl/gl-check.sh index ede677403..1061e0728 100755 --- a/src/gl/gl-check.sh +++ b/src/gl/gl-check.sh @@ -2,9 +2,9 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of an OpenGL plugin for MIT/GNU Scheme. +# This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. # # This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gl/gl-glx.scm b/src/gl/gl-glx.scm index bf4b1851f..da09426aa 100644 --- a/src/gl/gl-glx.scm +++ b/src/gl/gl-glx.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gl/gl-glxgears.scm b/src/gl/gl-glxgears.scm index be779bc55..6e7bd84b2 100644 --- a/src/gl/gl-glxgears.scm +++ b/src/gl/gl-glxgears.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gl/gl-shim.h b/src/gl/gl-shim.h index a69dad8ed..06279661d 100644 --- a/src/gl/gl-shim.h +++ b/src/gl/gl-shim.h @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gl/gl-tests.scm b/src/gl/gl-tests.scm index 943c30983..190de6c31 100644 --- a/src/gl/gl-tests.scm +++ b/src/gl/gl-tests.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gl/gl.cdecl b/src/gl/gl.cdecl index 9360bda68..dc58a83d2 100644 --- a/src/gl/gl.cdecl +++ b/src/gl/gl.cdecl @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gl/gl.pkg b/src/gl/gl.pkg index 344fcd78c..69e785f7a 100644 --- a/src/gl/gl.pkg +++ b/src/gl/gl.pkg @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gl/gl.scm b/src/gl/gl.scm index 06468944c..f0451368a 100644 --- a/src/gl/gl.scm +++ b/src/gl/gl.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gl/glxgears-compile.scm b/src/gl/glxgears-compile.scm index fd47b3453..24d0f686a 100644 --- a/src/gl/glxgears-compile.scm +++ b/src/gl/glxgears-compile.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gl/glxgears-shim.h b/src/gl/glxgears-shim.h index 26823392a..f9c054288 100644 --- a/src/gl/glxgears-shim.h +++ b/src/gl/glxgears-shim.h @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gl/glxgears.cdecl b/src/gl/glxgears.cdecl index edb0f4b39..625fc9f33 100644 --- a/src/gl/glxgears.cdecl +++ b/src/gl/glxgears.cdecl @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gl/glxgears.pkg b/src/gl/glxgears.pkg index c534d42c1..68dcc4572 100644 --- a/src/gl/glxgears.pkg +++ b/src/gl/glxgears.pkg @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gl/glxgears.scm b/src/gl/glxgears.scm index 3da8eef91..26296407f 100644 --- a/src/gl/glxgears.scm +++ b/src/gl/glxgears.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of an OpenGL plugin for MIT/GNU Scheme. +This file is part of an OpenGL plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/glib/Makefile.am b/src/glib/Makefile.am index a01851e77..b051630fd 100644 --- a/src/glib/Makefile.am +++ b/src/glib/Makefile.am @@ -1,9 +1,9 @@ ## Process this file with automake to produce Makefile.in ## ## Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -## 2016 Matthew Birkholz +## 2016, 2017 Matthew Birkholz ## -## This file is part of a glib plugin for MIT/GNU Scheme. +## This file is part of a GLib plugin for MIT/GNU Scheme Pucked. ## ## This plugin is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published diff --git a/src/glib/NEWS b/src/glib/NEWS index cbe786ee4..b2cc50479 100644 --- a/src/glib/NEWS +++ b/src/glib/NEWS @@ -1,9 +1,9 @@ mit-scheme-pucked-glib NEWS -- history of user-visible changes. Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a Glib plugin for MIT/GNU Scheme Pucked. +This file is part of a GLib plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/glib/check-doc.sh b/src/glib/check-doc.sh index a59a736e3..8bafa60e7 100755 --- a/src/glib/check-doc.sh +++ b/src/glib/check-doc.sh @@ -2,9 +2,9 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a glib plugin for MIT/GNU Scheme. +# This file is part of a GLib plugin for MIT/GNU Scheme Pucked. # # This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/glib/compile.sh b/src/glib/compile.sh index 3063c0d22..cf6db26b6 100755 --- a/src/glib/compile.sh +++ b/src/glib/compile.sh @@ -2,9 +2,9 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a glib plugin for MIT/GNU Scheme. +# This file is part of a GLib plugin for MIT/GNU Scheme Pucked. # # This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/glib/configure.ac b/src/glib/configure.ac index 2ec5038a9..f2ff9b192 100644 --- a/src/glib/configure.ac +++ b/src/glib/configure.ac @@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_COPYRIGHT( [Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz This file is part of a GLib plugin for MIT/GNU Scheme Pucked. @@ -32,7 +32,7 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. AH_TOP([/* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz This file is part of a GLib plugin for MIT/GNU Scheme Pucked. diff --git a/src/glib/debian/copyright b/src/glib/debian/copyright index 6eb963f27..173d9ed9f 100644 --- a/src/glib/debian/copyright +++ b/src/glib/debian/copyright @@ -3,10 +3,8 @@ Upstream-Name: mit-scheme-pucked-glib Source: http://birchwood-abbey.net/~matt/Scheme/ Files: * -Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 - Massachusetts Institute of Technology +Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, + 2017 Matthew Birkholz License: GPL-2+ This package is a GLib plugin for MIT/GNU Scheme Pucked. . diff --git a/src/glib/gio.scm b/src/glib/gio.scm index 272bc665a..588bb898d 100644 --- a/src/glib/gio.scm +++ b/src/glib/gio.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a glib plugin for MIT/GNU Scheme. +This file is part of a GLib plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/glib/glib-check-copy.sh b/src/glib/glib-check-copy.sh index d51d32bf2..f5ed4e0e6 100755 --- a/src/glib/glib-check-copy.sh +++ b/src/glib/glib-check-copy.sh @@ -2,9 +2,9 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a glib plugin for MIT/GNU Scheme. +# This file is part of a GLib plugin for MIT/GNU Scheme Pucked. # # This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/glib/glib-check-list.sh b/src/glib/glib-check-list.sh index 76c54f7bf..b29312f1d 100755 --- a/src/glib/glib-check-list.sh +++ b/src/glib/glib-check-list.sh @@ -2,9 +2,9 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a glib plugin for MIT/GNU Scheme. +# This file is part of a GLib plugin for MIT/GNU Scheme Pucked. # # This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/glib/glib-main.scm b/src/glib/glib-main.scm index 3a186ae01..5dd9dcd03 100644 --- a/src/glib/glib-main.scm +++ b/src/glib/glib-main.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a glib plugin for MIT/GNU Scheme. +This file is part of a GLib plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/glib/glib-shim.h b/src/glib/glib-shim.h index f875112a3..02a8a0e89 100644 --- a/src/glib/glib-shim.h +++ b/src/glib/glib-shim.h @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a glib plugin for MIT/GNU Scheme. +This file is part of a GLib plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/glib/glib-tests.scm b/src/glib/glib-tests.scm index f789a476e..38173e814 100644 --- a/src/glib/glib-tests.scm +++ b/src/glib/glib-tests.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a glib plugin for MIT/GNU Scheme. +This file is part of a GLib plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/glib/glib-thread.scm b/src/glib/glib-thread.scm index a1a52ada0..3d6493b23 100644 --- a/src/glib/glib-thread.scm +++ b/src/glib/glib-thread.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a glib plugin for MIT/GNU Scheme. +This file is part of a GLib plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/glib/glib.cdecl b/src/glib/glib.cdecl index 88787ba3d..29209195f 100644 --- a/src/glib/glib.cdecl +++ b/src/glib/glib.cdecl @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a glib plugin for MIT/GNU Scheme. +This file is part of a GLib plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/glib/glib.pkg b/src/glib/glib.pkg index b8d6ec722..679a3e804 100644 --- a/src/glib/glib.pkg +++ b/src/glib/glib.pkg @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a glib plugin for MIT/GNU Scheme. +This file is part of a GLib plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/glib/glib.scm b/src/glib/glib.scm index 4bdb86580..c876d5e5f 100644 --- a/src/glib/glib.scm +++ b/src/glib/glib.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a glib plugin for MIT/GNU Scheme. +This file is part of a GLib plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/glib/glibio.c b/src/glib/glibio.c index 8866aa038..ae5eb0a54 100644 --- a/src/glib/glibio.c +++ b/src/glib/glibio.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a glib plugin for MIT/GNU Scheme. +This file is part of a GLib plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/glib/gobject.scm b/src/glib/gobject.scm index 643555488..3fede7dfb 100644 --- a/src/glib/gobject.scm +++ b/src/glib/gobject.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a glib plugin for MIT/GNU Scheme. +This file is part of a GLib plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/glib/mit-scheme-pucked-glib.texi b/src/glib/mit-scheme-pucked-glib.texi index d45fbc1d6..b2a6b2102 100644 --- a/src/glib/mit-scheme-pucked-glib.texi +++ b/src/glib/mit-scheme-pucked-glib.texi @@ -24,11 +24,11 @@ @end ifnothtml @copying -This manual documents a GLib plugin for MIT/GNU Scheme, version +This manual documents a GLib plugin for MIT/GNU Scheme Pucked, version @value{VERSION}. Copyright @copyright{} 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, - 2015, 2016 Matthew Birkholz + 2015, 2016, 2017 Matthew Birkholz @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/src/gtk-screen/Makefile.am b/src/gtk-screen/Makefile.am index 37a7cedc4..e2ca484c9 100644 --- a/src/gtk-screen/Makefile.am +++ b/src/gtk-screen/Makefile.am @@ -1,23 +1,22 @@ ## Process this file with automake to produce Makefile.in ## ## Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -## 2016 Matthew Birkholz +## 2016, 2017 Matthew Birkholz ## -## This file is part of a Gtk-based Edwin screen option for MIT/GNU -## Scheme. +## This file is part of a Gtk screen plugin for MIT/GNU Scheme Pucked. ## -## This option is free software; you can redistribute it and/or modify +## This plugin is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published ## by the Free Software Foundation; either version 2 of the License, ## or (at your option) any later version. ## -## This option is distributed in the hope that it will be useful, but +## This plugin is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this option; if not, write to the Free Software +## along with this plugin; if not, write to the Free Software ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ## 02110-1301, USA. diff --git a/src/gtk-screen/NEWS b/src/gtk-screen/NEWS index f5d574e23..74e0f87f0 100644 --- a/src/gtk-screen/NEWS +++ b/src/gtk-screen/NEWS @@ -1,7 +1,7 @@ mit-scheme-pucked-gtk-screen NEWS -- history of user-visible changes. -Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 -Matthew Birkholz +Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, + 2016, 2017 Matthew Birkholz This file is part of a Gtk screen plugin for MIT/GNU Scheme Pucked. diff --git a/src/gtk-screen/check.sh b/src/gtk-screen/check.sh index bc0390975..ea77c2215 100755 --- a/src/gtk-screen/check.sh +++ b/src/gtk-screen/check.sh @@ -2,22 +2,22 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a gtk-screen system for MIT/GNU Scheme. +# This file is part of a Gtk screen plugin for MIT/GNU Scheme Pucked. # -# This system is free software; you can redistribute it and/or modify +# This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # -# This system is distributed in the hope that it will be useful, but +# This plugin is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this system; if not, write to the Free Software +# along with this plugin; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA # 02110-1301, USA. diff --git a/src/gtk-screen/compile.sh b/src/gtk-screen/compile.sh index 62f9a4a7b..fbf33dcc9 100755 --- a/src/gtk-screen/compile.sh +++ b/src/gtk-screen/compile.sh @@ -2,22 +2,22 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a gtk-screen system for MIT/GNU Scheme. +# This file is part of a Gtk screen plugin for MIT/GNU Scheme Pucked. # -# This system is free software; you can redistribute it and/or modify +# This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # -# This system is distributed in the hope that it will be useful, but +# This plugin is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this system; if not, write to the Free Software +# along with this plugin; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA # 02110-1301, USA. diff --git a/src/gtk-screen/configure.ac b/src/gtk-screen/configure.ac index 1b0101abe..76ae67619 100644 --- a/src/gtk-screen/configure.ac +++ b/src/gtk-screen/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([gtk-screen.pkg]) AC_COPYRIGHT( [Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2027 Matthew Birkholz This file is part of a Gtk screen plugin for MIT/GNU Scheme Pucked. diff --git a/src/gtk-screen/debian/copyright b/src/gtk-screen/debian/copyright index 5228e51c2..cb16e8853 100644 --- a/src/gtk-screen/debian/copyright +++ b/src/gtk-screen/debian/copyright @@ -3,10 +3,8 @@ Upstream-Name: mit-scheme-pucked-gtk-screen Source: http://birchwood-abbey.net/~matt/Scheme/ Files: * -Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 - Massachusetts Institute of Technology +Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, + 2017 Matthew Birkholz License: GPL-2+ This package is a Gtk screen plugin for MIT/GNU Scheme Pucked. . diff --git a/src/gtk-screen/gtk-faces.scm b/src/gtk-screen/gtk-faces.scm index adb74ea2e..8daf46455 100644 --- a/src/gtk-screen/gtk-faces.scm +++ b/src/gtk-screen/gtk-faces.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk-screen system for MIT/GNU Scheme. +This file is part of a Gtk screen plugin for MIT/GNU Scheme Pucked. This system is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk-screen/gtk-screen.pkg b/src/gtk-screen/gtk-screen.pkg index e14b3bdc3..25ce4258f 100644 --- a/src/gtk-screen/gtk-screen.pkg +++ b/src/gtk-screen/gtk-screen.pkg @@ -1,22 +1,22 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk-screen system for MIT/GNU Scheme. +This file is part of a Gtk screen plugin for MIT/GNU Scheme Pucked. -This system is free software; you can redistribute it and/or modify it +This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -This system is distributed in the hope that it will be useful, but +This plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this system; if not, write to the Free Software Foundation, +along with this plugin; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/gtk-screen/gtk-screen.scm b/src/gtk-screen/gtk-screen.scm index 415fb245e..4b38376e8 100644 --- a/src/gtk-screen/gtk-screen.scm +++ b/src/gtk-screen/gtk-screen.scm @@ -1,22 +1,22 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk-screen system for MIT/GNU Scheme. +This file is part of a Gtk screen plugin for MIT/GNU Scheme Pucked. -This system is free software; you can redistribute it and/or modify it +This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -This system is distributed in the hope that it will be useful, but +This plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this system; if not, write to the Free Software Foundation, +along with this plugin; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index b649c02ba..d7a002a34 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -1,9 +1,9 @@ ## Process this file with automake to produce Makefile.in ## ## Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -## 2016 Matthew Birkholz +## 2016, 2017 Matthew Birkholz ## -## This file is part of a gtk plugin for MIT/GNU Scheme. +## This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. ## ## This plugin is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published diff --git a/src/gtk/NEWS b/src/gtk/NEWS index 5eade75a1..0b0e9befb 100644 --- a/src/gtk/NEWS +++ b/src/gtk/NEWS @@ -1,7 +1,7 @@ mit-scheme-pucked-gtk NEWS -- history of user-visible changes. Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. diff --git a/src/gtk/check-doc.sh b/src/gtk/check-doc.sh index 08bfd6674..5e1c5f9d9 100755 --- a/src/gtk/check-doc.sh +++ b/src/gtk/check-doc.sh @@ -2,9 +2,9 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a gtk plugin for MIT/GNU Scheme. +# This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. # # This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gtk/compile.sh b/src/gtk/compile.sh index 83fdaf057..c67d11639 100755 --- a/src/gtk/compile.sh +++ b/src/gtk/compile.sh @@ -2,9 +2,9 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a gtk plugin for MIT/GNU Scheme. +# This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. # # This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gtk/configure.ac b/src/gtk/configure.ac index 1d197f3a9..0b3c9502c 100644 --- a/src/gtk/configure.ac +++ b/src/gtk/configure.ac @@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_COPYRIGHT( [Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. @@ -32,7 +32,7 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. AH_TOP([/* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. diff --git a/src/gtk/debian/copyright b/src/gtk/debian/copyright index 45474893d..fe55bf47e 100644 --- a/src/gtk/debian/copyright +++ b/src/gtk/debian/copyright @@ -3,10 +3,8 @@ Upstream-Name: mit-scheme-pucked-gtk Source: http://birchwood-abbey.net/~matt/Scheme/ Files: * -Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 - Massachusetts Institute of Technology +Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, + 2017 Matthew Birkholz License: GPL-2+ This package is a Gtk plugin for MIT/GNU Scheme Pucked. . diff --git a/src/gtk/fix-demo.scm b/src/gtk/fix-demo.scm index 622b919a3..c39a0bc5f 100644 --- a/src/gtk/fix-demo.scm +++ b/src/gtk/fix-demo.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/fix-layout.scm b/src/gtk/fix-layout.scm index e21f6f74f..8b38b1e8a 100644 --- a/src/gtk/fix-layout.scm +++ b/src/gtk/fix-layout.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gdk.scm b/src/gtk/gdk.scm index 1ecdad5c6..cd79e8002 100644 --- a/src/gtk/gdk.scm +++ b/src/gtk/gdk.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtk-check.sh b/src/gtk/gtk-check.sh index a67f8b65d..d1f80bf57 100755 --- a/src/gtk/gtk-check.sh +++ b/src/gtk/gtk-check.sh @@ -2,9 +2,9 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a gtk plugin for MIT/GNU Scheme. +# This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. # # This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gtk/gtk-ev.scm b/src/gtk/gtk-ev.scm index 21b262e00..4a41a842b 100644 --- a/src/gtk/gtk-ev.scm +++ b/src/gtk/gtk-ev.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtk-graphics.scm b/src/gtk/gtk-graphics.scm index 588d63cd2..8e59c2a20 100644 --- a/src/gtk/gtk-graphics.scm +++ b/src/gtk/gtk-graphics.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtk-shim.h b/src/gtk/gtk-shim.h index 2f0282a1c..c635dc5cb 100644 --- a/src/gtk/gtk-shim.h +++ b/src/gtk/gtk-shim.h @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtk-tests.scm b/src/gtk/gtk-tests.scm index e3c3c82e7..158cfef0e 100644 --- a/src/gtk/gtk-tests.scm +++ b/src/gtk/gtk-tests.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtk-widget.scm b/src/gtk/gtk-widget.scm index 133571bd0..168c09e91 100644 --- a/src/gtk/gtk-widget.scm +++ b/src/gtk/gtk-widget.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtk.cdecl b/src/gtk/gtk.cdecl index 0b45ff8b0..cbc541d54 100644 --- a/src/gtk/gtk.cdecl +++ b/src/gtk/gtk.cdecl @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtk.pkg b/src/gtk/gtk.pkg index cb1b4770c..bba7a5639 100644 --- a/src/gtk/gtk.pkg +++ b/src/gtk/gtk.pkg @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtk.scm b/src/gtk/gtk.scm index cabd15aae..6fc6f64cc 100644 --- a/src/gtk/gtk.scm +++ b/src/gtk/gtk.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkio.c b/src/gtk/gtkio.c index fe2acbc3d..5f6e4a686 100644 --- a/src/gtk/gtkio.c +++ b/src/gtk/gtkio.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkpanedview-3.10.8.c b/src/gtk/gtkpanedview-3.10.8.c index b9e6ad637..4c56dcee2 100644 --- a/src/gtk/gtkpanedview-3.10.8.c +++ b/src/gtk/gtkpanedview-3.10.8.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkpanedview-3.14.13.c b/src/gtk/gtkpanedview-3.14.13.c index 7a76c985d..fb6c8c90c 100644 --- a/src/gtk/gtkpanedview-3.14.13.c +++ b/src/gtk/gtkpanedview-3.14.13.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkpanedview-3.16.7.c b/src/gtk/gtkpanedview-3.16.7.c index ff4e871ed..bbdeb2f59 100644 --- a/src/gtk/gtkpanedview-3.16.7.c +++ b/src/gtk/gtkpanedview-3.16.7.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkpanedview-3.18.9.c b/src/gtk/gtkpanedview-3.18.9.c index 78eaf039a..bbd5ba7d4 100644 --- a/src/gtk/gtkpanedview-3.18.9.c +++ b/src/gtk/gtkpanedview-3.18.9.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkpanedview-3.20.9.c b/src/gtk/gtkpanedview-3.20.9.c index 0f9d49588..58cc08518 100644 --- a/src/gtk/gtkpanedview-3.20.9.c +++ b/src/gtk/gtkpanedview-3.20.9.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkpanedview-3.6.0.c b/src/gtk/gtkpanedview-3.6.0.c index 99df112cd..9a65bbb60 100644 --- a/src/gtk/gtkpanedview-3.6.0.c +++ b/src/gtk/gtkpanedview-3.6.0.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkpanedview.h b/src/gtk/gtkpanedview.h index 8dcd30593..8da9a5a25 100644 --- a/src/gtk/gtkpanedview.h +++ b/src/gtk/gtkpanedview.h @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkscrolledview-3.10.8.c b/src/gtk/gtkscrolledview-3.10.8.c index e861832f4..05f0dff6c 100644 --- a/src/gtk/gtkscrolledview-3.10.8.c +++ b/src/gtk/gtkscrolledview-3.10.8.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkscrolledview-3.14.13.c b/src/gtk/gtkscrolledview-3.14.13.c index 5010b9a8f..ae5707f4e 100644 --- a/src/gtk/gtkscrolledview-3.14.13.c +++ b/src/gtk/gtkscrolledview-3.14.13.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkscrolledview-3.16.7.c b/src/gtk/gtkscrolledview-3.16.7.c index fa46de496..0f3f2ce4d 100644 --- a/src/gtk/gtkscrolledview-3.16.7.c +++ b/src/gtk/gtkscrolledview-3.16.7.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkscrolledview-3.18.9.c b/src/gtk/gtkscrolledview-3.18.9.c index 012e133cf..6839c0654 100644 --- a/src/gtk/gtkscrolledview-3.18.9.c +++ b/src/gtk/gtkscrolledview-3.18.9.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkscrolledview-3.20.9.c b/src/gtk/gtkscrolledview-3.20.9.c index b6aafb452..c3a84e4af 100644 --- a/src/gtk/gtkscrolledview-3.20.9.c +++ b/src/gtk/gtkscrolledview-3.20.9.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkscrolledview-3.6.0.c b/src/gtk/gtkscrolledview-3.6.0.c index 671ef7c57..8b5741d79 100644 --- a/src/gtk/gtkscrolledview-3.6.0.c +++ b/src/gtk/gtkscrolledview-3.6.0.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/gtkscrolledview.h b/src/gtk/gtkscrolledview.h index 838b356a6..e6a191fd3 100644 --- a/src/gtk/gtkscrolledview.h +++ b/src/gtk/gtkscrolledview.h @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/keys.scm b/src/gtk/keys.scm index 164182d1a..c11567be9 100644 --- a/src/gtk/keys.scm +++ b/src/gtk/keys.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/main.scm b/src/gtk/main.scm index bf207a75f..983c1846d 100644 --- a/src/gtk/main.scm +++ b/src/gtk/main.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/mit-scheme-pucked-gtk.texi b/src/gtk/mit-scheme-pucked-gtk.texi index 19e7afe4f..1a15fafe4 100644 --- a/src/gtk/mit-scheme-pucked-gtk.texi +++ b/src/gtk/mit-scheme-pucked-gtk.texi @@ -24,11 +24,11 @@ @end ifnothtml @copying -This manual documents a Gtk+ plugin for MIT/GNU Scheme, version +This manual documents a Gtk plugin for MIT/GNU Scheme Pucked, version @value{VERSION}. Copyright @copyright{} 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, - 2015, 2016 Matthew Birkholz + 2015, 2016, 2017 Matthew Birkholz @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/src/gtk/scm-widget.scm b/src/gtk/scm-widget.scm index 01e9c31e7..a68c2cc47 100644 --- a/src/gtk/scm-widget.scm +++ b/src/gtk/scm-widget.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/scmwidget.c b/src/gtk/scmwidget.c index 320cd4c3e..cc1b9bd09 100644 --- a/src/gtk/scmwidget.c +++ b/src/gtk/scmwidget.c @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/scmwidget.h b/src/gtk/scmwidget.h index edf99ca5c..fed35c74a 100644 --- a/src/gtk/scmwidget.h +++ b/src/gtk/scmwidget.h @@ -1,9 +1,9 @@ /* -*-C-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/swat.scm b/src/gtk/swat.scm index 7a3069a85..1ecdf37e6 100644 --- a/src/gtk/swat.scm +++ b/src/gtk/swat.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/gtk/test-gport-performance.scm b/src/gtk/test-gport-performance.scm index b10b26958..5c3f4aba0 100644 --- a/src/gtk/test-gport-performance.scm +++ b/src/gtk/test-gport-performance.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a gtk plugin for MIT/GNU Scheme. +This file is part of a Gtk plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/pango/Makefile.am b/src/pango/Makefile.am index 9ada21e14..3007069a9 100644 --- a/src/pango/Makefile.am +++ b/src/pango/Makefile.am @@ -1,9 +1,9 @@ ## Process this file with automake to produce Makefile.in ## ## Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -## 2016 Matthew Birkholz +## 2016, 2017 Matthew Birkholz ## -## This file is part of a pango plugin for MIT/GNU Scheme. +## This file is part of a Pango plugin for MIT/GNU Scheme Pucked. ## ## This plugin is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published diff --git a/src/pango/NEWS b/src/pango/NEWS index ee2b9d33b..09125d595 100644 --- a/src/pango/NEWS +++ b/src/pango/NEWS @@ -1,7 +1,7 @@ mit-scheme-pucked-pango NEWS -- history of user-visible changes. Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz This file is part of a Pango plugin for MIT/GNU Scheme Pucked. diff --git a/src/pango/check-doc.sh b/src/pango/check-doc.sh index 76641b215..85a93ae9a 100755 --- a/src/pango/check-doc.sh +++ b/src/pango/check-doc.sh @@ -2,9 +2,9 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a pango plugin for MIT/GNU Scheme. +# This file is part of a Pango plugin for MIT/GNU Scheme Pucked. # # This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/pango/compile.sh b/src/pango/compile.sh index 7d06ba1fa..e9392a153 100755 --- a/src/pango/compile.sh +++ b/src/pango/compile.sh @@ -2,9 +2,9 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a pango plugin for MIT/GNU Scheme. +# This file is part of a Pango plugin for MIT/GNU Scheme Pucked. # # This plugin is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/pango/configure.ac b/src/pango/configure.ac index 7fe1eab37..80e201284 100644 --- a/src/pango/configure.ac +++ b/src/pango/configure.ac @@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_COPYRIGHT( [Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz This file is part of a Pango plugin for MIT/GNU Scheme Pucked. @@ -32,7 +32,7 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. AH_TOP([/* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz This file is part of a Pango plugin for MIT/GNU Scheme Pucked. diff --git a/src/pango/debian/copyright b/src/pango/debian/copyright index a9d706075..a1a850e47 100644 --- a/src/pango/debian/copyright +++ b/src/pango/debian/copyright @@ -3,10 +3,8 @@ Upstream-Name: mit-scheme-pucked-pango Source: http://birchwood-abbey.net/~matt/Scheme/ Files: * -Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 - Massachusetts Institute of Technology +Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, + 2017 Matthew Birkholz License: GPL-2+ This package is a Pango plugin for MIT/GNU Scheme Pucked. . diff --git a/src/pango/mit-scheme-pucked-pango.texi b/src/pango/mit-scheme-pucked-pango.texi index 4d75e82a8..4089cb3d0 100644 --- a/src/pango/mit-scheme-pucked-pango.texi +++ b/src/pango/mit-scheme-pucked-pango.texi @@ -24,11 +24,11 @@ @end ifnothtml @copying -This manual documents a Pango plugin for MIT/GNU Scheme, version +This manual documents a Pango plugin for MIT/GNU Scheme Pucked, version @value{VERSION}. Copyright @copyright{} 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, - 2015, 2016 Matthew Birkholz + 2015, 2016, 2017 Matthew Birkholz @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/src/pango/pango.cdecl b/src/pango/pango.cdecl index 6e8a4bbd3..90b53c784 100644 --- a/src/pango/pango.cdecl +++ b/src/pango/pango.cdecl @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a pango plugin for MIT/GNU Scheme. +This file is part of a Pango plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/pango/pango.pkg b/src/pango/pango.pkg index 5460f37e2..1b4787033 100644 --- a/src/pango/pango.pkg +++ b/src/pango/pango.pkg @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a pango plugin for MIT/GNU Scheme. +This file is part of a Pango plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/pango/pango.scm b/src/pango/pango.scm index db4cfca50..4c559cb2e 100644 --- a/src/pango/pango.scm +++ b/src/pango/pango.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a pango plugin for MIT/GNU Scheme. +This file is part of a Pango plugin for MIT/GNU Scheme Pucked. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/planetarium/Makefile.am b/src/planetarium/Makefile.am index 7375838ed..9eb9baf50 100644 --- a/src/planetarium/Makefile.am +++ b/src/planetarium/Makefile.am @@ -1,22 +1,22 @@ ## Process this file with automake to produce Makefile.in ## ## Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -## 2016 Matthew Birkholz +## 2016, 2017 Matthew Birkholz ## -## This file is part of a planetarium for MIT/GNU Scheme. +## This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. ## -## This planetarium is free software; you can redistribute it and/or -## modify it under the terms of the GNU General Public License as -## published by the Free Software Foundation; either version 2 of the -## License, or (at your option) any later version. +## This plugin is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published +## by the Free Software Foundation; either version 2 of the License, +## or (at your option) any later version. ## -## This planetarium is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of +## This plugin is distributed in the hope that it will be useful, but +## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this planetarium; if not, write to the Free Software +## along with this plugin; if not, write to the Free Software ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ## 02110-1301, USA. diff --git a/src/planetarium/NEWS b/src/planetarium/NEWS index 5d87ba71f..118d84d14 100644 --- a/src/planetarium/NEWS +++ b/src/planetarium/NEWS @@ -1,7 +1,7 @@ mit-scheme-pucked-planetarium NEWS -- history of user-visible changes. -Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 - Matthew Birkholz +Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, + 2016, 2017 Matthew Birkholz This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. diff --git a/src/planetarium/configure.ac b/src/planetarium/configure.ac index df785bc97..25a628b19 100644 --- a/src/planetarium/configure.ac +++ b/src/planetarium/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([mit.pkg]) AC_COPYRIGHT( [Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. diff --git a/src/planetarium/debian/copyright b/src/planetarium/debian/copyright index 2e0a0a730..1dbe229f2 100644 --- a/src/planetarium/debian/copyright +++ b/src/planetarium/debian/copyright @@ -3,10 +3,8 @@ Upstream-Name: mit-scheme-pucked-planetarium Source: http://birchwood-abbey.net/~matt/Scheme/ Files: * -Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 - Massachusetts Institute of Technology +Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, + 2017 Matthew Birkholz License: GPL-2+ This package is a planetarium plugin for MIT/GNU Scheme Pucked. . diff --git a/src/planetarium/earth.scm b/src/planetarium/earth.scm index 6d43e4976..fcd367834 100644 --- a/src/planetarium/earth.scm +++ b/src/planetarium/earth.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/geometry.scm b/src/planetarium/geometry.scm index e2078a555..66496c69a 100644 --- a/src/planetarium/geometry.scm +++ b/src/planetarium/geometry.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/google-earth.scm b/src/planetarium/google-earth.scm index 28ec2cd8a..87d83f9fe 100644 --- a/src/planetarium/google-earth.scm +++ b/src/planetarium/google-earth.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/graphics.scm b/src/planetarium/graphics.scm index 086d63d6b..a4d6de802 100644 --- a/src/planetarium/graphics.scm +++ b/src/planetarium/graphics.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/matrices.scm b/src/planetarium/matrices.scm index d27620f65..40ca2910b 100644 --- a/src/planetarium/matrices.scm +++ b/src/planetarium/matrices.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/mit-3d.pkg b/src/planetarium/mit-3d.pkg index 795563f7b..ba20a62c5 100644 --- a/src/planetarium/mit-3d.pkg +++ b/src/planetarium/mit-3d.pkg @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/mit-cairo.scm b/src/planetarium/mit-cairo.scm index 892ff27ec..59badf58e 100644 --- a/src/planetarium/mit-cairo.scm +++ b/src/planetarium/mit-cairo.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/mit-check.sh b/src/planetarium/mit-check.sh index e03f40e84..9b126b665 100755 --- a/src/planetarium/mit-check.sh +++ b/src/planetarium/mit-check.sh @@ -2,22 +2,22 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a planetarium for MIT/GNU Scheme. +# This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. # -# This planetarium is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# This plugin is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This planetarium is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of +# This plugin is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this planetarium; if not, write to the Free Software +# along with this plugin; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA # 02110-1301, USA. diff --git a/src/planetarium/mit-cil.scm b/src/planetarium/mit-cil.scm index 38995030d..b0c6e1806 100644 --- a/src/planetarium/mit-cil.scm +++ b/src/planetarium/mit-cil.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/mit-compile.sh b/src/planetarium/mit-compile.sh index b4c722121..9572c49b2 100755 --- a/src/planetarium/mit-compile.sh +++ b/src/planetarium/mit-compile.sh @@ -2,22 +2,22 @@ # -*-Scheme-*- # # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, -# 2016 Matthew Birkholz +# 2016, 2017 Matthew Birkholz # -# This file is part of a planetarium for MIT/GNU Scheme. +# This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. # -# This planetarium is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# This plugin is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This planetarium is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of +# This plugin is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this planetarium; if not, write to the Free Software +# along with this plugin; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA # 02110-1301, USA. diff --git a/src/planetarium/mit-graphics.scm b/src/planetarium/mit-graphics.scm index 20b4f9290..08a841f03 100644 --- a/src/planetarium/mit-graphics.scm +++ b/src/planetarium/mit-graphics.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/mit-gtk.scm b/src/planetarium/mit-gtk.scm index e9b517afa..3da22e1a1 100644 --- a/src/planetarium/mit-gtk.scm +++ b/src/planetarium/mit-gtk.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/mit-link.scm b/src/planetarium/mit-link.scm index 2bd39c404..4c0cd62a2 100644 --- a/src/planetarium/mit-link.scm +++ b/src/planetarium/mit-link.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/mit-make.scm b/src/planetarium/mit-make.scm index 3836b2936..dfda20e95 100644 --- a/src/planetarium/mit-make.scm +++ b/src/planetarium/mit-make.scm @@ -1,28 +1,27 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# -;;;; Load the PLANETARIUM option. +;;;; Load the PLANETARIUM plugin. ;;; Check for a GL option and load the 3D parts of the Planetarium ;;; when it is available. (This presumes the 3D portion was diff --git a/src/planetarium/mit-r3rs.scm b/src/planetarium/mit-r3rs.scm index 4a28fe0b1..e452d9786 100644 --- a/src/planetarium/mit-r3rs.scm +++ b/src/planetarium/mit-r3rs.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/mit-scheme-pucked-planetarium.texi b/src/planetarium/mit-scheme-pucked-planetarium.texi index 09f3bc2f2..a2666ae66 100644 --- a/src/planetarium/mit-scheme-pucked-planetarium.texi +++ b/src/planetarium/mit-scheme-pucked-planetarium.texi @@ -6,11 +6,11 @@ @comment %**end of header @copying -This manual documents a planetarium for MIT/GNU Scheme, version -@value{VERSION}. +This manual documents a planetarium plugin for MIT/GNU Scheme Pucked, +version @value{VERSION}. Copyright @copyright{} 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, - 2015, 2016 Matthew Birkholz + 2015, 2016, 2017 Matthew Birkholz @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/src/planetarium/mit-scheme.scm b/src/planetarium/mit-scheme.scm index d23879115..a261f7696 100644 --- a/src/planetarium/mit-scheme.scm +++ b/src/planetarium/mit-scheme.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/mit-snapshot.scm b/src/planetarium/mit-snapshot.scm index 11ebd6c86..4601f4774 100644 --- a/src/planetarium/mit-snapshot.scm +++ b/src/planetarium/mit-snapshot.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/mit-syntax.scm b/src/planetarium/mit-syntax.scm index d3ab62577..04958c12d 100644 --- a/src/planetarium/mit-syntax.scm +++ b/src/planetarium/mit-syntax.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/mit-x.scm b/src/planetarium/mit-x.scm index c08041b6e..a1faaf1c5 100644 --- a/src/planetarium/mit-x.scm +++ b/src/planetarium/mit-x.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/mit.pkg b/src/planetarium/mit.pkg index 23ac0ae4f..b43c4aa1f 100644 --- a/src/planetarium/mit.pkg +++ b/src/planetarium/mit.pkg @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/solar.scm b/src/planetarium/solar.scm index e63391cab..d5a734a15 100644 --- a/src/planetarium/solar.scm +++ b/src/planetarium/solar.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/tellurion.scm b/src/planetarium/tellurion.scm index cf3567d66..a5fc22414 100644 --- a/src/planetarium/tellurion.scm +++ b/src/planetarium/tellurion.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/terrain.scm b/src/planetarium/terrain.scm index 171ede38e..af696867f 100644 --- a/src/planetarium/terrain.scm +++ b/src/planetarium/terrain.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/planetarium/time.scm b/src/planetarium/time.scm index fbac8800e..58a70ff81 100644 --- a/src/planetarium/time.scm +++ b/src/planetarium/time.scm @@ -1,24 +1,23 @@ #| -*-Scheme-*- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016 Matthew Birkholz + 2016, 2017 Matthew Birkholz -This file is part of a planetarium for MIT/GNU Scheme. +This file is part of a planetarium plugin for MIT/GNU Scheme Pucked. -This planetarium is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +This plugin is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. -This planetarium is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of +This plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this planetarium; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |#