From 074ce35b3707e23bb02ad4e14694a3113d1a2e4f Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Tue, 26 Oct 2021 23:43:51 +0200 Subject: [PATCH] Piano: Fix typo in Copyright header This was introduced in 74f1f2b5e2ed9b06f7dc5c4a247c8512c8b3ec32. I have no idea why the checker script didn't pick it up. Bash bug maybe? --- Userland/Applications/Piano/TrackManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Applications/Piano/TrackManager.cpp b/Userland/Applications/Piano/TrackManager.cpp index 9da633f0a8..d0f69edf1a 100644 --- a/Userland/Applications/Piano/TrackManager.cpp +++ b/Userland/Applications/Piano/TrackManager.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) 2018-2020, Andreas Kling * Copyright (c) 2019-2020, William McPherson - * Copyright (c) 2021 JJ Roberts-White + * Copyright (c) 2021, JJ Roberts-White * * SPDX-License-Identifier: BSD-2-Clause */