File tree 7 files changed +58
-1832
lines changed
EasyModbusServerSimulator 7 files changed +58
-1832
lines changed Original file line number Diff line number Diff line change 1
1
/*
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
6
16
*/
7
17
using System ;
8
18
using System . Runtime . Serialization ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018 Stefan Roßmann.
2
+ * Copyright (c) 2018-2020 Stefan Roßmann.
3
3
*
4
4
* This program is free software: you can redistribute it and/or modify
5
5
* it under the terms of the GNU General Public License as published by
13
13
* You should have received a copy of the GNU General Public License
14
14
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15
15
* http://www.rossmann-engineering.de
16
- * Datum: 16.06.2011
17
- * Zeit: 21:35
18
16
*/
19
17
using System ;
20
18
using System . Net . Sockets ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018 Stefan Roßmann.
2
+ * Copyright (c) 2018-2020 Stefan Roßmann.
3
3
*
4
4
* This program is free software: you can redistribute it and/or modify
5
5
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
/*
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
4
16
*/
5
17
using System ;
6
18
using System . Collections . Generic ;
Original file line number Diff line number Diff line change 1
1
/*
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
6
16
*/
7
17
using System ;
8
18
using System . Windows . Forms ;
Original file line number Diff line number Diff line change 1
1
/*
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
4
16
*/
5
17
using System ;
6
18
using System . Windows . Forms ;
You can’t perform that action at this time.
0 commit comments