summaryrefslogtreecommitdiffstats
path: root/src/io/stringstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/stringstream.cpp')
-rw-r--r--src/io/stringstream.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/io/stringstream.cpp b/src/io/stringstream.cpp
index 360cc7fc9..0259869f7 100644
--- a/src/io/stringstream.cpp
+++ b/src/io/stringstream.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Our base String stream classes. We implement these to
* be based on Glib::ustring
@@ -7,7 +8,7 @@
*
* Copyright (C) 2004 Inkscape.org
*
- * Released under GNU GPL, read the file 'COPYING' for more information
+ * Released under GNU GPL v2+, read the file 'COPYING' for more information.
*/