aboutsummaryrefslogtreecommitdiff
path: root/vcs_test.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-21 07:49:08 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-21 07:49:08 +0100
commitdc40f445b92701abdbc63dddf0fb7104551840f4 (patch)
tree3c473a8c853adc9de0bdf43875cc79eaafad3382 /vcs_test.rb
parentbf3aef2c957153dc4e12a6e9e13558aebaaefd06 (diff)
Copyright information adopted
Diffstat (limited to 'vcs_test.rb')
-rw-r--r--vcs_test.rb19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcs_test.rb b/vcs_test.rb
index c0dc235..9881fb5 100644
--- a/vcs_test.rb
+++ b/vcs_test.rb
@@ -1,3 +1,22 @@
+############################################################################
+# Copyright 2009,2010 Benjamin Kellermann #
+# #
+# This file is part of dudle. #
+# #
+# Dudle 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 #
+# (at your option) any later version. #
+# #
+# Dudle 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 dudle. If not, see <http://www.gnu.org/licenses/>. #
+############################################################################
+
if __FILE__ == $0
require "test/unit"
require "pp"