Skip to content

Commit

Permalink
Relicense as GPL-2.0-or-later
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 25, 2024
1 parent df0ccdd commit 89a2ed5
Show file tree
Hide file tree
Showing 14 changed files with 365 additions and 48 deletions.
362 changes: 339 additions & 23 deletions COPYING

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cpuid2cpuflags -- CPU_FLAGS_* generator
(c) 2017 Michał Górny
2-clause BSD license
(c) 2017-2024 Michał Górny
SPDX-License-Identifier: GPL-2.0-or-later


Usage
Expand Down
4 changes: 2 additions & 2 deletions src/arm.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* cpuid2cpuflags -- ARM/AArch64-specific detection routines
* (c) 2015-2019 Michał Górny
* 2-clause BSD licensed
* (c) 2015-2024 Michał Górny
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifdef HAVE_CONFIG_H
Expand Down
4 changes: 2 additions & 2 deletions src/hwcap-dump.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* cpuid2cpuflags -- dumping tool for AT_HWCAP*
* (c) 2015-2019 Michał Górny
* 2-clause BSD licensed
* (c) 2015-2024 Michał Górny
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifdef HAVE_CONFIG_H
Expand Down
4 changes: 2 additions & 2 deletions src/hwcap.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* cpuid2cpuflags -- native AT_HWCAP* getters
* (c) 2015-2019 Michał Górny
* (c) 2015-2024 Michał Górny
* (c) 2022 Alexey Dokuchaev
* 2-clause BSD licensed
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifdef HAVE_CONFIG_H
Expand Down
4 changes: 2 additions & 2 deletions src/hwcap.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* cpuid2cpuflags -- AT_HWCAP* routine prototypes
* (c) 2015-2019 Michał Górny
* 2-clause BSD licensed
* (c) 2015-2024 Michał Górny
* SPDX-License-Identifier: GPL-2.0-or-later
*/

unsigned long get_hwcap();
Expand Down
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* cpuid2cpuflags -- main program (mostly option parsing)
* (c) 2015-2019 Michał Górny
* 2-clause BSD licensed
* (c) 2015-2024 Michał Górny
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifdef HAVE_CONFIG_H
Expand Down
4 changes: 2 additions & 2 deletions src/mock.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* cpuid2cpuflags -- mocked routines for tests
* (c) 2015-2019 Michał Górny
* 2-clause BSD licensed
* (c) 2015-2024 Michał Górny
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifdef HAVE_CONFIG_H
Expand Down
4 changes: 2 additions & 2 deletions src/platforms.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* cpuid2cpuflags -- platform detection
* (c) 2015-2017 Michał Górny
* 2-clause BSD licensed
* (c) 2015-2024 Michał Górny
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef CPUID_MOCK
Expand Down
3 changes: 2 additions & 1 deletion src/ppc.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* cpuid2cpuflags -- PowerPC-specific detection routines
* (c) 2015-2024 Michał Górny
* (c) 2015-2019 Michał Górny
* (c) 2019 Georgy Yakovlev
* (c) 2019 Shawn Anastasio
* 2-clause BSD licensed
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifdef HAVE_CONFIG_H
Expand Down
4 changes: 2 additions & 2 deletions src/x86-dump.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* cpuid2cpuflags -- X86 CPUID dumping tool
* (c) 2015-2019 Michał Górny
* 2-clause BSD licensed
* (c) 2015-2024 Michał Górny
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifdef HAVE_CONFIG_H
Expand Down
4 changes: 2 additions & 2 deletions src/x86-lib.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* cpuid2cpuflags -- X86 CPUID native getter
* (c) 2015-2022 Michał Górny
* 2-clause BSD licensed
* (c) 2015-2024 Michał Górny
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifdef HAVE_CONFIG_H
Expand Down
4 changes: 2 additions & 2 deletions src/x86.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* cpuid2cpuflags -- X86-specific detection routines
* (c) 2015-2019 Michał Górny
* 2-clause BSD licensed
* (c) 2015-2024 Michał Górny
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifdef HAVE_CONFIG_H
Expand Down
4 changes: 2 additions & 2 deletions src/x86.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* cpuid2cpuflags -- X86 CPUID routine prototypes
* (c) 2015-2019 Michał Górny
* 2-clause BSD licensed
* (c) 2015-2024 Michał Górny
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifdef HAVE_STDINT_H
Expand Down

0 comments on commit 89a2ed5

Please sign in to comment.