summaryrefslogtreecommitdiffstats
path: root/mnsl
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2016-12-16 17:27:49 +0100
committerChristian Gromm <christian.gromm@microchip.com>2016-12-16 17:27:49 +0100
commit6390e59f4978df4d5267a27068cd94f73f9a9cee (patch)
tree070c05a326e791892cd8c8615d24fd3cc9c3721c /mnsl
parentd5dbff4009ce13fc2cd01dab84420ef2358bfd5f (diff)
src: unicens: change license
This patch changes the license to GPLv2. Change-Id: I876356546b90733217c842d9e43c02c3cfc32dae Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Diffstat (limited to 'mnsl')
-rw-r--r--mnsl/mns_alm.c2
-rw-r--r--mnsl/mns_alm.h2
-rw-r--r--mnsl/mns_ams.c2
-rw-r--r--mnsl/mns_ams.h2
-rw-r--r--mnsl/mns_ams_pb.h2
-rw-r--r--mnsl/mns_amsmessage.c2
-rw-r--r--mnsl/mns_amsmessage.h2
-rw-r--r--mnsl/mns_amspool.c2
-rw-r--r--mnsl/mns_amspool.h2
-rw-r--r--mnsl/mns_base.c2
-rw-r--r--mnsl/mns_base.h2
-rw-r--r--mnsl/mns_cfg.h2
-rw-r--r--mnsl/mns_dl.c2
-rw-r--r--mnsl/mns_dl.h2
-rw-r--r--mnsl/mns_eh.c2
-rw-r--r--mnsl/mns_eh.h2
-rw-r--r--mnsl/mns_eh_pb.h2
-rw-r--r--mnsl/mns_encoder.c2
-rw-r--r--mnsl/mns_encoder.h2
-rw-r--r--mnsl/mns_lld_pb.h2
-rw-r--r--mnsl/mns_lldpool.c2
-rw-r--r--mnsl/mns_lldpool.h2
-rw-r--r--mnsl/mns_memory.h2
-rw-r--r--mnsl/mns_memory_pb.h2
-rw-r--r--mnsl/mns_message.c2
-rw-r--r--mnsl/mns_message.h2
-rw-r--r--mnsl/mns_message_pb.h2
-rw-r--r--mnsl/mns_misc.c2
-rw-r--r--mnsl/mns_misc.h2
-rw-r--r--mnsl/mns_obs.c2
-rw-r--r--mnsl/mns_obs.h2
-rw-r--r--mnsl/mns_pmchannel.c2
-rw-r--r--mnsl/mns_pmchannel.h2
-rw-r--r--mnsl/mns_pmcmd.c2
-rw-r--r--mnsl/mns_pmcmd.h2
-rw-r--r--mnsl/mns_pmfifo.c2
-rw-r--r--mnsl/mns_pmfifo.h2
-rw-r--r--mnsl/mns_pmfifos.c2
-rw-r--r--mnsl/mns_pmfifos.h2
-rw-r--r--mnsl/mns_pmp.c2
-rw-r--r--mnsl/mns_pmp.h2
-rw-r--r--mnsl/mns_pool.c2
-rw-r--r--mnsl/mns_pool.h2
-rw-r--r--mnsl/mns_ret.h2
-rw-r--r--mnsl/mns_scheduler.c2
-rw-r--r--mnsl/mns_scheduler.h2
-rw-r--r--mnsl/mns_segmentation.c2
-rw-r--r--mnsl/mns_segmentation.h2
-rw-r--r--mnsl/mns_telqueue.c2
-rw-r--r--mnsl/mns_telqueue.h2
-rw-r--r--mnsl/mns_timer.c2
-rw-r--r--mnsl/mns_timer.h2
-rw-r--r--mnsl/mns_trace.h2
-rw-r--r--mnsl/mns_transceiver.c2
-rw-r--r--mnsl/mns_transceiver.h2
-rw-r--r--mnsl/mns_types_cfg.h2
-rw-r--r--mnsl/mnsl.c2
-rw-r--r--mnsl/mnsl.h2
58 files changed, 58 insertions, 58 deletions
diff --git a/mnsl/mns_alm.c b/mnsl/mns_alm.c
index 5c5e76d..72135cc 100644
--- a/mnsl/mns_alm.c
+++ b/mnsl/mns_alm.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_alm.h b/mnsl/mns_alm.h
index 92e3e46..0a25b90 100644
--- a/mnsl/mns_alm.h
+++ b/mnsl/mns_alm.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_ams.c b/mnsl/mns_ams.c
index 338047b..1441557 100644
--- a/mnsl/mns_ams.c
+++ b/mnsl/mns_ams.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_ams.h b/mnsl/mns_ams.h
index fb291c1..028e904 100644
--- a/mnsl/mns_ams.h
+++ b/mnsl/mns_ams.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_ams_pb.h b/mnsl/mns_ams_pb.h
index a559c94..d8fff27 100644
--- a/mnsl/mns_ams_pb.h
+++ b/mnsl/mns_ams_pb.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_amsmessage.c b/mnsl/mns_amsmessage.c
index 11ba985..3b66fa5 100644
--- a/mnsl/mns_amsmessage.c
+++ b/mnsl/mns_amsmessage.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_amsmessage.h b/mnsl/mns_amsmessage.h
index b1faa65..eaee9b8 100644
--- a/mnsl/mns_amsmessage.h
+++ b/mnsl/mns_amsmessage.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_amspool.c b/mnsl/mns_amspool.c
index 3ce89ae..d55f7f4 100644
--- a/mnsl/mns_amspool.c
+++ b/mnsl/mns_amspool.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_amspool.h b/mnsl/mns_amspool.h
index 387dc9b..43e1bb0 100644
--- a/mnsl/mns_amspool.h
+++ b/mnsl/mns_amspool.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_base.c b/mnsl/mns_base.c
index 542e485..004da8c 100644
--- a/mnsl/mns_base.c
+++ b/mnsl/mns_base.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_base.h b/mnsl/mns_base.h
index 132243d..8b13ee5 100644
--- a/mnsl/mns_base.h
+++ b/mnsl/mns_base.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_cfg.h b/mnsl/mns_cfg.h
index dcf6e2b..3dea586 100644
--- a/mnsl/mns_cfg.h
+++ b/mnsl/mns_cfg.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_dl.c b/mnsl/mns_dl.c
index 7a7a322..ce07f12 100644
--- a/mnsl/mns_dl.c
+++ b/mnsl/mns_dl.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_dl.h b/mnsl/mns_dl.h
index 96e89e3..7c90c59 100644
--- a/mnsl/mns_dl.h
+++ b/mnsl/mns_dl.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_eh.c b/mnsl/mns_eh.c
index 36e0168..a3ee045 100644
--- a/mnsl/mns_eh.c
+++ b/mnsl/mns_eh.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_eh.h b/mnsl/mns_eh.h
index 2186a2f..3ce8fc2 100644
--- a/mnsl/mns_eh.h
+++ b/mnsl/mns_eh.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_eh_pb.h b/mnsl/mns_eh_pb.h
index 422ae15..0bdb3e5 100644
--- a/mnsl/mns_eh_pb.h
+++ b/mnsl/mns_eh_pb.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_encoder.c b/mnsl/mns_encoder.c
index 5153e64..eb2c17e 100644
--- a/mnsl/mns_encoder.c
+++ b/mnsl/mns_encoder.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_encoder.h b/mnsl/mns_encoder.h
index 439a622..5f7d5bf 100644
--- a/mnsl/mns_encoder.h
+++ b/mnsl/mns_encoder.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_lld_pb.h b/mnsl/mns_lld_pb.h
index d1a087b..b777c7b 100644
--- a/mnsl/mns_lld_pb.h
+++ b/mnsl/mns_lld_pb.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_lldpool.c b/mnsl/mns_lldpool.c
index ae9f33d..fd799ff 100644
--- a/mnsl/mns_lldpool.c
+++ b/mnsl/mns_lldpool.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_lldpool.h b/mnsl/mns_lldpool.h
index fdf4419..d3d597f 100644
--- a/mnsl/mns_lldpool.h
+++ b/mnsl/mns_lldpool.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_memory.h b/mnsl/mns_memory.h
index 5b80bf1..9ff707d 100644
--- a/mnsl/mns_memory.h
+++ b/mnsl/mns_memory.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_memory_pb.h b/mnsl/mns_memory_pb.h
index 2165e73..0d84c0f 100644
--- a/mnsl/mns_memory_pb.h
+++ b/mnsl/mns_memory_pb.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_message.c b/mnsl/mns_message.c
index 33a0673..99fb524 100644
--- a/mnsl/mns_message.c
+++ b/mnsl/mns_message.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_message.h b/mnsl/mns_message.h
index 69d82ea..3ca0eb7 100644
--- a/mnsl/mns_message.h
+++ b/mnsl/mns_message.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_message_pb.h b/mnsl/mns_message_pb.h
index 8656519..2f34280 100644
--- a/mnsl/mns_message_pb.h
+++ b/mnsl/mns_message_pb.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_misc.c b/mnsl/mns_misc.c
index c020c11..e86b2d3 100644
--- a/mnsl/mns_misc.c
+++ b/mnsl/mns_misc.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_misc.h b/mnsl/mns_misc.h
index 76d005f..879f4e8 100644
--- a/mnsl/mns_misc.h
+++ b/mnsl/mns_misc.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_obs.c b/mnsl/mns_obs.c
index 7183fb2..c8b2605 100644
--- a/mnsl/mns_obs.c
+++ b/mnsl/mns_obs.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_obs.h b/mnsl/mns_obs.h
index 088c6c8..2eb5e3f 100644
--- a/mnsl/mns_obs.h
+++ b/mnsl/mns_obs.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_pmchannel.c b/mnsl/mns_pmchannel.c
index e98a2b2..0c9ad4e 100644
--- a/mnsl/mns_pmchannel.c
+++ b/mnsl/mns_pmchannel.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_pmchannel.h b/mnsl/mns_pmchannel.h
index 8b069ad..08b0508 100644
--- a/mnsl/mns_pmchannel.h
+++ b/mnsl/mns_pmchannel.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_pmcmd.c b/mnsl/mns_pmcmd.c
index 21d8913..9e25dbc 100644
--- a/mnsl/mns_pmcmd.c
+++ b/mnsl/mns_pmcmd.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_pmcmd.h b/mnsl/mns_pmcmd.h
index 5905beb..bc1f1f7 100644
--- a/mnsl/mns_pmcmd.h
+++ b/mnsl/mns_pmcmd.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_pmfifo.c b/mnsl/mns_pmfifo.c
index a1cafbf..a82d951 100644
--- a/mnsl/mns_pmfifo.c
+++ b/mnsl/mns_pmfifo.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_pmfifo.h b/mnsl/mns_pmfifo.h
index 3c9962f..ceffc77 100644
--- a/mnsl/mns_pmfifo.h
+++ b/mnsl/mns_pmfifo.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_pmfifos.c b/mnsl/mns_pmfifos.c
index e82b837..b836c5d 100644
--- a/mnsl/mns_pmfifos.c
+++ b/mnsl/mns_pmfifos.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_pmfifos.h b/mnsl/mns_pmfifos.h
index 814b057..141b8cb 100644
--- a/mnsl/mns_pmfifos.h
+++ b/mnsl/mns_pmfifos.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_pmp.c b/mnsl/mns_pmp.c
index 765982d..b572bdc 100644
--- a/mnsl/mns_pmp.c
+++ b/mnsl/mns_pmp.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_pmp.h b/mnsl/mns_pmp.h
index 96b22b0..0956b7f 100644
--- a/mnsl/mns_pmp.h
+++ b/mnsl/mns_pmp.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_pool.c b/mnsl/mns_pool.c
index 870efd3..c1c05f6 100644
--- a/mnsl/mns_pool.c
+++ b/mnsl/mns_pool.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_pool.h b/mnsl/mns_pool.h
index c9b6edd..6d2fe49 100644
--- a/mnsl/mns_pool.h
+++ b/mnsl/mns_pool.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_ret.h b/mnsl/mns_ret.h
index 50305bf..34e7831 100644
--- a/mnsl/mns_ret.h
+++ b/mnsl/mns_ret.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_scheduler.c b/mnsl/mns_scheduler.c
index 1fc5273..e899be9 100644
--- a/mnsl/mns_scheduler.c
+++ b/mnsl/mns_scheduler.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_scheduler.h b/mnsl/mns_scheduler.h
index 624d0ad..8f560bf 100644
--- a/mnsl/mns_scheduler.h
+++ b/mnsl/mns_scheduler.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_segmentation.c b/mnsl/mns_segmentation.c
index 7bfa2ff..d441822 100644
--- a/mnsl/mns_segmentation.c
+++ b/mnsl/mns_segmentation.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_segmentation.h b/mnsl/mns_segmentation.h
index 1295be3..6d1e644 100644
--- a/mnsl/mns_segmentation.h
+++ b/mnsl/mns_segmentation.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_telqueue.c b/mnsl/mns_telqueue.c
index c250507..a49fc8a 100644
--- a/mnsl/mns_telqueue.c
+++ b/mnsl/mns_telqueue.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_telqueue.h b/mnsl/mns_telqueue.h
index 2a86387..86a59b9 100644
--- a/mnsl/mns_telqueue.h
+++ b/mnsl/mns_telqueue.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_timer.c b/mnsl/mns_timer.c
index c28d32b..16040cc 100644
--- a/mnsl/mns_timer.c
+++ b/mnsl/mns_timer.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_timer.h b/mnsl/mns_timer.h
index 9e5c02a..8f855fd 100644
--- a/mnsl/mns_timer.h
+++ b/mnsl/mns_timer.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_trace.h b/mnsl/mns_trace.h
index 7ef4758..634e5e4 100644
--- a/mnsl/mns_trace.h
+++ b/mnsl/mns_trace.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_transceiver.c b/mnsl/mns_transceiver.c
index ed5e3af..2a44edf 100644
--- a/mnsl/mns_transceiver.c
+++ b/mnsl/mns_transceiver.c
@@ -5,7 +5,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,
diff --git a/mnsl/mns_transceiver.h b/mnsl/mns_transceiver.h
index b1701c5..d8250e9 100644
--- a/mnsl/mns_transceiver.h
+++ b/mnsl/mns_transceiver.h
@@ -5,7 +5,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,
diff --git a/mnsl/mns_types_cfg.h b/mnsl/mns_types_cfg.h
index 32ce84e..d42d7ab 100644
--- a/mnsl/mns_types_cfg.h
+++ b/mnsl/mns_types_cfg.h
@@ -5,7 +5,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,
diff --git a/mnsl/mnsl.c b/mnsl/mnsl.c
index 2b59746..46165a4 100644
--- a/mnsl/mnsl.c
+++ b/mnsl/mnsl.c
@@ -5,7 +5,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,
diff --git a/mnsl/mnsl.h b/mnsl/mnsl.h
index 7288f50..50ee22d 100644
--- a/mnsl/mnsl.h
+++ b/mnsl/mnsl.h
@@ -5,7 +5,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,