summaryrefslogtreecommitdiffstats
path: root/Src/IP
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 /Src/IP
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 'Src/IP')
-rw-r--r--Src/IP/MostIpc.cpp2
-rw-r--r--Src/IP/MostIpc.h2
-rw-r--r--Src/IP/MostMsg.cpp2
-rw-r--r--Src/IP/MostMsg.h2
-rw-r--r--Src/IP/MostMsgTx.cpp2
-rw-r--r--Src/IP/MostMsgTx.h2
-rw-r--r--Src/IP/MsgAddr.cpp2
-rw-r--r--Src/IP/MsgAddr.h2
-rw-r--r--Src/IP/MsgFilter.cpp2
-rw-r--r--Src/IP/MsgFilter.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/Src/IP/MostIpc.cpp b/Src/IP/MostIpc.cpp
index 86e7341..6bdaee1 100644
--- a/Src/IP/MostIpc.cpp
+++ b/Src/IP/MostIpc.cpp
@@ -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/Src/IP/MostIpc.h b/Src/IP/MostIpc.h
index 0f8596d..b0417ad 100644
--- a/Src/IP/MostIpc.h
+++ b/Src/IP/MostIpc.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/Src/IP/MostMsg.cpp b/Src/IP/MostMsg.cpp
index 3ca043f..7148d2f 100644
--- a/Src/IP/MostMsg.cpp
+++ b/Src/IP/MostMsg.cpp
@@ -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/Src/IP/MostMsg.h b/Src/IP/MostMsg.h
index fb4bdd8..da50186 100644
--- a/Src/IP/MostMsg.h
+++ b/Src/IP/MostMsg.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/Src/IP/MostMsgTx.cpp b/Src/IP/MostMsgTx.cpp
index d3c5864..a5ff3f4 100644
--- a/Src/IP/MostMsgTx.cpp
+++ b/Src/IP/MostMsgTx.cpp
@@ -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/Src/IP/MostMsgTx.h b/Src/IP/MostMsgTx.h
index 00736ae..a2c3261 100644
--- a/Src/IP/MostMsgTx.h
+++ b/Src/IP/MostMsgTx.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/Src/IP/MsgAddr.cpp b/Src/IP/MsgAddr.cpp
index 6c80222..923de03 100644
--- a/Src/IP/MsgAddr.cpp
+++ b/Src/IP/MsgAddr.cpp
@@ -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/Src/IP/MsgAddr.h b/Src/IP/MsgAddr.h
index 9a3fa80..f480e33 100644
--- a/Src/IP/MsgAddr.h
+++ b/Src/IP/MsgAddr.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/Src/IP/MsgFilter.cpp b/Src/IP/MsgFilter.cpp
index f9684f4..e22f74c 100644
--- a/Src/IP/MsgFilter.cpp
+++ b/Src/IP/MsgFilter.cpp
@@ -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/Src/IP/MsgFilter.h b/Src/IP/MsgFilter.h
index 72ef45f..cd0c00b 100644
--- a/Src/IP/MsgFilter.h
+++ b/Src/IP/MsgFilter.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,