mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
Meta: Fix wonky copyright headers in Tests
This commit is contained in:
parent
fad0c8e712
commit
c8668e9b7c
Notes:
sideshowbarker
2024-07-19 02:54:50 +09:00
Author: https://github.com/BenWiederhake
Commit: c8668e9b7c
Pull-request: https://github.com/SerenityOS/serenity/pull/3403
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