diff --git a/example-clients/alias.c b/example-clients/alias.c index 6f7d2079..9d1b098b 100644 --- a/example-clients/alias.c +++ b/example-clients/alias.c @@ -1,6 +1,4 @@ /* - Copyright (C) 2008 - 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 diff --git a/example-clients/connect.c b/example-clients/connect.c index 20ad0f45..a89e538a 100644 --- a/example-clients/connect.c +++ b/example-clients/connect.c @@ -14,8 +14,6 @@ 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. - - $Id: connect.c,v 1.1.2.1 2006/06/05 16:54:55 letz Exp $ */ #include diff --git a/example-clients/lsp.c b/example-clients/lsp.c index ceed975c..692462f6 100644 --- a/example-clients/lsp.c +++ b/example-clients/lsp.c @@ -1,3 +1,19 @@ +/* + 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. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + 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. +*/ + #include #include #ifndef WIN32