diff options
Diffstat (limited to 'src/pure-transform.cpp')
| -rw-r--r-- | src/pure-transform.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pure-transform.cpp b/src/pure-transform.cpp index 290b85007..847bbdbfa 100644 --- a/src/pure-transform.cpp +++ b/src/pure-transform.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Class for pure transformations, such as translating, scaling, stretching, skewing, and rotating * @@ -6,7 +7,7 @@ * * Copyright (C) 2015 Diederik van Lierop * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "pure-transform.h" |
