Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
146
Issues
146
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
af6540cc
Commit
af6540cc
authored
May 18, 2010
by
Alexandre Savard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#3388] Apply licence modification on daemon code
parent
f23f86f0
Changes
135
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
135 changed files
with
1620 additions
and
135 deletions
+1620
-135
sflphone-common/src/account.cpp
sflphone-common/src/account.cpp
+12
-1
sflphone-common/src/account.h
sflphone-common/src/account.h
+12
-1
sflphone-common/src/accountcreator.cpp
sflphone-common/src/accountcreator.cpp
+12
-1
sflphone-common/src/accountcreator.h
sflphone-common/src/accountcreator.h
+12
-1
sflphone-common/src/audio/algorithm.h
sflphone-common/src/audio/algorithm.h
+12
-1
sflphone-common/src/audio/alsa/alsalayer.cpp
sflphone-common/src/audio/alsa/alsalayer.cpp
+12
-1
sflphone-common/src/audio/alsa/alsalayer.h
sflphone-common/src/audio/alsa/alsalayer.h
+12
-1
sflphone-common/src/audio/audiodevice.cpp
sflphone-common/src/audio/audiodevice.cpp
+12
-1
sflphone-common/src/audio/audiodevice.h
sflphone-common/src/audio/audiodevice.h
+12
-1
sflphone-common/src/audio/audiolayer.cpp
sflphone-common/src/audio/audiolayer.cpp
+12
-1
sflphone-common/src/audio/audiolayer.h
sflphone-common/src/audio/audiolayer.h
+12
-1
sflphone-common/src/audio/audioloop.cpp
sflphone-common/src/audio/audioloop.cpp
+12
-1
sflphone-common/src/audio/audioloop.h
sflphone-common/src/audio/audioloop.h
+12
-1
sflphone-common/src/audio/audioprocessing.cpp
sflphone-common/src/audio/audioprocessing.cpp
+12
-1
sflphone-common/src/audio/audioprocessing.h
sflphone-common/src/audio/audioprocessing.h
+12
-1
sflphone-common/src/audio/audiortp/AudioRtpFactory.cpp
sflphone-common/src/audio/audiortp/AudioRtpFactory.cpp
+12
-1
sflphone-common/src/audio/audiortp/AudioRtpFactory.h
sflphone-common/src/audio/audiortp/AudioRtpFactory.h
+12
-1
sflphone-common/src/audio/audiortp/AudioRtpSession.h
sflphone-common/src/audio/audiortp/AudioRtpSession.h
+12
-1
sflphone-common/src/audio/audiortp/AudioSrtpSession.cpp
sflphone-common/src/audio/audiortp/AudioSrtpSession.cpp
+12
-1
sflphone-common/src/audio/audiortp/AudioSrtpSession.h
sflphone-common/src/audio/audiortp/AudioSrtpSession.h
+12
-1
sflphone-common/src/audio/audiortp/AudioSymmetricRtpSession.h
...hone-common/src/audio/audiortp/AudioSymmetricRtpSession.h
+12
-1
sflphone-common/src/audio/audiortp/AudioZrtpSession.cpp
sflphone-common/src/audio/audiortp/AudioZrtpSession.cpp
+12
-1
sflphone-common/src/audio/audiortp/AudioZrtpSession.h
sflphone-common/src/audio/audiortp/AudioZrtpSession.h
+12
-1
sflphone-common/src/audio/audiortp/ZrtpSessionCallback.cpp
sflphone-common/src/audio/audiortp/ZrtpSessionCallback.cpp
+12
-1
sflphone-common/src/audio/audiortp/ZrtpSessionCallback.h
sflphone-common/src/audio/audiortp/ZrtpSessionCallback.h
+12
-1
sflphone-common/src/audio/codecs/alaw.cpp
sflphone-common/src/audio/codecs/alaw.cpp
+12
-1
sflphone-common/src/audio/codecs/audiocodec.h
sflphone-common/src/audio/codecs/audiocodec.h
+12
-1
sflphone-common/src/audio/codecs/celtcodec.cpp
sflphone-common/src/audio/codecs/celtcodec.cpp
+12
-1
sflphone-common/src/audio/codecs/codecDescriptor.cpp
sflphone-common/src/audio/codecs/codecDescriptor.cpp
+12
-1
sflphone-common/src/audio/codecs/codecDescriptor.h
sflphone-common/src/audio/codecs/codecDescriptor.h
+12
-1
sflphone-common/src/audio/codecs/g722.cpp
sflphone-common/src/audio/codecs/g722.cpp
+12
-1
sflphone-common/src/audio/codecs/g722.h
sflphone-common/src/audio/codecs/g722.h
+12
-1
sflphone-common/src/audio/codecs/gsmcodec.cpp
sflphone-common/src/audio/codecs/gsmcodec.cpp
+12
-1
sflphone-common/src/audio/codecs/speexcodec_nb.cpp
sflphone-common/src/audio/codecs/speexcodec_nb.cpp
+12
-1
sflphone-common/src/audio/codecs/speexcodec_ub.cpp
sflphone-common/src/audio/codecs/speexcodec_ub.cpp
+12
-1
sflphone-common/src/audio/codecs/speexcodec_wb.cpp
sflphone-common/src/audio/codecs/speexcodec_wb.cpp
+12
-1
sflphone-common/src/audio/codecs/ulaw.cpp
sflphone-common/src/audio/codecs/ulaw.cpp
+12
-1
sflphone-common/src/audio/common.h
sflphone-common/src/audio/common.h
+12
-1
sflphone-common/src/audio/dcblocker.cpp
sflphone-common/src/audio/dcblocker.cpp
+12
-1
sflphone-common/src/audio/dcblocker.h
sflphone-common/src/audio/dcblocker.h
+12
-1
sflphone-common/src/audio/echocancel.cpp
sflphone-common/src/audio/echocancel.cpp
+12
-1
sflphone-common/src/audio/echocancel.h
sflphone-common/src/audio/echocancel.h
+12
-1
sflphone-common/src/audio/mainbuffer.cpp
sflphone-common/src/audio/mainbuffer.cpp
+12
-1
sflphone-common/src/audio/mainbuffer.h
sflphone-common/src/audio/mainbuffer.h
+12
-1
sflphone-common/src/audio/pulseaudio/audiostream.cpp
sflphone-common/src/audio/pulseaudio/audiostream.cpp
+12
-1
sflphone-common/src/audio/pulseaudio/audiostream.h
sflphone-common/src/audio/pulseaudio/audiostream.h
+12
-1
sflphone-common/src/audio/pulseaudio/pulselayer.cpp
sflphone-common/src/audio/pulseaudio/pulselayer.cpp
+12
-1
sflphone-common/src/audio/pulseaudio/pulselayer.h
sflphone-common/src/audio/pulseaudio/pulselayer.h
+12
-1
sflphone-common/src/audio/recordable.cpp
sflphone-common/src/audio/recordable.cpp
+12
-1
sflphone-common/src/audio/recordable.h
sflphone-common/src/audio/recordable.h
+12
-1
sflphone-common/src/audio/ringbuffer.cpp
sflphone-common/src/audio/ringbuffer.cpp
+12
-1
sflphone-common/src/audio/samplerateconverter.cpp
sflphone-common/src/audio/samplerateconverter.cpp
+12
-1
sflphone-common/src/audio/samplerateconverter.h
sflphone-common/src/audio/samplerateconverter.h
+12
-1
sflphone-common/src/audio/sound/audiofile.cpp
sflphone-common/src/audio/sound/audiofile.cpp
+12
-1
sflphone-common/src/audio/sound/audiofile.h
sflphone-common/src/audio/sound/audiofile.h
+12
-1
sflphone-common/src/audio/sound/dtmf.cpp
sflphone-common/src/audio/sound/dtmf.cpp
+12
-1
sflphone-common/src/audio/sound/dtmf.h
sflphone-common/src/audio/sound/dtmf.h
+12
-1
sflphone-common/src/audio/sound/dtmfgenerator.cpp
sflphone-common/src/audio/sound/dtmfgenerator.cpp
+12
-1
sflphone-common/src/audio/sound/dtmfgenerator.h
sflphone-common/src/audio/sound/dtmfgenerator.h
+12
-1
sflphone-common/src/audio/sound/tone.cpp
sflphone-common/src/audio/sound/tone.cpp
+12
-1
sflphone-common/src/audio/sound/tone.h
sflphone-common/src/audio/sound/tone.h
+12
-1
sflphone-common/src/audio/sound/tonelist.cpp
sflphone-common/src/audio/sound/tonelist.cpp
+12
-1
sflphone-common/src/audio/sound/tonelist.h
sflphone-common/src/audio/sound/tonelist.h
+12
-1
sflphone-common/src/call.cpp
sflphone-common/src/call.cpp
+12
-1
sflphone-common/src/call.h
sflphone-common/src/call.h
+12
-1
sflphone-common/src/conference.cpp
sflphone-common/src/conference.cpp
+12
-1
sflphone-common/src/conference.h
sflphone-common/src/conference.h
+12
-1
sflphone-common/src/config/config.cpp
sflphone-common/src/config/config.cpp
+12
-1
sflphone-common/src/config/config.h
sflphone-common/src/config/config.h
+12
-1
sflphone-common/src/dbus/callmanager.cpp
sflphone-common/src/dbus/callmanager.cpp
+12
-1
sflphone-common/src/dbus/callmanager.h
sflphone-common/src/dbus/callmanager.h
+12
-1
sflphone-common/src/dbus/configurationmanager.cpp
sflphone-common/src/dbus/configurationmanager.cpp
+12
-1
sflphone-common/src/dbus/configurationmanager.h
sflphone-common/src/dbus/configurationmanager.h
+12
-1
sflphone-common/src/dbus/contactmanager.cpp
sflphone-common/src/dbus/contactmanager.cpp
+12
-1
sflphone-common/src/dbus/contactmanager.h
sflphone-common/src/dbus/contactmanager.h
+12
-1
sflphone-common/src/dbus/dbusmanager.h
sflphone-common/src/dbus/dbusmanager.h
+12
-1
sflphone-common/src/dbus/dbusmanagerimpl.cpp
sflphone-common/src/dbus/dbusmanagerimpl.cpp
+12
-1
sflphone-common/src/dbus/dbusmanagerimpl.h
sflphone-common/src/dbus/dbusmanagerimpl.h
+12
-1
sflphone-common/src/dbus/instance.cpp
sflphone-common/src/dbus/instance.cpp
+12
-1
sflphone-common/src/dbus/instance.h
sflphone-common/src/dbus/instance.h
+12
-1
sflphone-common/src/dbus/networkmanager.cpp
sflphone-common/src/dbus/networkmanager.cpp
+12
-1
sflphone-common/src/dbus/networkmanager.h
sflphone-common/src/dbus/networkmanager.h
+12
-1
sflphone-common/src/eventthread.cpp
sflphone-common/src/eventthread.cpp
+12
-1
sflphone-common/src/eventthread.h
sflphone-common/src/eventthread.h
+12
-1
sflphone-common/src/global.h
sflphone-common/src/global.h
+12
-1
sflphone-common/src/history/historyitem.cpp
sflphone-common/src/history/historyitem.cpp
+12
-1
sflphone-common/src/history/historyitem.h
sflphone-common/src/history/historyitem.h
+12
-1
sflphone-common/src/history/historymanager.cpp
sflphone-common/src/history/historymanager.cpp
+12
-1
sflphone-common/src/history/historymanager.h
sflphone-common/src/history/historymanager.h
+12
-1
sflphone-common/src/hooks/urlhook.cpp
sflphone-common/src/hooks/urlhook.cpp
+12
-1
sflphone-common/src/hooks/urlhook.h
sflphone-common/src/hooks/urlhook.h
+12
-1
sflphone-common/src/iax/iaxaccount.cpp
sflphone-common/src/iax/iaxaccount.cpp
+12
-1
sflphone-common/src/iax/iaxaccount.h
sflphone-common/src/iax/iaxaccount.h
+12
-1
sflphone-common/src/iax/iaxcall.cpp
sflphone-common/src/iax/iaxcall.cpp
+12
-1
sflphone-common/src/iax/iaxcall.h
sflphone-common/src/iax/iaxcall.h
+12
-1
sflphone-common/src/iax/iaxvoiplink.cpp
sflphone-common/src/iax/iaxvoiplink.cpp
+12
-1
sflphone-common/src/iax/iaxvoiplink.h
sflphone-common/src/iax/iaxvoiplink.h
+12
-1
sflphone-common/src/logger.cpp
sflphone-common/src/logger.cpp
+12
-1
sflphone-common/src/logger.h
sflphone-common/src/logger.h
+12
-1
sflphone-common/src/main.cpp
sflphone-common/src/main.cpp
+12
-1
sflphone-common/src/manager.h
sflphone-common/src/manager.h
+12
-1
sflphone-common/src/managerimpl.cpp
sflphone-common/src/managerimpl.cpp
+12
-1
sflphone-common/src/managerimpl.h
sflphone-common/src/managerimpl.h
+12
-1
sflphone-common/src/managerimpl_registration.cpp
sflphone-common/src/managerimpl_registration.cpp
+12
-1
sflphone-common/src/numbercleaner.cpp
sflphone-common/src/numbercleaner.cpp
+12
-1
sflphone-common/src/numbercleaner.h
sflphone-common/src/numbercleaner.h
+12
-1
sflphone-common/src/observer.cpp
sflphone-common/src/observer.cpp
+12
-1
sflphone-common/src/observer.h
sflphone-common/src/observer.h
+12
-1
sflphone-common/src/plug-in/audiorecorder/audiodsp.cpp
sflphone-common/src/plug-in/audiorecorder/audiodsp.cpp
+12
-1
sflphone-common/src/plug-in/audiorecorder/audiodsp.h
sflphone-common/src/plug-in/audiorecorder/audiodsp.h
+12
-1
sflphone-common/src/plug-in/audiorecorder/audiorecord.cpp
sflphone-common/src/plug-in/audiorecorder/audiorecord.cpp
+12
-1
sflphone-common/src/plug-in/audiorecorder/audiorecord.h
sflphone-common/src/plug-in/audiorecorder/audiorecord.h
+12
-1
sflphone-common/src/plug-in/librarymanager.cpp
sflphone-common/src/plug-in/librarymanager.cpp
+12
-1
sflphone-common/src/plug-in/librarymanager.h
sflphone-common/src/plug-in/librarymanager.h
+12
-1
sflphone-common/src/plug-in/plugin.h
sflphone-common/src/plug-in/plugin.h
+12
-1
sflphone-common/src/plug-in/pluginmanager.cpp
sflphone-common/src/plug-in/pluginmanager.cpp
+12
-1
sflphone-common/src/plug-in/pluginmanager.h
sflphone-common/src/plug-in/pluginmanager.h
+12
-1
sflphone-common/src/plug-in/test/pluginTest.cpp
sflphone-common/src/plug-in/test/pluginTest.cpp
+12
-1
sflphone-common/src/sip/Pattern.cpp
sflphone-common/src/sip/Pattern.cpp
+12
-1
sflphone-common/src/sip/Pattern.h
sflphone-common/src/sip/Pattern.h
+12
-1
sflphone-common/src/sip/SdesNegotiator.cpp
sflphone-common/src/sip/SdesNegotiator.cpp
+12
-1
sflphone-common/src/sip/SdesNegotiator.h
sflphone-common/src/sip/SdesNegotiator.h
+12
-1
sflphone-common/src/sip/sdp.cpp
sflphone-common/src/sip/sdp.cpp
+12
-1
sflphone-common/src/sip/sdp.h
sflphone-common/src/sip/sdp.h
+12
-1
sflphone-common/src/sip/sdpmedia.cpp
sflphone-common/src/sip/sdpmedia.cpp
+12
-1
sflphone-common/src/sip/sdpmedia.h
sflphone-common/src/sip/sdpmedia.h
+12
-1
sflphone-common/src/sip/sipaccount.cpp
sflphone-common/src/sip/sipaccount.cpp
+12
-1
sflphone-common/src/sip/sipaccount.h
sflphone-common/src/sip/sipaccount.h
+12
-1
sflphone-common/src/sip/sipcall.cpp
sflphone-common/src/sip/sipcall.cpp
+12
-1
sflphone-common/src/sip/sipcall.h
sflphone-common/src/sip/sipcall.h
+12
-1
sflphone-common/src/sip/sipvoiplink.cpp
sflphone-common/src/sip/sipvoiplink.cpp
+12
-1
sflphone-common/src/sip/sipvoiplink.h
sflphone-common/src/sip/sipvoiplink.h
+12
-1
sflphone-common/src/user_cfg.h
sflphone-common/src/user_cfg.h
+12
-1
sflphone-common/src/voiplink.cpp
sflphone-common/src/voiplink.cpp
+12
-1
sflphone-common/src/voiplink.h
sflphone-common/src/voiplink.h
+12
-1
No files found.
sflphone-common/src/account.cpp
View file @
af6540cc
/*
* Copyright (C) 200
6-2009 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
*
* Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
...
...
@@ -17,6 +17,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#include "account.h"
...
...
sflphone-common/src/account.h
View file @
af6540cc
/*
* Copyright (C) 200
6-2009 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
...
...
@@ -16,6 +16,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef ACCOUNT_H
...
...
sflphone-common/src/accountcreator.cpp
View file @
af6540cc
/*
* Copyright (C) 200
6-2007 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
...
...
@@ -16,6 +16,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#include "accountcreator.h"
#include "sip/sipaccount.h"
...
...
sflphone-common/src/accountcreator.h
View file @
af6540cc
/*
* Copyright (C) 200
6-2007 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
...
...
@@ -16,6 +16,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef ACCOUNTCREATOR_H
#define ACCOUNTCREATOR_H
...
...
sflphone-common/src/audio/algorithm.h
View file @
af6540cc
/*
* Copyright (C) 200
8 2009 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -15,6 +15,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef ALGORITHM_H
...
...
sflphone-common/src/audio/alsa/alsalayer.cpp
View file @
af6540cc
/*
* Copyright (C) 200
8 2009 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -15,6 +15,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#include "alsalayer.h"
...
...
sflphone-common/src/audio/alsa/alsalayer.h
View file @
af6540cc
/*
* Copyright (C) 200
7 - 2008 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -15,6 +15,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef _ALSA_LAYER_H
...
...
sflphone-common/src/audio/audiodevice.cpp
View file @
af6540cc
/*
* Copyright (C) 200
6 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -15,6 +15,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#include "audiodevice.h"
...
...
sflphone-common/src/audio/audiodevice.h
View file @
af6540cc
/*
* Copyright (C) 200
6 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -15,6 +15,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef _AUDIO_DEVICE_H
...
...
sflphone-common/src/audio/audiolayer.cpp
View file @
af6540cc
/*
* Copyright (C) 200
9 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -15,6 +15,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#include "audiolayer.h"
...
...
sflphone-common/src/audio/audiolayer.h
View file @
af6540cc
/*
* Copyright (C) 2004
-2008 Savoir-Faire Linux i
nc.
* Copyright (C) 2004
, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
* Author: Jerome Oufella <jerome.oufella@savoirfairelinux.com>
* Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
...
...
@@ -17,6 +17,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef _AUDIO_LAYER_H
...
...
sflphone-common/src/audio/audioloop.cpp
View file @
af6540cc
/*
* Copyright (C) 200
5 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* Inspired by tonegenerator of
...
...
@@ -19,6 +19,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#include "audioloop.h"
...
...
sflphone-common/src/audio/audioloop.h
View file @
af6540cc
/*
* Copyright (C) 200
5 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* Inspired by tonegenerator of
...
...
@@ -18,6 +18,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef __AUDIOLOOP_H__
#define __AUDIOLOOP_H__
...
...
sflphone-common/src/audio/audioprocessing.cpp
View file @
af6540cc
/*
* Copyright (C) 200
8 2009 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -15,6 +15,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
...
...
sflphone-common/src/audio/audioprocessing.h
View file @
af6540cc
/*
* Copyright (C) 200
8 2009 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -15,6 +15,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
...
...
sflphone-common/src/audio/audiortp/AudioRtpFactory.cpp
View file @
af6540cc
/*
* Copyright (C) 200
9 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Pierre-Luc Bacon <pierre-luc.bacon@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -14,6 +14,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
...
...
sflphone-common/src/audio/audiortp/AudioRtpFactory.h
View file @
af6540cc
/*
* Copyright (C) 2004
-2009 Savoir-Faire Linux i
nc.
* Copyright (C) 2004
, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Pierre-Luc Bacon <pierre-luc.bacon@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -14,6 +14,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef __SFL_AUDIO_RTP_FACTORY_H__
...
...
sflphone-common/src/audio/audiortp/AudioRtpSession.h
View file @
af6540cc
/*
* Copyright (C) 200
9 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Pierre-Luc Bacon <pierre-luc.bacon@savoirfairelinux.com>
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Laurielle Lea <laurielle.lea@savoirfairelinux.com>
...
...
@@ -19,6 +19,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef __SFL_AUDIO_RTP_SESSION_H__
#define __SFL_AUDIO_RTP_SESSION_H__
...
...
sflphone-common/src/audio/audiortp/AudioSrtpSession.cpp
View file @
af6540cc
/*
* Copyright (C) 200
9 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
* Author: Pierre-Luc Bacon <pierre-luc.bacon@savoirfairelinux.com>
*
...
...
@@ -15,6 +15,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#include "AudioSrtpSession.h"
#include "user_cfg.h"
...
...
sflphone-common/src/audio/audiortp/AudioSrtpSession.h
View file @
af6540cc
/*
* Copyright (C) 200
9 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
* Author: Pierre-Luc Bacon <pierre-luc.bacon@savoirfairelinux.com>
*
...
...
@@ -15,6 +15,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef __SFL_AUDIO_SRTP_SESSION_H__
#define __SFL_AUDIO_SRTP_SESSION_H__
...
...
sflphone-common/src/audio/audiortp/AudioSymmetricRtpSession.h
View file @
af6540cc
/*
* Copyright (C) 200
9 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Pierre-Luc Bacon <pierre-luc.bacon@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -14,6 +14,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef __SFL_AUDIO_SYMMETRIC_RTP_SESSION_H__
#define __SFL_AUDIO_SYMMETRIC_RTP_SESSION_H__
...
...
sflphone-common/src/audio/audiortp/AudioZrtpSession.cpp
View file @
af6540cc
/*
* Copyright (C) 200
9 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Pierre-Luc Bacon <pierre-luc.bacon@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -14,6 +14,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#include "AudioZrtpSession.h"
#include "ZrtpSessionCallback.h"
...
...
sflphone-common/src/audio/audiortp/AudioZrtpSession.h
View file @
af6540cc
/*
* Copyright (C) 200
9 Savoir-Faire Linux i
nc.
* Copyright (C) 200
4, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Pierre-Luc Bacon <pierre-luc.bacon@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -14,6 +14,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef __SFL_AUDIO_ZRTP_SESSION_H__
#define __SFL_AUDIO_ZRTP_SESSION_H__
...
...
sflphone-common/src/audio/audiortp/ZrtpSessionCallback.cpp
View file @
af6540cc
/*
* Copyright (C) 2004
-2009 Savoir-Faire Linux i
nc.
* Copyright (C) 2004
, 2005, 2006, 2009, 2008, 2009, 2010 Savoir-Faire Linux I
nc.
* Author: Pierre-Luc Bacon <pierre-luc.bacon@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -15,6 +15,17 @@
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify this program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
* grants you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination