diff options
Diffstat (limited to 'src/transf_mat_3x4.cpp')
| -rw-r--r-- | src/transf_mat_3x4.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transf_mat_3x4.cpp b/src/transf_mat_3x4.cpp index 5ec51718b..c5071da2a 100644 --- a/src/transf_mat_3x4.cpp +++ b/src/transf_mat_3x4.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 "transf_mat_3x4.h" |
