From 6c1cac379e83e6fb1d947379bff073c512108a2d Mon Sep 17 00:00:00 2001 From: MrStevns Date: Tue, 9 Jan 2024 20:00:27 +0100 Subject: [PATCH] Add missing license to CanvasCursorPainter --- core_lib/src/canvascursorpainter.cpp | 16 ++++++++++++++++ core_lib/src/canvascursorpainter.h | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/core_lib/src/canvascursorpainter.cpp b/core_lib/src/canvascursorpainter.cpp index 46ae047a5..7c42617be 100644 --- a/core_lib/src/canvascursorpainter.cpp +++ b/core_lib/src/canvascursorpainter.cpp @@ -1,3 +1,19 @@ +/* + +Pencil2D - Traditional Animation Software +Copyright (C) 2005-2007 Patrick Corrieri & Pascal Naidon +Copyright (C) 2012-2020 Matthew Chiawen Chang + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; version 2 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +*/ #include "canvascursorpainter.h" CanvasCursorPainter::CanvasCursorPainter() diff --git a/core_lib/src/canvascursorpainter.h b/core_lib/src/canvascursorpainter.h index 08bf89685..1a619433c 100644 --- a/core_lib/src/canvascursorpainter.h +++ b/core_lib/src/canvascursorpainter.h @@ -1,3 +1,19 @@ +/* + +Pencil2D - Traditional Animation Software +Copyright (C) 2005-2007 Patrick Corrieri & Pascal Naidon +Copyright (C) 2012-2020 Matthew Chiawen Chang + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; version 2 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +*/ #ifndef CANVASCURSORPAINTER_H #define CANVASCURSORPAINTER_H