From: Mark Wooding Date: Fri, 25 Apr 2014 08:32:14 +0000 (+0100) Subject: Fix the GPL notices. X-Git-Tag: 1.1.0~5 X-Git-Url: https://git.distorted.org.uk/~mdw/preload-hacks/commitdiff_plain/de6df72d8e430b6300da8fb4365a53757dd9f970 Fix the GPL notices. --- diff --git a/Makefile b/Makefile index 781b35a..5289013 100644 --- a/Makefile +++ b/Makefile @@ -14,14 +14,14 @@ ### the Free Software Foundation; either version 2 of the License, or (at ### your option) any later version. ### -### Preload-hacks distributed in the hope that it will be useful, but WITHOUT -### ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -### FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -### more details. +### Preload-hacks are distributed in the hope that it will be useful, but +### WITHOUT ANY WARRANTY; without even the implied warranty of +### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +### Public License for more details. ### ### You should have received a copy of the GNU General Public License along -### with mLib; if not, write to the Free Software Foundation, Inc., 59 Temple -### Place - Suite 330, Boston, MA 02111-1307, USA. +### with preload-hacks; if not, write to the Free Software Foundation, Inc., +### 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. PACKAGE = preload-hacks VERSION := $(shell ./auto-version) diff --git a/noip.c b/noip.c index 7a1b1b4..804fc8a 100644 --- a/noip.c +++ b/noip.c @@ -14,14 +14,14 @@ * the Free Software Foundation; either version 2 of the License, or (at * your option) any later version. * - * Preload-hacks distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. + * Preload-hacks are distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. * * You should have received a copy of the GNU General Public License along - * with mLib; if not, write to the Free Software Foundation, Inc., 59 Temple - * Place - Suite 330, Boston, MA 02111-1307, USA. + * with preload-hacks; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define _GNU_SOURCE diff --git a/uopen.c b/uopen.c index f3887c5..3c0d1d4 100644 --- a/uopen.c +++ b/uopen.c @@ -14,14 +14,14 @@ * the Free Software Foundation; either version 2 of the License, or (at * your option) any later version. * - * Preload-hacks distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. + * Preload-hacks are distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. * * You should have received a copy of the GNU General Public License along - * with mLib; if not, write to the Free Software Foundation, Inc., 59 Temple - * Place - Suite 330, Boston, MA 02111-1307, USA. + * with preload-hacks; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define _GNU_SOURCE