[Groonga-commit] groonga/groonga-gobject at 9d329c0 [master] Fix wrong license header

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 28 23:06:13 JST 2014


Kouhei Sutou	2014-01-28 23:06:13 +0900 (Tue, 28 Jan 2014)

  New Revision: 9d329c0b5df0104015d263d9d42b3dae8b393935
  https://github.com/groonga/groonga-gobject/commit/9d329c0b5df0104015d263d9d42b3dae8b393935

  Message:
    Fix wrong license header
    
    program ->
    library

  Modified files:
    Makefile.am
    doc/Makefile.am
    doc/reference/Makefile.am
    groonga-gobject/Makefile.am
    groonga-gobject/ggrn-command.c
    groonga-gobject/ggrn-command.h
    groonga-gobject/ggrn-context.c
    groonga-gobject/ggrn-context.h
    groonga-gobject/ggrn-error.c
    groonga-gobject/ggrn-error.h
    groonga-gobject/ggrn-internal.c
    groonga-gobject/ggrn-internal.h
    groonga-gobject/ggrn.c
    groonga-gobject/ggrn.h
    sample/Makefile.am
    sample/groonga.py
    test/Makefile.am
    test/run-test.sh
    test/suite-groonga-gobject-test.c
    test/test-command.c

  Modified: Makefile.am (+2 -2)
===================================================================
--- Makefile.am    2014-01-28 15:21:06 +0900 (31679d9)
+++ Makefile.am    2014-01-28 23:06:13 +0900 (1564269)
@@ -5,13 +5,13 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# 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 General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 

  Modified: doc/Makefile.am (+2 -2)
===================================================================
--- doc/Makefile.am    2014-01-28 15:21:06 +0900 (f4df283)
+++ doc/Makefile.am    2014-01-28 23:06:13 +0900 (43426a1)
@@ -5,13 +5,13 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# 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 General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
 SUBDIRS =					\
 	reference

  Modified: doc/reference/Makefile.am (+2 -2)
===================================================================
--- doc/reference/Makefile.am    2014-01-28 15:21:06 +0900 (6cfab0a)
+++ doc/reference/Makefile.am    2014-01-28 23:06:13 +0900 (0e802af)
@@ -5,13 +5,13 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# 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 General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
 DOC_MODULE = groonga-gobject
 

  Modified: groonga-gobject/Makefile.am (+2 -2)
===================================================================
--- groonga-gobject/Makefile.am    2014-01-28 15:21:06 +0900 (9ace95e)
+++ groonga-gobject/Makefile.am    2014-01-28 23:06:13 +0900 (a5c364e)
@@ -5,13 +5,13 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# 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 General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
 CLEANFILES =
 

  Modified: groonga-gobject/ggrn-command.c (+2 -2)
===================================================================
--- groonga-gobject/ggrn-command.c    2014-01-28 15:21:06 +0900 (85ada31)
+++ groonga-gobject/ggrn-command.c    2014-01-28 23:06:13 +0900 (335e321)
@@ -7,13 +7,13 @@
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifdef HAVE_CONFIG_H

  Modified: groonga-gobject/ggrn-command.h (+2 -2)
===================================================================
--- groonga-gobject/ggrn-command.h    2014-01-28 15:21:06 +0900 (d1a8f75)
+++ groonga-gobject/ggrn-command.h    2014-01-28 23:06:13 +0900 (d395420)
@@ -7,13 +7,13 @@
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef GGRN_COMMAND_H

  Modified: groonga-gobject/ggrn-context.c (+2 -2)
===================================================================
--- groonga-gobject/ggrn-context.c    2014-01-28 15:21:06 +0900 (4570724)
+++ groonga-gobject/ggrn-context.c    2014-01-28 23:06:13 +0900 (459cb96)
@@ -7,13 +7,13 @@
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifdef HAVE_CONFIG_H

  Modified: groonga-gobject/ggrn-context.h (+2 -2)
===================================================================
--- groonga-gobject/ggrn-context.h    2014-01-28 15:21:06 +0900 (e003d55)
+++ groonga-gobject/ggrn-context.h    2014-01-28 23:06:13 +0900 (2f45bed)
@@ -7,13 +7,13 @@
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef GGRN_CONTEXT_H

  Modified: groonga-gobject/ggrn-error.c (+2 -2)
