From dd1456d2f960317ada2cc455e37248504ec32703 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 3 Sep 2013 17:24:40 +0300 Subject: [PATCH] Use word "library" in the source file headers Signed-off-by: Toni Gundogdu --- src/_quvi_file_ext_s.h | 6 +++--- src/api/errcode.c | 6 +++--- src/api/file_ext_free.c | 6 +++--- src/api/file_ext_get.c | 6 +++--- src/api/file_ext_new.c | 6 +++--- src/curl/reset.c | 6 +++--- src/gcrypt/crypto.c | 6 +++--- src/gcrypt/crypto.h | 6 +++--- src/gcrypt/init.c | 6 +++--- src/lua/quvi/base64/decode.c | 6 +++--- src/lua/quvi/base64/encode.c | 6 +++--- src/lua/quvi/crypto/copts.c | 6 +++--- src/lua/quvi/crypto/en_decrypt.c | 6 +++--- src/lua/quvi/crypto/err.c | 6 +++--- src/lua/quvi/crypto/err.h | 6 +++--- src/lua/quvi/crypto/hash.c | 6 +++--- src/lua/quvi/crypto/opts.h | 6 +++--- src/lua/quvi/http/cookie.c | 6 +++--- src/lua/quvi/http/header.c | 6 +++--- src/lua/quvi/http/metainfo.c | 6 +++--- src/lua/quvi/opts.c | 6 +++--- src/lua/quvi/opts.h | 6 +++--- src/misc/slst.c | 6 +++--- src/misc/slst.h | 6 +++--- 24 files changed, 72 insertions(+), 72 deletions(-) diff --git a/src/_quvi_file_ext_s.h b/src/_quvi_file_ext_s.h index 9baa506..837c5e9 100644 --- a/src/_quvi_file_ext_s.h +++ b/src/_quvi_file_ext_s.h @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/api/errcode.c b/src/api/errcode.c index 78233be..a8151d1 100644 --- a/src/api/errcode.c +++ b/src/api/errcode.c @@ -3,18 +3,18 @@ * * This file is part of quvi . * - * This program is free software: you can redistribute it and/or modify + * This library 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. * - * This program is distributed in the hope that it will be useful, but + * 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 * Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public - * License along with this program. If not, see + * License along with this library. If not, see * . */ diff --git a/src/api/file_ext_free.c b/src/api/file_ext_free.c index 2fdf048..b82dc7b 100644 --- a/src/api/file_ext_free.c +++ b/src/api/file_ext_free.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/api/file_ext_get.c b/src/api/file_ext_get.c index 1c6338c..b06fd54 100644 --- a/src/api/file_ext_get.c +++ b/src/api/file_ext_get.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/api/file_ext_new.c b/src/api/file_ext_new.c index 75c50ca..9d9cd42 100644 --- a/src/api/file_ext_new.c +++ b/src/api/file_ext_new.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/curl/reset.c b/src/curl/reset.c index 50c4dec..878fa84 100644 --- a/src/curl/reset.c +++ b/src/curl/reset.c @@ -3,18 +3,18 @@ * * This file is part of libquvi * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/gcrypt/crypto.c b/src/gcrypt/crypto.c index ee07a76..520b801 100644 --- a/src/gcrypt/crypto.c +++ b/src/gcrypt/crypto.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/gcrypt/crypto.h b/src/gcrypt/crypto.h index 80f05e8..9958e25 100644 --- a/src/gcrypt/crypto.h +++ b/src/gcrypt/crypto.h @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/gcrypt/init.c b/src/gcrypt/init.c index 1940bb5..469d7e8 100644 --- a/src/gcrypt/init.c +++ b/src/gcrypt/init.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/lua/quvi/base64/decode.c b/src/lua/quvi/base64/decode.c index 44385f4..043df29 100644 --- a/src/lua/quvi/base64/decode.c +++ b/src/lua/quvi/base64/decode.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/lua/quvi/base64/encode.c b/src/lua/quvi/base64/encode.c index c2f4e53..877d5dd 100644 --- a/src/lua/quvi/base64/encode.c +++ b/src/lua/quvi/base64/encode.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/lua/quvi/crypto/copts.c b/src/lua/quvi/crypto/copts.c index e9e80a1..cf9e8df 100644 --- a/src/lua/quvi/crypto/copts.c +++ b/src/lua/quvi/crypto/copts.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/lua/quvi/crypto/en_decrypt.c b/src/lua/quvi/crypto/en_decrypt.c index a86de51..63a75fa 100644 --- a/src/lua/quvi/crypto/en_decrypt.c +++ b/src/lua/quvi/crypto/en_decrypt.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/lua/quvi/crypto/err.c b/src/lua/quvi/crypto/err.c index 650a192..9105da4 100644 --- a/src/lua/quvi/crypto/err.c +++ b/src/lua/quvi/crypto/err.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/lua/quvi/crypto/err.h b/src/lua/quvi/crypto/err.h index 9671aba..e2de38d 100644 --- a/src/lua/quvi/crypto/err.h +++ b/src/lua/quvi/crypto/err.h @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/lua/quvi/crypto/hash.c b/src/lua/quvi/crypto/hash.c index 2313387..01f4fa2 100644 --- a/src/lua/quvi/crypto/hash.c +++ b/src/lua/quvi/crypto/hash.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/lua/quvi/crypto/opts.h b/src/lua/quvi/crypto/opts.h index ab41c3c..f34a97a 100644 --- a/src/lua/quvi/crypto/opts.h +++ b/src/lua/quvi/crypto/opts.h @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/lua/quvi/http/cookie.c b/src/lua/quvi/http/cookie.c index 7c90900..e0f12aa 100644 --- a/src/lua/quvi/http/cookie.c +++ b/src/lua/quvi/http/cookie.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/lua/quvi/http/header.c b/src/lua/quvi/http/header.c index 74166d4..fd6623d 100644 --- a/src/lua/quvi/http/header.c +++ b/src/lua/quvi/http/header.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/lua/quvi/http/metainfo.c b/src/lua/quvi/http/metainfo.c index 4c818c8..9207a37 100644 --- a/src/lua/quvi/http/metainfo.c +++ b/src/lua/quvi/http/metainfo.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/lua/quvi/opts.c b/src/lua/quvi/opts.c index 9508922..2daf9e8 100644 --- a/src/lua/quvi/opts.c +++ b/src/lua/quvi/opts.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/lua/quvi/opts.h b/src/lua/quvi/opts.h index 4a75b2a..1a5c47e 100644 --- a/src/lua/quvi/opts.h +++ b/src/lua/quvi/opts.h @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/misc/slst.c b/src/misc/slst.c index ee26a1a..adc6fb0 100644 --- a/src/misc/slst.c +++ b/src/misc/slst.c @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ diff --git a/src/misc/slst.h b/src/misc/slst.h index f8a2951..8effb6d 100644 --- a/src/misc/slst.h +++ b/src/misc/slst.h @@ -3,18 +3,18 @@ * * This file is part of libquvi . * - * This program is free software: you can redistribute it and/or + * This library 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. * - * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General - * Public License along with this program. If not, see + * Public License along with this library. If not, see * . */ -- 2.11.4.GIT