diff options
Diffstat (limited to 'src/proj_pt.cpp')
| -rw-r--r-- | src/proj_pt.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/proj_pt.cpp b/src/proj_pt.cpp index bb340f425..db9827f63 100644 --- a/src/proj_pt.cpp +++ b/src/proj_pt.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * 3x4 transformation matrix to map points from projective 3-space into the projective plane * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <glib.h> |
