Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

license declaration mismatch in test/timetest.c #436

Open
chenrui333 opened this issue Sep 10, 2023 · 0 comments
Open

license declaration mismatch in test/timetest.c #436

chenrui333 opened this issue Sep 10, 2023 · 0 comments

Comments

@chenrui333
Copy link

👋 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant