diff options
Diffstat (limited to 'src/debug/heap.cpp')
| -rw-r--r-- | src/debug/heap.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debug/heap.cpp b/src/debug/heap.cpp index d543a18f6..ce9cacfa9 100644 --- a/src/debug/heap.cpp +++ b/src/debug/heap.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::Heap - interface for gathering heap statistics * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "inkgc/gc-alloc.h" |
