From 62eb9196c6b87e0bce7c2fcc0b22f6fcc56f628a Mon Sep 17 00:00:00 2001 From: ikemo Date: Mon, 12 May 2003 15:14:50 +0000 Subject: [PATCH] update copyright git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@226 56b19765-1e22-0410-a548-a0f45d66c51a --- kita/src/kita.cpp | 12 +++++++++--- kita/src/kita.h | 12 +++++++++--- kita/src/kita_client.cpp | 12 +++++++++--- kita/src/kitacacheinfo.cpp | 10 ++++++++++ kita/src/kitacacheinfo.h | 9 +++++++++ kita/src/kitaview.cpp | 12 +++++++++--- kita/src/kitaview.h | 12 +++++++++--- kita/src/main.cpp | 12 +++++++++--- kita/src/part/kita2ch.cpp | 9 +++++++++ kita/src/part/kita2ch.h | 9 +++++++++ kita/src/part/kitaconfig.cpp | 22 ++++++++++------------ kita/src/part/kitaconfig.h | 22 ++++++++++------------ kita/src/part/kitathreadpart.cpp | 2 +- kita/src/pref.cpp | 12 +++++++++--- kita/src/pref.h | 12 +++++++++--- 15 files changed, 130 insertions(+), 49 deletions(-) diff --git a/kita/src/kita.cpp b/kita/src/kita.cpp index 9da3dbb..ff8b96b 100644 --- a/kita/src/kita.cpp +++ b/kita/src/kita.cpp @@ -1,6 +1,12 @@ -/* - * Copyright (C) 2001 Hideki Ikemoto - */ +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ #include "kita.h" #include "pref.h" diff --git a/kita/src/kita.h b/kita/src/kita.h index 49306d9..0d677ac 100644 --- a/kita/src/kita.h +++ b/kita/src/kita.h @@ -1,6 +1,12 @@ -/* - * Copyright (C) 2001 Hideki Ikemoto - */ +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ #ifndef _KITA_H_ #define _KITA_H_ diff --git a/kita/src/kita_client.cpp b/kita/src/kita_client.cpp index f006f05..9147f70 100644 --- a/kita/src/kita_client.cpp +++ b/kita/src/kita_client.cpp @@ -1,6 +1,12 @@ -/* - * Copyright (C) 2001 Hideki Ikemoto - */ +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ #include #include diff --git a/kita/src/kitacacheinfo.cpp b/kita/src/kitacacheinfo.cpp index 0ed70c6..ba57e8b 100644 --- a/kita/src/kitacacheinfo.cpp +++ b/kita/src/kitacacheinfo.cpp @@ -1,3 +1,13 @@ +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ + #include "kitacacheinfo.h" #include diff --git a/kita/src/kitacacheinfo.h b/kita/src/kitacacheinfo.h index aff2f1e..7c226e2 100644 --- a/kita/src/kitacacheinfo.h +++ b/kita/src/kitacacheinfo.h @@ -1,3 +1,12 @@ +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ #ifndef _KITACACHEINFO_H_ #define _KITACACHEINFO_H_ diff --git a/kita/src/kitaview.cpp b/kita/src/kitaview.cpp index 20bd294..116e868 100644 --- a/kita/src/kitaview.cpp +++ b/kita/src/kitaview.cpp @@ -1,6 +1,12 @@ -/* - * Copyright (C) 2001 Hideki Ikemoto - */ +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ #include "kitaview.h" diff --git a/kita/src/kitaview.h b/kita/src/kitaview.h index 7ff8edb..a709a47 100644 --- a/kita/src/kitaview.h +++ b/kita/src/kitaview.h @@ -1,6 +1,12 @@ -/* - * Copyright (C) 2001 Hideki Ikemoto - */ +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ #ifndef _KITAVIEW_H_ #define _KITAVIEW_H_ diff --git a/kita/src/main.cpp b/kita/src/main.cpp index 85aa4fe..c572db6 100644 --- a/kita/src/main.cpp +++ b/kita/src/main.cpp @@ -1,6 +1,12 @@ -/* - * Copyright (C) 2001 Hideki Ikemoto - */ +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ #include "kita.h" #include diff --git a/kita/src/part/kita2ch.cpp b/kita/src/part/kita2ch.cpp index 07e2b53..46aec4d 100644 --- a/kita/src/part/kita2ch.cpp +++ b/kita/src/part/kita2ch.cpp @@ -1,3 +1,12 @@ +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ #include "kita2ch.h" diff --git a/kita/src/part/kita2ch.h b/kita/src/part/kita2ch.h index cbd2017..11c3f40 100644 --- a/kita/src/part/kita2ch.h +++ b/kita/src/part/kita2ch.h @@ -1,3 +1,12 @@ +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ #ifndef _KITA2CH_H_ #define _KITA2CH_H_ diff --git a/kita/src/part/kitaconfig.cpp b/kita/src/part/kitaconfig.cpp index 4d56305..3745399 100644 --- a/kita/src/part/kitaconfig.cpp +++ b/kita/src/part/kitaconfig.cpp @@ -1,15 +1,13 @@ -// -// -// C++ Implementation: $MODULE$ -// -// Description: -// -// -// Author: Hideki Ikemoto , (C) 2003 -// -// Copyright: See COPYING file that comes with this distribution -// -// +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ + #include "kitaconfig.h" KitaConfig* KitaConfig::instance = 0; diff --git a/kita/src/part/kitaconfig.h b/kita/src/part/kitaconfig.h index d5f4dde..3e4dc2c 100644 --- a/kita/src/part/kitaconfig.h +++ b/kita/src/part/kitaconfig.h @@ -1,15 +1,13 @@ -// -// -// C++ Interface: $MODULE$ -// -// Description: -// -// -// Author: Hideki Ikemoto , (C) 2003 -// -// Copyright: See COPYING file that comes with this distribution -// -// +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ + #ifndef KITACONFIG_H #define KITACONFIG_H diff --git a/kita/src/part/kitathreadpart.cpp b/kita/src/part/kitathreadpart.cpp index 6ea6fa3..3d6b58f 100644 --- a/kita/src/part/kitathreadpart.cpp +++ b/kita/src/part/kitathreadpart.cpp @@ -20,7 +20,7 @@ KAboutData * KitaThreadPart::createAboutData() // needed by GenericFactory version, "2ch thread dat viewer plugin.", KAboutData::License_GPL, - "(C) 2003 Konqueror-plugin no hito, (C) 2001 Hideki Ikemoto", + "(C) 2003 Konqueror-plugin no hito, (C) 2003 Hideki Ikemoto", "http://pc.2ch.net/linux/", "no-mail" ); diff --git a/kita/src/pref.cpp b/kita/src/pref.cpp index ed486b6..6a1f5cd 100644 --- a/kita/src/pref.cpp +++ b/kita/src/pref.cpp @@ -1,6 +1,12 @@ -/* - * Copyright (C) 2001 Hideki Ikemoto - */ +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ #include "pref.h" diff --git a/kita/src/pref.h b/kita/src/pref.h index d999f41..bff18dc 100644 --- a/kita/src/pref.h +++ b/kita/src/pref.h @@ -1,6 +1,12 @@ -/* - * Copyright (C) 2001 Hideki Ikemoto - */ +/*************************************************************************** + * Copyright (C) 2003 by Hideki Ikemoto * + * ikemo@wakaba.jp * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ #ifndef _KITAPREF_H_ #define _KITAPREF_H_ -- 2.11.0