diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-05 00:35:15 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-05 01:04:07 +0100 |
commit | a6f0d2ea7d8eb359e7d9ca7b5aac91ffe9d140ec (patch) | |
tree | aab5ff97d57e57ea675e27adbf80449939cedebe /src/timeline/Reaction.cpp | |
parent | Avoid some duplicate property queries (diff) | |
download | nheko-a6f0d2ea7d8eb359e7d9ca7b5aac91ffe9d140ec.tar.xz |
Update license headers
Diffstat (limited to 'src/timeline/Reaction.cpp')
-rw-r--r-- | src/timeline/Reaction.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/timeline/Reaction.cpp b/src/timeline/Reaction.cpp index 343c4649..963e04d6 100644 --- a/src/timeline/Reaction.cpp +++ b/src/timeline/Reaction.cpp @@ -1 +1,5 @@ +// SPDX-FileCopyrightText: 2021 Nheko Contributors +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include "Reaction.h" |