[SCM] calf/master: Add/update copyright notices.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:07 UTC 2013


The following commit has been merged in the master branch:
commit 6abc717fb4a26c7701fbbbba324fba6117fa0635
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Apr 24 09:11:31 2010 +0100

    Add/update copyright notices.

diff --git a/src/calf/host_session.h b/src/calf/host_session.h
index 534a0f1..aeffc18 100644
--- a/src/calf/host_session.h
+++ b/src/calf/host_session.h
@@ -1,7 +1,7 @@
 /* Calf DSP Library Utility Application - calfjackhost
- * Class for managing calfjackhost's 
+ * Class for managing calfjackhost's session.
  *
- * Copyright (C) 2007 Krzysztof Foltman
+ * Copyright (C) 2007-2010 Krzysztof Foltman
  *
  * 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
diff --git a/src/calf/session_mgr.h b/src/calf/session_mgr.h
index 90321af..744ce4a 100644
--- a/src/calf/session_mgr.h
+++ b/src/calf/session_mgr.h
@@ -1,3 +1,23 @@
+/* Calf DSP Library Utility Application - calfjackhost
+ * Internal session manager API
+ *
+ * Copyright (C) 2010 Krzysztof Foltman
+ *
+ * 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 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., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
+ */
 #ifndef CALF_SESSION_MGR_H
 #define CALF_SESSION_MGR_H
 
diff --git a/src/session_mgr.cpp b/src/session_mgr.cpp
index d316105..95488bb 100644
--- a/src/session_mgr.cpp
+++ b/src/session_mgr.cpp
@@ -1,3 +1,23 @@
+/* Calf DSP Library Utility Application - calfjackhost
+ * Session manager API implementation for LASH 0.5.4 and 0.6.0
+ *
+ * Copyright (C) 2010 Krzysztof Foltman
+ *
+ * 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 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., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
+ */
 #include "config.h"
 #include <calf/session_mgr.h>
 

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list