diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2021-10-26 23:43:51 +0200 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-10-27 11:35:47 -0700 |
commit | 074ce35b3707e23bb02ad4e14694a3113d1a2e4f (patch) | |
tree | 9de37a038b5aafaa9623b46773e7032079da6b70 /Userland/Applications/Piano/TrackManager.cpp | |
parent | f6573f5f9d9b68e0337a4f59ca97078ac5ebd835 (diff) | |
download | serenity-074ce35b3707e23bb02ad4e14694a3113d1a2e4f.zip |
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?
Diffstat (limited to 'Userland/Applications/Piano/TrackManager.cpp')
-rw-r--r-- | Userland/Applications/Piano/TrackManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <kling@serenityos.org> * Copyright (c) 2019-2020, William McPherson <willmcpherson2@gmail.com> - * Copyright (c) 2021 JJ Roberts-White <computerfido@gmail.com> + * Copyright (c) 2021, JJ Roberts-White <computerfido@gmail.com> * * SPDX-License-Identifier: BSD-2-Clause */ |