Gtk plugins: update/correct copyrights (years, project name, etc.)
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 25 Feb 2017 16:37:36 +0000 (09:37 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 25 Feb 2017 16:37:36 +0000 (09:37 -0700)
139 files changed:
src/cairo/Makefile.am
src/cairo/NEWS
src/cairo/cairo-graphics.scm
src/cairo/cairo.cdecl
src/cairo/cairo.pkg
src/cairo/cairo.scm
src/cairo/check-doc.sh
src/cairo/compile.sh
src/cairo/configure.ac
src/cairo/debian/copyright
src/cairo/mit-scheme-pucked-cairo.texi
src/gl/Makefile.am
src/gl/NEWS
src/gl/check.scm
src/gl/compile.sh
src/gl/configure.ac
src/gl/debian/copyright
src/gl/gl-adapter.c
src/gl/gl-check.sh
src/gl/gl-glx.scm
src/gl/gl-glxgears.scm
src/gl/gl-shim.h
src/gl/gl-tests.scm
src/gl/gl.cdecl
src/gl/gl.pkg
src/gl/gl.scm
src/gl/glxgears-compile.scm
src/gl/glxgears-shim.h
src/gl/glxgears.cdecl
src/gl/glxgears.pkg
src/gl/glxgears.scm
src/glib/Makefile.am
src/glib/NEWS
src/glib/check-doc.sh
src/glib/compile.sh
src/glib/configure.ac
src/glib/debian/copyright
src/glib/gio.scm
src/glib/glib-check-copy.sh
src/glib/glib-check-list.sh
src/glib/glib-main.scm
src/glib/glib-shim.h
src/glib/glib-tests.scm
src/glib/glib-thread.scm
src/glib/glib.cdecl
src/glib/glib.pkg
src/glib/glib.scm
src/glib/glibio.c
src/glib/gobject.scm
src/glib/mit-scheme-pucked-glib.texi
src/gtk-screen/Makefile.am
src/gtk-screen/NEWS
src/gtk-screen/check.sh
src/gtk-screen/compile.sh
src/gtk-screen/configure.ac
src/gtk-screen/debian/copyright
src/gtk-screen/gtk-faces.scm
src/gtk-screen/gtk-screen.pkg
src/gtk-screen/gtk-screen.scm
src/gtk/Makefile.am
src/gtk/NEWS
src/gtk/check-doc.sh
src/gtk/compile.sh
src/gtk/configure.ac
src/gtk/debian/copyright
src/gtk/fix-demo.scm
src/gtk/fix-layout.scm
src/gtk/gdk.scm
src/gtk/gtk-check.sh
src/gtk/gtk-ev.scm
src/gtk/gtk-graphics.scm
src/gtk/gtk-shim.h
src/gtk/gtk-tests.scm
src/gtk/gtk-widget.scm
src/gtk/gtk.cdecl
src/gtk/gtk.pkg
src/gtk/gtk.scm
src/gtk/gtkio.c
src/gtk/gtkpanedview-3.10.8.c
src/gtk/gtkpanedview-3.14.13.c
src/gtk/gtkpanedview-3.16.7.c
src/gtk/gtkpanedview-3.18.9.c
src/gtk/gtkpanedview-3.20.9.c
src/gtk/gtkpanedview-3.6.0.c
src/gtk/gtkpanedview.h
src/gtk/gtkscrolledview-3.10.8.c
src/gtk/gtkscrolledview-3.14.13.c
src/gtk/gtkscrolledview-3.16.7.c
src/gtk/gtkscrolledview-3.18.9.c
src/gtk/gtkscrolledview-3.20.9.c
src/gtk/gtkscrolledview-3.6.0.c
src/gtk/gtkscrolledview.h
src/gtk/keys.scm
src/gtk/main.scm
src/gtk/mit-scheme-pucked-gtk.texi
src/gtk/scm-widget.scm
src/gtk/scmwidget.c
src/gtk/scmwidget.h
src/gtk/swat.scm
src/gtk/test-gport-performance.scm
src/pango/Makefile.am
src/pango/NEWS
src/pango/check-doc.sh
src/pango/compile.sh
src/pango/configure.ac
src/pango/debian/copyright
src/pango/mit-scheme-pucked-pango.texi
src/pango/pango.cdecl
src/pango/pango.pkg
src/pango/pango.scm
src/planetarium/Makefile.am
src/planetarium/NEWS
src/planetarium/configure.ac
src/planetarium/debian/copyright
src/planetarium/earth.scm
src/planetarium/geometry.scm
src/planetarium/google-earth.scm
src/planetarium/graphics.scm
src/planetarium/matrices.scm
src/planetarium/mit-3d.pkg
src/planetarium/mit-cairo.scm
src/planetarium/mit-check.sh
src/planetarium/mit-cil.scm
src/planetarium/mit-compile.sh
src/planetarium/mit-graphics.scm
src/planetarium/mit-gtk.scm
src/planetarium/mit-link.scm
src/planetarium/mit-make.scm
src/planetarium/mit-r3rs.scm
src/planetarium/mit-scheme-pucked-planetarium.texi
src/planetarium/mit-scheme.scm
src/planetarium/mit-snapshot.scm
src/planetarium/mit-syntax.scm
src/planetarium/mit-x.scm
src/planetarium/mit.pkg
src/planetarium/solar.scm
src/planetarium/tellurion.scm
src/planetarium/terrain.scm
src/planetarium/time.scm

index a64de248d7f978b5bf3db1b087d5df4a7a26e1f7..9410c8b55ff00a797ff0ab21c8a43f114b810a47 100644 (file)
@@ -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
index 0d10b9045f1f53947bd7dd2bc26fae71b711ed81..0260575884612d422179bd08bc4c678b16e0ba68 100644 (file)
@@ -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.
 
index cbc9bdfdda820435eaad565399645382e6307578..c7e74b2656ff2f3f9f155b0aa25d30b2a8ecc430 100644 (file)
@@ -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
index 163343b760fbcf7a1cf0acfdbe7b85f9d2b8a08b..698ffbb370bff78dc5f0479322d276e63b0e2bd6 100644 (file)
@@ -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
index 56d7d717a36ffb97083a16fffa089c721b0dd9ab..83cc4691014e41ddf5560f149d8e586f0909594c 100644 (file)
@@ -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
index 8c521c338dc623c798a8e8488f4e6a285b85afdd..ea09c9741b9a3225f0ba2e00400e575b67cf95c0 100644 (file)
@@ -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
index cede795f22d399e5cf5d597bc9b652830dd75a00..03ec972a9fa8a7d399c1aca41b5af1a5f77086a5 100755 (executable)
@@ -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
index 30cacb879b116a67f4bce650cfea945b2e63f6b3..c98d763e5b5bc5e4f951fe12e8b73c62fff86506 100755 (executable)
@@ -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
index be0957be07cbd041c2b78318132730a5992a8d7d..67bc0cbc04115e2443bd9a8c7b327974e3679b18 100644 (file)
@@ -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
index f5551adbb9d4044fde0a349b27a26d0638dc9057..66ea0bcec9d8d7504651714f6b7f780b8c330258 100644 (file)
@@ -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.
  .
index b490a2e2e93a37a84010b2e8d5953bec5a32a1b9..bcb15728ccc06f98ccf10e9f857c5e5be229d370 100644 (file)
 @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
index a906e2fbb6330c8f21d9ca21930cfd472a276dfb..febb32caf92f00a7e4e62b7a7e50a2453bcec1c9 100644 (file)
@@ -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
index b2b3d321bbb7381da3601fe2b6bfdcd20ac065fd..3e3d76000919b0cfc1b466c5b314652c0361d1b7 100644 (file)
@@ -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.
 
index 85cdccfe09bb26ea10da94eba41ad7b11d4e2a9e..3b7ec7ba54170f6bc91591ee03de70606c3f9bfd 100644 (file)
@@ -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
index cf39c4c4c90b6bd8c1da0e0b4d32304a94d34d69..82a1136506751aa3022fcd6f8ded29d810eb0e73 100755 (executable)
@@ -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
index aa24a1041af38b3b1afb9237c329696996cf4549..6aa3802f5eb03491a3377e4bd3a4e48fc8c45b71 100644 (file)
@@ -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.
 
index 4a6d2ee9df6224c326c5d93418c63e090cca964e..ee5e0a17da02d0a6f35d2979451e79f547bad7c2 100644 (file)
@@ -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.
  .
index 86b986fdb0fa9e975b251ddbe75820354bc3c09f..ebcc95b65177660ff264fdb782f51597076b51f6 100644 (file)
@@ -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
index ede677403e010f076624d5fb63813f252ea0c8ad..1061e0728d445876b9701be336d39ebf81af1c86 100755 (executable)
@@ -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
index bf4b1851f439fe1bfb8d164e028cea09521737ae..da09426aa9bda7fa06d5bacdcf4117d13614d96e 100644 (file)
@@ -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
index be779bc55054865da5d51c30a8f76c7358791678..6e7bd84b297477d490053982657696d9d55bd68e 100644 (file)
@@ -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
index a69dad8edb6ac18f76fee0c1231c5660244c9f2a..06279661d413f69caac3ae6b838f1b24a2be0202 100644 (file)
@@ -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
index 943c309837ff3dd788b59d69cf258c211b21f511..190de6c31a7817625896ef34f40f77397a5007c3 100644 (file)
@@ -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
index 9360bda68d4a95db3cc4badf7db5ca1e30b8c80b..dc58a83d2d3ea3cda3c4473a2c2633f47188f134 100644 (file)
@@ -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
index 344fcd78cc17618bce057588a7c43dc7d15e4e90..69e785f7a10db527786e9802ceb47b6f3460e520 100644 (file)
@@ -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
index 06468944c193b155b07b0d06eba4f74e3e9cb55e..f0451368a54e8f0d0df582b61f2a34f128ca6d3c 100644 (file)
@@ -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
index fd47b3453f6c2569c2d88fffa187af275e04ecad..24d0f686a625faaa0a9d81b6c0f1e52e06f103ca 100644 (file)
@@ -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
index 26823392a1f5d5d7a948a936320b6878b04c3e0f..f9c054288078030cf085ece389191f28a0547b40 100644 (file)
@@ -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
index edb0f4b39fbf586c83ee3fe95fa291c022587092..625fc9f3347949ee704fb2bd0211afb2ea1c5066 100644 (file)
@@ -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
index c534d42c14cabe12a9b1531b7661bff4bcf79265..68dcc457298e686b94bb09ee9211e39d326a0948 100644 (file)
@@ -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
index 3da8eef916ac1dbe01965bd921532324bcc144d1..26296407fafa925b92458a6f075651d8920aabb8 100644 (file)
@@ -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
index a01851e77f11b4eca98c6ae03257c475975580fa..b051630fdce5191e17bc8d6dc69d315c1cf38035 100644 (file)
@@ -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
index cbe786ee40f64e71f4b0d2b3cde5ecdf9dc20f6f..b2cc50479d9321cd53239468cb4a70fadad99a17 100644 (file)
@@ -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
index a59a736e3be72a16f7250882239793db2716089e..8bafa60e7058688b722a48fdc0af022a26e11fdc 100755 (executable)
@@ -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
index 3063c0d22c48b6570c38174b23f00f1086460ce8..cf6db26b6cf7293afe98eb73dea27ba03948c9ef 100755 (executable)
@@ -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
index 2ec5038a94ea62f745f87d4829402dc658cb2f30..f2ff9b192141cc902a1faf515e31a62fecab36fe 100644 (file)
@@ -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.
 
index 6eb963f27ab5e85fe12f562401951276a43921a9..173d9ed9fbc0d3d7a72e3772e9aa1d7682324fed 100644 (file)
@@ -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.
  .
index 272bc665a65b7537a15ab693a6d15ab278c51c76..588bb898d743c3a5256a1028ede2944b52d0ab80 100644 (file)
@@ -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
index d51d32bf2ae85b5f9c4cbf0935846642c4fb04e1..f5ed4e0e695fe06981668a11402188b5e8a308b3 100755 (executable)
@@ -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
index 76c54f7bf85a38be5cdeee52373c71978b8fbdc2..b29312f1de0a694890ab92e1ac3c4e0b788c4495 100755 (executable)
@@ -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
index 3a186ae013ac6ea3e54e126135bea785c039a56b..5dd9dcd03babb04f4c89adefd87868e9efc29979 100644 (file)
@@ -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
index f875112a38f4438dacfa8bf0bd04f26cdfe8646f..02a8a0e89f0ec8e98b00ed81a4793447b04ffd23 100644 (file)
@@ -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
index f789a476e48e824c7c71b20746f31d5e9b894e5a..38173e814f986abf43bb10ef8cf24b9165f71e87 100644 (file)
@@ -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
index a1a52ada095397b52c4d8df7c305a71b0fddc52a..3d6493b23f55d51243017e97542c3f73c38a6bcf 100644 (file)
@@ -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
index 88787ba3d05c1cb82e2fa1b9d62ec2ccf81bb2b7..29209195f144ac7bf1d80994853cbf1e1561d6f8 100644 (file)
@@ -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
index b8d6ec722c60ebbb1bd0fb45e4d5c7655380a81e..679a3e804ffc48334ca29b206309f74e24399b95 100644 (file)
@@ -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
index 4bdb865803b030be3bab57757e51164200832f5a..c876d5e5ff24799143d19fbfe938b4b87323928d 100644 (file)
@@ -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
index 8866aa038969175be9a701c24e2a745581bdb1e6..ae5eb0a5442a665a0661370170a671ee03d7fba1 100644 (file)
@@ -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
index 6435554881b45d7221fb1d760d2c406b51c93f55..3fede7dfb59da7bfc12165051659fc7935498d5c 100644 (file)
@@ -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
index d45fbc1d63ba7d975387d898c4496c75bf312dce..b2a6b21020202700b51c4f692f37b5aabb04e6b2 100644 (file)
 @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
index 37a7cedc443726274c3a57558f1e933d37dc13c6..e2ca484c916e93b7b660dbe3335c377268214fa7 100644 (file)
@@ -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.
 
index f5d574e231f1e2834c8c252f16a8b7e2505c91c0..74e0f87f078168f7bf3a0a8f44c94def3b5a10a0 100644 (file)
@@ -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.
 
index bc0390975849837f6ef4c7cd67362425aa54bf4e..ea77c2215f78a321c5b998801ae4f0837633f027 100755 (executable)
@@ -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.
 
index 62f9a4a7b3e2a543f46d5fcd1c8bd4fba979dc5a..fbf33dcc9ca3d433a2d852e341505c7afb9b621a 100755 (executable)
@@ -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.
 
index 1b0101abecf74b7473c934ef1f5e8adca8e571d2..76ae67619290a5f34d4b14d4289e23aea04af11d 100644 (file)
@@ -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.
 
index 5228e51c2a161e01f5792877ad29263ea609c292..cb16e8853fff46829441ad2d94b3d3015d2f5613 100644 (file)
@@ -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.
  .
index adb74ea2e99dc675ddd9c0a1b303ee4020ac8211..8daf46455ee1c2d43a31b9bce8fb6426f21e2c8c 100644 (file)
@@ -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
index e14b3bdc3d29e271e2522124f9869c6c8e4e8870..25ce4258ffe5701aa63e76ea2d976fe0b491142b 100644 (file)
@@ -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.
 
 |#
index 415fb245e749c5c7ddf3ee10372f101a74fdc156..4b38376e8fb0e8c4ce56c1f2d471bfd19a64378c 100644 (file)
@@ -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.
 
 |#
index b649c02ba9edb5a807a9200866a4df7ee3ba9b01..d7a002a345269f6666420f0412a7bc481d984552 100644 (file)
@@ -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
index 5eade75a1b50a48574d8dcc88aeed4b784ba416a..0b0e9befbd29349280a2043846788995564bcdcd 100644 (file)
@@ -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.
 
index 08bfd66745cc32a4acf00f9ebf6c292245b08df8..5e1c5f9d9ff4c5f26162279b7726f35f43e1ec55 100755 (executable)
@@ -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
index 83fdaf0575a48aa3011094106aaa59688aab587a..c67d116396d4f4982c3ea81943802944eb8cb591 100755 (executable)
@@ -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
index 1d197f3a9dd66213503751022dbd10cf678ed403..0b3c9502c3f3384032d8fda0dd2a0cdfd442040e 100644 (file)
@@ -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.
 
index 45474893d228fb40c8318171bdd5b8fad508ab72..fe55bf47ef1f8d24d4e15989359136a48c60a0af 100644 (file)
@@ -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.
  .
index 622b919a322d31216606c6e7b634592acf271b9b..c39a0bc5ffcaea8078f310d1358d082de6342cd6 100644 (file)
@@ -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
index e21f6f74f1ef2f536da1cbf9719eea4eeee8162c..8b38b1e8a184f2c2956af55f3c546c96c1639796 100644 (file)
@@ -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
index 1ecdad5c6217e70fc624333eda7ed7bb452d27bc..cd79e80020e14bd1088695dff4ffabd6bc19bb71 100644 (file)
@@ -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
index a67f8b65d5d6e0167c79bedcbba014ec4187b0d7..d1f80bf57e4197c053e4f4c3c25e45d07690956e 100755 (executable)
@@ -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
index 21b262e00b6f4cf9430fa97b466173fc45042229..4a41a842b33b5957a91f0dfdc2118741810c371a 100644 (file)
@@ -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
index 588d63cd264162e5cfe337634952457a9d368365..8e59c2a201121ae53d4bfc7fab787dec7f9820ad 100644 (file)
@@ -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
index 2f0282a1c39803a319bd53050b324369fb5c3dea..c635dc5cb562fcae9ef633de2cb30b9c170be417 100644 (file)
@@ -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
index e3c3c82e75482f3b017c330bf1214b320d76beb0..158cfef0ea29c2658dee0c31768b91b31ef1b107 100644 (file)
@@ -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
index 133571bd0e98fad86d6cc089e6ce170836c436be..168c09e9138de1bd307b0a1c8aa17056bc639e76 100644 (file)
@@ -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
index 0b45ff8b01ed7a77a871c6f2ac1c3dcbf8edb3f5..cbc541d5445805268f37d5eca11c8d16c8bd7a6f 100644 (file)
@@ -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
index cb1b4770c638707fcdf0c8c7e4fa1563e3be43ba..bba7a56392fe42d1f00516855e3039f54cf3475d 100644 (file)
@@ -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
index cabd15aaecb7e36bad673518d764006b75f5a578..6fc6f64ccdedaba87089e630625e82af65b6f53d 100644 (file)
@@ -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
index fe2acbc3dfca959ff69c92d6cb57e660dedde939..5f6e4a686c3505d01072eb4b79988626ad8282c2 100644 (file)
@@ -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
index b9e6ad63712a57ebc383970b16b9e4eec7b2bbe5..4c56dcee20ccfbc4b2441e7305f1885f26c46851 100644 (file)
@@ -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
index 7a76c985d31e0d675f9219683b4b94066c9fd83e..fb6c8c90c058bb1077cae2572d666e5653dd2d5a 100644 (file)
@@ -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
index ff4e871ede70ec0e0dc70535992ba263e13c8c93..bbdeb2f59118f93ee80399f72734bb5f142e70e1 100644 (file)
@@ -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
index 78eaf039a71fc5115d3b5275d73e2a5c6d803237..bbd5ba7d44c6eff54e6d56d1b1125c00fbc3ebeb 100644 (file)
@@ -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
index 0f9d495881ed361ebed0ff0e013299fb21dedf89..58cc08518fb86f7e49c2b00e5d8462e72dbb1aba 100644 (file)
@@ -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
index 99df112cdff57226254945e0b8d97c8fcbfa98b0..9a65bbb6017d87226610ed1ee2a28beae0af578e 100644 (file)
@@ -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
index 8dcd305935213fa1405d7124d9db302e3418daae..8da9a5a250dba1c12e8a0012f5cad34ff20364db 100644 (file)
@@ -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
index e861832f458945649ba063f71de315da5dd62df4..05f0dff6c19fe7d2448d72ebf746dfccf3efc4e5 100644 (file)
@@ -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
index 5010b9a8fcd730509d19ef3b861cb7a21bfccc09..ae5707f4e894fec45881afb2896a4104d51295a3 100644 (file)
@@ -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
index fa46de49647cf0aec8f34655a4cec5a2edf55f25..0f3f2ce4df95d281cf04ed3ac44b6def7523b4b2 100644 (file)
@@ -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
index 012e133cf649344aaf9578d0c34178e0752a9be0..6839c0654ec804a75f0fcd2e657f4d8dc882a376 100644 (file)
@@ -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
index b6aafb4526c6f9854b08945d8cd31027d7e31bbf..c3a84e4af0461abec1ea9b31f02ee40e2a29f301 100644 (file)
@@ -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
index 671ef7c57330e9fbb22f2315034ea772fb4675aa..8b5741d7978ee8d260d8b0998d92d0271ada1d04 100644 (file)
@@ -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
index 838b356a62ceebb639403790ee9a30766983a5fe..e6a191fd3f86045194d2cc0b0387e9cb6a6de2a2 100644 (file)
@@ -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
index 164182d1a6f2283423feafe87655d1d9d4f2338a..c11567be9cdf4923471341ac1b2ed09ef5b1ba3e 100644 (file)
@@ -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
index bf207a75fd2c677aaa56b5f7410cb60499b92157..983c1846d1de196d1bffe24c03d518e3e572a987 100644 (file)
@@ -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
index 19e7afe4f91e73ef81b4cf7082a92a646809b369..1a15fafe4677f6e74e9bdf10aaa56c9829de6ad2 100644 (file)
 @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
index 01e9c31e7b7779e1011cbcb3b8e111ebc31ce4f9..a68c2cc47a33618b2a739fbfc5725e19dd246410 100644 (file)
@@ -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
index 320cd4c3ecdce310ddb6c0205edba18e32fb4a56..cc1b9bd09031b422c33ee3051bb2f318469c0482 100644 (file)
@@ -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
index edf99ca5c900003f0ac87a4b86a1452c48914f81..fed35c74a4bc226b5a6044f85cb365f5b94fa7d7 100644 (file)
@@ -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
index 7a3069a85d575a56a5c168ecffe9fde9a3afe786..1ecdf37e651a7b6971c61609b902f99f68438154 100644 (file)
@@ -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
index b10b26958c6c085478ded19cb8dd017232f29bc2..5c3f4aba03f91a40fab9a7a469fe1017b7b7f1f8 100644 (file)
@@ -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
index 9ada21e144c90529ae71772890b26fc009f46dae..3007069a9d60426f7f5f7032e06eafbe9f5f347a 100644 (file)
@@ -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
index ee2b9d33b9d0f9bddc53a9c8179057c9569be0a4..09125d595cf313894902ff52345edb26f7b18345 100644 (file)
@@ -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.
 
index 76641b2158df12feaf66922e86b74837345f509e..85a93ae9afe95efdd49e19714e74955029c12b20 100755 (executable)
@@ -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
index 7d06ba1fa67c63088399c966a9780110f395fe14..e9392a153efabf49c05598ddc25141eef6c03306 100755 (executable)
@@ -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
index 7fe1eab377509b0978dd0a1b266ea8cb679181e9..80e2012849c3715ab4af446bfe48d91912e963d5 100644 (file)
@@ -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.
 
index a9d706075582e274b34bf68b265fba91ae59bc4e..a1a850e479eb7d000941d6710f14aa208cd2a503 100644 (file)
@@ -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.
  .
index 4d75e82a8d4be170174d903620d76aa66cb2a762..4089cb3d0c140f235be3b3faf4bb8a1ca338b3cd 100644 (file)
 @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
index 6e8a4bbd36f636541d24e1efcae034e3087d8a27..90b53c7848214cbd12dc57d6d69bb061883bb37e 100644 (file)
@@ -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
index 5460f37e2e65107806166383ee128ad9911a8ad9..1b478703300635e9652cead93b75e10e23a7378a 100644 (file)
@@ -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
index db4cfca5045e116be5f5bd912fdfdce6155cf334..4c559cb2edad546a1ace3e5ccbffd7e96d396199 100644 (file)
@@ -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
index 7375838edecf5c4de8db287c6b41a0ef27aaec74..9eb9baf5015b7bd75e4d466d90b77ca90fa86911 100644 (file)
@@ -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.
 
index 5d87ba71f30ca8b2da105c42fdf601c54276493a..118d84d145616076d3dbea8219c8a1afd8105903 100644 (file)
@@ -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.
 
index df785bc97948b7101e31d5a7eec8028abf61aaed..25a628b1959e0822af21cee16bf227e6f0dd6ffb 100644 (file)
@@ -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.
 
index 2e0a0a730859d10167df69019fe1b13212656177..1dbe229f2e41f621c7473c413e381292e5fcd51a 100644 (file)
@@ -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.
  .
index 6d43e49766e6aac8005c0024394e3c7c99a86ee1..fcd367834e2a36bedce3c2c02770f312100f9817 100644 (file)
@@ -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.
 
 |#
 
index e2078a5556565c19c06af85f6d61a46e4a6308f3..66496c69a26384885abb38addf2be5b89d9db784 100644 (file)
@@ -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.
 
 |#
 
index 28ec2cd8a7a3ddca8cc0bd8a29dbdc3af036913b..87d83f9fe7714fe235c6bd37ba5d9e226c9a40a7 100644 (file)
@@ -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.
 
 |#
 
index 086d63d6be0d7b804c8b43838cbacb9b108ed6da..a4d6de802a89e358e39182218a049c39954ca0d9 100644 (file)
@@ -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.
 
 |#
 
index d27620f65d164b178d320c8cb1bf9f94617b49d6..40ca2910b893761170a5c0d5a10dee951b5d4913 100644 (file)
@@ -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.
 
 |#
 
index 795563f7b61a5c57326b26eaf29f74b7f7f3a2a3..ba20a62c52ede87d77bd8e6f56a95fca3c713015 100644 (file)
@@ -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.
 
 |#
 
index 892ff27ec1f7d3a9791587b71058b847cebc4e6f..59badf58eba5c8ab12f6119b6ee44b2f74e36631 100644 (file)
@@ -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.
 
 |#
 
index e03f40e84b29f8192c3073741f747b6a47dcd02d..9b126b665fceab8f03c8b43cec9f7c691a812d88 100755 (executable)
@@ -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.
 
index 38995030dd5ed19ac37d1d2fb077e3b807ef7edc..b0c6e180672fa14a7ad070c55570127ef9db67a2 100644 (file)
@@ -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.
 
 |#
 
index b4c7221212badcf3e1244675cce258fb4c879097..9572c49b2d83b6f47691a1e2112add6a1a65eed6 100755 (executable)
@@ -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.
 
index 20b4f9290f0d60bf8f6fba64a4871105b54549ab..08a841f03ff9c01ba2313e890296569bdf83bb3a 100644 (file)
@@ -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.
 
 |#
 
index e9b517afa6a363e29437aa13d10dbc6474b8b56a..3da22e1a10ee55dbef0619472568afe72aba3fea 100644 (file)
@@ -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.
 
 |#
 
index 2bd39c404b1512af99c3e8174f8108ce52ffde96..4c0cd62a2fcf8494c7376093e1f5296298f30f9c 100644 (file)
@@ -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.
 
 |#
 
index 3836b293661dfaffbce3058e2e35dea1f49e0e8a..dfda20e95e3ce3ff51c9698e2584cbc9e32536ab 100644 (file)
@@ -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
index 4a28fe0b10c4448cb805685113aef2641113df5f..e452d9786d3d9a259d50473d4525ba0db24d2a4b 100644 (file)
@@ -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.
 
 |#
 
index 09f3bc2f27e81c9afc1df0cde70f5cf9bbf8df84..a2666ae6652a7620fc84161bea864957845008e9 100644 (file)
@@ -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
index d23879115b41569ea97434fbafcfe5be2567a5df..a261f76965c8969359269d7818eff9a07ee4bb0c 100644 (file)
@@ -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.
 
 |#
 
index 11ebd6c86a0a47859ed79e1096346272e40f6229..4601f4774c4c571aadc6b7662fc16a3f19ee7438 100644 (file)
@@ -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.
 
 |#
 
index d3ab62577ffef8594a95cb89d3d5bcc13e11e9de..04958c12d637dc748426717337bc73253526abf6 100644 (file)
@@ -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.
 
 |#
 
index c08041b6e56c2487f0a0e669a07fde9f709680a5..a1faaf1c5b9b6f0895cec576f46dbe5423673144 100644 (file)
@@ -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.
 
 |#
 
index 23ac0ae4f8625d45912ac4fe802994cd3dcbaba0..b43c4aa1fe1fe6d9eed5b8ea31d9e2b340e244e5 100644 (file)
@@ -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.
 
 |#
 
index e63391cab8cc493ba9e7c4a5abdb7914f7a876ac..d5a734a15fd2ae59c5c6f29895f79dd7f094108f 100644 (file)
@@ -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.
 
 |#
 
index cf3567d66c89713bb72709ef5bb1f4d4d324f7f3..a5fc224147f6d83a458f971e3a635b491ca7b872 100644 (file)
@@ -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.
 
 |#
 
index 171ede38ebb46e348445fe9f66a0e4560ae3b179..af696867f34d6a2f0f0ae72530a6872b214d9744 100644 (file)
@@ -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.
 
 |#
 
index fbac8800e88b2f8754e8e7c24626a33ab06c8de6..58a70ff81067b6f9dd1945f235df97b90068ca10 100644 (file)
@@ -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.
 
 |#