diff options
Diffstat (limited to 'src/tools/echo')
-rw-r--r-- | src/tools/echo/echo.c | 2 | ||||
-rw-r--r-- | src/tools/echo/echo_client.c | 2 | ||||
-rw-r--r-- | src/tools/echo/echo_server.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/echo/echo.c b/src/tools/echo/echo.c index b68e8c02..d07d99a3 100644 --- a/src/tools/echo/echo.c +++ b/src/tools/echo/echo.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 199309L diff --git a/src/tools/echo/echo_client.c b/src/tools/echo/echo_client.c index 5ec2051f..4df5904d 100644 --- a/src/tools/echo/echo_client.c +++ b/src/tools/echo/echo_client.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/dev.h> diff --git a/src/tools/echo/echo_server.c b/src/tools/echo/echo_server.c index 22175a65..1e57ed60 100644 --- a/src/tools/echo/echo_server.c +++ b/src/tools/echo/echo_server.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 <stdbool.h> |