[Groonga-commit] droonga/droonga-client-ruby at 48a609f [master] Add missing license headers

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 20 17:59:47 JST 2013


Kouhei Sutou	2013-11-20 17:59:47 +0900 (Wed, 20 Nov 2013)

  New Revision: 48a609f097f200a0b32e675b2e4fc0a13b27ddbd
  https://github.com/droonga/droonga-client-ruby/commit/48a609f097f200a0b32e675b2e4fc0a13b27ddbd

  Message:
    Add missing license headers

  Modified files:
    Gemfile
    Rakefile
    droonga-client.gemspec
    lib/droonga/client/version.rb

  Modified: Gemfile (+17 -0)
===================================================================
--- Gemfile    2013-11-20 17:58:17 +0900 (f2d4f89)
+++ Gemfile    2013-11-20 17:59:47 +0900 (fff1182)
@@ -1,3 +1,20 @@
+# -*- mode: ruby; coding: utf-8 -*-
+#
+# Copyright (C) 2013 Droonga Project
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
 source 'https://rubygems.org'
 
 # Specify your gem's dependencies in droonga-client.gemspec

  Modified: Rakefile (+17 -0)
===================================================================
--- Rakefile    2013-11-20 17:58:17 +0900 (2995527)
+++ Rakefile    2013-11-20 17:59:47 +0900 (7a11bed)
@@ -1 +1,18 @@
+# -*- mode: ruby; coding: utf-8 -*-
+#
+# Copyright (C) 2013 Droonga Project
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
 require "bundler/gem_tasks"

  Modified: droonga-client.gemspec (+17 -1)
===================================================================
--- droonga-client.gemspec    2013-11-20 17:58:17 +0900 (0d95739)
+++ droonga-client.gemspec    2013-11-20 17:59:47 +0900 (2713e7a)
@@ -1,4 +1,20 @@
-# coding: utf-8
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2013 Droonga Project
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
 lib = File.expand_path('../lib', __FILE__)
 $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
 require 'droonga/client/version'

  Modified: lib/droonga/client/version.rb (+17 -0)
===================================================================
--- lib/droonga/client/version.rb    2013-11-20 17:58:17 +0900 (73cd942)
+++ lib/droonga/client/version.rb    2013-11-20 17:59:47 +0900 (a7df9ff)
@@ -1,3 +1,20 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2013 Droonga Project
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
 module Droonga
   class Client
     VERSION = "0.0.1"
-------------- next part --------------
HTML����������������������������...
Download 



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