From 2533216bab649b13c1bd84df3ff5490067a7e27f Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Tue, 13 Dec 2011 00:31:52 +0100 Subject: [PATCH 1/4] fixed product name in license-header. --- mstest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mstest.c b/mstest.c index 1237cf0..ef94098 100644 --- a/mstest.c +++ b/mstest.c @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with nosebus. If not, see . + * along with mslib. If not, see . */ #include #include From 95809f5c2345aca610eba92250f253c58586f7c5 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Tue, 13 Dec 2011 00:32:03 +0100 Subject: [PATCH 2/4] Update mstest.c --- mstest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mstest.c b/mstest.c index ef94098..c3f64d7 100644 --- a/mstest.c +++ b/mstest.c @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with mslib. If not, see . + * along with mstest. If not, see . */ #include #include From 02c76fb6d2661ef9a5d8327e91b9bc92cf01f606 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Tue, 13 Dec 2011 00:32:14 +0100 Subject: [PATCH 3/4] Update mslib.h --- mslib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mslib.h b/mslib.h index 65b5a9b..86a2e95 100644 --- a/mslib.h +++ b/mslib.h @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with nosebus. If not, see . + * along with mslib. If not, see . */ #ifndef MSLIB_H #define MSLIB_H From e9290add507bad383fd42d69c96656e2a9723d95 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Tue, 13 Dec 2011 00:32:23 +0100 Subject: [PATCH 4/4] Update mslib.c --- mslib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mslib.c b/mslib.c index 0cf41eb..aecd406 100644 --- a/mslib.c +++ b/mslib.c @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with nosebus. If not, see . + * along with mslib. If not, see . */ #include "mslib.h"