summaryrefslogtreecommitdiff
path: root/src/irmd
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-12-24 13:52:31 +0100
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-12-24 13:52:31 +0100
commit165ef2da36794da141cfde70825a55a6bd9ba263 (patch)
treee1f7e2c1c694857c92b2e14651e5d7f41efb476a /src/irmd
parent7348a7d587adc3cb1bc11ef7513ef7b03bc40349 (diff)
parent2fe765020769c8eb06ca410b7e289f37508d5efc (diff)
downloadouroboros-165ef2da36794da141cfde70825a55a6bd9ba263.tar.gz
ouroboros-165ef2da36794da141cfde70825a55a6bd9ba263.zip
Merged in dstaesse/ouroboros/be-license (pull request #326)
ouroboros: Correct license statements
Diffstat (limited to 'src/irmd')
-rw-r--r--src/irmd/api_table.c5
-rw-r--r--src/irmd/api_table.h5
-rw-r--r--src/irmd/apn_table.c5
-rw-r--r--src/irmd/apn_table.h5
-rw-r--r--src/irmd/ipcp.c5
-rw-r--r--src/irmd/ipcp.h5
-rw-r--r--src/irmd/irm_flow.c5
-rw-r--r--src/irmd/irm_flow.h5
-rw-r--r--src/irmd/main.c5
-rw-r--r--src/irmd/registry.c5
-rw-r--r--src/irmd/registry.h5
-rw-r--r--src/irmd/utils.c5
-rw-r--r--src/irmd/utils.h5
13 files changed, 26 insertions, 39 deletions
diff --git a/src/irmd/api_table.c b/src/irmd/api_table.c
index 519b4efe..97b8eb0f 100644
--- a/src/irmd/api_table.c
+++ b/src/irmd/api_table.c
@@ -6,9 +6,8 @@
* Dimitri Staessens <dimitri.staessens@intec.ugent.be>
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/irmd/api_table.h b/src/irmd/api_table.h
index 8741a86b..d2943532 100644
--- a/src/irmd/api_table.h
+++ b/src/irmd/api_table.h
@@ -6,9 +6,8 @@
* Dimitri Staessens <dimitri.staessens@intec.ugent.be>
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/irmd/apn_table.c b/src/irmd/apn_table.c
index a7cf0fd3..34983f78 100644
--- a/src/irmd/apn_table.c
+++ b/src/irmd/apn_table.c
@@ -6,9 +6,8 @@
* Dimitri Staessens <dimitri.staessens@intec.ugent.be>
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/irmd/apn_table.h b/src/irmd/apn_table.h
index fd0fb1de..dfc514d7 100644
--- a/src/irmd/apn_table.h
+++ b/src/irmd/apn_table.h
@@ -6,9 +6,8 @@
* Dimitri Staessens <dimitri.staessens@intec.ugent.be>
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/irmd/ipcp.c b/src/irmd/ipcp.c
index aa5e4f8a..a3e6eff8 100644
--- a/src/irmd/ipcp.c
+++ b/src/irmd/ipcp.c
@@ -6,9 +6,8 @@
* Sander Vrijders <sander.vrijders@intec.ugent.be>
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/irmd/ipcp.h b/src/irmd/ipcp.h
index eb278e5b..a3c2e89a 100644
--- a/src/irmd/ipcp.h
+++ b/src/irmd/ipcp.h
@@ -6,9 +6,8 @@
* Sander Vrijders <sander.vrijders@intec.ugent.be>
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/irmd/irm_flow.c b/src/irmd/irm_flow.c
index 2456f1e2..c2b4db62 100644
--- a/src/irmd/irm_flow.c
+++ b/src/irmd/irm_flow.c
@@ -6,9 +6,8 @@
* Dimitri Staessens <dimitri.staessens@intec.ugent.be>
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/irmd/irm_flow.h b/src/irmd/irm_flow.h
index 9cbc657d..d3033418 100644
--- a/src/irmd/irm_flow.h
+++ b/src/irmd/irm_flow.h
@@ -6,9 +6,8 @@
* Dimitri Staessens <dimitri.staessens@intec.ugent.be>
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/irmd/main.c b/src/irmd/main.c
index 6a6aedf8..5ba61fa0 100644
--- a/src/irmd/main.c
+++ b/src/irmd/main.c
@@ -7,9 +7,8 @@
* Sander Vrijders <sander.vrijders@intec.ugent.be>
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/irmd/registry.c b/src/irmd/registry.c
index 07ec370c..61d562fc 100644
--- a/src/irmd/registry.c
+++ b/src/irmd/registry.c
@@ -6,9 +6,8 @@
* Dimitri Staessens <dimitri.staessens@intec.ugent.be>
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/irmd/registry.h b/src/irmd/registry.h
index 10cb12e8..f0da9267 100644
--- a/src/irmd/registry.h
+++ b/src/irmd/registry.h
@@ -6,9 +6,8 @@
* Dimitri Staessens <dimitri.staessens@intec.ugent.be>
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/irmd/utils.c b/src/irmd/utils.c
index 2fbe2456..97b0cfa0 100644
--- a/src/irmd/utils.c
+++ b/src/irmd/utils.c
@@ -7,9 +7,8 @@
* Sander Vrijders <sander.vrijders@intec.ugent.be>
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/irmd/utils.h b/src/irmd/utils.h
index 2fbc8ef2..1214b721 100644
--- a/src/irmd/utils.h
+++ b/src/irmd/utils.h
@@ -6,9 +6,8 @@
* Sander Vrijders <sander.vrijders@intec.ugent.be>
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of