summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-03-05 05:22:41 +0000
committermental <mental@users.sourceforge.net>2007-03-05 05:22:41 +0000
commit63f9c0daab987f30b07840dbd04853daab0fcc74 (patch)
treea5c00ec39fb743b8e7bff0b77460a03df568ffaa /src
parentclean up reference version of maybe, and add == and != operators (diff)
downloadinkscape-63f9c0daab987f30b07840dbd04853daab0fcc74.tar.gz
inkscape-63f9c0daab987f30b07840dbd04853daab0fcc74.zip
fix copyright year
(bzr r2549)
Diffstat (limited to 'src')
-rw-r--r--src/libnr/nr-maybe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnr/nr-maybe.h b/src/libnr/nr-maybe.h
index 00aec2d43..e834df51d 100644
--- a/src/libnr/nr-maybe.h
+++ b/src/libnr/nr-maybe.h
@@ -4,7 +4,7 @@
/*
* Nullable values for C++
*
- * Copyright 2004, 2006 MenTaLguY <mental@rydia.net>
+ * Copyright 2004, 2007 MenTaLguY <mental@rydia.net>
*
* This code is licensed under the GNU GPL; see COPYING for more information.
*/