diff --git a/AK/BinaryHeap.h b/AK/BinaryHeap.h index ae35ba274c8..08d1bbae2fe 100644 --- a/AK/BinaryHeap.h +++ b/AK/BinaryHeap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/AK/BitStream.h b/AK/BitStream.h index 20b70755f66..d09e47e9a84 100644 --- a/AK/BitStream.h +++ b/AK/BitStream.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2020, the SerenityOS developers. - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/AK/IntrusiveRedBlackTree.h b/AK/IntrusiveRedBlackTree.h index f7cb70a2427..1a13e45aeca 100644 --- a/AK/IntrusiveRedBlackTree.h +++ b/AK/IntrusiveRedBlackTree.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/AK/RedBlackTree.h b/AK/RedBlackTree.h index f702f0438bc..dbfebbad272 100644 --- a/AK/RedBlackTree.h +++ b/AK/RedBlackTree.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/AK/Tests/TestBinaryHeap.cpp b/AK/Tests/TestBinaryHeap.cpp index 2b881494085..10865e84b03 100644 --- a/AK/Tests/TestBinaryHeap.cpp +++ b/AK/Tests/TestBinaryHeap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/AK/Tests/TestIntrusiveRedBlackTree.cpp b/AK/Tests/TestIntrusiveRedBlackTree.cpp index fbe16b75ca5..0271e4af11c 100644 --- a/AK/Tests/TestIntrusiveRedBlackTree.cpp +++ b/AK/Tests/TestIntrusiveRedBlackTree.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/AK/Tests/TestRedBlackTree.cpp b/AK/Tests/TestRedBlackTree.cpp index 6c84006ffe5..9940a968c64 100644 --- a/AK/Tests/TestRedBlackTree.cpp +++ b/AK/Tests/TestRedBlackTree.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Applications/MouseSettings/MouseSettingsWindow.cpp b/Userland/Applications/MouseSettings/MouseSettingsWindow.cpp index e4a01f60dbc..a7d8d4300d7 100644 --- a/Userland/Applications/MouseSettings/MouseSettingsWindow.cpp +++ b/Userland/Applications/MouseSettings/MouseSettingsWindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Idan Horowitz + * Copyright (c) 2020, Idan Horowitz * Copyright (c) 2021, the SerenityOS developers * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Applications/MouseSettings/MouseSettingsWindow.h b/Userland/Applications/MouseSettings/MouseSettingsWindow.h index a0efc130b9c..3e386eba7ec 100644 --- a/Userland/Applications/MouseSettings/MouseSettingsWindow.h +++ b/Userland/Applications/MouseSettings/MouseSettingsWindow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Idan Horowitz + * Copyright (c) 2020, Idan Horowitz * Copyright (c) 2021, the SerenityOS developers * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Applications/MouseSettings/main.cpp b/Userland/Applications/MouseSettings/main.cpp index 2c357367e79..f77af49970c 100644 --- a/Userland/Applications/MouseSettings/main.cpp +++ b/Userland/Applications/MouseSettings/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Idan Horowitz + * Copyright (c) 2020, Idan Horowitz * Copyright (c) 2021, the SerenityOS developers * * SPDX-License-Identifier: BSD-2-Clause diff --git a/Userland/Libraries/LibArchive/Tar.h b/Userland/Libraries/LibArchive/Tar.h index bf56b0fa5d0..4d2867193b1 100644 --- a/Userland/Libraries/LibArchive/Tar.h +++ b/Userland/Libraries/LibArchive/Tar.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2020, Peter Elliott - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibArchive/TarStream.cpp b/Userland/Libraries/LibArchive/TarStream.cpp index 2da855296c4..bb892fea7e9 100644 --- a/Userland/Libraries/LibArchive/TarStream.cpp +++ b/Userland/Libraries/LibArchive/TarStream.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2020, Peter Elliott - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibArchive/TarStream.h b/Userland/Libraries/LibArchive/TarStream.h index 180a60f1f8a..4c515f5981a 100644 --- a/Userland/Libraries/LibArchive/TarStream.h +++ b/Userland/Libraries/LibArchive/TarStream.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2020, Peter Elliott - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibArchive/Zip.cpp b/Userland/Libraries/LibArchive/Zip.cpp index 0de2969dc4c..7ce1acb5f82 100644 --- a/Userland/Libraries/LibArchive/Zip.cpp +++ b/Userland/Libraries/LibArchive/Zip.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibArchive/Zip.h b/Userland/Libraries/LibArchive/Zip.h index 8201e4c654d..42e66b81abc 100644 --- a/Userland/Libraries/LibArchive/Zip.h +++ b/Userland/Libraries/LibArchive/Zip.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibCompress/Deflate.cpp b/Userland/Libraries/LibCompress/Deflate.cpp index 8bca0e8f836..6daf450d43a 100644 --- a/Userland/Libraries/LibCompress/Deflate.cpp +++ b/Userland/Libraries/LibCompress/Deflate.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2020, the SerenityOS developers - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibCompress/Deflate.h b/Userland/Libraries/LibCompress/Deflate.h index b7609776df9..9f95afa2af0 100644 --- a/Userland/Libraries/LibCompress/Deflate.h +++ b/Userland/Libraries/LibCompress/Deflate.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2020, the SerenityOS developers - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibCompress/DeflateTables.h b/Userland/Libraries/LibCompress/DeflateTables.h index d6255ad6afb..54e9523ff0b 100644 --- a/Userland/Libraries/LibCompress/DeflateTables.h +++ b/Userland/Libraries/LibCompress/DeflateTables.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibCompress/Gzip.cpp b/Userland/Libraries/LibCompress/Gzip.cpp index 96cb2c55b23..70ad0bcff39 100644 --- a/Userland/Libraries/LibCompress/Gzip.cpp +++ b/Userland/Libraries/LibCompress/Gzip.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2020, the SerenityOS developers. - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Libraries/LibCompress/Gzip.h b/Userland/Libraries/LibCompress/Gzip.h index 16df469232b..8d0f9973aee 100644 --- a/Userland/Libraries/LibCompress/Gzip.h +++ b/Userland/Libraries/LibCompress/Gzip.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2020, the SerenityOS developers. - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Utilities/gzip.cpp b/Userland/Utilities/gzip.cpp index bcba76cb922..f3100018568 100644 --- a/Userland/Utilities/gzip.cpp +++ b/Userland/Utilities/gzip.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Utilities/mktemp.cpp b/Userland/Utilities/mktemp.cpp index e51717c33b9..376ba6a841e 100644 --- a/Userland/Utilities/mktemp.cpp +++ b/Userland/Utilities/mktemp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Utilities/traceroute.cpp b/Userland/Utilities/traceroute.cpp index b8c831a0bc2..6c4a40a7bec 100644 --- a/Userland/Utilities/traceroute.cpp +++ b/Userland/Utilities/traceroute.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/Userland/Utilities/zip.cpp b/Userland/Utilities/zip.cpp index 4cdb2e32a6e..a7587713c6f 100644 --- a/Userland/Utilities/zip.cpp +++ b/Userland/Utilities/zip.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Idan Horowitz + * Copyright (c) 2021, Idan Horowitz * * SPDX-License-Identifier: BSD-2-Clause */