diff --git a/kmymoney/plugins/csv/export/csvexportdlg.h b/kmymoney/plugins/csv/export/csvexportdlg.h --- a/kmymoney/plugins/csv/export/csvexportdlg.h +++ b/kmymoney/plugins/csv/export/csvexportdlg.h @@ -1,20 +1,20 @@ -/*************************************************************************** - csvexportdlg.h - description - (Partially based on mymoneyqifwriter.cpp) - ------------------- - begin : Wed Mar 20 2013 - copyright : (C) 2013-03-20 by Allan Anderson - email : Allan Anderson agander93@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2013-2014 Allan Anderson + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ + #ifndef CSVEXPORTDLG_H #define CSVEXPORTDLG_H diff --git a/kmymoney/plugins/csv/export/csvexportdlg.cpp b/kmymoney/plugins/csv/export/csvexportdlg.cpp --- a/kmymoney/plugins/csv/export/csvexportdlg.cpp +++ b/kmymoney/plugins/csv/export/csvexportdlg.cpp @@ -1,19 +1,19 @@ -/*************************************************************************** - csvexportdlg.cpp - description - ------------------- - begin : Wed Mar 20 2013 - copyright : (C) 2013-03-20 by Allan Anderson - email : Allan Anderson agander93@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2013-2014 Allan Anderson + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "csvexportdlg.h" #include "ui_csvexportdlg.h" diff --git a/kmymoney/plugins/csv/export/csvexporter.h b/kmymoney/plugins/csv/export/csvexporter.h --- a/kmymoney/plugins/csv/export/csvexporter.h +++ b/kmymoney/plugins/csv/export/csvexporter.h @@ -1,19 +1,19 @@ -/*************************************************************************** - csvexporter.h - ------------------- - begin : Wed Mar 20 2013 - copyright : (C) 2013 by Allan Anderson - email : agander93@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2013-2014 Allan Anderson + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef CSVEXPORTER_H #define CSVEXPORTER_H diff --git a/kmymoney/plugins/csv/export/csvexporter.cpp b/kmymoney/plugins/csv/export/csvexporter.cpp --- a/kmymoney/plugins/csv/export/csvexporter.cpp +++ b/kmymoney/plugins/csv/export/csvexporter.cpp @@ -1,19 +1,19 @@ -/*************************************************************************** - csvexporter.cpp - ------------------- - begin : Wed Mar 20 2013 - copyright : (C) 2013 by Allan Anderson - email : agander93@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2013-2014 Allan Anderson + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "csvexporter.h" #include "csvexportdlg.h" diff --git a/kmymoney/plugins/csv/export/csvwriter.h b/kmymoney/plugins/csv/export/csvwriter.h --- a/kmymoney/plugins/csv/export/csvwriter.h +++ b/kmymoney/plugins/csv/export/csvwriter.h @@ -1,19 +1,19 @@ -/*************************************************************************** - csvwriter.h - description - ------------------ - begin : Wed Mar 20 2013 - copyright : (C) 2013-03-20 by Allan Anderson - email : Allan Anderson agander93@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2013-2014 Allan Anderson + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef CSVWRITER_H #define CSVWRITER_H diff --git a/kmymoney/plugins/csv/export/csvwriter.cpp b/kmymoney/plugins/csv/export/csvwriter.cpp --- a/kmymoney/plugins/csv/export/csvwriter.cpp +++ b/kmymoney/plugins/csv/export/csvwriter.cpp @@ -1,19 +1,19 @@ -/*************************************************************************** - csvwriter.cpp - description - -------------------- - begin : Wed Mar 20 2013 - copyright : (C) 2013-03-20 by Allan Anderson - email : Allan Anderson agander93@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2013-2014 Allan Anderson + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "csvwriter.h" diff --git a/kmymoney/plugins/csv/import/bankingwizardpage.h b/kmymoney/plugins/csv/import/bankingwizardpage.h --- a/kmymoney/plugins/csv/import/bankingwizardpage.h +++ b/kmymoney/plugins/csv/import/bankingwizardpage.h @@ -1,21 +1,20 @@ -/******************************************************************************* -* bankingwizardpage.h -* ------------------ -* begin : Thur Jan 01 2015 -* copyright : (C) 2015 by Allan Anderson -* email : agander93@gmail.com -* copyright : (C) 2016 by Łukasz Wojniłowicz -* email : lukasz.wojnilowicz@gmail.com -********************************************************************************/ - -/******************************************************************************* -* * -* 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. * -* * -********************************************************************************/ +/* + * Copyright 2011-2017 Allan Anderson + * Copyright 2016-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef BANKINGWIZARDPAGE_H #define BANKINGWIZARDPAGE_H diff --git a/kmymoney/plugins/csv/import/bankingwizardpage.cpp b/kmymoney/plugins/csv/import/bankingwizardpage.cpp --- a/kmymoney/plugins/csv/import/bankingwizardpage.cpp +++ b/kmymoney/plugins/csv/import/bankingwizardpage.cpp @@ -1,21 +1,20 @@ -/******************************************************************************* -* bankingwizardpage.cpp -* -------------------- -* begin : Thur Jan 01 2015 -* copyright : (C) 2015 by Allan Anderson -* email : agander93@gmail.com -* copyright : (C) 2016 by Łukasz Wojniłowicz -* email : lukasz.wojnilowicz@gmail.com -********************************************************************************/ - -/******************************************************************************* -* * -* 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. * -* * -********************************************************************************/ +/* + * Copyright 2011-2017 Allan Anderson + * Copyright 2016-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "bankingwizardpage.h" diff --git a/kmymoney/plugins/csv/import/core/convdate.h b/kmymoney/plugins/csv/import/core/convdate.h --- a/kmymoney/plugins/csv/import/core/convdate.h +++ b/kmymoney/plugins/csv/import/core/convdate.h @@ -1,21 +1,20 @@ -/*************************************************************************** - convdate.h - ------------------- -begin : Sat Jan 01 2010 -copyright : (C) 2010 by Allan Anderson -email : agander93@gmail.com -copyright : (C) 2017 by Łukasz Wojniłowicz -email : lukasz.wojnilowicz@gmail.com -***************************************************************************/ - -/************************************************************************** -* * -* 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. * -* * -***************************************************************************/ +/* + * Copyright 2010-2012 Allan Anderson + * Copyright 2016-2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef CONVDATE_H #define CONVDATE_H diff --git a/kmymoney/plugins/csv/import/core/convdate.cpp b/kmymoney/plugins/csv/import/core/convdate.cpp --- a/kmymoney/plugins/csv/import/core/convdate.cpp +++ b/kmymoney/plugins/csv/import/core/convdate.cpp @@ -1,21 +1,20 @@ -/*************************************************************************** - convDate.cpp - ------------------- - begin : Sat Jan 01 2010 - copyright : (C) 2010 by Allan Anderson - email : agander93@gmail.com - copyright : (C) 2017 by Łukasz Wojniłowicz - email : lukasz.wojnilowicz@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2010-2012 Allan Anderson + * Copyright 2016-2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "convdate.h" diff --git a/kmymoney/plugins/csv/import/core/csvenums.h b/kmymoney/plugins/csv/import/core/csvenums.h --- a/kmymoney/plugins/csv/import/core/csvenums.h +++ b/kmymoney/plugins/csv/import/core/csvenums.h @@ -1,19 +1,19 @@ -/*************************************************************************** - csvenums.h - ----------- -begin : Sun Jun 09 2010 -copyright : (C) 2017 by Łukasz Wojniłowicz -email : lukasz.wojnilowicz@gmail.com -***************************************************************************/ - -/************************************************************************** -* * -* 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. * -* * -***************************************************************************/ +/* + * Copyright 2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include diff --git a/kmymoney/plugins/csv/import/core/csvimportercore.h b/kmymoney/plugins/csv/import/core/csvimportercore.h --- a/kmymoney/plugins/csv/import/core/csvimportercore.h +++ b/kmymoney/plugins/csv/import/core/csvimportercore.h @@ -1,21 +1,20 @@ -/*************************************************************************** - csvimportercore.h - ------------------- - begin : Sun May 21 2017 - copyright : (C) 2015 by Allan Anderson - email : agander93@gmail.com - copyright : (C) 2017 by Łukasz Wojniłowicz - email : lukasz.wojnilowicz@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2010 Allan Anderson + * Copyright 2017-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef CSVIMPORTERCORE_H #define CSVIMPORTERCORE_H diff --git a/kmymoney/plugins/csv/import/core/csvimportercore.cpp b/kmymoney/plugins/csv/import/core/csvimportercore.cpp --- a/kmymoney/plugins/csv/import/core/csvimportercore.cpp +++ b/kmymoney/plugins/csv/import/core/csvimportercore.cpp @@ -1,21 +1,20 @@ -/*************************************************************************** - csvimportercore.cpp - ------------------- - begin : Sun May 21 2017 - copyright : (C) 2010 by Allan Anderson - email : agander93@gmail.com - copyright : (C) 2016-2017 by Łukasz Wojniłowicz - email : lukasz.wojnilowicz@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2010 Allan Anderson + * Copyright 2017-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "csvimportercore.h" diff --git a/kmymoney/plugins/csv/import/core/csvutil.h b/kmymoney/plugins/csv/import/core/csvutil.h --- a/kmymoney/plugins/csv/import/core/csvutil.h +++ b/kmymoney/plugins/csv/import/core/csvutil.h @@ -1,21 +1,19 @@ -/*************************************************************************** - csvutil.h - ----------- -begin : Sat Jan 01 2010 -copyright : (C) 2010 by Allan Anderson -email : agander93@gmail.com -copyright : (C) 2017 by Łukasz Wojniłowicz -email : lukasz.wojnilowicz@gmail.com -***************************************************************************/ - -/************************************************************************** -* * -* 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. * -* * -***************************************************************************/ +/* + * Copyright 2010-2015 Allan Anderson + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef CSVUTIL_H #define CSVUTIL_H diff --git a/kmymoney/plugins/csv/import/core/csvutil.cpp b/kmymoney/plugins/csv/import/core/csvutil.cpp --- a/kmymoney/plugins/csv/import/core/csvutil.cpp +++ b/kmymoney/plugins/csv/import/core/csvutil.cpp @@ -1,19 +1,20 @@ -/*************************************************************************** - csvutil.cpp - ------------- - begin : Sat Jan 01 2010 - copyright : (C) 2010 by Allan Anderson - email : agander93@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2010-2015 Allan Anderson + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ + #include "csvutil.h" //#include //#include diff --git a/kmymoney/plugins/csv/import/core/tests/csvdate-test.h b/kmymoney/plugins/csv/import/core/tests/csvdate-test.h --- a/kmymoney/plugins/csv/import/core/tests/csvdate-test.h +++ b/kmymoney/plugins/csv/import/core/tests/csvdate-test.h @@ -1,19 +1,21 @@ -/*************************************************************************** - csvdatetest.h - ------------------- -begin : Sat Jan 01 2010 -copyright : (C) 2010 by Allan Anderson -email : agander93@gmail.com -***************************************************************************/ +/* + * Copyright 2010-2012 Allan Anderson + * Copyright 2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ -/*************************************************************************** -* * -* 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 CSVDATETEST_H #define CSVDATETEST_H diff --git a/kmymoney/plugins/csv/import/core/tests/csvdate-test.cpp b/kmymoney/plugins/csv/import/core/tests/csvdate-test.cpp --- a/kmymoney/plugins/csv/import/core/tests/csvdate-test.cpp +++ b/kmymoney/plugins/csv/import/core/tests/csvdate-test.cpp @@ -1,21 +1,21 @@ -/*************************************************************************** - csvdatetest.cpp - ------------------- -begin : Sat Jan 01 2010 -copyright : (C) 2010 by Allan Anderson -email : agander93@gmail.com -copyright : (C) 2017 by Łukasz Wojniłowicz -email : lukasz.wojnilowicz@gmail.com -***************************************************************************/ +/* + * Copyright 2010-2012 Allan Anderson + * Copyright 2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ -/*************************************************************************** -* * -* 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 "csvdate-test.h" #include diff --git a/kmymoney/plugins/csv/import/core/tests/csvimportercore-test.h b/kmymoney/plugins/csv/import/core/tests/csvimportercore-test.h --- a/kmymoney/plugins/csv/import/core/tests/csvimportercore-test.h +++ b/kmymoney/plugins/csv/import/core/tests/csvimportercore-test.h @@ -1,18 +1,20 @@ -/*************************************************************************** - csvimportercore.h - ------------------- -copyright : (C) 2017 by Łukasz Wojniłowicz -email : lukasz.wojnilowicz@gmail.com -***************************************************************************/ +/* + * Copyright 2017-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ -/*************************************************************************** -* * -* 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 CSVIMPORTERCORETEST_H #define CSVIMPORTERCORETEST_H diff --git a/kmymoney/plugins/csv/import/core/tests/csvimportercore-test.cpp b/kmymoney/plugins/csv/import/core/tests/csvimportercore-test.cpp --- a/kmymoney/plugins/csv/import/core/tests/csvimportercore-test.cpp +++ b/kmymoney/plugins/csv/import/core/tests/csvimportercore-test.cpp @@ -1,18 +1,20 @@ -/*************************************************************************** - csvimportercore.cpp - ------------------- -copyright : (C) 2017 by Łukasz Wojniłowicz -email : lukasz.wojnilowicz@gmail.com -***************************************************************************/ - -/*************************************************************************** -* * -* 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. * -* * -***************************************************************************/ +/* + * Copyright 2017-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ + #include "csvimportercore-test.h" #include diff --git a/kmymoney/plugins/csv/import/core/tests/csvimporttestcommon.h b/kmymoney/plugins/csv/import/core/tests/csvimporttestcommon.h --- a/kmymoney/plugins/csv/import/core/tests/csvimporttestcommon.h +++ b/kmymoney/plugins/csv/import/core/tests/csvimporttestcommon.h @@ -1,18 +1,20 @@ -/*************************************************************************** - csvimporttestcommon.h - ------------------- -copyright : (C) 2017 by Łukasz Wojniłowicz -email : lukasz.wojnilowicz@gmail.com -***************************************************************************/ +/* + * Copyright 2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ -/*************************************************************************** -* * -* 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 CSVIMPORTTESTCOMMON_H #define CSVIMPORTTESTCOMMON_H diff --git a/kmymoney/plugins/csv/import/core/tests/csvimporttestcommon.cpp b/kmymoney/plugins/csv/import/core/tests/csvimporttestcommon.cpp --- a/kmymoney/plugins/csv/import/core/tests/csvimporttestcommon.cpp +++ b/kmymoney/plugins/csv/import/core/tests/csvimporttestcommon.cpp @@ -1,18 +1,20 @@ -/*************************************************************************** - csvimporttestcommon.cpp - ------------------- -copyright : (C) 2017 by Łukasz Wojniłowicz -email : lukasz.wojnilowicz@gmail.com -***************************************************************************/ +/* + * Copyright 2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ -/*************************************************************************** -* * -* 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 "csvimporttestcommon.h" #include diff --git a/kmymoney/plugins/csv/import/core/tests/parsedata-test.h b/kmymoney/plugins/csv/import/core/tests/parsedata-test.h --- a/kmymoney/plugins/csv/import/core/tests/parsedata-test.h +++ b/kmymoney/plugins/csv/import/core/tests/parsedata-test.h @@ -1,19 +1,20 @@ -/*************************************************************************** - parsedatatest.h - ------------------ - begin : Sat Jan 01 2010 - copyright : (C) 2010 by Allan Anderson - email : agander93@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2010-2012 Allan Anderson + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ + #ifndef PARSEDATATEST_H #define PARSEDATATEST_H diff --git a/kmymoney/plugins/csv/import/core/tests/parsedata-test.cpp b/kmymoney/plugins/csv/import/core/tests/parsedata-test.cpp --- a/kmymoney/plugins/csv/import/core/tests/parsedata-test.cpp +++ b/kmymoney/plugins/csv/import/core/tests/parsedata-test.cpp @@ -1,19 +1,20 @@ -/*************************************************************************** - parsedatatest.cpp - ------------------- - begin : Sat Jan 01 2010 - copyright : (C) 2010 by Allan Anderson - email : agander93@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2010-2012 Allan Anderson + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ + #include "parsedata-test.h" #include diff --git a/kmymoney/plugins/csv/import/core/tests/symbol-test.h b/kmymoney/plugins/csv/import/core/tests/symbol-test.h --- a/kmymoney/plugins/csv/import/core/tests/symbol-test.h +++ b/kmymoney/plugins/csv/import/core/tests/symbol-test.h @@ -1,19 +1,20 @@ -/*************************************************************************** - symboltest.h - ------------------ - begin : Sat Jan 01 2010 - copyright : (C) 2010 by Allan Anderson - email : agander93@gmail.com - ***************************************************************************/ +/* + * Copyright 2011-2012 Allan Anderson + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ -/*************************************************************************** - * * - * 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 SYMBOLTEST_H #define SYMBOLTEST_H diff --git a/kmymoney/plugins/csv/import/core/tests/symbol-test.cpp b/kmymoney/plugins/csv/import/core/tests/symbol-test.cpp --- a/kmymoney/plugins/csv/import/core/tests/symbol-test.cpp +++ b/kmymoney/plugins/csv/import/core/tests/symbol-test.cpp @@ -1,19 +1,20 @@ -/*************************************************************************** - symboltest.cpp - ------------------- - begin : Sat Jan 01 2010 - copyright : (C) 2010 by Allan Anderson - email : agander93@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2011-2012 Allan Anderson + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ + #include "symbol-test.h" #include "../csvutil.h" diff --git a/kmymoney/plugins/csv/import/csvimporter.h b/kmymoney/plugins/csv/import/csvimporter.h --- a/kmymoney/plugins/csv/import/csvimporter.h +++ b/kmymoney/plugins/csv/import/csvimporter.h @@ -1,21 +1,20 @@ -/*************************************************************************** - csvimporter.h - ------------------- - begin : Sat Jan 01 2010 - copyright : (C) 2010 by Allan Anderson - email : agander93@gmail.com - copyright : (C) 2016-2017 by Łukasz Wojniłowicz - email : lukasz.wojnilowicz@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2010-2014 Allan Anderson + * Copyright 2016-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef CSVIMPORTER_H #define CSVIMPORTER_H diff --git a/kmymoney/plugins/csv/import/csvimporter.cpp b/kmymoney/plugins/csv/import/csvimporter.cpp --- a/kmymoney/plugins/csv/import/csvimporter.cpp +++ b/kmymoney/plugins/csv/import/csvimporter.cpp @@ -1,21 +1,20 @@ -/*************************************************************************** - csvimporter.cpp - ------------------- - begin : Sat Jan 01 2010 - copyright : (C) 2010 by Allan Anderson - email : agander93@gmail.com - copyright : (C) 2016 by Łukasz Wojniłowicz - email : lukasz.wojnilowicz@gmail.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* + * Copyright 2010-2014 Allan Anderson + * Copyright 2016-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "csvimporter.h" diff --git a/kmymoney/plugins/csv/import/csvwizard.h b/kmymoney/plugins/csv/import/csvwizard.h --- a/kmymoney/plugins/csv/import/csvwizard.h +++ b/kmymoney/plugins/csv/import/csvwizard.h @@ -1,21 +1,20 @@ -/******************************************************************************* -* csvwizard.h -* ------------------ -* begin : Thur Jan 01 2015 -* copyright : (C) 2015 by Allan Anderson -* email : agander93@gmail.com -* copyright : (C) 2016 by Łukasz Wojniłowicz -* email : lukasz.wojnilowicz@gmail.com -********************************************************************************/ - -/******************************************************************************* -* * -* 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. * -* * -********************************************************************************/ +/* + * Copyright 2015-2016 Allan Anderson + * Copyright 2016-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef CSVWIZARD_H #define CSVWIZARD_H diff --git a/kmymoney/plugins/csv/import/csvwizard.cpp b/kmymoney/plugins/csv/import/csvwizard.cpp --- a/kmymoney/plugins/csv/import/csvwizard.cpp +++ b/kmymoney/plugins/csv/import/csvwizard.cpp @@ -1,21 +1,20 @@ -/******************************************************************************* -* csvwizard.cpp -* -------------------- -* begin : Thur Jan 01 2015 -* copyright : (C) 2015 by Allan Anderson -* email : agander93@gmail.com -* copyright : (C) 2016 by Łukasz Wojniłowicz -* email : lukasz.wojnilowicz@gmail.com -********************************************************************************/ - -/******************************************************************************* -* * -* 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. * -* * -********************************************************************************/ +/* + * Copyright 2015-2016 Allan Anderson + * Copyright 2016-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "csvwizard.h" diff --git a/kmymoney/plugins/csv/import/csvwizardpage.h b/kmymoney/plugins/csv/import/csvwizardpage.h --- a/kmymoney/plugins/csv/import/csvwizardpage.h +++ b/kmymoney/plugins/csv/import/csvwizardpage.h @@ -1,18 +1,19 @@ -/******************************************************************************* -* csvwizardpage.h -* ------------------ -* copyright : (C) 2017 by Łukasz Wojniłowicz -* email : lukasz.wojnilowicz@gmail.com -********************************************************************************/ - -/******************************************************************************* -* * -* 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. * -* * -********************************************************************************/ +/* + * Copyright 2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef CSVWIZARDPAGE_H #define CSVWIZARDPAGE_H diff --git a/kmymoney/plugins/csv/import/currenciesdlg.h b/kmymoney/plugins/csv/import/currenciesdlg.h --- a/kmymoney/plugins/csv/import/currenciesdlg.h +++ b/kmymoney/plugins/csv/import/currenciesdlg.h @@ -1,19 +1,19 @@ -/*************************************************************************** - currenciesdlg.h - -------------------- -begin : Sat Jan 15 2017 -copyright : (C) 2017 by Łukasz Wojnilowicz -email : lukasz.wojnilowicz@gmail.com -****************************************************************************/ - -/*************************************************************************** - -* 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. * -* * -****************************************************************************/ +/* + * Copyright 2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef CURRENCIESDLG_H #define CURRENCIESDLG_H diff --git a/kmymoney/plugins/csv/import/currenciesdlg.cpp b/kmymoney/plugins/csv/import/currenciesdlg.cpp --- a/kmymoney/plugins/csv/import/currenciesdlg.cpp +++ b/kmymoney/plugins/csv/import/currenciesdlg.cpp @@ -1,19 +1,19 @@ -/******************************************************************************* -* currenciesdlg.cpp -* ------------------ -* begin : Sat Jan 21 2017 -* copyright : (C) 2017 by Łukasz Wojnilowicz -* email : lukasz.wojnilowicz@gmail.com -********************************************************************************/ - -/******************************************************************************* -* * -* 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. * -* * -********************************************************************************/ +/* + * Copyright 2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "currenciesdlg.h" diff --git a/kmymoney/plugins/csv/import/investmentwizardpage.h b/kmymoney/plugins/csv/import/investmentwizardpage.h --- a/kmymoney/plugins/csv/import/investmentwizardpage.h +++ b/kmymoney/plugins/csv/import/investmentwizardpage.h @@ -1,21 +1,20 @@ -/******************************************************************************* -* investmentwizardpage.h -* ------------------ -* begin : Thur Jan 01 2015 -* copyright : (C) 2015 by Allan Anderson -* email : agander93@gmail.com -* copyright : (C) 2016 by Łukasz Wojniłowicz -* email : lukasz.wojnilowicz@gmail.com -********************************************************************************/ - -/******************************************************************************* -* * -* 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. * -* * -********************************************************************************/ +/* + * Copyright 2010-2017 Allan Anderson + * Copyright 2016-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef INVESTMENTWIZARDPAGE_H #define INVESTMENTWIZARDPAGE_H diff --git a/kmymoney/plugins/csv/import/investmentwizardpage.cpp b/kmymoney/plugins/csv/import/investmentwizardpage.cpp --- a/kmymoney/plugins/csv/import/investmentwizardpage.cpp +++ b/kmymoney/plugins/csv/import/investmentwizardpage.cpp @@ -1,21 +1,20 @@ -/******************************************************************************* -* investmentwizardpage.cpp -* -------------------- -* begin : Thur Jan 01 2015 -* copyright : (C) 2015 by Allan Anderson -* email : agander93@gmail.com -* copyright : (C) 2016 by Łukasz Wojniłowicz -* email : lukasz.wojnilowicz@gmail.com -********************************************************************************/ - -/******************************************************************************* -* * -* 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. * -* * -********************************************************************************/ +/* + * Copyright 2010-2017 Allan Anderson + * Copyright 2016-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "investmentwizardpage.h" diff --git a/kmymoney/plugins/csv/import/kcm_csvimporter.h b/kmymoney/plugins/csv/import/kcm_csvimporter.h --- a/kmymoney/plugins/csv/import/kcm_csvimporter.h +++ b/kmymoney/plugins/csv/import/kcm_csvimporter.h @@ -1,22 +1,20 @@ -/*************************************************************************** - * Copyright 2016 Łukasz Wojniłowicz lukasz.wojnilowicz@gmail.com * - * * - * 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) version 3 or any later version * - * accepted by the membership of KDE e.V. (or its successor approved * - * by the membership of KDE e.V.), which shall act as a proxy * - * defined in Section 14 of version 3 of the license. * - * * - * This program 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 General Public License * - * along with this program. If not, see * - ***************************************************************************/ +/* + * Copyright 2016-2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ + #ifndef KCM_CSVIMPORTER_H #define KCM_CSVIMPORTER_H diff --git a/kmymoney/plugins/csv/import/kcm_csvimporter.cpp b/kmymoney/plugins/csv/import/kcm_csvimporter.cpp --- a/kmymoney/plugins/csv/import/kcm_csvimporter.cpp +++ b/kmymoney/plugins/csv/import/kcm_csvimporter.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright 2016 Łukasz Wojniłowicz lukasz.wojnilowicz@gmail.com * - * * - * 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) version 3 or any later version * - * accepted by the membership of KDE e.V. (or its successor approved * - * by the membership of KDE e.V.), which shall act as a proxy * - * defined in Section 14 of version 3 of the license. * - * * - * This program 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 General Public License * - * along with this program. If not, see * - ***************************************************************************/ +/* + * Copyright 2016-2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "kcm_csvimporter.h" #include diff --git a/kmymoney/plugins/csv/import/priceswizardpage.h b/kmymoney/plugins/csv/import/priceswizardpage.h --- a/kmymoney/plugins/csv/import/priceswizardpage.h +++ b/kmymoney/plugins/csv/import/priceswizardpage.h @@ -1,19 +1,19 @@ -/******************************************************************************* -* priceswizardpage.h -* ------------------ -* begin : Sat Jan 21 2017 -* copyright : (C) 2016 by Łukasz Wojniłowicz -* email : lukasz.wojnilowicz@gmail.com -********************************************************************************/ - -/******************************************************************************* -* * -* 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. * -* * -********************************************************************************/ +/* + * Copyright 2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef PRICESWIZARDPAGE_H #define PRICESWIZARDPAGE_H diff --git a/kmymoney/plugins/csv/import/priceswizardpage.cpp b/kmymoney/plugins/csv/import/priceswizardpage.cpp --- a/kmymoney/plugins/csv/import/priceswizardpage.cpp +++ b/kmymoney/plugins/csv/import/priceswizardpage.cpp @@ -1,19 +1,19 @@ -/******************************************************************************* -* priceswizardpage.cpp -* -------------------- -* begin : Sat Jan 21 2017 -* copyright : (C) 2016 by Łukasz Wojniłowicz -* email : lukasz.wojnilowicz@gmail.com -********************************************************************************/ - -/******************************************************************************* -* * -* 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. * -* * -********************************************************************************/ +/* + * Copyright 2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "priceswizardpage.h" diff --git a/kmymoney/plugins/csv/import/securitiesdlg.h b/kmymoney/plugins/csv/import/securitiesdlg.h --- a/kmymoney/plugins/csv/import/securitiesdlg.h +++ b/kmymoney/plugins/csv/import/securitiesdlg.h @@ -1,21 +1,20 @@ -/*************************************************************************** - securitiesdlg.h - -------------------- -begin : Sun Sept 11 2011 -copyright : (C) 2011 by Allan Anderson -email : agander93@gmail.com -copyright : (C) 2016 by Łukasz Wojnilowicz -email : lukasz.wojnilowicz@gmail.com -****************************************************************************/ - -/*************************************************************************** - -* 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. * -* * -****************************************************************************/ +/* + * Copyright 2011 Allan Anderson + * Copyright 2016-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef SECURITIESDLG_H #define SECURITIESDLG_H diff --git a/kmymoney/plugins/csv/import/securitiesdlg.cpp b/kmymoney/plugins/csv/import/securitiesdlg.cpp --- a/kmymoney/plugins/csv/import/securitiesdlg.cpp +++ b/kmymoney/plugins/csv/import/securitiesdlg.cpp @@ -1,21 +1,20 @@ -/******************************************************************************* -* securitiesdlg.cpp -* ------------------ -* begin : Sun Sept 11 2011 -* copyright : (C) 2011 by Allan Anderson -* email : agander93@gmail.com -* copyright : (C) 2016 by Łukasz Wojnilowicz -* email : lukasz.wojnilowicz@gmail.com -********************************************************************************/ - -/******************************************************************************* -* * -* 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. * -* * -********************************************************************************/ +/* + * Copyright 2011 Allan Anderson + * Copyright 2016-2018 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "securitiesdlg.h" diff --git a/kmymoney/plugins/csv/import/securitydlg.h b/kmymoney/plugins/csv/import/securitydlg.h --- a/kmymoney/plugins/csv/import/securitydlg.h +++ b/kmymoney/plugins/csv/import/securitydlg.h @@ -1,19 +1,19 @@ -/*************************************************************************** - securitydlg.h - -------------------- -begin : Sat Jan 15 2017 -copyright : (C) 2017 by Łukasz Wojnilowicz -email : lukasz.wojnilowicz@gmail.com -****************************************************************************/ - -/*************************************************************************** - -* 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. * -* * -****************************************************************************/ +/* + * Copyright 2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef SECURITYDLG_H #define SECURITYDLG_H diff --git a/kmymoney/plugins/csv/import/securitydlg.cpp b/kmymoney/plugins/csv/import/securitydlg.cpp --- a/kmymoney/plugins/csv/import/securitydlg.cpp +++ b/kmymoney/plugins/csv/import/securitydlg.cpp @@ -1,19 +1,19 @@ -/******************************************************************************* -* securitydlg.cpp -* ------------------ -* begin : Sat Jan 15 2017 -* copyright : (C) 2017 by Łukasz Wojnilowicz -* email : lukasz.wojnilowicz@gmail.com -********************************************************************************/ - -/******************************************************************************* -* * -* 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. * -* * -********************************************************************************/ +/* + * Copyright 2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "securitydlg.h" diff --git a/kmymoney/plugins/csv/import/transactiondlg.h b/kmymoney/plugins/csv/import/transactiondlg.h --- a/kmymoney/plugins/csv/import/transactiondlg.h +++ b/kmymoney/plugins/csv/import/transactiondlg.h @@ -1,21 +1,20 @@ -/*************************************************************************** -transactiondlg.h -------------------- -begin : Sat Jan 01 2010 -copyright : (C) 2010 by Allan Anderson -email : agander93@gmail.com -copyright : (C) 2016 by Łukasz Wojniłowicz -email : lukasz.wojnilowicz@gmail.com -****************************************************************************/ - -/*************************************************************************** - -* 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. * -* * -****************************************************************************/ +/* + * Copyright 2010 Allan Anderson + * Copyright 2016-2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #ifndef TRANSACTIONDLG_H #define TRANSACTIONDLG_H diff --git a/kmymoney/plugins/csv/import/transactiondlg.cpp b/kmymoney/plugins/csv/import/transactiondlg.cpp --- a/kmymoney/plugins/csv/import/transactiondlg.cpp +++ b/kmymoney/plugins/csv/import/transactiondlg.cpp @@ -1,21 +1,20 @@ -/******************************************************************************* -* transactiondlg.cpp -* ------------------ -* begin : Sat Jan 01 2010 -* copyright : (C) 2010 by Allan Anderson -* email : agander93@gmail.com -* * copyright : (C) 2016 by Łukasz Wojniłowicz -* email : lukasz.wojnilowicz@gmail.com -********************************************************************************/ - -/******************************************************************************* -* * -* 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. * -* * -********************************************************************************/ +/* + * Copyright 2010 Allan Anderson + * Copyright 2016-2017 Łukasz Wojniłowicz + * + * 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. + * + * This program 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 General Public License + * along with this program. If not, see . + */ #include "transactiondlg.h"