diff --git a/.guix.scm b/.guix.scm index 7831712d..a80d8afc 100644 --- a/.guix.scm +++ b/.guix.scm @@ -1,22 +1,22 @@ ;;; .guix.scm -- Guix package definition -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: ;; diff --git a/BOOTSTRAP b/BOOTSTRAP index 31ecc60f..184bbf7c 100644 --- a/BOOTSTRAP +++ b/BOOTSTRAP @@ -56,7 +56,7 @@ about the bootstrap binaries and compilers? *** New solution: Full source bootstrapping path * How? -** Software: MesCC-tools, M2-Planet, Mes and MesCC +** Software: MesCC-tools, M2-Planet, GNU Mes and MesCC ** MesCC-tools https://github.com/oriansj/mescc-tools @@ -75,13 +75,13 @@ be source. *** M1: a macro assembler written in M0 *** hex2: a hex2 linker written in M0 *** M2-Planet: a self-hosting M2 (C-with-structs) transpiler written in M1 -*** Mes: A Scheme interpreter written in C, with cpp transformed into M2 +*** GNU Mes: A Scheme interpreter written in C, with cpp transformed into M2 *** MesCC: A C compiler written in Scheme *** tcc-boot: a patched version of TinyCC -** Mes and MesCC +** GNU Mes and MesCC - https://gitlab.com/janneke/mes + https://www.gnu.org/software/mes *** mes.c: a Scheme interpreter in ~5,000LOC of simple C *** mescc: a C compiler written in Scheme (uses Nyacc C99 parser in Scheme) diff --git a/ChangeLog b/ChangeLog index f5be91b8..eafd8df5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ Normally a ChangeLog is generated at "make dist" time and available in source tarballs. -If not, see the Git commit log at . +If not, see the Git commit log at diff --git a/GNUmakefile b/GNUmakefile index 79c29e4b..fac25342 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,20 +1,20 @@ -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . GUILE_FLAGS:=--no-auto-compile -L . -L module -C . -C module diff --git a/HACKING b/HACKING index 740afaa9..e18ccb26 100644 --- a/HACKING +++ b/HACKING @@ -1,5 +1,7 @@ -*-mode:org-*- +#+TITLE: Hacking GNU Mes + * SETUP guix environment -l .guix.scm #64 bit + 32bit diff --git a/INSTALL b/INSTALL index c79ddaf9..eaf9a79e 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ -*- org -*- -Building and Installing Mes +Building and Installing GNU Mes Mes can be built in two modes: as a regulare package build or as a bootstrap package. @@ -8,13 +8,13 @@ After bootstrapping Mes, it can be used to bootstrap TinyCC (tcc) in a similar way. * Get it - git clone https://gitlab.com/janneke/mes + git clone [[git://git.savannah.gnu.org][git://git.savannah.gnu.org/mes.git]] * Regular build ** Prerequisites *** Guix - guix environment -l guix.scm #64 bit + 32bit - guix environment --system=i686-linux -l guix.scm #32 bit only + guix environment -l .guix.scm #64 bit + 32bit + guix environment --system=i686-linux -l .guix.scm #32 bit only *** Other GNU/Linux - [[https://github.com/oriansj/mescc-tools][mescc-tools]], 0.5 is known to work. @@ -38,7 +38,7 @@ similar way. make install * Guix it - guix package -f guix.scm + guix package -f .guix.scm * Bootstrap build diff --git a/NEWS b/NEWS index c7b88ad4..2011b867 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -*- org -*- -#+TITLE: Mes NEWS – history of user-visible changes +#+TITLE: GNU Mes NEWS – history of user-visible changes #+STARTUP: content hidestars Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen diff --git a/README b/README index 472c9441..f7946ae9 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -*- org -*- -Mes -- Maxwell Equations of Software +GNU Mes --- Maxwell Equations of Software -[[http://gitlab.comog/janneke/mes][Mes]] aims to help create full +[[https://www.gnu.org/software/mes][GNU Mes]] aims to help create full source bootstrapping for GNU/Linux distributions such as [[https://www.gnu.org/software/guix][GuixSD]] as part of the [[http://bootstrappable.org][bootstrappable builds]] effort. @@ -22,16 +22,16 @@ self-hosting. Using this tcc and the Mes C library we now have a reduced-binary-seed bootstrap for the gnutools triplet: glibc-2.2.5, binutils-2.20.1, gcc-4.1.0. -Mes is inspired by The Maxwell Equations of Software: [[http://www.softwarepreservation.org/projects/LISP/book/LISP%2525201.5%252520Programmers%252520Manual.pdf][LISP-1.5]] -- John -McCarthy page 13, GNU Guix's source/binary packaging transparency and -Jeremiah Orians's [[https://github.com/oriansj/stage0][stage0]] ~500 byte self-hosting hex assembler. +GNU Mes is inspired by The Maxwell Equations of Software: [[http://www.softwarepreservation.org/projects/LISP/book/LISP%2525201.5%252520Programmers%252520Manual.pdf][LISP-1.5]] -- +John McCarthy page 13, GNU Guix's source/binary packaging transparency +and Jeremiah Orians's [[https://github.com/oriansj/stage0][stage0]] ~500 byte self-hosting hex assembler. Mes is free software, it is distributed under the terms of the GNU General Public Licence version 3 or later. See the file COPYING. * Get it - git clone http://gitlab.com/janneke/mes + git clone [[git://git.savannah.gnu.org][git://git.savannah.gnu.org/mes.git]] * Build it (see INSTALL for full instructions) @@ -51,9 +51,9 @@ General Public Licence version 3 or later. See the file COPYING. * Bugs - Please send Mes bug reports to janneke@gnu.org. + Please send Mes bug reports to guix-devel@gnu.org. -[0] http://gitlab.com/janneke/mes +[0] https://www.gnu.org/software/mes [1] https://www.gnu.org/software/guix [2] http://bootstrappable.org [3] https://github.com/oriansj/mes-m2 diff --git a/build-aux/GNUmakefile.in b/build-aux/GNUmakefile.in index 4d3ada18..35b0d5d5 100644 --- a/build-aux/GNUmakefile.in +++ b/build-aux/GNUmakefile.in @@ -1,20 +1,20 @@ -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . PHONY_TARGETS:= all all-go build check clean clean-go default dist doc help install\ install-info man gcc mes src/mes mes-gcc mes-tcc uninstall diff --git a/build-aux/build-cc.sh b/build-aux/build-cc.sh index 1fbbce5d..d617337b 100755 --- a/build-aux/build-cc.sh +++ b/build-aux/build-cc.sh @@ -1,22 +1,22 @@ #! /bin/sh -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . set -e diff --git a/build-aux/build-cc32.sh b/build-aux/build-cc32.sh index e4412215..cb731a7a 100755 --- a/build-aux/build-cc32.sh +++ b/build-aux/build-cc32.sh @@ -1,22 +1,22 @@ #! /bin/sh -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . set -e diff --git a/build-aux/build-guile.sh b/build-aux/build-guile.sh index 15af30f3..f3bba6a9 100755 --- a/build-aux/build-guile.sh +++ b/build-aux/build-guile.sh @@ -1,22 +1,22 @@ #! /bin/sh -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . . build-aux/trace.sh diff --git a/build-aux/build-mes.sh b/build-aux/build-mes.sh index 5668a1f3..4a3521f3 100755 --- a/build-aux/build-mes.sh +++ b/build-aux/build-mes.sh @@ -1,22 +1,22 @@ #! /bin/sh -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . . build-aux/config.sh . build-aux/trace.sh diff --git a/build-aux/cc-mes.sh b/build-aux/cc-mes.sh index 5e9bf973..71f4b85b 100755 --- a/build-aux/cc-mes.sh +++ b/build-aux/cc-mes.sh @@ -1,22 +1,22 @@ #! /bin/sh -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . set -e diff --git a/build-aux/cc.sh b/build-aux/cc.sh index fcd468f3..07987d02 100755 --- a/build-aux/cc.sh +++ b/build-aux/cc.sh @@ -1,22 +1,22 @@ #! /bin/sh -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . set -e diff --git a/build-aux/cc32-mes.sh b/build-aux/cc32-mes.sh index b51e3791..6de4de73 100755 --- a/build-aux/cc32-mes.sh +++ b/build-aux/cc32-mes.sh @@ -1,22 +1,22 @@ #! /bin/sh -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . set -e diff --git a/build-aux/check-boot.sh b/build-aux/check-boot.sh index d4687ce8..62078aa5 100755 --- a/build-aux/check-boot.sh +++ b/build-aux/check-boot.sh @@ -1,22 +1,22 @@ #! /bin/bash -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . set -e diff --git a/build-aux/check-mes.sh b/build-aux/check-mes.sh index c41a30cc..f45ca83b 100755 --- a/build-aux/check-mes.sh +++ b/build-aux/check-mes.sh @@ -1,22 +1,22 @@ #! /bin/sh -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . set -e diff --git a/build-aux/check-mescc.sh b/build-aux/check-mescc.sh index b7244dad..485d8121 100755 --- a/build-aux/check-mescc.sh +++ b/build-aux/check-mescc.sh @@ -1,22 +1,22 @@ #! /bin/sh -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . set -e . build-aux/config.sh diff --git a/build-aux/manifest.scm b/build-aux/manifest.scm index d02fd6d2..455c5b17 100644 --- a/build-aux/manifest.scm +++ b/build-aux/manifest.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (use-modules (guix packages)) (set! %load-path (cons "guix" %load-path)) diff --git a/build-aux/mes-snarf.scm b/build-aux/mes-snarf.scm index ca796499..208f62e8 100755 --- a/build-aux/mes-snarf.scm +++ b/build-aux/mes-snarf.scm @@ -3,23 +3,23 @@ exec ${GUILE-guile} --no-auto-compile -L $(dirname $0) -C $(dirname $0) -e '(mes-snarf)' -s "$0" "$@" !# -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; mes-snarf.scm: This file is part of Mes. +;;; mes-snarf.scm: This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (mes-snarf) #:use-module (srfi srfi-1) diff --git a/build-aux/pre-inst-env.in b/build-aux/pre-inst-env.in index 63715ece..86cb1ce9 100644 --- a/build-aux/pre-inst-env.in +++ b/build-aux/pre-inst-env.in @@ -1,22 +1,22 @@ #! @BASH@ -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . top_builddest="@top_builddest@" abs_top_srcdir="@abs_top_srcdir@" diff --git a/build-aux/setup-mes.sh b/build-aux/setup-mes.sh index 391ca818..c60f89e6 100644 --- a/build-aux/setup-mes.sh +++ b/build-aux/setup-mes.sh @@ -62,7 +62,7 @@ fi echo checking for mes if ! command -v mes; then sudo apt-get install --no-install-recommends git - git clone http://gitlab.com/janneke/mes + git clone git://git.savannah.gnu.org/mes.git cd mes git checkout wip-gnu ./configure diff --git a/build-aux/test.sh b/build-aux/test.sh index 2fc590e1..b0fae65d 100755 --- a/build-aux/test.sh +++ b/build-aux/test.sh @@ -1,22 +1,22 @@ #! /bin/sh -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . set -e . build-aux/config.sh diff --git a/build.sh b/build.sh index bfb9ec63..7b9758cb 100755 --- a/build.sh +++ b/build.sh @@ -1,22 +1,22 @@ #! /bin/sh -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . . build-aux/config.sh . build-aux/trace.sh diff --git a/check.sh b/check.sh index 60df21f7..b9ab5627 100755 --- a/check.sh +++ b/check.sh @@ -1,22 +1,22 @@ #! /bin/sh -# Mes --- Maxwell Equations of Software +# GNU Mes --- Maxwell Equations of Software # Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen # -# This file is part of Mes. +# This file is part of GNU Mes. # -# Mes is free software; you can redistribute it and/or modify it +# GNU Mes 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 3 of the License, or (at # your option) any later version. # -# Mes is distributed in the hope that it will be useful, but +# GNU Mes 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 Mes. If not, see . +# along with GNU Mes. If not, see . set -e diff --git a/configure b/configure index c5fdf77f..1bf3f64d 100755 --- a/configure +++ b/configure @@ -21,23 +21,23 @@ export GUILE exec ${guile} -L . --no-auto-compile -e '(configure)' -s "$0" ${1+"$@"} !# -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; configure: This file is part of Mes. +;;; configure: This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (configure) #:use-module (srfi srfi-1) diff --git a/doc/mes.texi b/doc/mes.texi index c2ec05bf..ae99744a 100644 --- a/doc/mes.texi +++ b/doc/mes.texi @@ -4,7 +4,7 @@ @c %**start of header @setfilename mes.info @documentencoding UTF-8 -@settitle Mes Reference Manual +@settitle GNU Mes Reference Manual @c %**end of header @include version.texi @@ -51,7 +51,7 @@ Edition @value{EDITION} @* @node Top @top Mes -This document describes Mes version @value{VERSION}, a bootstrappable +This document describes GNU Mes version @value{VERSION}, a bootstrappable Scheme interpreter and C compiler written for bootstrapping the GNU system. @menu @@ -115,7 +115,7 @@ These were “Maxwell’s Equations of Software!” @author Alan Kay @end quotation -Mes@footnote{``Mes'' is an acronym for the Maxwell Equations of +GNU Mes@footnote{``Mes'' is an acronym for the Maxwell Equations of Software.} consists of a mutual self-hosting Scheme interpreter written in C and a Nyacc-based (see @pxref{NYACC User's Guide,,, nyacc-ug, NYACC User's Guide}) C compiler written in Scheme. @@ -301,18 +301,18 @@ to somehow close the gap to building the bootstrap binaries, esp. GNU Gcc and GNU Libc. What better way to do that than by leveraging the powers of LISP? -Mes is a Scheme@footnote{Scheme is a modern LISP} interpreter that will -be indirectly bootstrapped from @file{hex0} and that wields the magical -powers of LISP to close the bootstrap gap, asserting we can enjoy -software Freedom 1. +GNU Mes is a Scheme@footnote{Scheme is a modern LISP} interpreter that +will be indirectly bootstrapped from @file{hex0} and that wields the +magical powers of LISP to close the bootstrap gap, asserting we can +enjoy software Freedom 1. @c ********************************************************************* @node Installation @chapter Installation @cindex installing Mes -Mes is available for download from -@url{http://gitlab.com/janneke/mes/}. This section describes the +Mes is available for download from its website at +@url{http://www.gnu.org/pub/gnu/mes/}. This section describes the software requirements of Mes, as well as how to install it and get ready to use it. @@ -331,7 +331,7 @@ build procedure for Mes is the same as for other GNU software, and is not covered here. Please see the files @file{README} and @file{INSTALL} in the Mes source tree for additional details. -Mes depends on the following packages: +GNU Mes depends on the following packages: @itemize @item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.13 or @@ -380,7 +380,7 @@ Bootstrapping Mes depends on the following packages: @itemize @item a POSIX-compatible shell @item @url{https://github.com/oriansj/mescc-tools/, mescc-tools}, version 0.5 or later. -@item @url{http://gitlab.com/janneke/mes-seed/, mes-seed}, version 0.16 or later. +@item @url{http://gitlab.com/janneke/mes-seed/, mes-seed}, version 0.17 or later. @end itemize @node Running the Test Suites @@ -788,11 +788,11 @@ during the parsing phase. @node Building from Git @section Building from Git -If you want to hack Mes itself, it is recommended to use the latest +If you want to hack GNU Mes itself, it is recommended to use the latest version from the Git repository: @example -git clone https://gitlab.com/janneke/mes.git +git clone git://git.savannah.gnu.org/mes.git @end example The easiest way to set up a development environment for Mes is, of @@ -812,9 +812,10 @@ the @email{guix-devel@@gnu.org} mailing list. @node Running Mes From the Source Tree @section Running Mes From the Source Tree -Running Mes from the source tree is supported out of the box. This has -been accomplished by using some magic and heuristics. These should be -removed and if necessary replaced by a @file{./pre-inst-env} trick. +First, you need to have an environment with all the dependencies +available (@pxref{Building from Git}), and then simply prefix each +command by @command{./pre-inst-env} (the @file{pre-inst-env} script +lives in the top build tree of Mes). @node The Perfect Setup @section The Perfect Setup diff --git a/guix/git/mes.scm b/guix/git/mes.scm index 650ecc18..918ffbaf 100644 --- a/guix/git/mes.scm +++ b/guix/git/mes.scm @@ -1,24 +1,24 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; ;;; Also borrowing code from: ;;; guile-sdl2 --- FFI bindings for SDL2 ;;; Copyright © 2015 David Thompson ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (git mes) #:use-module (srfi srfi-1) @@ -150,11 +150,11 @@ hex2 linker.") (delete 'strip)))) ; binutil's strip b0rkes Mescc/M1/hex2 binaries (synopsis "Scheme interpreter and C compiler for full source bootstrapping") (description - "Mes [Maxwell Equations of Software] aims to create full source + "GNU Mes [Maxwell Equations of Software] aims to create full source bootstrapping for GuixSD. It consists of a mutual self-hosting [close to Guile-] Scheme interpreter prototype in C and a Nyacc-based C compiler in [Guile] Scheme.") - (home-page "https://gitlab.com/janneke/mes") + (home-page "https://www.gnu.org/software/mes") (license gpl3+)))) (define-public mes.git diff --git a/include/00-test.i b/include/00-test.i index 79742278..1d06b6dc 100644 --- a/include/00-test.i +++ b/include/00-test.i @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ int test (); diff --git a/include/30-test.i b/include/30-test.i index a9fbdb81..a6f70786 100644 --- a/include/30-test.i +++ b/include/30-test.i @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/include/alloca.h b/include/alloca.h index 0515093b..eae15876 100644 --- a/include/alloca.h +++ b/include/alloca.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_ALLOCA_H #define __MES_ALLOCA_H 1 diff --git a/include/argz.h b/include/argz.h index 2904ee21..bc5bd6d9 100644 --- a/include/argz.h +++ b/include/argz.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_ARGZ_H #define __MES_ARGZ_H 1 diff --git a/include/assert.h b/include/assert.h index 317c99f4..7bfbac48 100644 --- a/include/assert.h +++ b/include/assert.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_ASSERT_H #define __MES_ASSERT_H 1 diff --git a/include/ctype.h b/include/ctype.h index 027abdba..8c209c52 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_CTYPE_H #define __MES_CTYPE_H 1 diff --git a/include/dlfcn.h b/include/dlfcn.h index c758b062..28ec8873 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_DLFCN_H #define __MES_DLFCN_H 1 diff --git a/include/endian.h b/include/endian.h index 192bc83a..a313134f 100644 --- a/include/endian.h +++ b/include/endian.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_ENDIAN_H #define __MES_ENDIAN_H 1 diff --git a/include/errno.h b/include/errno.h index 78ceabe7..442934a6 100644 --- a/include/errno.h +++ b/include/errno.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_ERRNO_H #define __MES_ERRNO_H 1 diff --git a/include/fcntl.h b/include/fcntl.h index ab89de08..2126cc77 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_FCNTL_H #define __MES_FCNTL_H 1 diff --git a/include/features.h b/include/features.h index eeecfc95..1d0e7eb7 100644 --- a/include/features.h +++ b/include/features.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_FEATURES_H #define __MES_FEATURES_H 1 diff --git a/include/float.h b/include/float.h index d250aea8..de0a1cfb 100644 --- a/include/float.h +++ b/include/float.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_FLOAT_H #define __MES_FLOAT_H 1 diff --git a/include/getopt.h b/include/getopt.h index 1c50e936..b70cfad2 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -1,22 +1,22 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. * Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_GETOPT_H #define __MES_GETOPT_H 1 diff --git a/include/inttypes.h b/include/inttypes.h index eae673aa..45640d90 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_INTTYPES_H #define __MES_INTTYPES_H 1 diff --git a/include/libgen.h b/include/libgen.h index 001069a8..2cb080c4 100644 --- a/include/libgen.h +++ b/include/libgen.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_LIBGEN_H #define __MES_LIBGEN_H 1 diff --git a/include/libmes.h b/include/libmes.h index 65a85a0f..01bdf70f 100644 --- a/include/libmes.h +++ b/include/libmes.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_LIBMES_H diff --git a/include/limits.h b/include/limits.h index 87066fba..b31007da 100644 --- a/include/limits.h +++ b/include/limits.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_LIMITS_H #define __MES_LIMITS_H 1 diff --git a/include/locale.h b/include/locale.h index d429a767..18eb2914 100644 --- a/include/locale.h +++ b/include/locale.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_LOCALE_H #define __MES_LOCALE_H 1 diff --git a/include/math.h b/include/math.h index a8d5636e..14b20815 100644 --- a/include/math.h +++ b/include/math.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_MATH_H #define __MES_MATH_H 1 diff --git a/include/memory.h b/include/memory.h index 4412c56e..ea6fc7c9 100644 --- a/include/memory.h +++ b/include/memory.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_MEMORY_H #define __MES_MEMORY_H 1 diff --git a/include/pwd.h b/include/pwd.h index a9b9b6d8..416d0e9a 100644 --- a/include/pwd.h +++ b/include/pwd.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_PWD_H #define __MES_PWD_H 1 diff --git a/include/setjmp.h b/include/setjmp.h index e5f1e404..fe413f8a 100644 --- a/include/setjmp.h +++ b/include/setjmp.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SETJMP_H #define __MES_SETJMP_H 1 diff --git a/include/signal.h b/include/signal.h index 4491e914..3d7f69c5 100644 --- a/include/signal.h +++ b/include/signal.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SIGNAL_H #define __MES_SIGNAL_H 1 diff --git a/include/stdarg.h b/include/stdarg.h index 65e3a61a..08c38159 100644 --- a/include/stdarg.h +++ b/include/stdarg.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_STDARG_H #define __MES_STDARG_H 1 diff --git a/include/stdbool.h b/include/stdbool.h index 1fc8a873..5efed757 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_STDBOOL_H #define __MES_STDBOOL_H 1 diff --git a/include/stddef.h b/include/stddef.h index e352bf63..6456b62e 100644 --- a/include/stddef.h +++ b/include/stddef.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_STDDEF_H #define __MES_STDDEF_H 1 diff --git a/include/stdint.h b/include/stdint.h index ca6f4573..d6fb7d99 100644 --- a/include/stdint.h +++ b/include/stdint.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_STDINT_H #define __MES_STDINT_H 1 diff --git a/include/stdio.h b/include/stdio.h index 0d2fd469..10001845 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_STDIO_H #define __MES_STDIO_H 1 diff --git a/include/stdlib.h b/include/stdlib.h index 99f72bbd..a5f94ed3 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_STDLIB_H #define __MES_STDLIB_H 1 diff --git a/include/stdnoreturn.h b/include/stdnoreturn.h index 0e615ac7..1b61db51 100644 --- a/include/stdnoreturn.h +++ b/include/stdnoreturn.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_STDNORETURN_H #define __MES_STDNORETURN_H 1 diff --git a/include/string.h b/include/string.h index 51e226dd..dea3072b 100644 --- a/include/string.h +++ b/include/string.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_STRING_H #define __MES_STRING_H 1 diff --git a/include/strings.h b/include/strings.h index 72c986e1..9f56b68f 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_STRINGS_H #define __MES_STRINGS_H 1 diff --git a/include/sys/cdefs.h b/include/sys/cdefs.h index f04c7d80..ffabc307 100644 --- a/include/sys/cdefs.h +++ b/include/sys/cdefs.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_CDEFS_H #define __MES_SYS_CDEFS_H 1 diff --git a/include/sys/dir.h b/include/sys/dir.h index d7607b6d..b7efb80a 100644 --- a/include/sys/dir.h +++ b/include/sys/dir.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_DIR_H #define __MES_SYS_DIR_H 1 diff --git a/include/sys/file.h b/include/sys/file.h index e9fcd317..071110eb 100644 --- a/include/sys/file.h +++ b/include/sys/file.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_FILE_H #define __MES_SYS_FILE_H 1 diff --git a/include/sys/ioctl.h b/include/sys/ioctl.h index dbe4beca..e1bff6af 100644 --- a/include/sys/ioctl.h +++ b/include/sys/ioctl.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_IOCTL_H #define __MES_SYS_IOCTL_H 1 diff --git a/include/sys/mman.h b/include/sys/mman.h index 9d59f84f..77b87d02 100644 --- a/include/sys/mman.h +++ b/include/sys/mman.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_MMAN_H #define __MES_SYS_MMAN_H 1 diff --git a/include/sys/param.h b/include/sys/param.h index 32e6d6a7..0f8f6708 100644 --- a/include/sys/param.h +++ b/include/sys/param.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_PARAM_H #define __MES_SYS_PARAM_H 1 diff --git a/include/sys/resource.h b/include/sys/resource.h index 099bb5fc..276405ba 100644 --- a/include/sys/resource.h +++ b/include/sys/resource.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_RESOURCE_H #define __MES_SYS_RESOURCE_H 1 diff --git a/include/sys/select.h b/include/sys/select.h index ff989124..d82636fa 100644 --- a/include/sys/select.h +++ b/include/sys/select.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_SELECT_H #define __MES_SYS_SELECT_H 1 diff --git a/include/sys/stat.h b/include/sys/stat.h index 4ccd5a7e..c8a83cd4 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_STAT_H #define __MES_SYS_STAT_H 1lei diff --git a/include/sys/time.h b/include/sys/time.h index e8769fed..49069499 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_TIME_H #define __MES_SYS_TIME_H 1 diff --git a/include/sys/timeb.h b/include/sys/timeb.h index 5d1abf6c..259250a0 100644 --- a/include/sys/timeb.h +++ b/include/sys/timeb.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_TIMEB_H #define __MES_SYS_TIMEB_H 1 diff --git a/include/sys/times.h b/include/sys/times.h index c9b54018..91f3e3bd 100644 --- a/include/sys/times.h +++ b/include/sys/times.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_TIMES_H #define __MES_SYS_TIMES_H 1 diff --git a/include/sys/types.h b/include/sys/types.h index 11949317..c4b9ede7 100644 --- a/include/sys/types.h +++ b/include/sys/types.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_TYPES_H #define __MES_SYS_TYPES_H 1 diff --git a/include/sys/ucontext.h b/include/sys/ucontext.h index 2de76493..ba473db7 100644 --- a/include/sys/ucontext.h +++ b/include/sys/ucontext.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_UCONTEXT_H #define __MES_SYS_UCONTEXT_H 1 diff --git a/include/sys/user.h b/include/sys/user.h index a3ea1a15..04513cf0 100644 --- a/include/sys/user.h +++ b/include/sys/user.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_USER_H #define __MES_SYS_USER_H 1 diff --git a/include/sys/wait.h b/include/sys/wait.h index aa4473fb..b809ca77 100644 --- a/include/sys/wait.h +++ b/include/sys/wait.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_SYS_WAIT_H #define __MES_SYS_WAIT_H 1 diff --git a/include/time.h b/include/time.h index c7ab8a2f..75b53473 100644 --- a/include/time.h +++ b/include/time.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_TIME_H #define __MES_TIME_H 1 diff --git a/include/unistd.h b/include/unistd.h index cda0dd14..6eb7634c 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #ifndef __MES_UNISTD_H #define __MES_UNISTD_H 1 diff --git a/lib/binutils.c b/lib/binutils.c index 857b2ff6..53f0822c 100644 --- a/lib/binutils.c +++ b/lib/binutils.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/gcc.c b/lib/gcc.c index 8687b352..00afafa0 100644 --- a/lib/gcc.c +++ b/lib/gcc.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/glibc.c b/lib/glibc.c index 08b830cb..1e67bdd9 100644 --- a/lib/glibc.c +++ b/lib/glibc.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ int diff --git a/lib/libc+gnu.c b/lib/libc+gnu.c index 98160b0b..e2303090 100644 --- a/lib/libc+gnu.c +++ b/lib/libc+gnu.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/libc+tcc-gcc.c b/lib/libc+tcc-gcc.c index d50e82c3..050e227a 100644 --- a/lib/libc+tcc-gcc.c +++ b/lib/libc+tcc-gcc.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/libc+tcc-mes.c b/lib/libc+tcc-mes.c index 6949cb32..cfca1ec9 100644 --- a/lib/libc+tcc-mes.c +++ b/lib/libc+tcc-mes.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/libc+tcc.c b/lib/libc+tcc.c index 877fed81..46168ae7 100644 --- a/lib/libc+tcc.c +++ b/lib/libc+tcc.c @@ -1,23 +1,23 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen * Copyright © 2018 Jeremiah Orians * Copyright (C) 2018 Han-Wen Nienhuys * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/libc-mini.c b/lib/libc-mini.c index aa7a2b5c..b4aa79f9 100644 --- a/lib/libc-mini.c +++ b/lib/libc-mini.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/libc.c b/lib/libc.c index 3efe18e6..45b9c190 100644 --- a/lib/libc.c +++ b/lib/libc.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/libg.c b/lib/libg.c index 7628c8b6..bf3ee22c 100644 --- a/lib/libg.c +++ b/lib/libg.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ // gcc/xgcc wants -lg with all these diff --git a/lib/libgetopt.c b/lib/libgetopt.c index 62d3f85d..d8f0dbfc 100644 --- a/lib/libgetopt.c +++ b/lib/libgetopt.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/libmes.c b/lib/libmes.c index afa9dc8b..ee26d44a 100644 --- a/lib/libmes.c +++ b/lib/libmes.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/libtcc1.c b/lib/libtcc1.c index fa64bb2d..1ae0fa69 100644 --- a/lib/libtcc1.c +++ b/lib/libtcc1.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/linux/crt0.c b/lib/linux/crt0.c index 5a34f358..46dd2d8c 100644 --- a/lib/linux/crt0.c +++ b/lib/linux/crt0.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ // no clue what crt0.o is and why gcc-2.6.3 needs it diff --git a/lib/linux/crt1.c b/lib/linux/crt1.c index a3999583..8148f268 100644 --- a/lib/linux/crt1.c +++ b/lib/linux/crt1.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ char **environ = 0; diff --git a/lib/linux/crti.c b/lib/linux/crti.c index 1038f49d..e11c4684 100644 --- a/lib/linux/crti.c +++ b/lib/linux/crti.c @@ -1,19 +1,19 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ diff --git a/lib/linux/crtn.c b/lib/linux/crtn.c index 1038f49d..e11c4684 100644 --- a/lib/linux/crtn.c +++ b/lib/linux/crtn.c @@ -1,19 +1,19 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ diff --git a/lib/linux/gcc.c b/lib/linux/gcc.c index fd617783..9b8adfdc 100644 --- a/lib/linux/gcc.c +++ b/lib/linux/gcc.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/linux/gnu.c b/lib/linux/gnu.c index 80eb8746..0f0425d3 100644 --- a/lib/linux/gnu.c +++ b/lib/linux/gnu.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #define SYS_link 0x09 diff --git a/lib/linux/libc-mini.c b/lib/linux/libc-mini.c index cd9e2d88..84d7d555 100644 --- a/lib/linux/libc-mini.c +++ b/lib/linux/libc-mini.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #if __MESC__ diff --git a/lib/linux/libc.c b/lib/linux/libc.c index 0b6ad18f..d9243f26 100644 --- a/lib/linux/libc.c +++ b/lib/linux/libc.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/linux/mes.c b/lib/linux/mes.c index 40633785..4195f9e5 100644 --- a/lib/linux/mes.c +++ b/lib/linux/mes.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/linux/mini-gcc.c b/lib/linux/mini-gcc.c index 40a79610..59b50847 100644 --- a/lib/linux/mini-gcc.c +++ b/lib/linux/mini-gcc.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #define SYS_exit "0x01" diff --git a/lib/linux/mini-mes.c b/lib/linux/mini-mes.c index ef57ac10..79a6867a 100644 --- a/lib/linux/mini-mes.c +++ b/lib/linux/mini-mes.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ void diff --git a/lib/linux/tcc.c b/lib/linux/tcc.c index 092d65dd..cee4e13e 100644 --- a/lib/linux/tcc.c +++ b/lib/linux/tcc.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #define SYS_close 0x06 diff --git a/lib/m4.c b/lib/m4.c index f29a4c73..aaee5639 100644 --- a/lib/m4.c +++ b/lib/m4.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/lib/stdlib/abort.c b/lib/stdlib/abort.c index 2231c516..6f6be919 100644 --- a/lib/stdlib/abort.c +++ b/lib/stdlib/abort.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ void diff --git a/lib/stdlib/malloc.c b/lib/stdlib/malloc.c index ca15261d..d9892308 100644 --- a/lib/stdlib/malloc.c +++ b/lib/stdlib/malloc.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ char *__brk = 0; diff --git a/lib/string/memcpy.c b/lib/string/memcpy.c index 330311f3..afdfca90 100644 --- a/lib/string/memcpy.c +++ b/lib/string/memcpy.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ void * diff --git a/lib/x86-mes/exit-42.c b/lib/x86-mes/exit-42.c index f4078b1b..644557bd 100644 --- a/lib/x86-mes/exit-42.c +++ b/lib/x86-mes/exit-42.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ int diff --git a/lib/x86-mes/x86.M1 b/lib/x86-mes/x86.M1 index 77e84cc0..49952564 100644 --- a/lib/x86-mes/x86.M1 +++ b/lib/x86-mes/x86.M1 @@ -1,20 +1,20 @@ -### Mes --- Maxwell Equations of Software +### GNU Mes --- Maxwell Equations of Software ### Copyright © 2017 Jan (janneke) Nieuwenhuizen ### -### This file is part of Mes. +### This file is part of GNU Mes. ### ### Mes 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 3 of the License, or (at ### your option) any later version. ### -### Mes is distributed in the hope that it will be useful, but +### GNU Mes 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 Mes. If not, see . +### along with GNU Mes. If not, see . DEFINE add____$i32,%eax 05 diff --git a/mes/module/mes/base.mes b/mes/module/mes/base.mes index 51d0f488..15af15d1 100644 --- a/mes/module/mes/base.mes +++ b/mes/module/mes/base.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/boot-0.scm.in b/mes/module/mes/boot-0.scm.in index 96bf72d7..f4cf991a 100644 --- a/mes/module/mes/boot-0.scm.in +++ b/mes/module/mes/boot-0.scm.in @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: @@ -268,7 +268,7 @@ (version? (option-ref options 'version #f))) (or (and version? - (display (string-append "mes (Mes) " %version "\n")) + (display (string-append "mes (GNU Mes) " %version "\n")) (exit 0)) (and (or help? usage?) (display "Usage: mes [OPTION]... [FILE]... diff --git a/mes/module/mes/boot-00.scm b/mes/module/mes/boot-00.scm index 977a9ed7..3c43c85c 100644 --- a/mes/module/mes/boot-00.scm +++ b/mes/module/mes/boot-00.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;; boot-00.scm (define mes %version) diff --git a/mes/module/mes/boot-01.scm b/mes/module/mes/boot-01.scm index d8d9a62f..086cb00b 100644 --- a/mes/module/mes/boot-01.scm +++ b/mes/module/mes/boot-01.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;; boot-00.scm (define mes %version) diff --git a/mes/module/mes/boot-02.scm b/mes/module/mes/boot-02.scm index 17837445..b38ec924 100644 --- a/mes/module/mes/boot-02.scm +++ b/mes/module/mes/boot-02.scm @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/catch.mes b/mes/module/mes/catch.mes index 9ea0decb..7048bc3d 100644 --- a/mes/module/mes/catch.mes +++ b/mes/module/mes/catch.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (mes-use-module (mes let)) (mes-use-module (mes fluids)) diff --git a/mes/module/mes/display.mes b/mes/module/mes/display.mes index 110a9470..9ddedf02 100644 --- a/mes/module/mes/display.mes +++ b/mes/module/mes/display.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/fluids.mes b/mes/module/mes/fluids.mes index 9761b8f2..77ffcd23 100644 --- a/mes/module/mes/fluids.mes +++ b/mes/module/mes/fluids.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/getopt-long.mes b/mes/module/mes/getopt-long.mes index b2c66fd7..a5ba1418 100644 --- a/mes/module/mes/getopt-long.mes +++ b/mes/module/mes/getopt-long.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/guile.mes b/mes/module/mes/guile.mes index b59135b3..65169415 100644 --- a/mes/module/mes/guile.mes +++ b/mes/module/mes/guile.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/lalr.mes b/mes/module/mes/lalr.mes index dadc40ee..83430a16 100644 --- a/mes/module/mes/lalr.mes +++ b/mes/module/mes/lalr.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/let.mes b/mes/module/mes/let.mes index 6cc51025..0b2ea842 100644 --- a/mes/module/mes/let.mes +++ b/mes/module/mes/let.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/match.mes b/mes/module/mes/match.mes index 537ba0be..d8eb2e0c 100644 --- a/mes/module/mes/match.mes +++ b/mes/module/mes/match.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/mescc.mes b/mes/module/mes/mescc.mes index cb8ff2aa..4e5f6b1d 100644 --- a/mes/module/mes/mescc.mes +++ b/mes/module/mes/mescc.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/misc.mes b/mes/module/mes/misc.mes index 6988ce84..b1749f5c 100644 --- a/mes/module/mes/misc.mes +++ b/mes/module/mes/misc.mes @@ -1,21 +1,21 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (include-from-path "mes/misc.scm") diff --git a/mes/module/mes/module.mes b/mes/module/mes/module.mes index 667817e8..5c111df8 100644 --- a/mes/module/mes/module.mes +++ b/mes/module/mes/module.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/optargs.mes b/mes/module/mes/optargs.mes index cf6e6702..aa42e4af 100644 --- a/mes/module/mes/optargs.mes +++ b/mes/module/mes/optargs.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/peg.mes b/mes/module/mes/peg.mes index 83b39af3..cf12e019 100644 --- a/mes/module/mes/peg.mes +++ b/mes/module/mes/peg.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/pmatch.mes b/mes/module/mes/pmatch.mes index 3f6fba4c..4f15bc3b 100644 --- a/mes/module/mes/pmatch.mes +++ b/mes/module/mes/pmatch.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/posix.mes b/mes/module/mes/posix.mes index 1cacf70d..ae6288f7 100644 --- a/mes/module/mes/posix.mes +++ b/mes/module/mes/posix.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2017 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/pretty-print.mes b/mes/module/mes/pretty-print.mes index 617cd3d6..95ea8373 100644 --- a/mes/module/mes/pretty-print.mes +++ b/mes/module/mes/pretty-print.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/psyntax-0.mes b/mes/module/mes/psyntax-0.mes index 49dd013a..01c10579 100644 --- a/mes/module/mes/psyntax-0.mes +++ b/mes/module/mes/psyntax-0.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (interaction-environment) (current-module)) diff --git a/mes/module/mes/psyntax-1.mes b/mes/module/mes/psyntax-1.mes index 7aa48069..37eef269 100644 --- a/mes/module/mes/psyntax-1.mes +++ b/mes/module/mes/psyntax-1.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/psyntax.mes b/mes/module/mes/psyntax.mes index f02e3952..6399fb5c 100644 --- a/mes/module/mes/psyntax.mes +++ b/mes/module/mes/psyntax.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/quasiquote.mes b/mes/module/mes/quasiquote.mes index 46144e5c..c1e610f7 100644 --- a/mes/module/mes/quasiquote.mes +++ b/mes/module/mes/quasiquote.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/quasisyntax.mes b/mes/module/mes/quasisyntax.mes index 9f674d38..0dbc306c 100644 --- a/mes/module/mes/quasisyntax.mes +++ b/mes/module/mes/quasisyntax.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/repl.mes b/mes/module/mes/repl.mes index fef9a0e9..4f4ab5a3 100644 --- a/mes/module/mes/repl.mes +++ b/mes/module/mes/repl.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: @@ -28,10 +28,10 @@ (mes-use-module (srfi srfi-14)) (define welcome - (string-append "Mes " %version " + (string-append "GNU Mes " %version " Copyright (C) 2016,2017,2018 Jan (janneke) Nieuwenhuizen -Mes comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. +GNU Mes comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. @@ -39,7 +39,7 @@ Enter `,help' for help. ")) (define warranty -"Mes is distributed WITHOUT ANY WARRANTY. The following +"GNU Mes is distributed WITHOUT ANY WARRANTY. The following sections from the GNU General Public License, version 3, should make that clear. @@ -79,18 +79,18 @@ See , for more details. ") (define copying -"Mes is free software; you can redistribute it and/or modify it +"GNU Mes 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 3 of the License, or (at your option) any later version. -Mes is distributed in the hope that it will be useful, but +GNU Mes 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 Mes. If not, see . +along with GNU Mes. If not, see . ") (define help-commands diff --git a/mes/module/mes/scm.mes b/mes/module/mes/scm.mes index 8cb23c5e..0c994714 100644 --- a/mes/module/mes/scm.mes +++ b/mes/module/mes/scm.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/syntax.mes b/mes/module/mes/syntax.mes index 4ff64e78..f8229624 100644 --- a/mes/module/mes/syntax.mes +++ b/mes/module/mes/syntax.mes @@ -1,22 +1,22 @@ ;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/syntax.scm b/mes/module/mes/syntax.scm index 7493ef9d..2769dbf1 100644 --- a/mes/module/mes/syntax.scm +++ b/mes/module/mes/syntax.scm @@ -1,23 +1,23 @@ ;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright (c) 1993-2004 by Richard Kelsey and Jonathan Rees. ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mes/test.mes b/mes/module/mes/test.mes index 41d6a2c9..7b3011c1 100644 --- a/mes/module/mes/test.mes +++ b/mes/module/mes/test.mes @@ -1,21 +1,21 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (include-from-path "mes/test.scm") diff --git a/mes/module/mes/type-0.mes b/mes/module/mes/type-0.mes index 493b5ecc..d5519113 100644 --- a/mes/module/mes/type-0.mes +++ b/mes/module/mes/type-0.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mescc/M1.mes b/mes/module/mescc/M1.mes index 057c5eb7..342af07e 100644 --- a/mes/module/mescc/M1.mes +++ b/mes/module/mescc/M1.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (mes-use-module (srfi srfi-1)) (mes-use-module (srfi srfi-26)) diff --git a/mes/module/mescc/as.mes b/mes/module/mescc/as.mes index 92d88e06..02a56e7a 100644 --- a/mes/module/mescc/as.mes +++ b/mes/module/mescc/as.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (mes-use-module (srfi srfi-1)) (mes-use-module (mescc bytevectors)) diff --git a/mes/module/mescc/bytevectors.mes b/mes/module/mescc/bytevectors.mes index da91c72a..ccd0d9a3 100644 --- a/mes/module/mescc/bytevectors.mes +++ b/mes/module/mescc/bytevectors.mes @@ -1,21 +1,21 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (include-from-path "mescc/bytevectors.scm") diff --git a/mes/module/mescc/compile.mes b/mes/module/mescc/compile.mes index 702363c4..b28a64c4 100644 --- a/mes/module/mescc/compile.mes +++ b/mes/module/mescc/compile.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (mes-use-module (srfi srfi-1)) (mes-use-module (srfi srfi-13)) diff --git a/mes/module/mescc/i386/as.mes b/mes/module/mescc/i386/as.mes index b5abb749..f1c97a28 100644 --- a/mes/module/mescc/i386/as.mes +++ b/mes/module/mescc/i386/as.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (mes-use-module (mescc as)) (include-from-path "mescc/i386/as.scm") diff --git a/mes/module/mescc/info.mes b/mes/module/mescc/info.mes index ea30e301..d9bbf860 100644 --- a/mes/module/mescc/info.mes +++ b/mes/module/mescc/info.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/mescc/mescc.mes b/mes/module/mescc/mescc.mes index dde67dea..6e8c9a04 100644 --- a/mes/module/mescc/mescc.mes +++ b/mes/module/mescc/mescc.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (mes-use-module (srfi srfi-1)) (mes-use-module (srfi srfi-13)) diff --git a/mes/module/mescc/preprocess.mes b/mes/module/mescc/preprocess.mes index a2414d1f..c7c5fcaa 100644 --- a/mes/module/mescc/preprocess.mes +++ b/mes/module/mescc/preprocess.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (mes-use-module (mes optargs)) (mes-use-module (mes pmatch)) diff --git a/mes/module/nyacc/lalr.mes b/mes/module/nyacc/lalr.mes index a4af1c1e..c6117918 100644 --- a/mes/module/nyacc/lalr.mes +++ b/mes/module/nyacc/lalr.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/nyacc/lang/c99/cpp.mes b/mes/module/nyacc/lang/c99/cpp.mes index 75d1f902..fad1dc55 100644 --- a/mes/module/nyacc/lang/c99/cpp.mes +++ b/mes/module/nyacc/lang/c99/cpp.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/nyacc/lang/c99/parser.mes b/mes/module/nyacc/lang/c99/parser.mes index 00031d5e..c51552d6 100644 --- a/mes/module/nyacc/lang/c99/parser.mes +++ b/mes/module/nyacc/lang/c99/parser.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/nyacc/lang/c99/pprint.mes b/mes/module/nyacc/lang/c99/pprint.mes index 593da972..35153f21 100644 --- a/mes/module/nyacc/lang/c99/pprint.mes +++ b/mes/module/nyacc/lang/c99/pprint.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2017 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/nyacc/lang/calc/parser.mes b/mes/module/nyacc/lang/calc/parser.mes index 0884da86..d82af3d8 100644 --- a/mes/module/nyacc/lang/calc/parser.mes +++ b/mes/module/nyacc/lang/calc/parser.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/nyacc/lang/util.mes b/mes/module/nyacc/lang/util.mes index 860899b5..4452c9bd 100644 --- a/mes/module/nyacc/lang/util.mes +++ b/mes/module/nyacc/lang/util.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/nyacc/lex.mes b/mes/module/nyacc/lex.mes index ee3ff6af..34a7e686 100644 --- a/mes/module/nyacc/lex.mes +++ b/mes/module/nyacc/lex.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/nyacc/parse.mes b/mes/module/nyacc/parse.mes index 94e71960..8b5d7ed2 100644 --- a/mes/module/nyacc/parse.mes +++ b/mes/module/nyacc/parse.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/nyacc/util.mes b/mes/module/nyacc/util.mes index e122c2d0..74c85458 100644 --- a/mes/module/nyacc/util.mes +++ b/mes/module/nyacc/util.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/rnrs/arithmetic/bitwise.mes b/mes/module/rnrs/arithmetic/bitwise.mes index 482c1444..03537929 100644 --- a/mes/module/rnrs/arithmetic/bitwise.mes +++ b/mes/module/rnrs/arithmetic/bitwise.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/srfi/srfi-0.mes b/mes/module/srfi/srfi-0.mes index cffa9b20..85799d24 100644 --- a/mes/module/srfi/srfi-0.mes +++ b/mes/module/srfi/srfi-0.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/srfi/srfi-1.mes b/mes/module/srfi/srfi-1.mes index 494a197e..84bf44b6 100644 --- a/mes/module/srfi/srfi-1.mes +++ b/mes/module/srfi/srfi-1.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/srfi/srfi-13.mes b/mes/module/srfi/srfi-13.mes index 82db4c3c..29316166 100644 --- a/mes/module/srfi/srfi-13.mes +++ b/mes/module/srfi/srfi-13.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/srfi/srfi-14.mes b/mes/module/srfi/srfi-14.mes index babbb68c..0be39b1e 100644 --- a/mes/module/srfi/srfi-14.mes +++ b/mes/module/srfi/srfi-14.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/srfi/srfi-16.mes b/mes/module/srfi/srfi-16.mes index c42d4a86..c626e393 100644 --- a/mes/module/srfi/srfi-16.mes +++ b/mes/module/srfi/srfi-16.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/srfi/srfi-26.mes b/mes/module/srfi/srfi-26.mes index 0471654e..69fd5e5e 100644 --- a/mes/module/srfi/srfi-26.mes +++ b/mes/module/srfi/srfi-26.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/srfi/srfi-43.mes b/mes/module/srfi/srfi-43.mes index df3c3a6a..bb590f67 100644 --- a/mes/module/srfi/srfi-43.mes +++ b/mes/module/srfi/srfi-43.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/srfi/srfi-8.mes b/mes/module/srfi/srfi-8.mes index 9326257f..909f7bd8 100644 --- a/mes/module/srfi/srfi-8.mes +++ b/mes/module/srfi/srfi-8.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/srfi/srfi-9.mes b/mes/module/srfi/srfi-9.mes index 47767c9d..84a5de49 100644 --- a/mes/module/srfi/srfi-9.mes +++ b/mes/module/srfi/srfi-9.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2017 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/srfi/srfi-9/gnu.mes b/mes/module/srfi/srfi-9/gnu.mes index 8bdad798..6f7e084a 100644 --- a/mes/module/srfi/srfi-9/gnu.mes +++ b/mes/module/srfi/srfi-9/gnu.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/mes/module/sxml/xpath.mes b/mes/module/sxml/xpath.mes index c99ac498..2d8782eb 100644 --- a/mes/module/sxml/xpath.mes +++ b/mes/module/sxml/xpath.mes @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/module/mes/guile.scm b/module/mes/guile.scm index b38f4252..614aae12 100644 --- a/module/mes/guile.scm +++ b/module/mes/guile.scm @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/module/mes/mes-0.scm b/module/mes/mes-0.scm index 7e92d664..f5635545 100644 --- a/module/mes/mes-0.scm +++ b/module/mes/mes-0.scm @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; mes-0.scm: This file is part of Mes. +;;; mes-0.scm: This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/module/mes/misc.scm b/module/mes/misc.scm index 35c964e3..e6d15275 100644 --- a/module/mes/misc.scm +++ b/module/mes/misc.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (mes misc) #:use-module (srfi srfi-1) diff --git a/module/mes/test.scm b/module/mes/test.scm index 00fe9617..ad922ccc 100644 --- a/module/mes/test.scm +++ b/module/mes/test.scm @@ -1,22 +1,22 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/module/mescc/M1.scm b/module/mescc/M1.scm index 12941672..7ee1de71 100644 --- a/module/mescc/M1.scm +++ b/module/mescc/M1.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/module/mescc/as.scm b/module/mescc/as.scm index b4a85cdb..af63d3b3 100644 --- a/module/mescc/as.scm +++ b/module/mescc/as.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (mescc as) #:use-module (srfi srfi-1) diff --git a/module/mescc/bytevectors.scm b/module/mescc/bytevectors.scm index b1cf14a3..1bb01981 100644 --- a/module/mescc/bytevectors.scm +++ b/module/mescc/bytevectors.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/module/mescc/compile.scm b/module/mescc/compile.scm index fc9ac628..16748b58 100644 --- a/module/mescc/compile.scm +++ b/module/mescc/compile.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/module/mescc/i386/as.scm b/module/mescc/i386/as.scm index 797d62e4..ffd02262 100644 --- a/module/mescc/i386/as.scm +++ b/module/mescc/i386/as.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/module/mescc/info.scm b/module/mescc/info.scm index 267dc003..10b21ef9 100644 --- a/module/mescc/info.scm +++ b/module/mescc/info.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/module/mescc/mescc.scm b/module/mescc/mescc.scm index df05b886..9d2ea7c4 100644 --- a/module/mescc/mescc.scm +++ b/module/mescc/mescc.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (mescc mescc) #:use-module (srfi srfi-1) diff --git a/module/mescc/preprocess.scm b/module/mescc/preprocess.scm index 9a4d7367..9e341cba 100644 --- a/module/mescc/preprocess.scm +++ b/module/mescc/preprocess.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/scaffold/argv.c b/scaffold/argv.c index 6e64f0ca..7debb05b 100644 --- a/scaffold/argv.c +++ b/scaffold/argv.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/boot/00-zero.scm b/scaffold/boot/00-zero.scm index ffc6b773..9dd47809 100644 --- a/scaffold/boot/00-zero.scm +++ b/scaffold/boot/00-zero.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . 0 diff --git a/scaffold/boot/01-true.scm b/scaffold/boot/01-true.scm index 71262e02..fd1e7b37 100644 --- a/scaffold/boot/01-true.scm +++ b/scaffold/boot/01-true.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . #t diff --git a/scaffold/boot/02-identifier.scm b/scaffold/boot/02-identifier.scm index cf78d918..3bb73ba0 100644 --- a/scaffold/boot/02-identifier.scm +++ b/scaffold/boot/02-identifier.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . 'boo '4a diff --git a/scaffold/boot/02-symbol.scm b/scaffold/boot/02-symbol.scm index a008a23e..7ca406ad 100644 --- a/scaffold/boot/02-symbol.scm +++ b/scaffold/boot/02-symbol.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . 'mes diff --git a/scaffold/boot/03-big-string.scm b/scaffold/boot/03-big-string.scm index f741c667..a4aa4e5f 100644 --- a/scaffold/boot/03-big-string.scm +++ b/scaffold/boot/03-big-string.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . "Mes is distributed WITHOUT ANY WARRANTY. The following sections from the GNU General Public License, version 3, should diff --git a/scaffold/boot/03-string.scm b/scaffold/boot/03-string.scm index c3380684..c15ecfd4 100644 --- a/scaffold/boot/03-string.scm +++ b/scaffold/boot/03-string.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . "mes" diff --git a/scaffold/boot/04-cons.scm b/scaffold/boot/04-cons.scm index f7ee4d36..a8bbc235 100644 --- a/scaffold/boot/04-cons.scm +++ b/scaffold/boot/04-cons.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (cons 0 1) diff --git a/scaffold/boot/04-quote.scm b/scaffold/boot/04-quote.scm index efc08f86..51b1276c 100644 --- a/scaffold/boot/04-quote.scm +++ b/scaffold/boot/04-quote.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (quote (0 1)) diff --git a/scaffold/boot/05-big-list.scm b/scaffold/boot/05-big-list.scm index a2541376..4f8833b7 100644 --- a/scaffold/boot/05-big-list.scm +++ b/scaffold/boot/05-big-list.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (list 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 diff --git a/scaffold/boot/05-list-list.scm b/scaffold/boot/05-list-list.scm index 4cd913f7..c1258024 100644 --- a/scaffold/boot/05-list-list.scm +++ b/scaffold/boot/05-list-list.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (list 0 1 (list 20 21) 3) diff --git a/scaffold/boot/05-list.scm b/scaffold/boot/05-list.scm index ef68d074..b6137d48 100644 --- a/scaffold/boot/05-list.scm +++ b/scaffold/boot/05-list.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (list 0 1) diff --git a/scaffold/boot/06-tick.scm b/scaffold/boot/06-tick.scm index c4354af6..53c16a09 100644 --- a/scaffold/boot/06-tick.scm +++ b/scaffold/boot/06-tick.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . '(0 1) diff --git a/scaffold/boot/07-if.scm b/scaffold/boot/07-if.scm index 265cc76a..d888f7ec 100644 --- a/scaffold/boot/07-if.scm +++ b/scaffold/boot/07-if.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (if #t 0 1) diff --git a/scaffold/boot/08-if-if.scm b/scaffold/boot/08-if-if.scm index 58853f1a..20c5e2ee 100644 --- a/scaffold/boot/08-if-if.scm +++ b/scaffold/boot/08-if-if.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (if #t (if #t 'foo)) diff --git a/scaffold/boot/10-cons.scm b/scaffold/boot/10-cons.scm index f7ee4d36..a8bbc235 100644 --- a/scaffold/boot/10-cons.scm +++ b/scaffold/boot/10-cons.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (cons 0 1) diff --git a/scaffold/boot/11-list.scm b/scaffold/boot/11-list.scm index ef68d074..b6137d48 100644 --- a/scaffold/boot/11-list.scm +++ b/scaffold/boot/11-list.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (list 0 1) diff --git a/scaffold/boot/12-car.scm b/scaffold/boot/12-car.scm index f6dc8698..0ebb17a2 100644 --- a/scaffold/boot/12-car.scm +++ b/scaffold/boot/12-car.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (car '(0 1)) diff --git a/scaffold/boot/13-cdr.scm b/scaffold/boot/13-cdr.scm index d76f302c..c760620c 100644 --- a/scaffold/boot/13-cdr.scm +++ b/scaffold/boot/13-cdr.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (cdr '(0 . 1)) diff --git a/scaffold/boot/14-exit.scm b/scaffold/boot/14-exit.scm index 8c738cc2..2e3cb4bd 100644 --- a/scaffold/boot/14-exit.scm +++ b/scaffold/boot/14-exit.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (exit 0) diff --git a/scaffold/boot/15-display.scm b/scaffold/boot/15-display.scm index 89cadde4..05652670 100644 --- a/scaffold/boot/15-display.scm +++ b/scaffold/boot/15-display.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (core:display "t00\n") diff --git a/scaffold/boot/16-if-eq-quote.scm b/scaffold/boot/16-if-eq-quote.scm index e0218659..a9fdd79e 100644 --- a/scaffold/boot/16-if-eq-quote.scm +++ b/scaffold/boot/16-if-eq-quote.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (if (if #t (eq? 0 '0)) (exit 0)) (exit 1) diff --git a/scaffold/boot/20-define-quote.scm b/scaffold/boot/20-define-quote.scm index b355670e..cb58a463 100644 --- a/scaffold/boot/20-define-quote.scm +++ b/scaffold/boot/20-define-quote.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define cell:type-alist (list (cons (quote )))) diff --git a/scaffold/boot/20-define-quoted.scm b/scaffold/boot/20-define-quoted.scm index 1828fc9e..88280297 100644 --- a/scaffold/boot/20-define-quoted.scm +++ b/scaffold/boot/20-define-quoted.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define mes '(0 1)) mes diff --git a/scaffold/boot/20-define.scm b/scaffold/boot/20-define.scm index 238b5cbd..a1d949c5 100644 --- a/scaffold/boot/20-define.scm +++ b/scaffold/boot/20-define.scm @@ -1,19 +1,19 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define t #t) diff --git a/scaffold/boot/21-define-procedure.scm b/scaffold/boot/21-define-procedure.scm index b1cddfb6..de19043d 100644 --- a/scaffold/boot/21-define-procedure.scm +++ b/scaffold/boot/21-define-procedure.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (not x) (if x #f #t)) (if (not #f) (exit 0) (exit 1)) diff --git a/scaffold/boot/22-define-procedure-2.scm b/scaffold/boot/22-define-procedure-2.scm index 747c16b8..c826a9cb 100644 --- a/scaffold/boot/22-define-procedure-2.scm +++ b/scaffold/boot/22-define-procedure-2.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (not x) (if x #f #t)) (define (not2 x) (if x #f #t)) diff --git a/scaffold/boot/23-begin.scm b/scaffold/boot/23-begin.scm index 5fd9091e..877858f5 100644 --- a/scaffold/boot/23-begin.scm +++ b/scaffold/boot/23-begin.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (begin #t) diff --git a/scaffold/boot/24-begin-define.scm b/scaffold/boot/24-begin-define.scm index 2bd96471..a3a76421 100644 --- a/scaffold/boot/24-begin-define.scm +++ b/scaffold/boot/24-begin-define.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (begin (define (not x) (if x #f #t))) diff --git a/scaffold/boot/25-begin-define-2.scm b/scaffold/boot/25-begin-define-2.scm index f5a94cdb..a3bd57ac 100644 --- a/scaffold/boot/25-begin-define-2.scm +++ b/scaffold/boot/25-begin-define-2.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (begin (define (not x) (if x #f #t)) diff --git a/scaffold/boot/26-begin-define-later.scm b/scaffold/boot/26-begin-define-later.scm index a49a638d..2df02c78 100644 --- a/scaffold/boot/26-begin-define-later.scm +++ b/scaffold/boot/26-begin-define-later.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (begin (define (foo) (bar)) diff --git a/scaffold/boot/26-define-define.scm b/scaffold/boot/26-define-define.scm index fdcdd717..a5a4622f 100644 --- a/scaffold/boot/26-define-define.scm +++ b/scaffold/boot/26-define-define.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (x x1 x2) (define b 1) diff --git a/scaffold/boot/27-lambda-define.scm b/scaffold/boot/27-lambda-define.scm index 4aeac009..9ae7f71c 100644 --- a/scaffold/boot/27-lambda-define.scm +++ b/scaffold/boot/27-lambda-define.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ((lambda (foo bar lst) (define (next) diff --git a/scaffold/boot/28-define-define.scm b/scaffold/boot/28-define-define.scm index 330e9151..61e49751 100644 --- a/scaffold/boot/28-define-define.scm +++ b/scaffold/boot/28-define-define.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (f foo lst) (define (next) diff --git a/scaffold/boot/29-lambda-define.scm b/scaffold/boot/29-lambda-define.scm index d2e88124..ca4d7fa1 100644 --- a/scaffold/boot/29-lambda-define.scm +++ b/scaffold/boot/29-lambda-define.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (if (eq? ((lambda (foo lst) diff --git a/scaffold/boot/2a-lambda-lambda.scm b/scaffold/boot/2a-lambda-lambda.scm index 65c996d5..f1b9b67b 100644 --- a/scaffold/boot/2a-lambda-lambda.scm +++ b/scaffold/boot/2a-lambda-lambda.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (if (eq? ((lambda (foo lst) diff --git a/scaffold/boot/2b-define-lambda.scm b/scaffold/boot/2b-define-lambda.scm index fc84ed29..2140916f 100644 --- a/scaffold/boot/2b-define-lambda.scm +++ b/scaffold/boot/2b-define-lambda.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define f (lambda (t) t)) diff --git a/scaffold/boot/2c-define-lambda-recurse.scm b/scaffold/boot/2c-define-lambda-recurse.scm index cc480db8..3c3c3de8 100644 --- a/scaffold/boot/2c-define-lambda-recurse.scm +++ b/scaffold/boot/2c-define-lambda-recurse.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (foo x pair?) (core:display "foo x=") (core:display x) (core:display "\n") diff --git a/scaffold/boot/2d-compose.scm b/scaffold/boot/2d-compose.scm index c76daab8..d935416d 100644 --- a/scaffold/boot/2d-compose.scm +++ b/scaffold/boot/2d-compose.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (compose proc . rest) (if (null? rest) proc diff --git a/scaffold/boot/2d-define-lambda-set.scm b/scaffold/boot/2d-define-lambda-set.scm index 553c7940..b6e0ba3c 100644 --- a/scaffold/boot/2d-define-lambda-set.scm +++ b/scaffold/boot/2d-define-lambda-set.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define foo #f) ((lambda (bar) diff --git a/scaffold/boot/2e-define-first.scm b/scaffold/boot/2e-define-first.scm index cf21d882..acae61b2 100644 --- a/scaffold/boot/2e-define-first.scm +++ b/scaffold/boot/2e-define-first.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define display core:display) (define write core:write) diff --git a/scaffold/boot/2f-define-second.scm b/scaffold/boot/2f-define-second.scm index 64900126..38076fe3 100644 --- a/scaffold/boot/2f-define-second.scm +++ b/scaffold/boot/2f-define-second.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define display core:display) (define write core:write) diff --git a/scaffold/boot/2g-vector.scm b/scaffold/boot/2g-vector.scm index f488cc1d..522e6b9e 100644 --- a/scaffold/boot/2g-vector.scm +++ b/scaffold/boot/2g-vector.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (remainder x y) (- x (* (/ x y) y))) diff --git a/scaffold/boot/30-capture.scm b/scaffold/boot/30-capture.scm index 5ee284b2..425b796b 100644 --- a/scaffold/boot/30-capture.scm +++ b/scaffold/boot/30-capture.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (x) 0) (exit (x)) diff --git a/scaffold/boot/31-capture-define.scm b/scaffold/boot/31-capture-define.scm index 77575c8b..e5efcbad 100644 --- a/scaffold/boot/31-capture-define.scm +++ b/scaffold/boot/31-capture-define.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (x) 0) (define y (x)) diff --git a/scaffold/boot/32-capture-modify-close.scm b/scaffold/boot/32-capture-modify-close.scm index fcbf66c7..16e94315 100644 --- a/scaffold/boot/32-capture-modify-close.scm +++ b/scaffold/boot/32-capture-modify-close.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (x) 0) (exit (x)) diff --git a/scaffold/boot/33-procedure-override-close.scm b/scaffold/boot/33-procedure-override-close.scm index cf358588..381d0912 100644 --- a/scaffold/boot/33-procedure-override-close.scm +++ b/scaffold/boot/33-procedure-override-close.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define core:exit exit) (define (x) 0) diff --git a/scaffold/boot/34-cdr-override-close.scm b/scaffold/boot/34-cdr-override-close.scm index 6712bc27..209eed75 100644 --- a/scaffold/boot/34-cdr-override-close.scm +++ b/scaffold/boot/34-cdr-override-close.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (x) 0) (exit (x)) diff --git a/scaffold/boot/35-closure-modify.scm b/scaffold/boot/35-closure-modify.scm index c3f44fb5..208a2d41 100644 --- a/scaffold/boot/35-closure-modify.scm +++ b/scaffold/boot/35-closure-modify.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define x 1) (define (f) x) diff --git a/scaffold/boot/36-closure-override.scm b/scaffold/boot/36-closure-override.scm index b43d781f..62522d1e 100644 --- a/scaffold/boot/36-closure-override.scm +++ b/scaffold/boot/36-closure-override.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (x) 1) (define (f) (x)) diff --git a/scaffold/boot/37-closure-lambda.scm b/scaffold/boot/37-closure-lambda.scm index 9d8ec46f..2ff04c1a 100644 --- a/scaffold/boot/37-closure-lambda.scm +++ b/scaffold/boot/37-closure-lambda.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (pair? x) (eq? (core:type x) )) diff --git a/scaffold/boot/38-simple-format.scm b/scaffold/boot/38-simple-format.scm index 39ec5ad9..4a1f9a80 100644 --- a/scaffold/boot/38-simple-format.scm +++ b/scaffold/boot/38-simple-format.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (pair? x) (eq? (core:type x) )) diff --git a/scaffold/boot/40-define-macro.scm b/scaffold/boot/40-define-macro.scm index df9dc470..f2f833d6 100644 --- a/scaffold/boot/40-define-macro.scm +++ b/scaffold/boot/40-define-macro.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-macro (when exp . body) (list 'if exp (cons 'begin body))) diff --git a/scaffold/boot/41-when.scm b/scaffold/boot/41-when.scm index 252984c6..b58c355d 100644 --- a/scaffold/boot/41-when.scm +++ b/scaffold/boot/41-when.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-macro (when exp . body) (list 'if exp (cons 'begin body))) diff --git a/scaffold/boot/42-if-when.scm b/scaffold/boot/42-if-when.scm index 866c1cad..b62d70bd 100644 --- a/scaffold/boot/42-if-when.scm +++ b/scaffold/boot/42-if-when.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-macro (foo bar) (list 'begin bar)) diff --git a/scaffold/boot/43-or.scm b/scaffold/boot/43-or.scm index 0a75fcce..bd8cb1d2 100644 --- a/scaffold/boot/43-or.scm +++ b/scaffold/boot/43-or.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-macro (or . x) (if (null? x) #f diff --git a/scaffold/boot/44-or-if.scm b/scaffold/boot/44-or-if.scm index 5ea6d570..398674d6 100644 --- a/scaffold/boot/44-or-if.scm +++ b/scaffold/boot/44-or-if.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-macro (or . x) (if (null? x) #f diff --git a/scaffold/boot/45-pass-if.scm b/scaffold/boot/45-pass-if.scm index 091ade9e..1d8a30f5 100644 --- a/scaffold/boot/45-pass-if.scm +++ b/scaffold/boot/45-pass-if.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define result (lambda (. t) diff --git a/scaffold/boot/46-report.scm b/scaffold/boot/46-report.scm index afbb668d..fa62ca07 100644 --- a/scaffold/boot/46-report.scm +++ b/scaffold/boot/46-report.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define display core:display) (define write core:write) diff --git a/scaffold/boot/47-pass-if-eq.scm b/scaffold/boot/47-pass-if-eq.scm index 07b0b375..5c5807dc 100644 --- a/scaffold/boot/47-pass-if-eq.scm +++ b/scaffold/boot/47-pass-if-eq.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define result (lambda (. t) diff --git a/scaffold/boot/48-let.scm b/scaffold/boot/48-let.scm index 3ca58d83..fecb2a39 100644 --- a/scaffold/boot/48-let.scm +++ b/scaffold/boot/48-let.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (map1 f lst) (if (null? lst) (list) diff --git a/scaffold/boot/49-macro-override.scm b/scaffold/boot/49-macro-override.scm index 3c768241..c101be5f 100644 --- a/scaffold/boot/49-macro-override.scm +++ b/scaffold/boot/49-macro-override.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-macro (when exp . body) #t) diff --git a/scaffold/boot/4a-define-macro-define-macro.scm b/scaffold/boot/4a-define-macro-define-macro.scm index ff781db5..c965cbcb 100644 --- a/scaffold/boot/4a-define-macro-define-macro.scm +++ b/scaffold/boot/4a-define-macro-define-macro.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-macro (foo) (list 'define-macro (list 'bar) diff --git a/scaffold/boot/4b-define-macro-define.scm b/scaffold/boot/4b-define-macro-define.scm index b1c76654..bcb1e66c 100644 --- a/scaffold/boot/4b-define-macro-define.scm +++ b/scaffold/boot/4b-define-macro-define.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-macro (foo) (list 'lambda (list 'exp 'r) diff --git a/scaffold/boot/4c-quasiquote.scm b/scaffold/boot/4c-quasiquote.scm index 16442eb6..5361991a 100644 --- a/scaffold/boot/4c-quasiquote.scm +++ b/scaffold/boot/4c-quasiquote.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (pair? x) (eq? (core:type x) )) (define (vector? x) diff --git a/scaffold/boot/4d-let-map.scm b/scaffold/boot/4d-let-map.scm index dd848edc..1b574c18 100644 --- a/scaffold/boot/4d-let-map.scm +++ b/scaffold/boot/4d-let-map.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define map 'boo) (define (map f lst) diff --git a/scaffold/boot/4e-let-global.scm b/scaffold/boot/4e-let-global.scm index 3560fb5f..fb35060c 100644 --- a/scaffold/boot/4e-let-global.scm +++ b/scaffold/boot/4e-let-global.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define (cadr x) (car (cdr x))) diff --git a/scaffold/boot/50-primitive-load.scm b/scaffold/boot/50-primitive-load.scm index 3ded9a8d..4f5a5bf8 100644 --- a/scaffold/boot/50-primitive-load.scm +++ b/scaffold/boot/50-primitive-load.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (cond-expand (guile) diff --git a/scaffold/boot/51-module.scm b/scaffold/boot/51-module.scm index 5a9caabb..17fe40f2 100644 --- a/scaffold/boot/51-module.scm +++ b/scaffold/boot/51-module.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (cond-expand (guile diff --git a/scaffold/boot/52-define-module.scm b/scaffold/boot/52-define-module.scm index 48277f9d..65b44268 100644 --- a/scaffold/boot/52-define-module.scm +++ b/scaffold/boot/52-define-module.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (cond-expand (guile diff --git a/scaffold/boot/53-closure-display.scm b/scaffold/boot/53-closure-display.scm index 14f31e7b..e1837c67 100644 --- a/scaffold/boot/53-closure-display.scm +++ b/scaffold/boot/53-closure-display.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (cond-expand (guile diff --git a/scaffold/boot/60-let-syntax-expanded.scm b/scaffold/boot/60-let-syntax-expanded.scm index 7a299252..301f71c3 100644 --- a/scaffold/boot/60-let-syntax-expanded.scm +++ b/scaffold/boot/60-let-syntax-expanded.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;; boot-00.scm (define mes %version) @@ -85,23 +85,23 @@ ;;(primitive-load 0) -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-macro (and . x) (if (null? x) #t @@ -274,24 +274,24 @@ ;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright (c) 1993-2004 by Richard Kelsey and Jonathan Rees. ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/scaffold/boot/60-let-syntax.scm b/scaffold/boot/60-let-syntax.scm index f670d25a..d5602258 100644 --- a/scaffold/boot/60-let-syntax.scm +++ b/scaffold/boot/60-let-syntax.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-macro (and . x) (if (null? x) #t @@ -184,24 +184,24 @@ ;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright (c) 1993-2004 by Richard Kelsey and Jonathan Rees. ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;;; Commentary: diff --git a/scaffold/boot/call-cc.scm b/scaffold/boot/call-cc.scm index 63482064..cec9b855 100644 --- a/scaffold/boot/call-cc.scm +++ b/scaffold/boot/call-cc.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;; ,expand (let loop ((i 10)) (if (eq? i 0) 0 (begin (core:display-error i) (core:display-error "\n") (loop (- i 1))))) ;; (let loop ((i 10)) (if (eq? i 0) 0 (begin (display i) (display "\n") (loop (- i 1))))) diff --git a/scaffold/boot/data/bar.mes b/scaffold/boot/data/bar.mes index 5bb25ed4..422eef73 100644 --- a/scaffold/boot/data/bar.mes +++ b/scaffold/boot/data/bar.mes @@ -1,22 +1,22 @@ ;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-macro (define-module module . rest) #t) (define-module (ice-9 optargs) diff --git a/scaffold/boot/data/i.scm b/scaffold/boot/data/i.scm index bba93a6e..f05f5833 100644 --- a/scaffold/boot/data/i.scm +++ b/scaffold/boot/data/i.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (core:display "hello i.scm\n") (define (from-i) "*from-i*") diff --git a/scaffold/boot/data/module.mes b/scaffold/boot/data/module.mes index 9332ee85..ed3f3375 100644 --- a/scaffold/boot/data/module.mes +++ b/scaffold/boot/data/module.mes @@ -1,21 +1,21 @@ ;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (display "hallo\n") \ No newline at end of file diff --git a/scaffold/boot/memory.scm b/scaffold/boot/memory.scm index 4d6efb09..9646d2bf 100644 --- a/scaffold/boot/memory.scm +++ b/scaffold/boot/memory.scm @@ -1,20 +1,20 @@ -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . ;; ,expand (let loop ((i 10)) (if (eq? i 0) 0 (begin (core:display-error i) (core:display-error "\n") (loop (- i 1))))) ;; (let loop ((i 10)) (if (eq? i 0) 0 (begin (display i) (display "\n") (loop (- i 1))))) diff --git a/scaffold/cons-mes.c b/scaffold/cons-mes.c index b88ae1ae..99984fb2 100644 --- a/scaffold/cons-mes.c +++ b/scaffold/cons-mes.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #if POSIX diff --git a/scaffold/hello.c b/scaffold/hello.c index 19441f25..23bb416e 100644 --- a/scaffold/hello.c +++ b/scaffold/hello.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/m.c b/scaffold/m.c index 36f547ab..a7a58ea5 100644 --- a/scaffold/m.c +++ b/scaffold/m.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/main.c b/scaffold/main.c index 5c02ddfe..6858db9e 100644 --- a/scaffold/main.c +++ b/scaffold/main.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ int diff --git a/scaffold/malloc.c b/scaffold/malloc.c index ad31867d..6491fd95 100644 --- a/scaffold/malloc.c +++ b/scaffold/malloc.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #if POSIX diff --git a/scaffold/micro-mes.c b/scaffold/micro-mes.c index fd04c52c..5b539bf6 100644 --- a/scaffold/micro-mes.c +++ b/scaffold/micro-mes.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #if POSIX diff --git a/scaffold/mini-mes.c b/scaffold/mini-mes.c index 3ade758f..755d9af8 100644 --- a/scaffold/mini-mes.c +++ b/scaffold/mini-mes.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #define MES_MINI 1 diff --git a/scaffold/tests/00-exit-0.c b/scaffold/tests/00-exit-0.c index 77038b6f..4a0072ea 100644 --- a/scaffold/tests/00-exit-0.c +++ b/scaffold/tests/00-exit-0.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ int diff --git a/scaffold/tests/01-return-0.c b/scaffold/tests/01-return-0.c index 42554c82..9e6ff94c 100644 --- a/scaffold/tests/01-return-0.c +++ b/scaffold/tests/01-return-0.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/02-return-1.c b/scaffold/tests/02-return-1.c index c74b455c..11b7244d 100644 --- a/scaffold/tests/02-return-1.c +++ b/scaffold/tests/02-return-1.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/03-call.c b/scaffold/tests/03-call.c index c945e4b4..843fd022 100644 --- a/scaffold/tests/03-call.c +++ b/scaffold/tests/03-call.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/04-call-0.c b/scaffold/tests/04-call-0.c index 169a9416..5de438ad 100644 --- a/scaffold/tests/04-call-0.c +++ b/scaffold/tests/04-call-0.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/05-call-1.c b/scaffold/tests/05-call-1.c index e83ae46d..6b25128a 100644 --- a/scaffold/tests/05-call-1.c +++ b/scaffold/tests/05-call-1.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/06-call-!1.c b/scaffold/tests/06-call-!1.c index 2e8c8063..452f9707 100644 --- a/scaffold/tests/06-call-!1.c +++ b/scaffold/tests/06-call-!1.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/07-include.c b/scaffold/tests/07-include.c index 0875b5ec..706d3251 100644 --- a/scaffold/tests/07-include.c +++ b/scaffold/tests/07-include.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "exit-42.i" diff --git a/scaffold/tests/10-if-0.c b/scaffold/tests/10-if-0.c index fd9c5e8a..0db974e4 100644 --- a/scaffold/tests/10-if-0.c +++ b/scaffold/tests/10-if-0.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/11-if-1.c b/scaffold/tests/11-if-1.c index 28771414..1545c9a0 100644 --- a/scaffold/tests/11-if-1.c +++ b/scaffold/tests/11-if-1.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/12-if-==.c b/scaffold/tests/12-if-==.c index efdbaa22..f8da53ee 100644 --- a/scaffold/tests/12-if-==.c +++ b/scaffold/tests/12-if-==.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/13-if-!=.c b/scaffold/tests/13-if-!=.c index 0ae9c5f2..595b18bb 100644 --- a/scaffold/tests/13-if-!=.c +++ b/scaffold/tests/13-if-!=.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/14-if-goto.c b/scaffold/tests/14-if-goto.c index 4f09f72d..1e7ab2f7 100644 --- a/scaffold/tests/14-if-goto.c +++ b/scaffold/tests/14-if-goto.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/15-if-!f.c b/scaffold/tests/15-if-!f.c index 48813b9e..291cec46 100644 --- a/scaffold/tests/15-if-!f.c +++ b/scaffold/tests/15-if-!f.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/16-if-t.c b/scaffold/tests/16-if-t.c index 48813b9e..291cec46 100644 --- a/scaffold/tests/16-if-t.c +++ b/scaffold/tests/16-if-t.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/20-while.c b/scaffold/tests/20-while.c index dfc4b92e..c70ae999 100644 --- a/scaffold/tests/20-while.c +++ b/scaffold/tests/20-while.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/21-char[].c b/scaffold/tests/21-char[].c index 19109934..48905081 100644 --- a/scaffold/tests/21-char[].c +++ b/scaffold/tests/21-char[].c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/22-while-char[].c b/scaffold/tests/22-while-char[].c index a339c41f..0a085b56 100644 --- a/scaffold/tests/22-while-char[].c +++ b/scaffold/tests/22-while-char[].c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/23-pointer.c b/scaffold/tests/23-pointer.c index 32a1905d..6d0a26f5 100644 --- a/scaffold/tests/23-pointer.c +++ b/scaffold/tests/23-pointer.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "00-test.i" diff --git a/scaffold/tests/30-strlen.c b/scaffold/tests/30-strlen.c index f430bfe9..64de98c1 100644 --- a/scaffold/tests/30-strlen.c +++ b/scaffold/tests/30-strlen.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/31-eputs.c b/scaffold/tests/31-eputs.c index 9ab1dc40..4bdfc822 100644 --- a/scaffold/tests/31-eputs.c +++ b/scaffold/tests/31-eputs.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/32-compare.c b/scaffold/tests/32-compare.c index de4d5a12..61c0e80b 100644 --- a/scaffold/tests/32-compare.c +++ b/scaffold/tests/32-compare.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/33-and-or.c b/scaffold/tests/33-and-or.c index 38d52ac3..e2f0b0f3 100644 --- a/scaffold/tests/33-and-or.c +++ b/scaffold/tests/33-and-or.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/34-pre-post.c b/scaffold/tests/34-pre-post.c index 0e6f4829..7fd860e7 100644 --- a/scaffold/tests/34-pre-post.c +++ b/scaffold/tests/34-pre-post.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/35-compare-char.c b/scaffold/tests/35-compare-char.c index bbc6adec..0c907710 100644 --- a/scaffold/tests/35-compare-char.c +++ b/scaffold/tests/35-compare-char.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/36-compare-arithmetic.c b/scaffold/tests/36-compare-arithmetic.c index c434ee5b..97ef09b0 100644 --- a/scaffold/tests/36-compare-arithmetic.c +++ b/scaffold/tests/36-compare-arithmetic.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/37-compare-assign.c b/scaffold/tests/37-compare-assign.c index 89e4db08..77d74ebc 100644 --- a/scaffold/tests/37-compare-assign.c +++ b/scaffold/tests/37-compare-assign.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/38-compare-call.c b/scaffold/tests/38-compare-call.c index fdf5281e..587d7df5 100644 --- a/scaffold/tests/38-compare-call.c +++ b/scaffold/tests/38-compare-call.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/40-if-else.c b/scaffold/tests/40-if-else.c index 6a8b0a3f..6633a3cd 100644 --- a/scaffold/tests/40-if-else.c +++ b/scaffold/tests/40-if-else.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/41-?.c b/scaffold/tests/41-?.c index ad8b5f69..90e4cfbe 100644 --- a/scaffold/tests/41-?.c +++ b/scaffold/tests/41-?.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/42-goto-label.c b/scaffold/tests/42-goto-label.c index ab2a3227..e844536d 100644 --- a/scaffold/tests/42-goto-label.c +++ b/scaffold/tests/42-goto-label.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/43-for-do-while.c b/scaffold/tests/43-for-do-while.c index a11793e5..1d7e29d3 100644 --- a/scaffold/tests/43-for-do-while.c +++ b/scaffold/tests/43-for-do-while.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/44-switch.c b/scaffold/tests/44-switch.c index 2e419275..f76e50ad 100644 --- a/scaffold/tests/44-switch.c +++ b/scaffold/tests/44-switch.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/45-void-call.c b/scaffold/tests/45-void-call.c index dcd6467d..f3456047 100644 --- a/scaffold/tests/45-void-call.c +++ b/scaffold/tests/45-void-call.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/46-function-static.c b/scaffold/tests/46-function-static.c index 2fcada90..28202739 100644 --- a/scaffold/tests/46-function-static.c +++ b/scaffold/tests/46-function-static.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ static int i = 2; diff --git a/scaffold/tests/47-function-expression.c b/scaffold/tests/47-function-expression.c index 80acb16e..f818322b 100644 --- a/scaffold/tests/47-function-expression.c +++ b/scaffold/tests/47-function-expression.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ int g_time = 1; diff --git a/scaffold/tests/48-function-destruct.c b/scaffold/tests/48-function-destruct.c index d07e2e19..1b6945cc 100644 --- a/scaffold/tests/48-function-destruct.c +++ b/scaffold/tests/48-function-destruct.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ struct foo diff --git a/scaffold/tests/49-global-static.c b/scaffold/tests/49-global-static.c index 4a3e4e4c..e5986d55 100644 --- a/scaffold/tests/49-global-static.c +++ b/scaffold/tests/49-global-static.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #if __TINYC__ diff --git a/scaffold/tests/4a-char-array.c b/scaffold/tests/4a-char-array.c index d0da7532..9908616b 100644 --- a/scaffold/tests/4a-char-array.c +++ b/scaffold/tests/4a-char-array.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ char g_hello[] = diff --git a/scaffold/tests/50-assert.c b/scaffold/tests/50-assert.c index 7f9c9d9f..d41c1085 100644 --- a/scaffold/tests/50-assert.c +++ b/scaffold/tests/50-assert.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/51-strcmp.c b/scaffold/tests/51-strcmp.c index d23126f2..f8cb72ad 100644 --- a/scaffold/tests/51-strcmp.c +++ b/scaffold/tests/51-strcmp.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/52-itoa.c b/scaffold/tests/52-itoa.c index ecf162fc..64a4b4ad 100644 --- a/scaffold/tests/52-itoa.c +++ b/scaffold/tests/52-itoa.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/53-strcpy.c b/scaffold/tests/53-strcpy.c index 106a929e..5c0d9229 100644 --- a/scaffold/tests/53-strcpy.c +++ b/scaffold/tests/53-strcpy.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/54-argv.c b/scaffold/tests/54-argv.c index 9a66268d..d301300f 100644 --- a/scaffold/tests/54-argv.c +++ b/scaffold/tests/54-argv.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/60-math.c b/scaffold/tests/60-math.c index d3d17a5c..f3f3ae82 100644 --- a/scaffold/tests/60-math.c +++ b/scaffold/tests/60-math.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/61-array.c b/scaffold/tests/61-array.c index 84c0530d..715bd160 100644 --- a/scaffold/tests/61-array.c +++ b/scaffold/tests/61-array.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/62-array.c b/scaffold/tests/62-array.c index 6c9a5405..cfb20a87 100644 --- a/scaffold/tests/62-array.c +++ b/scaffold/tests/62-array.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/63-struct-cell.c b/scaffold/tests/63-struct-cell.c index 82155947..6297eddf 100644 --- a/scaffold/tests/63-struct-cell.c +++ b/scaffold/tests/63-struct-cell.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/64-make-cell.c b/scaffold/tests/64-make-cell.c index b37c6a26..ca7ee6da 100644 --- a/scaffold/tests/64-make-cell.c +++ b/scaffold/tests/64-make-cell.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/65-read.c b/scaffold/tests/65-read.c index 5b0c8d7c..17a6f829 100644 --- a/scaffold/tests/65-read.c +++ b/scaffold/tests/65-read.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/66-local-char-array.c b/scaffold/tests/66-local-char-array.c index f13ee6db..75ade88a 100644 --- a/scaffold/tests/66-local-char-array.c +++ b/scaffold/tests/66-local-char-array.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/70-printf.c b/scaffold/tests/70-printf.c index 4366b447..ece6d299 100644 --- a/scaffold/tests/70-printf.c +++ b/scaffold/tests/70-printf.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/71-struct-array.c b/scaffold/tests/71-struct-array.c index 86118f84..d7a7473c 100644 --- a/scaffold/tests/71-struct-array.c +++ b/scaffold/tests/71-struct-array.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/72-typedef-struct-def.c b/scaffold/tests/72-typedef-struct-def.c index a08ede5f..aac004fc 100644 --- a/scaffold/tests/72-typedef-struct-def.c +++ b/scaffold/tests/72-typedef-struct-def.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/73-union.c b/scaffold/tests/73-union.c index fd76049c..cb5ea8ba 100644 --- a/scaffold/tests/73-union.c +++ b/scaffold/tests/73-union.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/74-multi-line-string.c b/scaffold/tests/74-multi-line-string.c index e976acf9..1ceb360d 100644 --- a/scaffold/tests/74-multi-line-string.c +++ b/scaffold/tests/74-multi-line-string.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/75-struct-union.c b/scaffold/tests/75-struct-union.c index 0dabcb7f..acd61972 100644 --- a/scaffold/tests/75-struct-union.c +++ b/scaffold/tests/75-struct-union.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/76-pointer-arithmetic.c b/scaffold/tests/76-pointer-arithmetic.c index 3d528994..99c59654 100644 --- a/scaffold/tests/76-pointer-arithmetic.c +++ b/scaffold/tests/76-pointer-arithmetic.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/77-pointer-assign.c b/scaffold/tests/77-pointer-assign.c index d34dc9df..0e3ad3fd 100644 --- a/scaffold/tests/77-pointer-assign.c +++ b/scaffold/tests/77-pointer-assign.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/78-union-struct.c b/scaffold/tests/78-union-struct.c index fd0cf9ec..a1694c14 100644 --- a/scaffold/tests/78-union-struct.c +++ b/scaffold/tests/78-union-struct.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/79-int-array.c b/scaffold/tests/79-int-array.c index 3619e4fd..89ed4b69 100644 --- a/scaffold/tests/79-int-array.c +++ b/scaffold/tests/79-int-array.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7a-struct-char-array.c b/scaffold/tests/7a-struct-char-array.c index 05543a7a..b0c66120 100644 --- a/scaffold/tests/7a-struct-char-array.c +++ b/scaffold/tests/7a-struct-char-array.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7b-struct-int-array.c b/scaffold/tests/7b-struct-int-array.c index 838e1dd4..51e51c70 100644 --- a/scaffold/tests/7b-struct-int-array.c +++ b/scaffold/tests/7b-struct-int-array.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7c-dynarray.c b/scaffold/tests/7c-dynarray.c index 61270f16..7d75dcb7 100644 --- a/scaffold/tests/7c-dynarray.c +++ b/scaffold/tests/7c-dynarray.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7d-cast-char.c b/scaffold/tests/7d-cast-char.c index 0ff2c3ed..d1c38756 100644 --- a/scaffold/tests/7d-cast-char.c +++ b/scaffold/tests/7d-cast-char.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7e-struct-array-access.c b/scaffold/tests/7e-struct-array-access.c index e81f37a4..4da3f751 100644 --- a/scaffold/tests/7e-struct-array-access.c +++ b/scaffold/tests/7e-struct-array-access.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7f-struct-pointer-arithmetic.c b/scaffold/tests/7f-struct-pointer-arithmetic.c index eda2556b..6ccef584 100644 --- a/scaffold/tests/7f-struct-pointer-arithmetic.c +++ b/scaffold/tests/7f-struct-pointer-arithmetic.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7g-struct-byte-word-field.c b/scaffold/tests/7g-struct-byte-word-field.c index f940e103..76f5d553 100644 --- a/scaffold/tests/7g-struct-byte-word-field.c +++ b/scaffold/tests/7g-struct-byte-word-field.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7h-struct-assign.c b/scaffold/tests/7h-struct-assign.c index 51ab52ca..2959712d 100644 --- a/scaffold/tests/7h-struct-assign.c +++ b/scaffold/tests/7h-struct-assign.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7i-struct-struct.c b/scaffold/tests/7i-struct-struct.c index 6198ee88..209468ca 100644 --- a/scaffold/tests/7i-struct-struct.c +++ b/scaffold/tests/7i-struct-struct.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7j-strtoull.c b/scaffold/tests/7j-strtoull.c index a5985405..511d56de 100644 --- a/scaffold/tests/7j-strtoull.c +++ b/scaffold/tests/7j-strtoull.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7k-for-each-elem.c b/scaffold/tests/7k-for-each-elem.c index 0082f5fb..1f652fb4 100644 --- a/scaffold/tests/7k-for-each-elem.c +++ b/scaffold/tests/7k-for-each-elem.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7l-struct-any-size-array.c b/scaffold/tests/7l-struct-any-size-array.c index 40a3318c..6e1d179c 100644 --- a/scaffold/tests/7l-struct-any-size-array.c +++ b/scaffold/tests/7l-struct-any-size-array.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7m-struct-char-array-assign.c b/scaffold/tests/7m-struct-char-array-assign.c index a841cfcb..ccbea55d 100644 --- a/scaffold/tests/7m-struct-char-array-assign.c +++ b/scaffold/tests/7m-struct-char-array-assign.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7n-struct-struct-array.c b/scaffold/tests/7n-struct-struct-array.c index eb5a11cc..6307e484 100644 --- a/scaffold/tests/7n-struct-struct-array.c +++ b/scaffold/tests/7n-struct-struct-array.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/7o-struct-pre-post.c b/scaffold/tests/7o-struct-pre-post.c index 46f22e7d..92da8196 100644 --- a/scaffold/tests/7o-struct-pre-post.c +++ b/scaffold/tests/7o-struct-pre-post.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ // struct foo {int length; char* string; struct foo *next;}; diff --git a/scaffold/tests/7p-struct-cast.c b/scaffold/tests/7p-struct-cast.c index e3bb51a2..128c6fa2 100644 --- a/scaffold/tests/7p-struct-cast.c +++ b/scaffold/tests/7p-struct-cast.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ struct foo {int length; char* string;}; diff --git a/scaffold/tests/7q-bit-field.c b/scaffold/tests/7q-bit-field.c index 24b4d394..5d0f0fb1 100644 --- a/scaffold/tests/7q-bit-field.c +++ b/scaffold/tests/7q-bit-field.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ struct bits diff --git a/scaffold/tests/7r-sign-extend.c b/scaffold/tests/7r-sign-extend.c index 96b2fe24..d9460d10 100644 --- a/scaffold/tests/7r-sign-extend.c +++ b/scaffold/tests/7r-sign-extend.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ char global_c = -1; diff --git a/scaffold/tests/7s-struct-short.c b/scaffold/tests/7s-struct-short.c index 5ab48b4d..14f3359f 100644 --- a/scaffold/tests/7s-struct-short.c +++ b/scaffold/tests/7s-struct-short.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ diff --git a/scaffold/tests/7s-unsigned-compare.c b/scaffold/tests/7s-unsigned-compare.c index 767f537c..dae588e7 100644 --- a/scaffold/tests/7s-unsigned-compare.c +++ b/scaffold/tests/7s-unsigned-compare.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/80-setjmp.c b/scaffold/tests/80-setjmp.c index 83138668..18d885de 100644 --- a/scaffold/tests/80-setjmp.c +++ b/scaffold/tests/80-setjmp.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/81-qsort.c b/scaffold/tests/81-qsort.c index 85901c0e..aca9ddfc 100644 --- a/scaffold/tests/81-qsort.c +++ b/scaffold/tests/81-qsort.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/83-heterogenoous-init.c b/scaffold/tests/83-heterogenoous-init.c index 809ad2a7..f565b888 100644 --- a/scaffold/tests/83-heterogenoous-init.c +++ b/scaffold/tests/83-heterogenoous-init.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ int foo[2], *bar; diff --git a/scaffold/tests/84-struct-field-list.c b/scaffold/tests/84-struct-field-list.c index 97c4dca9..ffd03e00 100644 --- a/scaffold/tests/84-struct-field-list.c +++ b/scaffold/tests/84-struct-field-list.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/85-sizeof.c b/scaffold/tests/85-sizeof.c index d69ad599..eae47303 100644 --- a/scaffold/tests/85-sizeof.c +++ b/scaffold/tests/85-sizeof.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ struct foo diff --git a/scaffold/tests/86-strncpy.c b/scaffold/tests/86-strncpy.c index 7a09f147..f1cfdb3d 100644 --- a/scaffold/tests/86-strncpy.c +++ b/scaffold/tests/86-strncpy.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/87-sscanf.c b/scaffold/tests/87-sscanf.c index 5dd62638..ce86baf7 100644 --- a/scaffold/tests/87-sscanf.c +++ b/scaffold/tests/87-sscanf.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include "30-test.i" diff --git a/scaffold/tests/88-strrchr.c b/scaffold/tests/88-strrchr.c index 44d1ad57..5574e673 100644 --- a/scaffold/tests/88-strrchr.c +++ b/scaffold/tests/88-strrchr.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/90-strpbrk.c b/scaffold/tests/90-strpbrk.c index 548b843e..c8cc133e 100644 --- a/scaffold/tests/90-strpbrk.c +++ b/scaffold/tests/90-strpbrk.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/91-fseek.c b/scaffold/tests/91-fseek.c index 3aa53a7d..b83859a1 100644 --- a/scaffold/tests/91-fseek.c +++ b/scaffold/tests/91-fseek.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/92-stat.c b/scaffold/tests/92-stat.c index d3583884..cc166486 100644 --- a/scaffold/tests/92-stat.c +++ b/scaffold/tests/92-stat.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/93-fread-fwrite.c b/scaffold/tests/93-fread-fwrite.c index 43847401..60bced5c 100644 --- a/scaffold/tests/93-fread-fwrite.c +++ b/scaffold/tests/93-fread-fwrite.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/94-unsetenv.c b/scaffold/tests/94-unsetenv.c index 7a2cc3a6..ccf8f828 100644 --- a/scaffold/tests/94-unsetenv.c +++ b/scaffold/tests/94-unsetenv.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/95-signal.c b/scaffold/tests/95-signal.c index 7fe41d55..c8027f4b 100644 --- a/scaffold/tests/95-signal.c +++ b/scaffold/tests/95-signal.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/96-strto.c b/scaffold/tests/96-strto.c index 5fd7c481..3dcdd6a0 100644 --- a/scaffold/tests/96-strto.c +++ b/scaffold/tests/96-strto.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/97-fopen.c b/scaffold/tests/97-fopen.c index ab029821..0c6d27d8 100644 --- a/scaffold/tests/97-fopen.c +++ b/scaffold/tests/97-fopen.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/98-fopen.c b/scaffold/tests/98-fopen.c index 99b6d4c1..23f77780 100644 --- a/scaffold/tests/98-fopen.c +++ b/scaffold/tests/98-fopen.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jeremiah Orians * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/scaffold/tests/exit-42.i b/scaffold/tests/exit-42.i index e07c0f03..ca1d46bc 100644 --- a/scaffold/tests/exit-42.i +++ b/scaffold/tests/exit-42.i @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ int diff --git a/scaffold/tests/t.c b/scaffold/tests/t.c index 884a2a87..059422b3 100644 --- a/scaffold/tests/t.c +++ b/scaffold/tests/t.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ diff --git a/scaffold/tiny-mes.c b/scaffold/tiny-mes.c index dfe8b81a..a04616c8 100644 --- a/scaffold/tiny-mes.c +++ b/scaffold/tiny-mes.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #if POSIX diff --git a/scripts/diff.scm b/scripts/diff.scm index 1ce3492a..b075cdc6 100755 --- a/scripts/diff.scm +++ b/scripts/diff.scm @@ -7,23 +7,23 @@ fi exec ${MES-mes} -L ${0%/*} -e '(diff)' -s "$0" "$@" !# -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; mes-snarf.scm: This file is part of Mes. +;;; mes-snarf.scm: This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (diff) #:use-module (srfi srfi-1) diff --git a/scripts/mescc.in b/scripts/mescc.in index bfeb2e4e..d55d06d3 100755 --- a/scripts/mescc.in +++ b/scripts/mescc.in @@ -24,23 +24,23 @@ else fi !# -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (mescc) #:use-module (ice-9 getopt-long) @@ -92,7 +92,7 @@ fi (version? (option-ref options 'version #f))) (or (and version? - (format (current-output-port) "mescc (mes) ~a\n" %version)) + (format (current-output-port) "mescc (GNU Mes) ~a\n" %version)) (and (or help? usage?) (format (or (and usage? (current-error-port)) (current-output-port)) "\ Usage: mescc [OPTION]... FILE... diff --git a/src/gc.c b/src/gc.c index cd7079bf..9a8bc31c 100644 --- a/src/gc.c +++ b/src/gc.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/src/lib.c b/src/lib.c index daf5f509..7414c083 100644 --- a/src/lib.c +++ b/src/lib.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ int g_depth; diff --git a/src/math.c b/src/math.c index bcefcc44..1b3477d5 100644 --- a/src/math.c +++ b/src/math.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/src/mes.c b/src/mes.c index 9059122b..46285065 100644 --- a/src/mes.c +++ b/src/mes.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/src/posix.c b/src/posix.c index baf9205f..f6c34484 100644 --- a/src/posix.c +++ b/src/posix.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/src/reader.c b/src/reader.c index dac75aa0..64155d8f 100644 --- a/src/reader.c +++ b/src/reader.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ #include diff --git a/src/vector.c b/src/vector.c index b7dd25d9..86b61bf3 100644 --- a/src/vector.c +++ b/src/vector.c @@ -1,21 +1,21 @@ /* -*-comment-start: "//";comment-end:""-*- - * Mes --- Maxwell Equations of Software + * GNU Mes --- Maxwell Equations of Software * Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen * - * This file is part of Mes. + * This file is part of GNU Mes. * - * Mes is free software; you can redistribute it and/or modify it + * GNU Mes 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 3 of the License, or (at * your option) any later version. * - * Mes is distributed in the hope that it will be useful, but + * GNU Mes 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 Mes. If not, see . + * along with GNU Mes. If not, see . */ SCM diff --git a/tests/base.test b/tests/base.test index 59e87f34..61fca2ef 100755 --- a/tests/base.test +++ b/tests/base.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests base) #:use-module (mes mes-0) diff --git a/tests/boot.test b/tests/boot.test index 69eee62e..da6a25cd 100755 --- a/tests/boot.test +++ b/tests/boot.test @@ -11,23 +11,23 @@ exec ${MES-mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests boot ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests boot) #:use-module (mes mes-0) diff --git a/tests/catch.test b/tests/catch.test index 22491b5b..a8ed5a25 100755 --- a/tests/catch.test +++ b/tests/catch.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests base) #:use-module (mes mes-0) diff --git a/tests/closure.test b/tests/closure.test index c1659a65..dd977074 100755 --- a/tests/closure.test +++ b/tests/closure.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests closure) #:use-module (mes mes-0) diff --git a/tests/cwv.test b/tests/cwv.test index 3c7a6baa..2e4b3c40 100755 --- a/tests/cwv.test +++ b/tests/cwv.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests cwv) #:use-module (mes mes-0) diff --git a/tests/data/load.scm b/tests/data/load.scm index 5c2a02a9..228c1d33 100644 --- a/tests/data/load.scm +++ b/tests/data/load.scm @@ -1,21 +1,21 @@ ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define the-answer 42) diff --git a/tests/display.test b/tests/display.test index 0e5a046f..8ea2d1a6 100755 --- a/tests/display.test +++ b/tests/display.test @@ -4,23 +4,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests display) #:use-module (mes mes-0) diff --git a/tests/fluids.test b/tests/fluids.test index 9e8b7e08..ac87572e 100755 --- a/tests/fluids.test +++ b/tests/fluids.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests fluids) #:use-module (mes mes-0) diff --git a/tests/getopt-long.test b/tests/getopt-long.test index e52d97a8..ddb7b426 100755 --- a/tests/getopt-long.test +++ b/tests/getopt-long.test @@ -4,23 +4,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests getopt-long) #:use-module (mes mes-0) diff --git a/tests/guile.test b/tests/guile.test index ad584766..350c523d 100755 --- a/tests/guile.test +++ b/tests/guile.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests guile) #:use-module (ice-9 rdelim) diff --git a/tests/let-syntax.test b/tests/let-syntax.test index 1b102578..c1dd59d5 100755 --- a/tests/let-syntax.test +++ b/tests/let-syntax.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests let-syntax) #:use-module (mes mes-0) diff --git a/tests/let.test b/tests/let.test index 372ee7b4..3a6130f4 100755 --- a/tests/let.test +++ b/tests/let.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests let) #:use-module (mes mes-0) diff --git a/tests/match.test b/tests/match.test index c05ff353..34e1e18b 100755 --- a/tests/match.test +++ b/tests/match.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests match) #:use-module (mes mes-0) diff --git a/tests/math.test b/tests/math.test index 6a09cfbd..00d1a431 100755 --- a/tests/math.test +++ b/tests/math.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests math) #:use-module (mes mes-0) diff --git a/tests/module.test b/tests/module.test index 35fd219e..1bb9665e 100755 --- a/tests/module.test +++ b/tests/module.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests module) #:use-module (mes mes-0) diff --git a/tests/optargs.test b/tests/optargs.test index 05263a21..0207776e 100755 --- a/tests/optargs.test +++ b/tests/optargs.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests optargs) #:use-module (ice-9 optargs) diff --git a/tests/peg.test b/tests/peg.test index ee180c0b..5d134ea8 100755 --- a/tests/peg.test +++ b/tests/peg.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests peg) #:use-module (mes mes-0) diff --git a/tests/pmatch.test b/tests/pmatch.test index 9779955c..bf05622c 100755 --- a/tests/pmatch.test +++ b/tests/pmatch.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests pmatch) #:use-module (system base pmatch) diff --git a/tests/psyntax.test b/tests/psyntax.test index 966a0fb1..1153cebb 100755 --- a/tests/psyntax.test +++ b/tests/psyntax.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests psyntax) #:use-module (mes mes-0) diff --git a/tests/quasiquote.test b/tests/quasiquote.test index a275dedc..85786b0b 100755 --- a/tests/quasiquote.test +++ b/tests/quasiquote.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests quasiquote) #:use-module (mes mes-0) diff --git a/tests/scm.test b/tests/scm.test index d6f3c16f..c572eaeb 100755 --- a/tests/scm.test +++ b/tests/scm.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests scm) #:use-module (mes mes-0) diff --git a/tests/srfi-1.test b/tests/srfi-1.test index 75ff7f79..b7f0028f 100755 --- a/tests/srfi-1.test +++ b/tests/srfi-1.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests srfi-1) #:use-module (srfi srfi-1) diff --git a/tests/srfi-13.test b/tests/srfi-13.test index 1a446c70..dc9ae695 100755 --- a/tests/srfi-13.test +++ b/tests/srfi-13.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests srfi-13) #:use-module (mes mes-0) diff --git a/tests/srfi-14.test b/tests/srfi-14.test index 165b40e2..dd62034a 100755 --- a/tests/srfi-14.test +++ b/tests/srfi-14.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests srfi-14) #:use-module (srfi srfi-14) diff --git a/tests/srfi-16.test b/tests/srfi-16.test index 91656e9c..036ddbda 100755 --- a/tests/srfi-16.test +++ b/tests/srfi-16.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests srfi-16) #:use-module (mes mes-0) diff --git a/tests/srfi-43.test b/tests/srfi-43.test index 0e085d1e..a9904e3d 100755 --- a/tests/srfi-43.test +++ b/tests/srfi-43.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests srfi-43) #:use-module (srfi srfi-43) diff --git a/tests/srfi-9.test b/tests/srfi-9.test index 73e3b934..05e21883 100755 --- a/tests/srfi-9.test +++ b/tests/srfi-9.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests srfi-9) #:use-module (srfi srfi-9) diff --git a/tests/syntax.test b/tests/syntax.test index 4b9d9ec7..f0770c87 100755 --- a/tests/syntax.test +++ b/tests/syntax.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests syntax) #:use-module (mes mes-0) diff --git a/tests/vector.test b/tests/vector.test index bd407fb1..3341ac50 100755 --- a/tests/vector.test +++ b/tests/vector.test @@ -5,23 +5,23 @@ exec ${MES-src/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests ;;; -*-scheme-*- -;;; Mes --- Maxwell Equations of Software +;;; GNU Mes --- Maxwell Equations of Software ;;; Copyright © 2016,2017,2018 Jan (janneke) Nieuwenhuizen ;;; -;;; This file is part of Mes. +;;; This file is part of GNU Mes. ;;; -;;; Mes is free software; you can redistribute it and/or modify it +;;; GNU Mes 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 3 of the License, or (at ;;; your option) any later version. ;;; -;;; Mes is distributed in the hope that it will be useful, but +;;; GNU Mes 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 Mes. If not, see . +;;; along with GNU Mes. If not, see . (define-module (tests vector) #:use-module (mes mes-0)