diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-08-13 12:36:27 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-08-13 12:36:27 +0000 |
commit | c3d9dbe4971549c8d2f8f821f06dcaa1dce90073 (patch) | |
tree | 30edf3d9758b628c2f3f551417b8a6ffc7dd1304 /src/tools/irm | |
parent | d0113a95a08d2d7271cfdb1774bd9ef4f12a784a (diff) | |
parent | 095c2414425952836e97d88a6dde6f4415725c68 (diff) | |
download | ouroboros-c3d9dbe4971549c8d2f8f821f06dcaa1dce90073.tar.gz ouroboros-c3d9dbe4971549c8d2f8f821f06dcaa1dce90073.zip |
Merged in dstaesse/ouroboros/be-license (pull request #552)
build: Replace fsf snail mail with contact URL
Diffstat (limited to 'src/tools/irm')
-rw-r--r-- | src/tools/irm/irm.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_bind.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_bind_ap.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_bind_api.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_bind_ipcp.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_ipcp.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_ipcp_bootstrap.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_ipcp_create.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_ipcp_destroy.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_ipcp_enroll.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_ops.h | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_register.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_unbind.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_unbind_ap.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_unbind_api.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_unbind_ipcp.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_unregister.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_utils.c | 2 | ||||
-rw-r--r-- | src/tools/irm/irm_utils.h | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/src/tools/irm/irm.c b/src/tools/irm/irm.c index 0e77e22a..4e275e48 100644 --- a/src/tools/irm/irm.c +++ b/src/tools/irm/irm.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/irm.h> diff --git a/src/tools/irm/irm_bind.c b/src/tools/irm/irm_bind.c index bbe370db..03dd76fb 100644 --- a/src/tools/irm/irm_bind.c +++ b/src/tools/irm/irm_bind.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 <stdio.h> diff --git a/src/tools/irm/irm_bind_ap.c b/src/tools/irm/irm_bind_ap.c index d23f7035..91cdff2f 100644 --- a/src/tools/irm/irm_bind_ap.c +++ b/src/tools/irm/irm_bind_ap.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 _POSIX_C_SOURCE 200809L diff --git a/src/tools/irm/irm_bind_api.c b/src/tools/irm/irm_bind_api.c index 6e171099..a0d7587f 100644 --- a/src/tools/irm/irm_bind_api.c +++ b/src/tools/irm/irm_bind_api.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 <stdio.h> diff --git a/src/tools/irm/irm_bind_ipcp.c b/src/tools/irm/irm_bind_ipcp.c index 81347080..706fb13d 100644 --- a/src/tools/irm/irm_bind_ipcp.c +++ b/src/tools/irm/irm_bind_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/. */ #include <stdio.h> diff --git a/src/tools/irm/irm_ipcp.c b/src/tools/irm/irm_ipcp.c index fef803d9..2850ac89 100644 --- a/src/tools/irm/irm_ipcp.c +++ b/src/tools/irm/irm_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/. */ #include <stdio.h> diff --git a/src/tools/irm/irm_ipcp_bootstrap.c b/src/tools/irm/irm_ipcp_bootstrap.c index 48a31f08..264fbfd5 100644 --- a/src/tools/irm/irm_ipcp_bootstrap.c +++ b/src/tools/irm/irm_ipcp_bootstrap.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 <stdio.h> diff --git a/src/tools/irm/irm_ipcp_create.c b/src/tools/irm/irm_ipcp_create.c index 494f01f5..c98016aa 100644 --- a/src/tools/irm/irm_ipcp_create.c +++ b/src/tools/irm/irm_ipcp_create.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/irm.h> diff --git a/src/tools/irm/irm_ipcp_destroy.c b/src/tools/irm/irm_ipcp_destroy.c index 1c81c9ce..58a65386 100644 --- a/src/tools/irm/irm_ipcp_destroy.c +++ b/src/tools/irm/irm_ipcp_destroy.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 <stdio.h> diff --git a/src/tools/irm/irm_ipcp_enroll.c b/src/tools/irm/irm_ipcp_enroll.c index 05b3f6b6..1f2a661e 100644 --- a/src/tools/irm/irm_ipcp_enroll.c +++ b/src/tools/irm/irm_ipcp_enroll.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 <stdio.h> diff --git a/src/tools/irm/irm_ops.h b/src/tools/irm/irm_ops.h index 8f0e790e..749ea13d 100644 --- a/src/tools/irm/irm_ops.h +++ b/src/tools/irm/irm_ops.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/. */ int ipcp_cmd(int argc, diff --git a/src/tools/irm/irm_register.c b/src/tools/irm/irm_register.c index 094268c0..421aee66 100644 --- a/src/tools/irm/irm_register.c +++ b/src/tools/irm/irm_register.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/irm.h> diff --git a/src/tools/irm/irm_unbind.c b/src/tools/irm/irm_unbind.c index e21f7993..a7802c61 100644 --- a/src/tools/irm/irm_unbind.c +++ b/src/tools/irm/irm_unbind.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 <stdio.h> diff --git a/src/tools/irm/irm_unbind_ap.c b/src/tools/irm/irm_unbind_ap.c index a1b07d36..9b53f015 100644 --- a/src/tools/irm/irm_unbind_ap.c +++ b/src/tools/irm/irm_unbind_ap.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 <stdio.h> diff --git a/src/tools/irm/irm_unbind_api.c b/src/tools/irm/irm_unbind_api.c index 6200c21f..7002182f 100644 --- a/src/tools/irm/irm_unbind_api.c +++ b/src/tools/irm/irm_unbind_api.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 <stdio.h> diff --git a/src/tools/irm/irm_unbind_ipcp.c b/src/tools/irm/irm_unbind_ipcp.c index 34af66e0..128488fb 100644 --- a/src/tools/irm/irm_unbind_ipcp.c +++ b/src/tools/irm/irm_unbind_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/. */ #include <stdio.h> diff --git a/src/tools/irm/irm_unregister.c b/src/tools/irm/irm_unregister.c index 18314e96..c664e4a1 100644 --- a/src/tools/irm/irm_unregister.c +++ b/src/tools/irm/irm_unregister.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 <stdio.h> diff --git a/src/tools/irm/irm_utils.c b/src/tools/irm/irm_utils.c index 24841b99..1a2addee 100644 --- a/src/tools/irm/irm_utils.c +++ b/src/tools/irm/irm_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 <string.h> diff --git a/src/tools/irm/irm_utils.h b/src/tools/irm/irm_utils.h index d6d2232c..ff8aee42 100644 --- a/src/tools/irm/irm_utils.h +++ b/src/tools/irm/irm_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/. */ int matches(const char * cmd, |