===================================================================
--- groonga-gobject/ggrn-error.c    2014-01-28 15:21:06 +0900 (ceaa9c9)
+++ groonga-gobject/ggrn-error.c    2014-01-28 23:06:13 +0900 (029698a)
@@ -7,13 +7,13 @@
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifdef HAVE_CONFIG_H

  Modified: groonga-gobject/ggrn-error.h (+2 -2)
===================================================================
--- groonga-gobject/ggrn-error.h    2014-01-28 15:21:06 +0900 (b8969e6)
+++ groonga-gobject/ggrn-error.h    2014-01-28 23:06:13 +0900 (2a0622d)
@@ -7,13 +7,13 @@
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef GGRN_ERROR_H

  Modified: groonga-gobject/ggrn-internal.c (+2 -2)
===================================================================
--- groonga-gobject/ggrn-internal.c    2014-01-28 15:21:06 +0900 (22092f3)
+++ groonga-gobject/ggrn-internal.c    2014-01-28 23:06:13 +0900 (a492cd8)
@@ -7,13 +7,13 @@
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifdef HAVE_CONFIG_H

  Modified: groonga-gobject/ggrn-internal.h (+2 -2)
===================================================================
--- groonga-gobject/ggrn-internal.h    2014-01-28 15:21:06 +0900 (6cd4261)
+++ groonga-gobject/ggrn-internal.h    2014-01-28 23:06:13 +0900 (ecc24bf)
@@ -7,13 +7,13 @@
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef GGRN_INTERNAL_H

  Modified: groonga-gobject/ggrn.c (+2 -2)
===================================================================
--- groonga-gobject/ggrn.c    2014-01-28 15:21:06 +0900 (7bd0189)
+++ groonga-gobject/ggrn.c    2014-01-28 23:06:13 +0900 (0f39dd5)
@@ -7,13 +7,13 @@
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifdef HAVE_CONFIG_H

  Modified: groonga-gobject/ggrn.h (+2 -2)
===================================================================
--- groonga-gobject/ggrn.h    2014-01-28 15:21:06 +0900 (39b489c)
+++ groonga-gobject/ggrn.h    2014-01-28 23:06:13 +0900 (3269323)
@@ -7,13 +7,13 @@
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef GGRN_H

  Modified: sample/Makefile.am (+2 -2)
===================================================================
--- sample/Makefile.am    2014-01-28 15:21:06 +0900 (88e5365)
+++ sample/Makefile.am    2014-01-28 23:06:13 +0900 (8973b02)
@@ -5,13 +5,13 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# 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 General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
 sampledir = $(pkgdatadir)/sample
 dist_sample_DATA =					\

  Modified: sample/groonga.py (+2 -2)
===================================================================
--- sample/groonga.py    2014-01-28 15:21:06 +0900 (f709174)
+++ sample/groonga.py    2014-01-28 23:06:13 +0900 (defe1f1)
@@ -7,13 +7,13 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# 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 General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
 from __future__ import print_function
 import argparse

  Modified: test/Makefile.am (+2 -2)
===================================================================
--- test/Makefile.am    2014-01-28 15:21:06 +0900 (443dca1)
+++ test/Makefile.am    2014-01-28 23:06:13 +0900 (d2c3b31)
@@ -5,13 +5,13 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# 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 General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
 AM_CPPFLAGS =					\
 	-I$(top_builddir)			\

  Modified: test/run-test.sh (+2 -2)
===================================================================
--- test/run-test.sh    2014-01-28 15:21:06 +0900 (118510b)
+++ test/run-test.sh    2014-01-28 23:06:13 +0900 (392c9e4)
@@ -7,13 +7,13 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# 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 General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
 unset MAKELEVEL
 unset MAKEFLAGS

  Modified: test/suite-groonga-gobject-test.c (+2 -2)
===================================================================
--- test/suite-groonga-gobject-test.c    2014-01-28 15:21:06 +0900 (18ded62)
+++ test/suite-groonga-gobject-test.c    2014-01-28 23:06:13 +0900 (1700968)
@@ -7,13 +7,13 @@
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifdef HAVE_CONFIG_H

  Modified: test/test-command.c (+2 -2)
===================================================================
--- test/test-command.c    2014-01-28 15:21:06 +0900 (0601a4d)
+++ test/test-command.c    2014-01-28 23:06:13 +0900 (22d8bb2)
@@ -7,13 +7,13 @@
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifdef HAVE_CONFIG_H
-------------- next part --------------
HTML����������������������������...
下載 



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