From 7e679027dd951ad72483d63eb1176e85cba06e2d Mon Sep 17 00:00:00 2001 From: aviau <alexandre@alexandreviau.net> Date: Fri, 8 Apr 2016 11:40:52 -0400 Subject: [PATCH] Added cygwin license to winsyslog.c/h Change-Id: Ia84528a510493298f1e3d523d7e498a01f799fa4 Tuleap: #350 --- src/winsyslog.c | 7 +++++++ src/winsyslog.h | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/winsyslog.c b/src/winsyslog.c index f737cc28d1..66235b5b96 100644 --- a/src/winsyslog.c +++ b/src/winsyslog.c @@ -1,6 +1,13 @@ /* * This header borrowed from Cygnus GNUwin32 project * + * Cygwin is free software. Red Hat, Inc. licenses Cygwin to you under the + * terms of the GNU General Public License as published by the Free Software + * Foundation; you can redistribute it and/or modify it under the terms of + * the GNU General Public License either version 3 of the license, or (at your + * option) any later version (GPLv3+), along with the additional permissions + * given below. + * * Modified for use with functions to map syslog * calls to EventLog calls on the windows platform * diff --git a/src/winsyslog.h b/src/winsyslog.h index 3696ff335e..e07f4bafb4 100644 --- a/src/winsyslog.h +++ b/src/winsyslog.h @@ -1,6 +1,13 @@ /* * This header borrowed from Cygnus GNUwin32 project * + * Cygwin is free software. Red Hat, Inc. licenses Cygwin to you under the + * terms of the GNU General Public License as published by the Free Software + * Foundation; you can redistribute it and/or modify it under the terms of + * the GNU General Public License either version 3 of the license, or (at your + * option) any later version (GPLv3+), along with the additional permissions + * given below. + * * Modified for use with functions to map syslog * calls to EventLog calls on the windows platform * -- GitLab