summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarprok <mariosprokopakis@gmail.com>2020-03-10 19:23:06 +0200
committerAndreas Kling <kling@serenityos.org>2020-03-11 10:12:36 +0100
commitbc10e0eeb23758a11f29a8baec4ca788d493334c (patch)
tree759a9f44a56cdf8a5a7278fd6c2454dddb14a201
parentfa98bbfda5c5e044289e4867c5114585d6c8ef74 (diff)
downloadserenity-bc10e0eeb23758a11f29a8baec4ca788d493334c.zip
Userland: Correction in the the copyright
Change the date in the copyright.
-rw-r--r--Userland/cut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/cut.cpp b/Userland/cut.cpp
index f389d5f8ba..3ce6a0a9cb 100644
--- a/Userland/cut.cpp
+++ b/Userland/cut.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2020, Marios Prokopakis <mariosprokopakis@gmail.com>
+ * Copyright (c) 2019-2020, Marios Prokopakis <mariosprokopakis@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without