From 5bf5e595647ed691c35e325ab18c51fe716eee01 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 8 Jun 2016 17:07:07 -0700 Subject: [PATCH] x11-screen/: Fix copyrights. --- src/x11-screen/Makefile.am | 8 ++++---- src/x11-screen/NEWS | 19 +++++++++---------- src/x11-screen/compile.sh | 18 +++++++++--------- src/x11-screen/configure.ac | 8 ++++---- src/x11-screen/ed-ffi.scm | 17 ++++++++--------- src/x11-screen/x11-command.scm | 17 ++++++++--------- src/x11-screen/x11-key.scm | 17 ++++++++--------- src/x11-screen/x11-screen-test.scm | 2 +- src/x11-screen/x11-screen.pkg | 17 ++++++++--------- src/x11-screen/x11-screen.scm | 17 ++++++++--------- 10 files changed, 67 insertions(+), 73 deletions(-) diff --git a/src/x11-screen/Makefile.am b/src/x11-screen/Makefile.am index bacb3241c..f114996f9 100644 --- a/src/x11-screen/Makefile.am +++ b/src/x11-screen/Makefile.am @@ -5,20 +5,20 @@ ## 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 ## Massachusetts Institute of Technology ## -## This file is part of the X11-Screen option for MIT/GNU Scheme. +## This file is part of an X11-screen plugin for MIT/GNU Scheme. ## -## X11-Screen 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. ## -## X11-Screen 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 X11-Screen; if not, write to the Free Software +## along with this plugin; if not, write to the Free Software ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ## 02110-1301, USA. diff --git a/src/x11-screen/NEWS b/src/x11-screen/NEWS index 1043181c5..45724ca0d 100644 --- a/src/x11-screen/NEWS +++ b/src/x11-screen/NEWS @@ -5,22 +5,21 @@ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Massachusetts Institute of Technology -This file is part of MIT/GNU Scheme. +This file is part of an X11-screen plugin for MIT/GNU Scheme. -MIT/GNU Scheme 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. -MIT/GNU Scheme 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 MIT/GNU Scheme; 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. mit-scheme-x11-screen 0.1 - Matt Birkholz, 2016-05-25 ===================================================== diff --git a/src/x11-screen/compile.sh b/src/x11-screen/compile.sh index d44f7298a..5c0d625f9 100755 --- a/src/x11-screen/compile.sh +++ b/src/x11-screen/compile.sh @@ -6,24 +6,24 @@ # 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 # Massachusetts Institute of Technology # -# This file is part of MIT/GNU Scheme. +# This file is part of an X11-screen plugin for MIT/GNU Scheme. # -# MIT/GNU Scheme 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. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# MIT/GNU Scheme 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 MIT/GNU Scheme; 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. -# Compile the X11-SCREEN option. +# Compile the X11-SCREEN plugin. set -e : ${MIT_SCHEME_EXE=mit-scheme} diff --git a/src/x11-screen/configure.ac b/src/x11-screen/configure.ac index e4a0cf709..a306e920c 100644 --- a/src/x11-screen/configure.ac +++ b/src/x11-screen/configure.ac @@ -12,20 +12,20 @@ AC_COPYRIGHT( 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Massachusetts Institute of Technology -This file is part of an x11-screen option for MIT/GNU Scheme. +This file is part of an X11-screen plugin for MIT/GNU Scheme. -This option 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 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 Foundation, +along with this plugin; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. ]) diff --git a/src/x11-screen/ed-ffi.scm b/src/x11-screen/ed-ffi.scm index 5328df603..7454c7ae8 100644 --- a/src/x11-screen/ed-ffi.scm +++ b/src/x11-screen/ed-ffi.scm @@ -5,22 +5,21 @@ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Massachusetts Institute of Technology -This file is part of MIT/GNU Scheme. +This file is part of an X11-screen plugin for MIT/GNU Scheme. -MIT/GNU Scheme 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. -MIT/GNU Scheme 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 MIT/GNU Scheme; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/x11-screen/x11-command.scm b/src/x11-screen/x11-command.scm index 0a7999b02..7f0843323 100644 --- a/src/x11-screen/x11-command.scm +++ b/src/x11-screen/x11-command.scm @@ -5,22 +5,21 @@ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Massachusetts Institute of Technology -This file is part of MIT/GNU Scheme. +This file is part of an X11-screen plugin for MIT/GNU Scheme. -MIT/GNU Scheme 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. -MIT/GNU Scheme 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 MIT/GNU Scheme; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/x11-screen/x11-key.scm b/src/x11-screen/x11-key.scm index 686773f7e..d66e25285 100644 --- a/src/x11-screen/x11-key.scm +++ b/src/x11-screen/x11-key.scm @@ -5,22 +5,21 @@ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Massachusetts Institute of Technology -This file is part of MIT/GNU Scheme. +This file is part of an X11-screen plugin for MIT/GNU Scheme. -MIT/GNU Scheme 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. -MIT/GNU Scheme 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 MIT/GNU Scheme; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/x11-screen/x11-screen-test.scm b/src/x11-screen/x11-screen-test.scm index 6c2c8ece6..cb92c542a 100644 --- a/src/x11-screen/x11-screen-test.scm +++ b/src/x11-screen/x11-screen-test.scm @@ -5,7 +5,7 @@ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Massachusetts Institute of Technology -This file is part of an x11 plugin for MIT/GNU Scheme. +This file is part of an X11-screen plugin for MIT/GNU Scheme. This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/x11-screen/x11-screen.pkg b/src/x11-screen/x11-screen.pkg index 3a5ff34e6..a3a84ba04 100644 --- a/src/x11-screen/x11-screen.pkg +++ b/src/x11-screen/x11-screen.pkg @@ -5,22 +5,21 @@ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Massachusetts Institute of Technology -This file is part of MIT/GNU Scheme. +This file is part of an X11-screen plugin for MIT/GNU Scheme. -MIT/GNU Scheme 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. -MIT/GNU Scheme 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 MIT/GNU Scheme; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, -USA. +along with this plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |# diff --git a/src/x11-screen/x11-screen.scm b/src/x11-screen/x11-screen.scm index bc198af52..35543143e 100644 --- a/src/x11-screen/x11-screen.scm +++ b/src/x11-screen/x11-screen.scm @@ -5,22 +5,21 @@ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Massachusetts Institute of Technology -This file is part of MIT/GNU Scheme. +This file is part of an X11-screen plugin for MIT/GNU Scheme. -MIT/GNU Scheme 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. -MIT/GNU Scheme 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 MIT/GNU Scheme; 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. |# -- 2.25.1