From bc10e0eeb23758a11f29a8baec4ca788d493334c Mon Sep 17 00:00:00 2001 From: marprok Date: Tue, 10 Mar 2020 19:23:06 +0200 Subject: [PATCH] Userland: Correction in the the copyright Change the date in the copyright. --- Userland/cut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + * Copyright (c) 2019-2020, Marios Prokopakis * All rights reserved. * * Redistribution and use in source and binary forms, with or without