Add copyright headers to retain implementation for GNU/Linux and Win32
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 07 Jun 2018 16:53:21 +0300
changeset 2178 bd0d13d10b8e
parent 2177 10aa87518401
child 2179 84c4e56b38d6
Add copyright headers to retain implementation for GNU/Linux and Win32
targets/Linux/plc_Linux_main_retain.c
targets/Win32/plc_Win32_main_retain.c
--- a/targets/Linux/plc_Linux_main_retain.c	Thu Jun 07 16:31:26 2018 +0300
+++ b/targets/Linux/plc_Linux_main_retain.c	Thu Jun 07 16:53:21 2018 +0300
@@ -1,3 +1,14 @@
+/*
+  This file is part of Beremiz, a Integrated Development Environment for
+  programming IEC 61131-3 automates supporting plcopen standard and CanFestival.
+
+  See COPYING.runtime
+
+  Copyright (C) 2018: Sergey Surkov <surkov.sv@summatechnology.ru>
+  Copyright (C) 2018: Andrey Skvortsov <andrej.skvortzov@gmail.com>
+
+*/
+
 #ifndef HAVE_RETAIN
 #include <stdio.h>
 #include <stdint.h>
--- a/targets/Win32/plc_Win32_main_retain.c	Thu Jun 07 16:31:26 2018 +0300
+++ b/targets/Win32/plc_Win32_main_retain.c	Thu Jun 07 16:53:21 2018 +0300
@@ -1,3 +1,14 @@
+/*
+  This file is part of Beremiz, a Integrated Development Environment for
+  programming IEC 61131-3 automates supporting plcopen standard and CanFestival.
+
+  See COPYING.runtime
+
+  Copyright (C) 2018: Sergey Surkov <surkov.sv@summatechnology.ru>
+  Copyright (C) 2018: Andrey Skvortsov <andrej.skvortzov@gmail.com>
+
+*/
+
 #ifndef HAVE_RETAIN
 #include <stdio.h>
 #include <stdint.h>