Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

proc: fixup copyright sign

Add copyright in two files before they get autorubberstamped.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Alexey Dobriyan and committed by
Linus Torvalds
ee9294d6 0c314a95

+37 -7
+1 -1
tools/testing/selftests/proc/proc-loadavg-001.c
··· 1 1 /* 2 - * Copyright _ 2018 Alexey Dobriyan <adobriyan@gmail.com> 2 + * Copyright © 2018 Alexey Dobriyan <adobriyan@gmail.com> 3 3 * 4 4 * Permission to use, copy, modify, and distribute this software for any 5 5 * purpose with or without fee is hereby granted, provided that the above
+1 -1
tools/testing/selftests/proc/proc-self-map-files-001.c
··· 1 1 /* 2 - * Copyright _ 2018 Alexey Dobriyan <adobriyan@gmail.com> 2 + * Copyright © 2018 Alexey Dobriyan <adobriyan@gmail.com> 3 3 * 4 4 * Permission to use, copy, modify, and distribute this software for any 5 5 * purpose with or without fee is hereby granted, provided that the above
+1 -1
tools/testing/selftests/proc/proc-self-map-files-002.c
··· 1 1 /* 2 - * Copyright _ 2018 Alexey Dobriyan <adobriyan@gmail.com> 2 + * Copyright © 2018 Alexey Dobriyan <adobriyan@gmail.com> 3 3 * 4 4 * Permission to use, copy, modify, and distribute this software for any 5 5 * purpose with or without fee is hereby granted, provided that the above
+15
tools/testing/selftests/proc/proc-self-syscall.c
··· 1 + /* 2 + * Copyright © 2018 Alexey Dobriyan <adobriyan@gmail.com> 3 + * 4 + * Permission to use, copy, modify, and distribute this software for any 5 + * purpose with or without fee is hereby granted, provided that the above 6 + * copyright notice and this permission notice appear in all copies. 7 + * 8 + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 9 + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 10 + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 11 + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 12 + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13 + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14 + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 + */ 1 16 #define _GNU_SOURCE 2 17 #include <unistd.h> 3 18 #include <sys/syscall.h>
+15
tools/testing/selftests/proc/proc-self-wchan.c
··· 1 + /* 2 + * Copyright © 2018 Alexey Dobriyan <adobriyan@gmail.com> 3 + * 4 + * Permission to use, copy, modify, and distribute this software for any 5 + * purpose with or without fee is hereby granted, provided that the above 6 + * copyright notice and this permission notice appear in all copies. 7 + * 8 + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 9 + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 10 + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 11 + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 12 + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13 + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14 + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 + */ 1 16 #include <sys/types.h> 2 17 #include <sys/stat.h> 3 18 #include <fcntl.h>
+1 -1
tools/testing/selftests/proc/proc-uptime-001.c
··· 1 1 /* 2 - * Copyright _ 2018 Alexey Dobriyan <adobriyan@gmail.com> 2 + * Copyright © 2018 Alexey Dobriyan <adobriyan@gmail.com> 3 3 * 4 4 * Permission to use, copy, modify, and distribute this software for any 5 5 * purpose with or without fee is hereby granted, provided that the above
+1 -1
tools/testing/selftests/proc/proc-uptime-002.c
··· 1 1 /* 2 - * Copyright _ 2018 Alexey Dobriyan <adobriyan@gmail.com> 2 + * Copyright © 2018 Alexey Dobriyan <adobriyan@gmail.com> 3 3 * 4 4 * Permission to use, copy, modify, and distribute this software for any 5 5 * purpose with or without fee is hereby granted, provided that the above
+1 -1
tools/testing/selftests/proc/proc-uptime.h
··· 1 1 /* 2 - * Copyright _ 2018 Alexey Dobriyan <adobriyan@gmail.com> 2 + * Copyright © 2018 Alexey Dobriyan <adobriyan@gmail.com> 3 3 * 4 4 * Permission to use, copy, modify, and distribute this software for any 5 5 * purpose with or without fee is hereby granted, provided that the above
+1 -1
tools/testing/selftests/proc/read.c
··· 1 1 /* 2 - * Copyright _ 2018 Alexey Dobriyan <adobriyan@gmail.com> 2 + * Copyright © 2018 Alexey Dobriyan <adobriyan@gmail.com> 3 3 * 4 4 * Permission to use, copy, modify, and distribute this software for any 5 5 * purpose with or without fee is hereby granted, provided that the above