summaryrefslogtreecommitdiff
path: root/lib/RHRD.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/RHRD.pm')
-rw-r--r--lib/RHRD.pm31
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/RHRD.pm b/lib/RHRD.pm
new file mode 100644
index 0000000..dce995f
--- /dev/null
+++ b/lib/RHRD.pm
@@ -0,0 +1,31 @@
+# RHRD.pm
+#
+# rhrdlibs
+#
+# Copyright (C) 2015 Christian Pointner <equinox@helsinki.at>
+#
+# This file is part of rhrdlibs.
+#
+# rhrdlibs is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# any later version.
+#
+# rhrdlibs is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with rhrdlibs. If not, see <http://www.gnu.org/licenses/>.
+#
+
+package RHRD;
+
+use strict;
+use vars qw($VERSION);
+use 5.004;
+
+$VERSION = "0.1"
+
+##########################################################################