[SCM] calf/master: + JACK Host: change license to GPL (because of liblash)

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:37:30 UTC 2013


The following commit has been merged in the master branch:
commit 58e651c3e8a8a4f279d6b9968e952d2bb2791e58
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Sat Aug 9 22:08:21 2008 +0000

    + JACK Host: change license to GPL (because of liblash)
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@266 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/calf/jackhost.h b/src/calf/jackhost.h
index 96a7f5d..23937bc 100644
--- a/src/calf/jackhost.h
+++ b/src/calf/jackhost.h
@@ -3,20 +3,20 @@
  *
  * Copyright (C) 2007 Krzysztof Foltman
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser 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 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, 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
- * Lesser General Public License for more details.
+ * 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 Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * 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.
  */
 #ifndef __CALF_JACKHOST_H
 #define __CALF_JACKHOST_H
diff --git a/src/jackhost.cpp b/src/jackhost.cpp
index 63f958e..e71ab45 100644
--- a/src/jackhost.cpp
+++ b/src/jackhost.cpp
@@ -1,21 +1,22 @@
 /* Calf DSP Library Utility Application - calfjackhost
  * Standalone application module wrapper example.
+ *
  * Copyright (C) 2007 Krzysztof Foltman
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser 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 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, 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
- * Lesser General Public License for more details.
+ * 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 Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * 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.
  */
 #include <set>
 #include <getopt.h>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list