diff options
author | Jamie Bullock <postlude@users.sourceforge.net> | 2012-10-10 10:01:41 +0000 |
---|---|---|
committer | Jamie Bullock <postlude@users.sourceforge.net> | 2012-10-10 10:01:41 +0000 |
commit | d1be9b049de69bae970e7114294fa851a29f3247 (patch) | |
tree | f7f7f81eb18f9c6f818bf1c3659548208f69b404 /pluginhost~/pluginhost~.c | |
parent | 06a2bc9f8068118b10e27b0947359c77fa28fbd0 (diff) |
- clarified licensing
svn path=/trunk/externals/postlude/; revision=16375
Diffstat (limited to 'pluginhost~/pluginhost~.c')
-rw-r--r-- | pluginhost~/pluginhost~.c | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/pluginhost~/pluginhost~.c b/pluginhost~/pluginhost~.c index 76faff1..c0c9bd9 100644 --- a/pluginhost~/pluginhost~.c +++ b/pluginhost~/pluginhost~.c @@ -1,16 +1,6 @@ /* pluginhost~ - A plugin host for Pd * - * Copyright (C) 2006 Jamie Bullock and others - * - * This file incorporates code from the following sources: - * - * jack-dssi-host (BSD-style license): Copyright 2004 Chris Cannam, Steve Harris and Sean Bolton. - * - * Hexter (GPL license): Copyright (C) 2004 Sean Bolton and others. - * - * plugin~ (GPL license): Copyright (C) 2000 Jarno Seppänen, remIXed 2005 - * - * liblo (CPL license): Copyright (C) 2004 Steve Harris + * Copyright (C) 2012 Jamie Bullock and others * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -24,10 +14,11 @@ * * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + * */ - #include <sys/wait.h> #include <stdlib.h> |