mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
Meta: Fix wonky copyright headers in Tests
This commit is contained in:
parent
fad0c8e712
commit
c8668e9b7c
3 changed files with 2 additions and 3 deletions
|
@ -39,7 +39,6 @@ while IFS= read -r f; do
|
||||||
done < <(git ls-files -- \
|
done < <(git ls-files -- \
|
||||||
'*.cpp' \
|
'*.cpp' \
|
||||||
'*.h' \
|
'*.h' \
|
||||||
':!:Tests' \
|
|
||||||
':!:Base' \
|
':!:Base' \
|
||||||
':!:Kernel/FileSystem/ext2_fs.h' \
|
':!:Kernel/FileSystem/ext2_fs.h' \
|
||||||
':!:Libraries/LibC/getopt.cpp' \
|
':!:Libraries/LibC/getopt.cpp' \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
|
* Copyright (c) 2020, Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
|
* Copyright (c) 2020, Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue