summaryrefslogtreecommitdiffstats
path: root/src/util/units.cpp
diff options
context:
space:
mode:
authorMatthew Petroff <matthew@mpetroff.net>2013-07-17 04:29:41 +0000
committerMatthew Petroff <matthew@mpetroff.net>2013-07-17 04:29:41 +0000
commited0b9d91e08cf55287745636608bddd5ebd5ea34 (patch)
treee6ba95f0b0dc2bf520db8548f470befe0ae6b4b2 /src/util/units.cpp
parentFixed conversion factors and missed unit include removal. (diff)
downloadinkscape-ed0b9d91e08cf55287745636608bddd5ebd5ea34.tar.gz
inkscape-ed0b9d91e08cf55287745636608bddd5ebd5ea34.zip
Added copyright header and name to AUTHORS.
(bzr r12380.1.13)
Diffstat (limited to 'src/util/units.cpp')
-rw-r--r--src/util/units.cpp11
1 files changed, 11 insertions, 0 deletions
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