wolfcw / libfaketime

libfaketime modifies the system time for a single application
https://github.com/wolfcw/libfaketime
GNU General Public License v2.0
2.62k stars 319 forks source link

license declaration mismatch in `test/timetest.c` #436

Open chenrui333 opened 10 months ago

chenrui333 commented 10 months ago

👋 it looks like the license declaration in test/timetest.c is different from the rest of the project (ie GPL-2.0-or-later vs GPL-2.0-only).

Probably, this

 *  This file is part of the FakeTime Preload Library.
 *
 *  The FakeTime Preload 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 2 of the
 *  License, or (at your option) any later version.

Should be updated to

 *  This file is part of libfaketime
 *
 *  libfaketime is free software; you can redistribute it and/or modify it
 *  under the terms of the GNU General Public License v2 as published by the
 *  Free Software Foundation.