Skip to content

Commit

Permalink
Added copyright and license information
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed Jan 26, 2024
1 parent 8c066a9 commit 4eecbaf
Show file tree
Hide file tree
Showing 13 changed files with 149 additions and 5 deletions.
15 changes: 15 additions & 0 deletions IMSProg_programmer/commands.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright (C) 2015-2016 Winfried Simon
*
* This software may be used under the terms of the GNU Lesser General
* Public License version 2.1 as published by the Free Software Foundation
* and appearing in the file license.txt included in the packaging of this file.
*
* 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 Lesser 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 <http://www.gnu.org/licenses/>.
*/
#include "commands.h"
#include <QUndoCommand>

Expand Down
14 changes: 14 additions & 0 deletions IMSProg_programmer/dialogabout.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2023 - 2024 Mikhail Medvedev <e-ink-reader@yandex.ru>
*
*
* 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 3
* 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.
*/
#include "dialogabout.h"
#include "ui_dialogabout.h"

Expand Down
14 changes: 14 additions & 0 deletions IMSProg_programmer/dialogabout.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2023 - 2024 Mikhail Medvedev <e-ink-reader@yandex.ru>
*
*
* 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 3
* 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.
*/
#ifndef DIALOGABOUT_H
#define DIALOGABOUT_H

Expand Down
14 changes: 14 additions & 0 deletions IMSProg_programmer/dialoginfo.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2023 - 2024 Mikhail Medvedev <e-ink-reader@yandex.ru>
*
*
* 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 3
* 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.
*/
#include "dialoginfo.h"
#include "ui_dialoginfo.h"

Expand Down
14 changes: 14 additions & 0 deletions IMSProg_programmer/dialoginfo.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2023 - 2024 Mikhail Medvedev <e-ink-reader@yandex.ru>
*
*
* 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 3
* 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.
*/
#ifndef DIALOGINFO_H
#define DIALOGINFO_H

Expand Down
2 changes: 1 addition & 1 deletion IMSProg_programmer/dialogrp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* 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
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand Down
14 changes: 14 additions & 0 deletions IMSProg_programmer/dialogsfdp.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2023 - 2024 Mikhail Medvedev <e-ink-reader@yandex.ru>
*
*
* 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 3
* 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.
*/
#include "dialogsfdp.h"
#include "ui_dialogsfdp.h"
#include <QValidator>
Expand Down
14 changes: 14 additions & 0 deletions IMSProg_programmer/dialogsfdp.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* Copyright (C) 2023 - 2024 Mikhail Medvedev <e-ink-reader@yandex.ru>
*
*
* 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 3
* 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.
*/
#ifndef DIALOGSFDP_H
#define DIALOGSFDP_H

Expand Down
4 changes: 2 additions & 2 deletions IMSProg_programmer/mainwindow.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
* Copyright (C) 2023 Mikhail Medvedev <e-ink-reader@yandex.ru>
* Copyright (C) 2023 - 2024 Mikhail Medvedev <e-ink-reader@yandex.ru>
*
*
* 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
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand Down
4 changes: 2 additions & 2 deletions IMSProg_programmer/mainwindow.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
* Copyright (C) 2023 Mikhail Medvedev <e-ink-reader@yandex.ru>
* Copyright (C) 2023 - 2024 Mikhail Medvedev <e-ink-reader@yandex.ru>
*
*
* 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
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
Expand Down
15 changes: 15 additions & 0 deletions IMSProg_programmer/qhexedit.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright (C) 2015-2016 Winfried Simon
*
* This software may be used under the terms of the GNU Lesser General
* Public License version 2.1 as published by the Free Software Foundation
* and appearing in the file license.txt included in the packaging of this file.
*
* 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 Lesser 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 <http://www.gnu.org/licenses/>.
*/
#include <QApplication>
#include <QClipboard>
#include <QKeyEvent>
Expand Down
15 changes: 15 additions & 0 deletions IMSProg_programmer/searchdialog.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright (C) 2015-2016 Winfried Simon
* Copyright (C) 2023 - 2024 Mikhail Medvedev <e-ink-reader@yandex.ru>
*
*
* 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 3
* 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.
*/
#include "searchdialog.h"
#include "ui_searchdialog.h"

Expand Down
15 changes: 15 additions & 0 deletions IMSProg_programmer/searchdialog.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright (C) 2015-2016 Winfried Simon
*
* This software may be used under the terms of the GNU Lesser General
* Public License version 2.1 as published by the Free Software Foundation
* and appearing in the file license.txt included in the packaging of this file.
*
* 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 Lesser 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 <http://www.gnu.org/licenses/>.
*/
#ifndef SEARCHDIALOG_H
#define SEARCHDIALOG_H

Expand Down

0 comments on commit 4eecbaf

Please sign in to comment.