[test-unit-commit:00163] test-unit/test-unit-capybara [master] fix license notification.
null+test-unit @ clear-code.com
null+test-unit @ clear-code.com
2012年 1月 3日 (火) 23:32:16 EST
Kouhei Sutou 2012-01-04 13:32:16 +0900 (Wed, 04 Jan 2012)
New Revision: 678b36c53b88cd1205d64c9572a51244fb451699
Log:
fix license notification.
Modified files:
Rakefile
lib/test/unit/capybara.rb
Modified: Rakefile (+16 -0)
===================================================================
--- Rakefile 2011-06-17 17:15:14 +0900 (4d6ed36)
+++ Rakefile 2012-01-04 13:32:16 +0900 (da47f73)
@@ -1,4 +1,20 @@
# -*- ruby -*-
+#
+# Copyright (C) 2011-2012 Kouhei Sutou <kou @ clear-code.com>
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library 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
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
require 'pathname'
Modified: lib/test/unit/capybara.rb (+16 -5)
===================================================================
--- lib/test/unit/capybara.rb 2011-06-17 17:15:14 +0900 (c35867c)
+++ lib/test/unit/capybara.rb 2012-01-04 13:32:16 +0900 (344a948)
@@ -1,9 +1,20 @@
-#--
+# -*- ruby -*-
#
-# Author:: Kouhei Sutou
-# Copyright::
-# * Copyright (c) 2011 Kouhei Sutou <kou @ clear-code.com>
-# License:: LGPLv2+
+# Copyright (C) 2011-2012 Kouhei Sutou <kou @ clear-code.com>
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library 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
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
require 'capybara'
require 'capybara/dsl'
test-unit-commit メーリングリストの案内