summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--src/util/units.cpp11
-rw-r--r--src/util/units.h11
3 files changed, 23 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index bf39fb680..e179e339d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -120,6 +120,7 @@ Andreas Nilsson
Mitsuru Oka
Martin Owens
Alvin Penner
+Matthew Petroff
Jon Phillips
Zdenko Podobny
Alexandre Prokoudine
diff --git a/src/util/units.cpp b/src/util/units.cpp
index 6c225f717..e120207c9 100644
--- a/src/util/units.cpp
+++ b/src/util/units.cpp
@@ -1,3 +1,14 @@
+/*
+ * Inkscape Units
+ *
+ * Authors:
+ * Matthew Petroff <matthew@mpetroff.net>
+ *
+ * Copyright (C) 2013 Matthew Petroff
+ *
+ * Released under GNU GPL, read the file 'COPYING' for more information
+ */
+
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
diff --git a/src/util/units.h b/src/util/units.h
index 64eb4a665..f275d7c3a 100644
--- a/src/util/units.h
+++ b/src/util/units.h
@@ -1,4 +1,15 @@
/*
+ * Inkscape Units
+ *
+ * Authors:
+ * Matthew Petroff <matthew@mpetroff.net>
+ *
+ * Copyright (C) 2013 Matthew Petroff
+ *
+ * Released under GNU GPL, read the file 'COPYING' for more information
+ */
+
+/*
This is a rough draft of a global 'units' thingee, to allow dialogs and
the ruler to share info about unit systems... Dunno if this is the
right kind of object though, so we may have to redo this or shift things