diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-10-31 21:48:59 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-10-31 21:48:59 +0100 |
commit | c8e687cb8a6ba8f278c58bf78126f843ceb292bb (patch) | |
tree | 9a1b14988cf9adb0946d8d5d7a40ea996b34912d /kern/gsync.c | |
parent | feb6152de7152b10762a877cb49f60b134e481cc (diff) | |
download | gnumach-c8e687cb8a6ba8f278c58bf78126f843ceb292bb.tar.gz gnumach-c8e687cb8a6ba8f278c58bf78126f843ceb292bb.tar.bz2 gnumach-c8e687cb8a6ba8f278c58bf78126f843ceb292bb.zip |
gsync: fix licence
Agustina relicenced her work.
* kern/gsync.c: Relicence to GPL 2+.
* kern/gsync.h: Relicence to GPL 2+.
Diffstat (limited to 'kern/gsync.c')
-rw-r--r-- | kern/gsync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/gsync.c b/kern/gsync.c index be7e6695..adb6e6e1 100644 --- a/kern/gsync.c +++ b/kern/gsync.c @@ -4,7 +4,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either - version 3 of the license, or (at your option) any later version. + version 2 of the license, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |