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
141
Issues
141
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
0273fa03
Commit
0273fa03
authored
Sep 12, 2012
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* #15493: daemon: fix FSF address indentation
parent
b527effb
Changes
203
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
203 changed files
with
203 additions
and
203 deletions
+203
-203
daemon/src/account.cpp
daemon/src/account.cpp
+1
-1
daemon/src/account.h
daemon/src/account.h
+1
-1
daemon/src/account_schema.h
daemon/src/account_schema.h
+1
-1
daemon/src/array_size.h
daemon/src/array_size.h
+1
-1
daemon/src/audio/alsa/alsalayer.cpp
daemon/src/audio/alsa/alsalayer.cpp
+1
-1
daemon/src/audio/alsa/alsalayer.h
daemon/src/audio/alsa/alsalayer.h
+1
-1
daemon/src/audio/audiolayer.cpp
daemon/src/audio/audiolayer.cpp
+1
-1
daemon/src/audio/audiolayer.h
daemon/src/audio/audiolayer.h
+1
-1
daemon/src/audio/audioloop.cpp
daemon/src/audio/audioloop.cpp
+1
-1
daemon/src/audio/audiorecord.cpp
daemon/src/audio/audiorecord.cpp
+1
-1
daemon/src/audio/audiorecord.h
daemon/src/audio/audiorecord.h
+1
-1
daemon/src/audio/audiorecorder.cpp
daemon/src/audio/audiorecorder.cpp
+1
-1
daemon/src/audio/audiorecorder.h
daemon/src/audio/audiorecorder.h
+1
-1
daemon/src/audio/audiortp/audio_rtp_factory.cpp
daemon/src/audio/audiortp/audio_rtp_factory.cpp
+1
-1
daemon/src/audio/audiortp/audio_rtp_factory.h
daemon/src/audio/audiortp/audio_rtp_factory.h
+1
-1
daemon/src/audio/audiortp/audio_rtp_record_handler.cpp
daemon/src/audio/audiortp/audio_rtp_record_handler.cpp
+1
-1
daemon/src/audio/audiortp/audio_rtp_record_handler.h
daemon/src/audio/audiortp/audio_rtp_record_handler.h
+1
-1
daemon/src/audio/audiortp/audio_rtp_session.cpp
daemon/src/audio/audiortp/audio_rtp_session.cpp
+1
-1
daemon/src/audio/audiortp/audio_rtp_session.h
daemon/src/audio/audiortp/audio_rtp_session.h
+1
-1
daemon/src/audio/audiortp/audio_srtp_session.cpp
daemon/src/audio/audiortp/audio_srtp_session.cpp
+1
-1
daemon/src/audio/audiortp/audio_srtp_session.h
daemon/src/audio/audiortp/audio_srtp_session.h
+1
-1
daemon/src/audio/audiortp/audio_symmetric_rtp_session.cpp
daemon/src/audio/audiortp/audio_symmetric_rtp_session.cpp
+1
-1
daemon/src/audio/audiortp/audio_symmetric_rtp_session.h
daemon/src/audio/audiortp/audio_symmetric_rtp_session.h
+1
-1
daemon/src/audio/audiortp/audio_zrtp_session.cpp
daemon/src/audio/audiortp/audio_zrtp_session.cpp
+1
-1
daemon/src/audio/audiortp/audio_zrtp_session.h
daemon/src/audio/audiortp/audio_zrtp_session.h
+1
-1
daemon/src/audio/audiortp/zrtp_session_callback.cpp
daemon/src/audio/audiortp/zrtp_session_callback.cpp
+1
-1
daemon/src/audio/audiortp/zrtp_session_callback.h
daemon/src/audio/audiortp/zrtp_session_callback.h
+1
-1
daemon/src/audio/codecs/alaw.cpp
daemon/src/audio/codecs/alaw.cpp
+1
-1
daemon/src/audio/codecs/audiocodecfactory.cpp
daemon/src/audio/codecs/audiocodecfactory.cpp
+1
-1
daemon/src/audio/codecs/audiocodecfactory.h
daemon/src/audio/codecs/audiocodecfactory.h
+1
-1
daemon/src/audio/codecs/gsmcodec.cpp
daemon/src/audio/codecs/gsmcodec.cpp
+1
-1
daemon/src/audio/codecs/ilbc.cpp
daemon/src/audio/codecs/ilbc.cpp
+1
-1
daemon/src/audio/codecs/speexcodec.h
daemon/src/audio/codecs/speexcodec.h
+1
-1
daemon/src/audio/codecs/speexcodec_nb.cpp
daemon/src/audio/codecs/speexcodec_nb.cpp
+1
-1
daemon/src/audio/codecs/speexcodec_ub.cpp
daemon/src/audio/codecs/speexcodec_ub.cpp
+1
-1
daemon/src/audio/codecs/speexcodec_wb.cpp
daemon/src/audio/codecs/speexcodec_wb.cpp
+1
-1
daemon/src/audio/dcblocker.cpp
daemon/src/audio/dcblocker.cpp
+1
-1
daemon/src/audio/dcblocker.h
daemon/src/audio/dcblocker.h
+1
-1
daemon/src/audio/delaydetection.cpp
daemon/src/audio/delaydetection.cpp
+1
-1
daemon/src/audio/delaydetection.h
daemon/src/audio/delaydetection.h
+1
-1
daemon/src/audio/gaincontrol.cpp
daemon/src/audio/gaincontrol.cpp
+1
-1
daemon/src/audio/gaincontrol.h
daemon/src/audio/gaincontrol.h
+1
-1
daemon/src/audio/mainbuffer.cpp
daemon/src/audio/mainbuffer.cpp
+1
-1
daemon/src/audio/mainbuffer.h
daemon/src/audio/mainbuffer.h
+1
-1
daemon/src/audio/noisesuppress.cpp
daemon/src/audio/noisesuppress.cpp
+1
-1
daemon/src/audio/noisesuppress.h
daemon/src/audio/noisesuppress.h
+1
-1
daemon/src/audio/pulseaudio/audiostream.cpp
daemon/src/audio/pulseaudio/audiostream.cpp
+1
-1
daemon/src/audio/pulseaudio/audiostream.h
daemon/src/audio/pulseaudio/audiostream.h
+1
-1
daemon/src/audio/pulseaudio/pulselayer.cpp
daemon/src/audio/pulseaudio/pulselayer.cpp
+1
-1
daemon/src/audio/pulseaudio/pulselayer.h
daemon/src/audio/pulseaudio/pulselayer.h
+1
-1
daemon/src/audio/recordable.cpp
daemon/src/audio/recordable.cpp
+1
-1
daemon/src/audio/recordable.h
daemon/src/audio/recordable.h
+1
-1
daemon/src/audio/ringbuffer.cpp
daemon/src/audio/ringbuffer.cpp
+1
-1
daemon/src/audio/ringbuffer.h
daemon/src/audio/ringbuffer.h
+1
-1
daemon/src/audio/samplerateconverter.cpp
daemon/src/audio/samplerateconverter.cpp
+1
-1
daemon/src/audio/samplerateconverter.h
daemon/src/audio/samplerateconverter.h
+1
-1
daemon/src/audio/sound/audiofile.cpp
daemon/src/audio/sound/audiofile.cpp
+1
-1
daemon/src/audio/sound/audiofile.h
daemon/src/audio/sound/audiofile.h
+1
-1
daemon/src/audio/sound/dtmf.cpp
daemon/src/audio/sound/dtmf.cpp
+1
-1
daemon/src/audio/sound/dtmf.h
daemon/src/audio/sound/dtmf.h
+1
-1
daemon/src/audio/sound/tone.cpp
daemon/src/audio/sound/tone.cpp
+1
-1
daemon/src/call.cpp
daemon/src/call.cpp
+1
-1
daemon/src/call.h
daemon/src/call.h
+1
-1
daemon/src/cc_config.h
daemon/src/cc_config.h
+1
-1
daemon/src/cc_thread.h
daemon/src/cc_thread.h
+1
-1
daemon/src/codec.h
daemon/src/codec.h
+1
-1
daemon/src/conference.h
daemon/src/conference.h
+1
-1
daemon/src/config/serializable.h
daemon/src/config/serializable.h
+1
-1
daemon/src/config/sfl_config.cpp
daemon/src/config/sfl_config.cpp
+1
-1
daemon/src/config/sfl_config.h
daemon/src/config/sfl_config.h
+1
-1
daemon/src/config/yamlemitter.cpp
daemon/src/config/yamlemitter.cpp
+1
-1
daemon/src/config/yamlemitter.h
daemon/src/config/yamlemitter.h
+1
-1
daemon/src/config/yamlnode.cpp
daemon/src/config/yamlnode.cpp
+1
-1
daemon/src/config/yamlnode.h
daemon/src/config/yamlnode.h
+1
-1
daemon/src/config/yamlparser.cpp
daemon/src/config/yamlparser.cpp
+1
-1
daemon/src/config/yamlparser.h
daemon/src/config/yamlparser.h
+1
-1
daemon/src/dbus/callmanager.cpp
daemon/src/dbus/callmanager.cpp
+1
-1
daemon/src/dbus/callmanager.h
daemon/src/dbus/callmanager.h
+1
-1
daemon/src/dbus/configurationmanager.cpp
daemon/src/dbus/configurationmanager.cpp
+1
-1
daemon/src/dbus/configurationmanager.h
daemon/src/dbus/configurationmanager.h
+1
-1
daemon/src/dbus/dbus_cpp.h
daemon/src/dbus/dbus_cpp.h
+1
-1
daemon/src/dbus/dbusmanager.cpp
daemon/src/dbus/dbusmanager.cpp
+1
-1
daemon/src/dbus/dbusmanager.h
daemon/src/dbus/dbusmanager.h
+1
-1
daemon/src/dbus/instance.cpp
daemon/src/dbus/instance.cpp
+1
-1
daemon/src/dbus/instance.h
daemon/src/dbus/instance.h
+1
-1
daemon/src/dbus/networkmanager.cpp
daemon/src/dbus/networkmanager.cpp
+1
-1
daemon/src/dbus/networkmanager.h
daemon/src/dbus/networkmanager.h
+1
-1
daemon/src/dbus/video_controls.cpp
daemon/src/dbus/video_controls.cpp
+1
-1
daemon/src/dbus/video_controls.h
daemon/src/dbus/video_controls.h
+1
-1
daemon/src/eventthread.cpp
daemon/src/eventthread.cpp
+1
-1
daemon/src/eventthread.h
daemon/src/eventthread.h
+1
-1
daemon/src/fileutils.cpp
daemon/src/fileutils.cpp
+1
-1
daemon/src/fileutils.h
daemon/src/fileutils.h
+1
-1
daemon/src/global.h
daemon/src/global.h
+1
-1
daemon/src/history/history.cpp
daemon/src/history/history.cpp
+1
-1
daemon/src/history/history.h
daemon/src/history/history.h
+1
-1
daemon/src/history/historyitem.cpp
daemon/src/history/historyitem.cpp
+1
-1
daemon/src/history/historyitem.h
daemon/src/history/historyitem.h
+1
-1
daemon/src/history/historynamecache.cpp
daemon/src/history/historynamecache.cpp
+1
-1
daemon/src/history/historynamecache.h
daemon/src/history/historynamecache.h
+1
-1
daemon/src/hooks/urlhook.cpp
daemon/src/hooks/urlhook.cpp
+1
-1
daemon/src/hooks/urlhook.h
daemon/src/hooks/urlhook.h
+1
-1
daemon/src/iax/iaxaccount.cpp
daemon/src/iax/iaxaccount.cpp
+1
-1
daemon/src/iax/iaxaccount.h
daemon/src/iax/iaxaccount.h
+1
-1
daemon/src/iax/iaxcall.cpp
daemon/src/iax/iaxcall.cpp
+1
-1
daemon/src/iax/iaxcall.h
daemon/src/iax/iaxcall.h
+1
-1
daemon/src/iax/iaxvoiplink.cpp
daemon/src/iax/iaxvoiplink.cpp
+1
-1
daemon/src/iax/iaxvoiplink.h
daemon/src/iax/iaxvoiplink.h
+1
-1
daemon/src/im/instant_messaging.cpp
daemon/src/im/instant_messaging.cpp
+1
-1
daemon/src/im/instant_messaging.h
daemon/src/im/instant_messaging.h
+1
-1
daemon/src/logger.cpp
daemon/src/logger.cpp
+1
-1
daemon/src/logger.h
daemon/src/logger.h
+1
-1
daemon/src/main.cpp
daemon/src/main.cpp
+1
-1
daemon/src/manager.cpp
daemon/src/manager.cpp
+1
-1
daemon/src/manager.h
daemon/src/manager.h
+1
-1
daemon/src/managerimpl.cpp
daemon/src/managerimpl.cpp
+1
-1
daemon/src/managerimpl.h
daemon/src/managerimpl.h
+1
-1
daemon/src/managerimpl_registration.cpp
daemon/src/managerimpl_registration.cpp
+1
-1
daemon/src/noncopyable.h
daemon/src/noncopyable.h
+1
-1
daemon/src/numbercleaner.cpp
daemon/src/numbercleaner.cpp
+1
-1
daemon/src/numbercleaner.h
daemon/src/numbercleaner.h
+1
-1
daemon/src/preferences.cpp
daemon/src/preferences.cpp
+1
-1
daemon/src/preferences.h
daemon/src/preferences.h
+1
-1
daemon/src/registration_states.h
daemon/src/registration_states.h
+1
-1
daemon/src/sfl_types.h
daemon/src/sfl_types.h
+1
-1
daemon/src/sip/pattern.cpp
daemon/src/sip/pattern.cpp
+1
-1
daemon/src/sip/pattern.h
daemon/src/sip/pattern.h
+1
-1
daemon/src/sip/sdes_negotiator.cpp
daemon/src/sip/sdes_negotiator.cpp
+1
-1
daemon/src/sip/sdes_negotiator.h
daemon/src/sip/sdes_negotiator.h
+1
-1
daemon/src/sip/sdp.h
daemon/src/sip/sdp.h
+1
-1
daemon/src/sip/sipaccount.cpp
daemon/src/sip/sipaccount.cpp
+1
-1
daemon/src/sip/sipaccount.h
daemon/src/sip/sipaccount.h
+1
-1
daemon/src/sip/sipcall.cpp
daemon/src/sip/sipcall.cpp
+1
-1
daemon/src/sip/sipcall.h
daemon/src/sip/sipcall.h
+1
-1
daemon/src/sip/siptransport.cpp
daemon/src/sip/siptransport.cpp
+1
-1
daemon/src/sip/siptransport.h
daemon/src/sip/siptransport.h
+1
-1
daemon/src/sip/sipvoiplink.cpp
daemon/src/sip/sipvoiplink.cpp
+1
-1
daemon/src/video/check.h
daemon/src/video/check.h
+1
-1
daemon/src/video/libav_utils.cpp
daemon/src/video/libav_utils.cpp
+1
-1
daemon/src/video/libav_utils.h
daemon/src/video/libav_utils.h
+1
-1
daemon/src/video/packet_handle.cpp
daemon/src/video/packet_handle.cpp
+1
-1
daemon/src/video/packet_handle.h
daemon/src/video/packet_handle.h
+1
-1
daemon/src/video/shm_header.h
daemon/src/video/shm_header.h
+1
-1
daemon/src/video/shm_sink.cpp
daemon/src/video/shm_sink.cpp
+1
-1
daemon/src/video/shm_sink.h
daemon/src/video/shm_sink.h
+1
-1
daemon/src/video/test/shm_src.cpp
daemon/src/video/test/shm_src.cpp
+1
-1
daemon/src/video/test/shm_src.h
daemon/src/video/test/shm_src.h
+1
-1
daemon/src/video/test/shmclient.cpp
daemon/src/video/test/shmclient.cpp
+1
-1
daemon/src/video/test/test_shm.cpp
daemon/src/video/test/test_shm.cpp
+1
-1
daemon/src/video/test/test_thread.cpp
daemon/src/video/test/test_thread.cpp
+1
-1
daemon/src/video/test/test_v4l2.cpp
daemon/src/video/test/test_v4l2.cpp
+1
-1
daemon/src/video/test/test_video_endpoint.cpp
daemon/src/video/test/test_video_endpoint.cpp
+1
-1
daemon/src/video/test/test_video_endpoint.h
daemon/src/video/test/test_video_endpoint.h
+1
-1
daemon/src/video/test/test_video_preview.cpp
daemon/src/video/test/test_video_preview.cpp
+1
-1
daemon/src/video/test/test_video_preview.h
daemon/src/video/test/test_video_preview.h
+1
-1
daemon/src/video/test/test_video_rtp.cpp
daemon/src/video/test/test_video_rtp.cpp
+1
-1
daemon/src/video/video_preferences.cpp
daemon/src/video/video_preferences.cpp
+1
-1
daemon/src/video/video_preferences.h
daemon/src/video/video_preferences.h
+1
-1
daemon/src/video/video_preview.cpp
daemon/src/video/video_preview.cpp
+1
-1
daemon/src/video/video_preview.h
daemon/src/video/video_preview.h
+1
-1
daemon/src/video/video_receive_thread.cpp
daemon/src/video/video_receive_thread.cpp
+1
-1
daemon/src/video/video_receive_thread.h
daemon/src/video/video_receive_thread.h
+1
-1
daemon/src/video/video_rtp_session.cpp
daemon/src/video/video_rtp_session.cpp
+1
-1
daemon/src/video/video_rtp_session.h
daemon/src/video/video_rtp_session.h
+1
-1
daemon/src/video/video_send_thread.cpp
daemon/src/video/video_send_thread.cpp
+1
-1
daemon/src/video/video_send_thread.h
daemon/src/video/video_send_thread.h
+1
-1
daemon/src/video/video_v4l2.cpp
daemon/src/video/video_v4l2.cpp
+1
-1
daemon/src/video/video_v4l2.h
daemon/src/video/video_v4l2.h
+1
-1
daemon/src/video/video_v4l2_list.cpp
daemon/src/video/video_v4l2_list.cpp
+1
-1
daemon/src/video/video_v4l2_list.h
daemon/src/video/video_v4l2_list.h
+1
-1
daemon/src/voiplink.cpp
daemon/src/voiplink.cpp
+1
-1
daemon/src/voiplink.h
daemon/src/voiplink.h
+1
-1
daemon/test/accounttest.cpp
daemon/test/accounttest.cpp
+1
-1
daemon/test/accounttest.h
daemon/test/accounttest.h
+1
-1
daemon/test/audiolayertest.cpp
daemon/test/audiolayertest.cpp
+1
-1
daemon/test/audiolayertest.h
daemon/test/audiolayertest.h
+1
-1
daemon/test/configurationtest.cpp
daemon/test/configurationtest.cpp
+1
-1
daemon/test/configurationtest.h
daemon/test/configurationtest.h
+1
-1
daemon/test/constants.h
daemon/test/constants.h
+1
-1
daemon/test/delaydetectiontest.cpp
daemon/test/delaydetectiontest.cpp
+1
-1
daemon/test/delaydetectiontest.h
daemon/test/delaydetectiontest.h
+1
-1
daemon/test/gaincontroltest.cpp
daemon/test/gaincontroltest.cpp
+1
-1
daemon/test/gaincontroltest.h
daemon/test/gaincontroltest.h
+1
-1
daemon/test/historytest.cpp
daemon/test/historytest.cpp
+1
-1
daemon/test/historytest.h
daemon/test/historytest.h
+1
-1
daemon/test/instantmessagingtest.cpp
daemon/test/instantmessagingtest.cpp
+1
-1
daemon/test/instantmessagingtest.h
daemon/test/instantmessagingtest.h
+1
-1
daemon/test/main.cpp
daemon/test/main.cpp
+1
-1
daemon/test/mainbuffertest.cpp
daemon/test/mainbuffertest.cpp
+1
-1
daemon/test/mainbuffertest.h
daemon/test/mainbuffertest.h
+1
-1
daemon/test/numbercleanertest.cpp
daemon/test/numbercleanertest.cpp
+1
-1
daemon/test/numbercleanertest.h
daemon/test/numbercleanertest.h
+1
-1
daemon/test/resamplertest.cpp
daemon/test/resamplertest.cpp
+1
-1
daemon/test/resamplertest.h
daemon/test/resamplertest.h
+1
-1
daemon/test/sdesnegotiatortest.cpp
daemon/test/sdesnegotiatortest.cpp
+1
-1
daemon/test/sdesnegotiatortest.h
daemon/test/sdesnegotiatortest.h
+1
-1
daemon/test/sdptest.cpp
daemon/test/sdptest.cpp
+1
-1
daemon/test/sdptest.h
daemon/test/sdptest.h
+1
-1
daemon/test/siptest.cpp
daemon/test/siptest.cpp
+1
-1
daemon/test/siptest.h
daemon/test/siptest.h
+1
-1
daemon/test/test_utils.h
daemon/test/test_utils.h
+1
-1
daemon/test/validator.cpp
daemon/test/validator.cpp
+1
-1
daemon/test/validator.h
daemon/test/validator.h
+1
-1
No files found.
daemon/src/account.cpp
View file @
0273fa03
...
...
@@ -16,7 +16,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/account.h
View file @
0273fa03
...
...
@@ -15,7 +15,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/account_schema.h
View file @
0273fa03
...
...
@@ -15,7 +15,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/array_size.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/alsa/alsalayer.cpp
View file @
0273fa03
...
...
@@ -16,7 +16,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/alsa/alsalayer.h
View file @
0273fa03
...
...
@@ -16,7 +16,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiolayer.cpp
View file @
0273fa03
...
...
@@ -15,7 +15,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiolayer.h
View file @
0273fa03
...
...
@@ -17,7 +17,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audioloop.cpp
View file @
0273fa03
...
...
@@ -18,7 +18,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiorecord.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiorecord.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiorecorder.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiorecorder.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/audio_rtp_factory.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/audio_rtp_factory.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/audio_rtp_record_handler.cpp
View file @
0273fa03
...
...
@@ -13,7 +13,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/audio_rtp_record_handler.h
View file @
0273fa03
...
...
@@ -13,7 +13,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/audio_rtp_session.cpp
View file @
0273fa03
...
...
@@ -18,7 +18,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/audio_rtp_session.h
View file @
0273fa03
...
...
@@ -18,7 +18,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/audio_srtp_session.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/audio_srtp_session.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/audio_symmetric_rtp_session.cpp
View file @
0273fa03
...
...
@@ -18,7 +18,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/audio_symmetric_rtp_session.h
View file @
0273fa03
...
...
@@ -18,7 +18,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/audio_zrtp_session.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/audio_zrtp_session.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/zrtp_session_callback.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/audiortp/zrtp_session_callback.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/codecs/alaw.cpp
View file @
0273fa03
...
...
@@ -15,7 +15,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/codecs/audiocodecfactory.cpp
View file @
0273fa03
...
...
@@ -18,7 +18,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/codecs/audiocodecfactory.h
View file @
0273fa03
...
...
@@ -16,7 +16,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/codecs/gsmcodec.cpp
View file @
0273fa03
...
...
@@ -15,7 +15,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/codecs/ilbc.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/codecs/speexcodec.h
View file @
0273fa03
...
...
@@ -15,7 +15,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/codecs/speexcodec_nb.cpp
View file @
0273fa03
...
...
@@ -15,7 +15,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/codecs/speexcodec_ub.cpp
View file @
0273fa03
...
...
@@ -15,7 +15,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/codecs/speexcodec_wb.cpp
View file @
0273fa03
...
...
@@ -15,7 +15,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/dcblocker.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/dcblocker.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/delaydetection.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/delaydetection.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/gaincontrol.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/gaincontrol.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/mainbuffer.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/mainbuffer.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/noisesuppress.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/noisesuppress.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/pulseaudio/audiostream.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/pulseaudio/audiostream.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/pulseaudio/pulselayer.cpp
View file @
0273fa03
...
...
@@ -16,7 +16,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/pulseaudio/pulselayer.h
View file @
0273fa03
...
...
@@ -16,7 +16,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/recordable.cpp
View file @
0273fa03
...
...
@@ -13,7 +13,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/recordable.h
View file @
0273fa03
...
...
@@ -13,7 +13,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/ringbuffer.cpp
View file @
0273fa03
...
...
@@ -18,7 +18,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/ringbuffer.h
View file @
0273fa03
...
...
@@ -16,7 +16,7 @@
*
* 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.
*/
#ifndef __RING_BUFFER__
...
...
daemon/src/audio/samplerateconverter.cpp
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/samplerateconverter.h
View file @
0273fa03
...
...
@@ -14,7 +14,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/sound/audiofile.cpp
View file @
0273fa03
...
...
@@ -17,7 +17,7 @@
*
* 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.
*
* Additional permission under GNU GPL version 3 section 7:
*
...
...
daemon/src/audio/sound/audiofile.h
View file @
0273fa03
...
...
@@ -18,7 +18,7 @@
*