aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-13 01:11:46 +0900
committerHarald Welte <laforge@gnumonks.org>2017-11-13 01:11:46 +0900
commitfb31c0953c90496a96627821a95806175e4a2dde (patch)
tree8482334b86be5503a5f162345fb8e3e96066cc1a
parent443f40a6bf8bd153625820e7e6541b283c236ded (diff)
src/rs232.c: Fix accidential reference to GPLv3+ instead of GPLv2+
-rw-r--r--src/rs232.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rs232.c b/src/rs232.c
index df73452..294d5a2 100644
--- a/src/rs232.c
+++ b/src/rs232.c
@@ -9,7 +9,7 @@
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
+ * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,