# HG changeset patch
# User Andrey Skvortsov <andrej.skvortzov@gmail.com>
# Date 1528379601 -10800
# Node ID bd0d13d10b8e750602918dda8b8e0d6d51cc166c
# Parent  10aa875184017b718428eb8e71c6795687258be9
Add copyright headers to retain implementation for GNU/Linux and Win32

diff -r 10aa87518401 -r bd0d13d10b8e targets/Linux/plc_Linux_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>
diff -r 10aa87518401 -r bd0d13d10b8e targets/Win32/plc_Win32_main_retain.c
--- 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>