From: Reto Zingg Date: Sat, 27 Mar 2010 18:45:47 +0000 (+0200) Subject: add copyright infos X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;ds=inline;p=qtvoc.git add copyright infos --- diff --git a/TinyVocTrainer/main.cpp b/TinyVocTrainer/main.cpp index e22e6a8..2834a87 100644 --- a/TinyVocTrainer/main.cpp +++ b/TinyVocTrainer/main.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + + Copyright 2010 Reto Zingg + + ***************************************************************************/ + +/*************************************************************************** + * * + * 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 #include "mainwindow.h" diff --git a/TinyVocTrainer/mainwindow.cpp b/TinyVocTrainer/mainwindow.cpp index 48d3fe5..bc5cecb 100644 --- a/TinyVocTrainer/mainwindow.cpp +++ b/TinyVocTrainer/mainwindow.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + + Copyright 2010 Reto Zingg + + ***************************************************************************/ + +/*************************************************************************** + * * + * 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/TinyVocTrainer/mainwindow.h b/TinyVocTrainer/mainwindow.h index 70a2fb0..0a061d1 100644 --- a/TinyVocTrainer/mainwindow.h +++ b/TinyVocTrainer/mainwindow.h @@ -1,3 +1,18 @@ +/*************************************************************************** + + Copyright 2010 Reto Zingg + + ***************************************************************************/ + +/*************************************************************************** + * * + * 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 MAINWINDOW_H #define MAINWINDOW_H diff --git a/TinyVocTrainer/tinyvoctrainer.cpp b/TinyVocTrainer/tinyvoctrainer.cpp index a7dc10b..767910b 100644 --- a/TinyVocTrainer/tinyvoctrainer.cpp +++ b/TinyVocTrainer/tinyvoctrainer.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + + Copyright 2010 Reto Zingg + + ***************************************************************************/ + +/*************************************************************************** + * * + * 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 "tinyvoctrainer.h" #include diff --git a/TinyVocTrainer/tinyvoctrainer.h b/TinyVocTrainer/tinyvoctrainer.h index 70f6570..672f89d 100644 --- a/TinyVocTrainer/tinyvoctrainer.h +++ b/TinyVocTrainer/tinyvoctrainer.h @@ -1,3 +1,18 @@ +/*************************************************************************** + + Copyright 2010 Reto Zingg + + ***************************************************************************/ + +/*************************************************************************** + * * + * 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 TINYVOCTRAINER_H #define TINYVOCTRAINER_H diff --git a/TinyVocTrainer/tinyvoctrainersettings.cpp b/TinyVocTrainer/tinyvoctrainersettings.cpp index 35c5443..09fc2d3 100644 --- a/TinyVocTrainer/tinyvoctrainersettings.cpp +++ b/TinyVocTrainer/tinyvoctrainersettings.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + + Copyright 2010 Reto Zingg + + ***************************************************************************/ + +/*************************************************************************** + * * + * 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 "tinyvoctrainersettings.h" #include diff --git a/TinyVocTrainer/tinyvoctrainersettings.h b/TinyVocTrainer/tinyvoctrainersettings.h index cde1cdf..67cce2f 100644 --- a/TinyVocTrainer/tinyvoctrainersettings.h +++ b/TinyVocTrainer/tinyvoctrainersettings.h @@ -1,3 +1,18 @@ +/*************************************************************************** + + Copyright 2010 Reto Zingg + + ***************************************************************************/ + +/*************************************************************************** + * * + * 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 TINYVOCTRAINERSETTINGS_H #define TINYVOCTRAINERSETTINGS_H diff --git a/lib/keduvoccontainer.cpp b/lib/keduvoccontainer.cpp index f6ea15f..3c8c42d 100644 --- a/lib/keduvoccontainer.cpp +++ b/lib/keduvoccontainer.cpp @@ -2,6 +2,7 @@ Copyright 2007 Jeremy Whiting Copyright 2007 Frederik Gladhorn + Copyright 2010 Reto Zingg ***************************************************************************/ diff --git a/lib/keduvoccontainer.h b/lib/keduvoccontainer.h index 93608eb..33601f8 100644 --- a/lib/keduvoccontainer.h +++ b/lib/keduvoccontainer.h @@ -2,6 +2,7 @@ Copyright 2007 Jeremy Whiting Copyright 2007 Frederik Gladhorn + Copyright 2010 Reto Zingg ***************************************************************************/ diff --git a/lib/keduvoccsvreader.cpp b/lib/keduvoccsvreader.cpp index 5426152..7681f52 100644 --- a/lib/keduvoccsvreader.cpp +++ b/lib/keduvoccsvreader.cpp @@ -10,6 +10,8 @@ (C) 2005, 2007 Peter Hedlund + (C) 2010 Reto Zingg + ----------------------------------------------------------------------- ***************************************************************************/ diff --git a/lib/keduvoccsvwriter.cpp b/lib/keduvoccsvwriter.cpp index b3e8c1f..562d804 100644 --- a/lib/keduvoccsvwriter.cpp +++ b/lib/keduvoccsvwriter.cpp @@ -4,6 +4,8 @@ copyright : (C) 1999-2001 Ewald Arnold (C) 2007 Peter Hedlund + (C) 2010 Reto Zingg + ***************************************************************************/ /*************************************************************************** diff --git a/lib/keduvocdocument.cpp b/lib/keduvocdocument.cpp index fca0930..3ec471c 100644 --- a/lib/keduvocdocument.cpp +++ b/lib/keduvocdocument.cpp @@ -5,6 +5,8 @@ (C) 2005-2007 Peter Hedlund (C) 2007 Frederik Gladhorn + (C) 2010 Reto Zingg + ***************************************************************************/ /*************************************************************************** diff --git a/lib/keduvocdocument.h b/lib/keduvocdocument.h index 60118f3..33fac2b 100644 --- a/lib/keduvocdocument.h +++ b/lib/keduvocdocument.h @@ -5,6 +5,7 @@ (C) 2005, 2007 Peter Hedlund (C) 2007 Frederik Gladhorn + (C) 2010 Reto Zingg ***************************************************************************/ /*************************************************************************** diff --git a/lib/keduvocexpression.cpp b/lib/keduvocexpression.cpp index fe6e117..1510dc6 100644 --- a/lib/keduvocexpression.cpp +++ b/lib/keduvocexpression.cpp @@ -5,6 +5,8 @@ (C) 2005-2007 Peter Hedlund Copyright 2008 Frederik Gladhorn + Copyright 2010 Reto Zingg + ***************************************************************************/ /*************************************************************************** diff --git a/lib/keduvocexpression.h b/lib/keduvocexpression.h index e4c8d43..ed99d3d 100644 --- a/lib/keduvocexpression.h +++ b/lib/keduvocexpression.h @@ -5,6 +5,8 @@ (C) 2005-2007 Peter Hedlund Copyright 2008 Frederik Gladhorn + Copyright 2010 Reto Zingg + ***************************************************************************/ /*************************************************************************** diff --git a/lib/keduvockvtml2reader.cpp b/lib/keduvockvtml2reader.cpp index 0d703a5..577f932 100644 --- a/lib/keduvockvtml2reader.cpp +++ b/lib/keduvockvtml2reader.cpp @@ -6,6 +6,8 @@ (C) 2005 Eric Pignet (C) 2007 Peter Hedlund Copyright 2007-2008 Frederik Gladhorn + Copyright 2010 Reto Zingg + ***************************************************************************/ /*************************************************************************** diff --git a/lib/keduvockvtml2reader.h b/lib/keduvockvtml2reader.h index c9fd551..1fc7dd6 100644 --- a/lib/keduvockvtml2reader.h +++ b/lib/keduvockvtml2reader.h @@ -3,6 +3,8 @@ ----------------------------------------------------------------------- copyright : (C) 2007 Jeremy Whiting Copyright 2007-2008 Frederik Gladhorn + Copyright 2010 Reto Zingg + ***************************************************************************/ /*************************************************************************** diff --git a/lib/keduvockvtml2writer.cpp b/lib/keduvockvtml2writer.cpp index 1228392..3d1af9c 100644 --- a/lib/keduvockvtml2writer.cpp +++ b/lib/keduvockvtml2writer.cpp @@ -3,6 +3,8 @@ ----------------------------------------------------------------------- copyright : (C) 2007 Jeremy Whiting (C) 2007-2008 Frederik Gladhorn + (C) 2010 Reto Zingg + ***************************************************************************/ /*************************************************************************** diff --git a/lib/keduvockvtmlcompability.cpp b/lib/keduvockvtmlcompability.cpp index cf0647b..9f5a810 100644 --- a/lib/keduvockvtmlcompability.cpp +++ b/lib/keduvockvtmlcompability.cpp @@ -7,6 +7,7 @@ begin : Di Aug 28 2007 copyright : (C) 2007 Frederik Gladhorn + (C) 2010 Reto Zingg ----------------------------------------------------------------------- diff --git a/lib/keduvockvtmlreader.cpp b/lib/keduvockvtmlreader.cpp index 4fd9f75..f193b07 100644 --- a/lib/keduvockvtmlreader.cpp +++ b/lib/keduvockvtmlreader.cpp @@ -6,6 +6,7 @@ (C) 2005 Eric Pignet (C) 2007 Peter Hedlund (C) 2007 Frederik Gladhorn + (C) 2010 Reto Zingg ***************************************************************************/ /*************************************************************************** diff --git a/lib/keduvockvtmlwriter.cpp b/lib/keduvockvtmlwriter.cpp index 9c9c7a3..13f95ee 100644 --- a/lib/keduvockvtmlwriter.cpp +++ b/lib/keduvockvtmlwriter.cpp @@ -6,6 +6,8 @@ (C) 2005 Eric Pignet (C) 2007 Peter Hedlund (C) 2007 Frederik Gladhorn + (C) 2010 Reto Zingg + ***************************************************************************/ /*************************************************************************** diff --git a/lib/keduvocpaukerreader.cpp b/lib/keduvocpaukerreader.cpp index d88266d..ae56c75 100644 --- a/lib/keduvocpaukerreader.cpp +++ b/lib/keduvocpaukerreader.cpp @@ -2,6 +2,7 @@ create a KEduVocDocument from a Pauker file ----------------------------------------------------------------------- copyright : (C) 2004, 2007 Peter Hedlund + (C) 2010 Reto Zingg ***************************************************************************/ diff --git a/lib/keduvoctranslation.cpp b/lib/keduvoctranslation.cpp index e6b042e..a54d578 100644 --- a/lib/keduvoctranslation.cpp +++ b/lib/keduvoctranslation.cpp @@ -3,6 +3,8 @@ ----------------------------------------------------------------------- Copyright 2007-2008 Frederik Gladhorn + Copyright 2010 Reto Zingg + ***************************************************************************/ /*************************************************************************** diff --git a/lib/keduvoctranslation.h b/lib/keduvoctranslation.h index 8260035..b54e96a 100644 --- a/lib/keduvoctranslation.h +++ b/lib/keduvoctranslation.h @@ -2,6 +2,8 @@ Vocabulary Expression Translation for KDE Edu ----------------------------------------------------------------------- Copyright 2007-2008 Frederik Gladhorn + Copyright 2010 Reto Zingg + ***************************************************************************/ /*************************************************************************** diff --git a/lib/keduvocvokabelnreader.cpp b/lib/keduvocvokabelnreader.cpp index e80b78f..eaab74e 100644 --- a/lib/keduvocvokabelnreader.cpp +++ b/lib/keduvocvokabelnreader.cpp @@ -8,6 +8,7 @@ copyright : (C) 2005, 2007 Peter Hedlund (C) 2007 Frederik Gladhorn + (C) 2010 Reto Zingg ----------------------------------------------------------------------- diff --git a/lib/keduvocwqlreader.cpp b/lib/keduvocwqlreader.cpp index f689ed7..4f21b3a 100644 --- a/lib/keduvocwqlreader.cpp +++ b/lib/keduvocwqlreader.cpp @@ -4,6 +4,7 @@ copyright : (C) 2004, 2007, 2008 Peter Hedlund (C) 2005 Eric Pignet (C) 2007 Frederik Gladhorn + (C) 2010 Reto Zingg ***************************************************************************/ diff --git a/lib/keduvocxdxfreader.cpp b/lib/keduvocxdxfreader.cpp index a9b355f..4aad481 100644 --- a/lib/keduvocxdxfreader.cpp +++ b/lib/keduvocxdxfreader.cpp @@ -3,6 +3,8 @@ ----------------------------------------------------------------------- copyright : (C) 2007 Peter Hedlund + Copyright 2010 Reto Zingg + ***************************************************************************/ /*************************************************************************** diff --git a/lib/libkeduvocdocument_export.h b/lib/libkeduvocdocument_export.h index 767320f..8c166a2 100644 --- a/lib/libkeduvocdocument_export.h +++ b/lib/libkeduvocdocument_export.h @@ -1,5 +1,6 @@ /* This file is part of the KDE project Copyright (C) 2007 David Faure + Copyright (C) 2010 Reto Zingg This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/sharedkvtmlfiles.cpp b/lib/sharedkvtmlfiles.cpp index 62bdff1..1cdf44b 100644 --- a/lib/sharedkvtmlfiles.cpp +++ b/lib/sharedkvtmlfiles.cpp @@ -2,6 +2,8 @@ scan a group of KVTML documents to get information from them ----------------------------------------------------------------------- copyright : (C) 2007 Jeremy Whiting + + Copyright 2010 Reto Zingg ***************************************************************************/ /*************************************************************************** diff --git a/lib/sharedkvtmlfiles.h b/lib/sharedkvtmlfiles.h index 26198a4..daa7940 100644 --- a/lib/sharedkvtmlfiles.h +++ b/lib/sharedkvtmlfiles.h @@ -2,6 +2,9 @@ scan a group of KVTML documents to get information from them ----------------------------------------------------------------------- copyright : (C) 2007 Jeremy Whiting + + Copyright 2010 Reto Zingg + ***************************************************************************/ /***************************************************************************