OSDN Git Service

update copyright
authorikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Mon, 12 May 2003 15:14:50 +0000 (15:14 +0000)
committerikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Mon, 12 May 2003 15:14:50 +0000 (15:14 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@226 56b19765-1e22-0410-a548-a0f45d66c51a

15 files changed:
kita/src/kita.cpp
kita/src/kita.h
kita/src/kita_client.cpp
kita/src/kitacacheinfo.cpp
kita/src/kitacacheinfo.h
kita/src/kitaview.cpp
kita/src/kitaview.h
kita/src/main.cpp
kita/src/part/kita2ch.cpp
kita/src/part/kita2ch.h
kita/src/part/kitaconfig.cpp
kita/src/part/kitaconfig.h
kita/src/part/kitathreadpart.cpp
kita/src/pref.cpp
kita/src/pref.h

index 9da3dbb..ff8b96b 100644 (file)
@@ -1,6 +1,12 @@
-/*
- * Copyright (C) 2001 Hideki Ikemoto <ikemo@wakaba.jp>
- */
+/***************************************************************************
+ *   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"
index 49306d9..0d677ac 100644 (file)
@@ -1,6 +1,12 @@
-/*
- * Copyright (C) 2001 Hideki Ikemoto <ikemo@wakaba.jp>
- */
+/***************************************************************************
+ *   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_
index f006f05..9147f70 100644 (file)
@@ -1,6 +1,12 @@
-/*
- * Copyright (C) 2001 Hideki Ikemoto <ikemo@wakaba.jp>
- */
+/***************************************************************************
+ *   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 <kapplication.h>
 #include <dcopclient.h>
index 0ed70c6..ba57e8b 100644 (file)
@@ -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 <kurl.h>
index aff2f1e..7c226e2 100644 (file)
@@ -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_
index 20bd294..116e868 100644 (file)
@@ -1,6 +1,12 @@
-/*
- * Copyright (C) 2001 Hideki Ikemoto <ikemo@wakaba.jp>
- */
+/***************************************************************************
+ *   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"
 
index 7ff8edb..a709a47 100644 (file)
@@ -1,6 +1,12 @@
-/*
- * Copyright (C) 2001 Hideki Ikemoto <ikemo@wakaba.jp>
- */
+/***************************************************************************
+ *   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_
index 85aa4fe..c572db6 100644 (file)
@@ -1,6 +1,12 @@
-/*
- * Copyright (C) 2001 Hideki Ikemoto <ikemo@wakaba.jp>
- */
+/***************************************************************************
+ *   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 <kapplication.h>
index 07e2b53..46aec4d 100644 (file)
@@ -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"
 
index cbd2017..11c3f40 100644 (file)
@@ -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_
index 4d56305..3745399 100644 (file)
@@ -1,15 +1,13 @@
-//
-//
-// C++ Implementation: $MODULE$
-//
-// Description: 
-//
-//
-// Author: Hideki Ikemoto <ikemo@wakaba.jp>, (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;
index d5f4dde..3e4dc2c 100644 (file)
@@ -1,15 +1,13 @@
-//
-//
-// C++ Interface: $MODULE$
-//
-// Description:
-//
-//
-// Author: Hideki Ikemoto <ikemo@wakaba.jp>, (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
 
index 6ea6fa3..3d6b58f 100644 (file)
@@ -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"
            );
index ed486b6..6a1f5cd 100644 (file)
@@ -1,6 +1,12 @@
-/*
- * Copyright (C) 2001 Hideki Ikemoto <ikemo@wakaba.jp>
- */
+/***************************************************************************
+ *   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"
 
index d999f41..bff18dc 100644 (file)
@@ -1,6 +1,12 @@
-/*
- * Copyright (C) 2001 Hideki Ikemoto <ikemo@wakaba.jp>
- */
+/***************************************************************************
+ *   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_