File tree Expand file tree Collapse file tree 4 files changed +4
-45
lines changed Expand file tree Collapse file tree 4 files changed +4
-45
lines changed Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-or-later OR copyleft-next-0.3.1
1
2
/*
2
3
* kmod stress test driver
3
4
*
4
5
* Copyright (C) 2017 Luis R. Rodriguez <[email protected] >
5
- *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of the GNU General Public License as published by the Free
8
- * Software Foundation; either version 2 of the License, or at your option any
9
- * later version; or, when distributed separately from the Linux kernel or
10
- * when incorporated into other software packages, subject to the following
11
- * license:
12
- *
13
- * This program is free software; you can redistribute it and/or modify it
14
- * under the terms of copyleft-next (version 0.3.1 or later) as published
15
- * at http://copyleft-next.org/.
16
6
*/
17
7
#define pr_fmt (fmt ) KBUILD_MODNAME ": " fmt
18
8
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-or-later OR copyleft-next-0.3.1
1
2
/*
2
3
* proc sysctl test driver
3
4
*
4
5
* Copyright (C) 2017 Luis R. Rodriguez <[email protected] >
5
- *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of the GNU General Public License as published by the Free
8
- * Software Foundation; either version 2 of the License, or at your option any
9
- * later version; or, when distributed separately from the Linux kernel or
10
- * when incorporated into other software packages, subject to the following
11
- * license:
12
- *
13
- * This program is free software; you can redistribute it and/or modify it
14
- * under the terms of copyleft-next (version 0.3.1 or later) as published
15
- * at http://copyleft-next.org/.
16
6
*/
17
7
18
8
/*
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- #
2
+ # SPDX-License-Identifier: GPL-2.0-or-later OR copyleft-next-0.3.1
3
3
# Copyright (C) 2017 Luis R. Rodriguez <[email protected] >
4
4
#
5
- # This program is free software; you can redistribute it and/or modify it
6
- # under the terms of the GNU General Public License as published by the Free
7
- # Software Foundation; either version 2 of the License, or at your option any
8
- # later version; or, when distributed separately from the Linux kernel or
9
- # when incorporated into other software packages, subject to the following
10
- # license:
11
- #
12
- # This program is free software; you can redistribute it and/or modify it
13
- # under the terms of copyleft-next (version 0.3.1 or later) as published
14
- # at http://copyleft-next.org/.
15
-
16
5
# This is a stress test script for kmod, the kernel module loader. It uses
17
6
# test_kmod which exposes a series of knobs for the API for us so we can
18
7
# tweak each test in userspace rather than in kernelspace.
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # SPDX-License-Identifier: GPL-2.0-or-later OR copyleft-next-0.3.1
2
3
# Copyright (C) 2017 Luis R. Rodriguez <[email protected] >
3
- #
4
- # This program is free software; you can redistribute it and/or modify it
5
- # under the terms of the GNU General Public License as published by the Free
6
- # Software Foundation; either version 2 of the License, or at your option any
7
- # later version; or, when distributed separately from the Linux kernel or
8
- # when incorporated into other software packages, subject to the following
9
- # license:
10
- #
11
- # This program is free software; you can redistribute it and/or modify it
12
- # under the terms of copyleft-next (version 0.3.1 or later) as published
13
- # at http://copyleft-next.org/.
14
4
15
5
# This performs a series tests against the proc sysctl interface.
16
6
You can’t perform that action at this time.
0 commit comments