diff --git a/Meta/check-style.sh b/Meta/check-style.sh index c20553a85d6..62446e855b3 100755 --- a/Meta/check-style.sh +++ b/Meta/check-style.sh @@ -39,7 +39,6 @@ while IFS= read -r f; do done < <(git ls-files -- \ '*.cpp' \ '*.h' \ - ':!:Tests' \ ':!:Base' \ ':!:Kernel/FileSystem/ext2_fs.h' \ ':!:Libraries/LibC/getopt.cpp' \ diff --git a/Userland/Tests/Kernel/kill-pidtid-confusion.cpp b/Userland/Tests/Kernel/kill-pidtid-confusion.cpp index 428c66650c8..6192d4b8237 100644 --- a/Userland/Tests/Kernel/kill-pidtid-confusion.cpp +++ b/Userland/Tests/Kernel/kill-pidtid-confusion.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Ben Wiederhake + * Copyright (c) 2020, Ben Wiederhake * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Userland/Tests/Kernel/setpgid-across-sessions-without-leader.cpp b/Userland/Tests/Kernel/setpgid-across-sessions-without-leader.cpp index f875aab4cd2..7aa46b19d2d 100644 --- a/Userland/Tests/Kernel/setpgid-across-sessions-without-leader.cpp +++ b/Userland/Tests/Kernel/setpgid-across-sessions-without-leader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Ben Wiederhake + * Copyright (c) 2020, Ben Wiederhake * All rights reserved. * * Redistribution and use in source and binary forms, with or without