Skip to content

Commit 39d4796

Browse files
Updated License Information
1 parent db04194 commit 39d4796

File tree

7 files changed

+58
-1832
lines changed

7 files changed

+58
-1832
lines changed

EasyModbus/Exceptions/Exceptions.cs

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
/*
2-
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
3-
* User: iMac
4-
* Date: 09.07.2016
5-
* Time: 12:36
2+
* Copyright (c) 2018-2020 Stefan Roßmann.
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, version 3.
7+
*
8+
* This program is distributed in the hope that it will be useful, but
9+
* WITHOUT ANY WARRANTY; without even the implied warranty of
10+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11+
* General Public License for more details.
12+
*
13+
* You should have received a copy of the GNU General Public License
14+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
* http://www.rossmann-engineering.de
616
*/
717
using System;
818
using System.Runtime.Serialization;

EasyModbus/ModbusClient-PC017.cs

Lines changed: 0 additions & 1816 deletions
This file was deleted.

EasyModbus/ModbusClient.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Stefan Roßmann.
2+
* Copyright (c) 2018-2020 Stefan Roßmann.
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
@@ -13,8 +13,6 @@
1313
* You should have received a copy of the GNU General Public License
1414
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
* http://www.rossmann-engineering.de
16-
* Datum: 16.06.2011
17-
* Zeit: 21:35
1816
*/
1917
using System;
2018
using System.Net.Sockets;

EasyModbus/ModbusServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Stefan Roßmann.
2+
* Copyright (c) 2018-2020 Stefan Roßmann.
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

EasyModbusClientExample/MainForm.cs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
/*
2-
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
3-
* www.rossmann-engineering.de
2+
* Copyright (c) 2018-2020 Stefan Roßmann.
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, version 3.
7+
*
8+
* This program is distributed in the hope that it will be useful, but
9+
* WITHOUT ANY WARRANTY; without even the implied warranty of
10+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11+
* General Public License for more details.
12+
*
13+
* You should have received a copy of the GNU General Public License
14+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
* http://www.rossmann-engineering.de
416
*/
517
using System;
618
using System.Collections.Generic;

EasyModbusClientExample/Program.cs

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
/*
2-
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
3-
* User: srossmann
4-
* Date: 13.02.2015
5-
* Time: 11:09
2+
* Copyright (c) 2018-2020 Stefan Roßmann.
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, version 3.
7+
*
8+
* This program is distributed in the hope that it will be useful, but
9+
* WITHOUT ANY WARRANTY; without even the implied warranty of
10+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11+
* General Public License for more details.
12+
*
13+
* You should have received a copy of the GNU General Public License
14+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
* http://www.rossmann-engineering.de
616
*/
717
using System;
818
using System.Windows.Forms;

EasyModbusServerSimulator/Program.cs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
/*
2-
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
3-
* User: www.rossmann-engineering.de
2+
* Copyright (c) 2018-2020 Stefan Roßmann.
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, version 3.
7+
*
8+
* This program is distributed in the hope that it will be useful, but
9+
* WITHOUT ANY WARRANTY; without even the implied warranty of
10+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11+
* General Public License for more details.
12+
*
13+
* You should have received a copy of the GNU General Public License
14+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
* http://www.rossmann-engineering.de
416
*/
517
using System;
618
using System.Windows.Forms;

0 commit comments

Comments
 (0)