From 834f9674cf16ac1fe9b8f9606abd0b791cb228f7 Mon Sep 17 00:00:00 2001 From: sletz Date: Tue, 27 May 2008 06:56:17 +0000 Subject: [PATCH] Cleanup git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2355 0c269be4-1314-0410-8aa9-9f06e86f4224 --- example-clients/alias.c | 2 -- example-clients/connect.c | 2 -- example-clients/lsp.c | 16 ++++++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) 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