summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/fnmatch.cpp
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/LibC/fnmatch.cpp
parente112e6620f0550eef6e2a4c43f287110dc30bea6 (diff)
downloadserenity-7af7fc8c16749b6740e9307742c5356acf50ccca.zip
Everywhere: Fix more Copyright header inconsistencies
Diffstat (limited to 'Userland/Libraries/LibC/fnmatch.cpp')
-rw-r--r--Userland/Libraries/LibC/fnmatch.cpp2
1 files changed, 1 insertions, 1 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
*/