From 9c763a0e8797c6e30b9e3a2765b1f47b300a9f6b Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 2 Nov 2017 21:57:04 +0100 Subject: [PATCH] Switched back to GPLv2 by request from KO --- mxml.c | 2 +- mxml.h | 2 +- strlcpy.c | 2 +- strlcpy.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mxml.c b/mxml.c index 4f7d6de..8c609bb 100644 --- a/mxml.c +++ b/mxml.c @@ -42,7 +42,7 @@ MIDAS XML Library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. MIDAS XML Library is distributed in the hope that it will be useful, diff --git a/mxml.h b/mxml.h index 6fc72d5..f1b1884 100644 --- a/mxml.h +++ b/mxml.h @@ -10,7 +10,7 @@ MIDAS XML Library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. MIDAS XML Library is distributed in the hope that it will be useful, diff --git a/strlcpy.c b/strlcpy.c index 586c2bc..33cc421 100644 --- a/strlcpy.c +++ b/strlcpy.c @@ -12,7 +12,7 @@ MIDAS XML Library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. MIDAS XML Library is distributed in the hope that it will be useful, diff --git a/strlcpy.h b/strlcpy.h index 589a644..fe08ff8 100644 --- a/strlcpy.h +++ b/strlcpy.h @@ -10,7 +10,7 @@ MIDAS XML Library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. MIDAS XML Library is distributed in the hope that it will be useful,