[Groonga-commit] ranguba/rroonga at efdb79d [master] Add missing copyright header

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 8 18:54:58 JST 2015


Kouhei Sutou	2015-09-08 18:54:58 +0900 (Tue, 08 Sep 2015)

  New Revision: efdb79db6caab4b5e0f4206c89638fa5afac7a9b
  https://github.com/ranguba/rroonga/commit/efdb79db6caab4b5e0f4206c89638fa5afac7a9b

  Message:
    Add missing copyright header

  Modified files:
    example/measure-data-column-disk-usage.rb
    example/measure-index-column-disk-usage.rb
    example/measure-table-disk-usage.rb

  Modified: example/measure-data-column-disk-usage.rb (+15 -0)
===================================================================
--- example/measure-data-column-disk-usage.rb    2015-09-08 18:52:44 +0900 (8d16d5b)
+++ example/measure-data-column-disk-usage.rb    2015-09-08 18:54:58 +0900 (fc98be3)
@@ -1,4 +1,19 @@
 #!/usr/bin/env ruby
+#
+# Copyright (C) 2015  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 version 2.1 as published by the Free Software Foundation.
+#
+# 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 "groonga"
 require "fileutils"

  Modified: example/measure-index-column-disk-usage.rb (+15 -0)
===================================================================
--- example/measure-index-column-disk-usage.rb    2015-09-08 18:52:44 +0900 (0d52e9d)
+++ example/measure-index-column-disk-usage.rb    2015-09-08 18:54:58 +0900 (6742b09)
@@ -1,4 +1,19 @@
 #!/usr/bin/env ruby
+#
+# Copyright (C) 2015  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 version 2.1 as published by the Free Software Foundation.
+#
+# 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 "groonga"
 require "fileutils"

  Modified: example/measure-table-disk-usage.rb (+15 -0)
===================================================================
--- example/measure-table-disk-usage.rb    2015-09-08 18:52:44 +0900 (d1bf45b)
+++ example/measure-table-disk-usage.rb    2015-09-08 18:54:58 +0900 (85eb7e2)
@@ -1,4 +1,19 @@
 #!/usr/bin/env ruby
+#
+# Copyright (C) 2015  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 version 2.1 as published by the Free Software Foundation.
+#
+# 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 "groonga"
 require "fileutils"
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index