summaryrefslogtreecommitdiff
path: root/src/irmd
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@ugent.be>2017-08-13 12:17:58 +0200
committerdimitri staessens <dimitri.staessens@ugent.be>2017-08-13 12:17:58 +0200
commit095c2414425952836e97d88a6dde6f4415725c68 (patch)
tree30edf3d9758b628c2f3f551417b8a6ffc7dd1304 /src/irmd
parent65f5aa30dc5cb6a284785835b0b14e5b19dfaa9a (diff)
downloadouroboros-095c2414425952836e97d88a6dde6f4415725c68.tar.gz
ouroboros-095c2414425952836e97d88a6dde6f4415725c68.zip
build: Replace fsf snail mail with contact URL
Diffstat (limited to 'src/irmd')
-rw-r--r--src/irmd/api_table.c2
-rw-r--r--src/irmd/api_table.h2
-rw-r--r--src/irmd/apn_table.c2
-rw-r--r--src/irmd/apn_table.h2
-rw-r--r--src/irmd/ipcp.c2
-rw-r--r--src/irmd/ipcp.h2
-rw-r--r--src/irmd/irm_flow.c2
-rw-r--r--src/irmd/irm_flow.h2
-rw-r--r--src/irmd/main.c2
-rw-r--r--src/irmd/registry.c2
-rw-r--r--src/irmd/registry.h2
-rw-r--r--src/irmd/utils.c2
-rw-r--r--src/irmd/utils.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/src/irmd/api_table.c b/src/irmd/api_table.c
index 580191da..5765916e 100644
--- a/src/irmd/api_table.c
+++ b/src/irmd/api_table.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., http://www.fsf.org/about/contact/.
*/
#include <ouroboros/config.h>
diff --git a/src/irmd/api_table.h b/src/irmd/api_table.h
index 1bb73df7..d2ac7723 100644
--- a/src/irmd/api_table.h
+++ b/src/irmd/api_table.h
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., http://www.fsf.org/about/contact/.
*/
#ifndef OUROBOROS_IRMD_API_TABLE_H
diff --git a/src/irmd/apn_table.c b/src/irmd/apn_table.c
index c77e7128..da4f4da1 100644
--- a/src/irmd/apn_table.c
+++ b/src/irmd/apn_table.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., http://www.fsf.org/about/contact/.
*/
#include <ouroboros/errno.h>
diff --git a/src/irmd/apn_table.h b/src/irmd/apn_table.h
index 311c0f3d..0daff929 100644
--- a/src/irmd/apn_table.h
+++ b/src/irmd/apn_table.h
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., http://www.fsf.org/about/contact/.
*/
#ifndef OUROBOROS_IRMD_APN_TABLE_H
diff --git a/src/irmd/ipcp.c b/src/irmd/ipcp.c
index 528e90a2..ade09625 100644
--- a/src/irmd/ipcp.c
+++ b/src/irmd/ipcp.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., http://www.fsf.org/about/contact/.
*/
#define OUROBOROS_PREFIX "irmd/ipcp"
diff --git a/src/irmd/ipcp.h b/src/irmd/ipcp.h
index 15ebb0ae..67d0476f 100644
--- a/src/irmd/ipcp.h
+++ b/src/irmd/ipcp.h
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., http://www.fsf.org/about/contact/.
*/
#include <ouroboros/ipcp.h>
diff --git a/src/irmd/irm_flow.c b/src/irmd/irm_flow.c
index 766c45ca..ae5585a2 100644
--- a/src/irmd/irm_flow.c
+++ b/src/irmd/irm_flow.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., http://www.fsf.org/about/contact/.
*/
#define OUROBOROS_PREFIX "irm_flow"
diff --git a/src/irmd/irm_flow.h b/src/irmd/irm_flow.h
index 223740b7..3a302b02 100644
--- a/src/irmd/irm_flow.h
+++ b/src/irmd/irm_flow.h
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., http://www.fsf.org/about/contact/.
*/
#ifndef OUROBOROS_IRMD_IRM_FLOW_H
diff --git a/src/irmd/main.c b/src/irmd/main.c
index d93f1755..bf6daacc 100644
--- a/src/irmd/main.c
+++ b/src/irmd/main.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., http://www.fsf.org/about/contact/.
*/
#define OUROBOROS_PREFIX "irmd"
diff --git a/src/irmd/registry.c b/src/irmd/registry.c
index e6571564..ad6a10d4 100644
--- a/src/irmd/registry.c
+++ b/src/irmd/registry.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., http://www.fsf.org/about/contact/.
*/
#define OUROBOROS_PREFIX "registry"
diff --git a/src/irmd/registry.h b/src/irmd/registry.h
index 2b887162..d1733f6c 100644
--- a/src/irmd/registry.h
+++ b/src/irmd/registry.h
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., http://www.fsf.org/about/contact/.
*/
#ifndef OUROBOROS_IRMD_REGISTRY_H
diff --git a/src/irmd/utils.c b/src/irmd/utils.c
index 97193b53..5a3da732 100644
--- a/src/irmd/utils.c
+++ b/src/irmd/utils.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., http://www.fsf.org/about/contact/.
*/
#include <ouroboros/config.h>
diff --git a/src/irmd/utils.h b/src/irmd/utils.h
index 36ec3d8e..df35ebc9 100644
--- a/src/irmd/utils.h
+++ b/src/irmd/utils.h
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., http://www.fsf.org/about/contact/.
*/
/*