summaryrefslogtreecommitdiff
path: root/Userland/Libraries
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2021-10-04 11:54:23 +0200
committerLinus Groh <mail@linusgroh.de>2021-10-04 11:10:09 +0100
commit7af7fc8c16749b6740e9307742c5356acf50ccca (patch)
tree03f73565146b2edc83cfe3399e0536ebfbda3113 /Userland/Libraries
parente112e6620f0550eef6e2a4c43f287110dc30bea6 (diff)
downloadserenity-7af7fc8c16749b6740e9307742c5356acf50ccca.zip
Everywhere: Fix more Copyright header inconsistencies
Diffstat (limited to 'Userland/Libraries')
-rw-r--r--Userland/Libraries/LibC/fnmatch.cpp2
-rw-r--r--Userland/Libraries/LibC/fnmatch.h2
-rw-r--r--Userland/Libraries/LibC/langinfo.cpp2
-rw-r--r--Userland/Libraries/LibC/langinfo.h2
-rw-r--r--Userland/Libraries/LibC/nl_types.h2
-rw-r--r--Userland/Libraries/LibC/resolv.cpp2
-rw-r--r--Userland/Libraries/LibC/resolv.h2
-rw-r--r--Userland/Libraries/LibC/stdio_ext.h2
-rw-r--r--Userland/Libraries/LibC/sys/xattr.cpp2
-rw-r--r--Userland/Libraries/LibC/sys/xattr.h2
-rw-r--r--Userland/Libraries/LibC/wctype.cpp2
-rw-r--r--Userland/Libraries/LibC/wctype.h2
-rw-r--r--Userland/Libraries/LibGfx/Streamer.h3
13 files changed, 14 insertions, 13 deletions
diff --git a/Userland/Libraries/LibC/fnmatch.cpp b/Userland/Libraries/LibC/fnmatch.cpp
index 321f354289..b0d47cfb40 100644
--- a/Userland/Libraries/LibC/fnmatch.cpp
+++ b/Userland/Libraries/LibC/fnmatch.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, the SerenityOS developers
+ * Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/Userland/Libraries/LibC/fnmatch.h b/Userland/Libraries/LibC/fnmatch.h
index ca46fa1556..3aa398b472 100644
--- a/Userland/Libraries/LibC/fnmatch.h
+++ b/Userland/Libraries/LibC/fnmatch.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, the SerenityOS developers
+ * Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/Userland/Libraries/LibC/langinfo.cpp b/Userland/Libraries/LibC/langinfo.cpp
index a40c1714b2..c2e830c8d8 100644
--- a/Userland/Libraries/LibC/langinfo.cpp
+++ b/Userland/Libraries/LibC/langinfo.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, the SerenityOS developers
+ * Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/Userland/Libraries/LibC/langinfo.h b/Userland/Libraries/LibC/langinfo.h
index c52aacaa99..1545e18c2d 100644
--- a/Userland/Libraries/LibC/langinfo.h
+++ b/Userland/Libraries/LibC/langinfo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, the SerenityOS developers
+ * Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/Userland/Libraries/LibC/nl_types.h b/Userland/Libraries/LibC/nl_types.h
index 31fcbc0e75..d7bd79fa4e 100644
--- a/Userland/Libraries/LibC/nl_types.h
+++ b/Userland/Libraries/LibC/nl_types.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, the SerenityOS developers
+ * Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/Userland/Libraries/LibC/resolv.cpp b/Userland/Libraries/LibC/resolv.cpp
index 5ece62bdfc..e69dab3cb0 100644
--- a/Userland/Libraries/LibC/resolv.cpp
+++ b/Userland/Libraries/LibC/resolv.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, the SerenityOS developers
+ * Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/Userland/Libraries/LibC/resolv.h b/Userland/Libraries/LibC/resolv.h
index 3ff1d10667..5b73bd9600 100644
--- a/Userland/Libraries/LibC/resolv.h
+++ b/Userland/Libraries/LibC/resolv.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, the SerenityOS developers
+ * Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/Userland/Libraries/LibC/stdio_ext.h b/Userland/Libraries/LibC/stdio_ext.h
index 5b22fb4358..90501fa1e1 100644
--- a/Userland/Libraries/LibC/stdio_ext.h
+++ b/Userland/Libraries/LibC/stdio_ext.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, the SerenityOS developers
+ * Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/Userland/Libraries/LibC/sys/xattr.cpp b/Userland/Libraries/LibC/sys/xattr.cpp
index b52dcc0f14..61c6f1afaf 100644
--- a/Userland/Libraries/LibC/sys/xattr.cpp
+++ b/Userland/Libraries/LibC/sys/xattr.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, the SerenityOS developers
+ * Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/Userland/Libraries/LibC/sys/xattr.h b/Userland/Libraries/LibC/sys/xattr.h
index 8855225efc..69c0735cab 100644
--- a/Userland/Libraries/LibC/sys/xattr.h
+++ b/Userland/Libraries/LibC/sys/xattr.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, the SerenityOS developers
+ * Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/Userland/Libraries/LibC/wctype.cpp b/Userland/Libraries/LibC/wctype.cpp
index a43263bcf2..c5dfdcda7a 100644
--- a/Userland/Libraries/LibC/wctype.cpp
+++ b/Userland/Libraries/LibC/wctype.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, the SerenityOS developers
+ * Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/Userland/Libraries/LibC/wctype.h b/Userland/Libraries/LibC/wctype.h
index 7e29564eb4..3bf6afa65c 100644
--- a/Userland/Libraries/LibC/wctype.h
+++ b/Userland/Libraries/LibC/wctype.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, the SerenityOS developers
+ * Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
diff --git a/Userland/Libraries/LibGfx/Streamer.h b/Userland/Libraries/LibGfx/Streamer.h
index b35a22f8e5..1de269e7fe 100644
--- a/Userland/Libraries/LibGfx/Streamer.h
+++ b/Userland/Libraries/LibGfx/Streamer.h
@@ -1,5 +1,6 @@
/*
- * Copyright (c) 2020, Hüseyin ASLITÜRK <asliturk@hotmail.com>, the SerenityOS developers
+ * Copyright (c) 2020, Hüseyin ASLITÜRK <asliturk@hotmail.com>
+ * Copyright (c) 2020, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/