Browse Source

Cleanup

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2355 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 17 years ago
parent
commit
834f9674cf
3 changed files with 16 additions and 4 deletions
  1. +0
    -2
      example-clients/alias.c
  2. +0
    -2
      example-clients/connect.c
  3. +16
    -0
      example-clients/lsp.c

+ 0
- 2
example-clients/alias.c View File

@@ -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


+ 0
- 2
example-clients/connect.c View File

@@ -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 <stdio.h>


+ 16
- 0
example-clients/lsp.c View File

@@ -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 <stdio.h>
#include <stdlib.h>
#ifndef WIN32


Loading…
Cancel
Save