Skip to content

Commit

Permalink
Add missing license to CanvasCursorPainter
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStevns committed Jan 9, 2024
1 parent 5c69f33 commit 6c1cac3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions core_lib/src/canvascursorpainter.cpp
Original file line number Diff line number Diff line change
@@ -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()
Expand Down
16 changes: 16 additions & 0 deletions core_lib/src/canvascursorpainter.h
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 6c1cac3

Please sign in to comment.