diff options
Diffstat (limited to 'sys-utils/lscpu.h')
-rw-r--r-- | sys-utils/lscpu.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-utils/lscpu.h b/sys-utils/lscpu.h index 1a8cfce..2c6a1d1 100644 --- a/sys-utils/lscpu.h +++ b/sys-utils/lscpu.h @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: GPL-2.0-or-later + * + * 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 2 of the License, or + * (at your option) any later version. + * + * Copyright (C) 2013 Ondrej Oprala <ooprala@redhat.com> + * Copyright (C) 2013-2023 Karel Zak <kzak@redhat.com> + */ #ifndef LSCPU_H #define LSCPU_H |