diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-08-13 12:17:58 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-08-13 12:17:58 +0200 |
commit | 095c2414425952836e97d88a6dde6f4415725c68 (patch) | |
tree | 30edf3d9758b628c2f3f551417b8a6ffc7dd1304 /src/ipcpd/shim-udp | |
parent | 65f5aa30dc5cb6a284785835b0b14e5b19dfaa9a (diff) | |
download | ouroboros-095c2414425952836e97d88a6dde6f4415725c68.tar.gz ouroboros-095c2414425952836e97d88a6dde6f4415725c68.zip |
build: Replace fsf snail mail with contact URL
Diffstat (limited to 'src/ipcpd/shim-udp')
-rw-r--r-- | src/ipcpd/shim-udp/main.c | 2 | ||||
-rw-r--r-- | src/ipcpd/shim-udp/shim_udp_config.h.in | 2 | ||||
-rw-r--r-- | src/ipcpd/shim-udp/shim_udp_messages.proto | 2 | ||||
-rw-r--r-- | src/ipcpd/shim-udp/tests/shim_udp_test.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/ipcpd/shim-udp/main.c b/src/ipcpd/shim-udp/main.c index fa77f843..195e3bc0 100644 --- a/src/ipcpd/shim-udp/main.c +++ b/src/ipcpd/shim-udp/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 "ipcpd/shim-udp" diff --git a/src/ipcpd/shim-udp/shim_udp_config.h.in b/src/ipcpd/shim-udp/shim_udp_config.h.in index c8d2ff18..c32210e9 100644 --- a/src/ipcpd/shim-udp/shim_udp_config.h.in +++ b/src/ipcpd/shim-udp/shim_udp_config.h.in @@ -16,7 +16,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_SHIM_UDP_CONFIG diff --git a/src/ipcpd/shim-udp/shim_udp_messages.proto b/src/ipcpd/shim-udp/shim_udp_messages.proto index ae89a119..ccd87053 100644 --- a/src/ipcpd/shim-udp/shim_udp_messages.proto +++ b/src/ipcpd/shim-udp/shim_udp_messages.proto @@ -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/. */ syntax = "proto2"; diff --git a/src/ipcpd/shim-udp/tests/shim_udp_test.c b/src/ipcpd/shim-udp/tests/shim_udp_test.c index 015bb49f..88669a9e 100644 --- a/src/ipcpd/shim-udp/tests/shim_udp_test.c +++ b/src/ipcpd/shim-udp/tests/shim_udp_test.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> |