From 214f934465ff0f74e79aab2addc1e4b15fb3f533 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 2 Mar 2020 14:23:54 +0100 Subject: [PATCH] Meta: Adjust some copyright dates by Fei Wu --- AK/Tests/TestCircularDeque.cpp | 2 +- Userland/userdel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AK/Tests/TestCircularDeque.cpp b/AK/Tests/TestCircularDeque.cpp index 24d180b965..a6b236c940 100644 --- a/AK/Tests/TestCircularDeque.cpp +++ b/AK/Tests/TestCircularDeque.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Fei Wu + * Copyright (c) 2020, Fei Wu * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Userland/userdel.cpp b/Userland/userdel.cpp index 40d55c42fe..1270ca860a 100644 --- a/Userland/userdel.cpp +++ b/Userland/userdel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, Fei Wu + * Copyright (c) 2020, Fei Wu * All rights reserved. * * Redistribution and use in source and binary forms, with or without