Skip to content

Commit

Permalink
Updated License Information
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmann-engineering committed Apr 29, 2020
1 parent db04194 commit 39d4796
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 1,832 deletions.
18 changes: 14 additions & 4 deletions EasyModbus/Exceptions/Exceptions.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/*
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
* User: iMac
* Date: 09.07.2016
* Time: 12:36
* Copyright (c) 2018-2020 Stefan Roßmann.
*
* 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, version 3.
*
* 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 <http://www.gnu.org/licenses/>.
* http://www.rossmann-engineering.de
*/
using System;
using System.Runtime.Serialization;
Expand Down
1,816 changes: 0 additions & 1,816 deletions EasyModbus/ModbusClient-PC017.cs

This file was deleted.

4 changes: 1 addition & 3 deletions EasyModbus/ModbusClient.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018 Stefan Roßmann.
* Copyright (c) 2018-2020 Stefan Roßmann.
*
* 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
Expand All @@ -13,8 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* http://www.rossmann-engineering.de
* Datum: 16.06.2011
* Zeit: 21:35
*/
using System;
using System.Net.Sockets;
Expand Down
2 changes: 1 addition & 1 deletion EasyModbus/ModbusServer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018 Stefan Roßmann.
* Copyright (c) 2018-2020 Stefan Roßmann.
*
* 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
Expand Down
16 changes: 14 additions & 2 deletions EasyModbusClientExample/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
/*
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
* www.rossmann-engineering.de
* Copyright (c) 2018-2020 Stefan Roßmann.
*
* 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, version 3.
*
* 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 <http://www.gnu.org/licenses/>.
* http://www.rossmann-engineering.de
*/
using System;
using System.Collections.Generic;
Expand Down
18 changes: 14 additions & 4 deletions EasyModbusClientExample/Program.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/*
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
* User: srossmann
* Date: 13.02.2015
* Time: 11:09
* Copyright (c) 2018-2020 Stefan Roßmann.
*
* 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, version 3.
*
* 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 <http://www.gnu.org/licenses/>.
* http://www.rossmann-engineering.de
*/
using System;
using System.Windows.Forms;
Expand Down
16 changes: 14 additions & 2 deletions EasyModbusServerSimulator/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
/*
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
* User: www.rossmann-engineering.de
* Copyright (c) 2018-2020 Stefan Roßmann.
*
* 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, version 3.
*
* 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 <http://www.gnu.org/licenses/>.
* http://www.rossmann-engineering.de
*/
using System;
using System.Windows.Forms;
Expand Down

0 comments on commit 39d4796

Please sign in to comment.