From 8bb62eb81faa007e2270e74fa47ffe43f5ba362b Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Wed, 12 Sep 2012 11:33:15 -0400 Subject: [PATCH] * #15493: fix FSF address for daemon/tests --- daemon/test/accounttest.cpp | 2 +- daemon/test/accounttest.h | 2 +- daemon/test/audiolayertest.cpp | 2 +- daemon/test/audiolayertest.h | 2 +- daemon/test/configurationtest.cpp | 2 +- daemon/test/configurationtest.h | 2 +- daemon/test/constants.h | 2 +- daemon/test/delaydetectiontest.cpp | 2 +- daemon/test/delaydetectiontest.h | 2 +- daemon/test/gaincontroltest.cpp | 2 +- daemon/test/gaincontroltest.h | 2 +- daemon/test/historytest.cpp | 2 +- daemon/test/historytest.h | 2 +- daemon/test/instantmessagingtest.cpp | 2 +- daemon/test/instantmessagingtest.h | 2 +- daemon/test/main.cpp | 2 +- daemon/test/mainbuffertest.cpp | 2 +- daemon/test/mainbuffertest.h | 2 +- daemon/test/numbercleanertest.cpp | 2 +- daemon/test/numbercleanertest.h | 2 +- daemon/test/resamplertest.cpp | 2 +- daemon/test/resamplertest.h | 2 +- daemon/test/sdesnegotiatortest.cpp | 2 +- daemon/test/sdesnegotiatortest.h | 2 +- daemon/test/sdptest.cpp | 2 +- daemon/test/sdptest.h | 2 +- daemon/test/siptest.cpp | 2 +- daemon/test/siptest.h | 2 +- daemon/test/test_utils.h | 2 +- daemon/test/validator.cpp | 2 +- daemon/test/validator.h | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/daemon/test/accounttest.cpp b/daemon/test/accounttest.cpp index 899cdaf1e1..f8701e8599 100644 --- a/daemon/test/accounttest.cpp +++ b/daemon/test/accounttest.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/accounttest.h b/daemon/test/accounttest.h index 7282459af8..685f6d107b 100644 --- a/daemon/test/accounttest.h +++ b/daemon/test/accounttest.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/audiolayertest.cpp b/daemon/test/audiolayertest.cpp index 270c39afe6..032ad63516 100644 --- a/daemon/test/audiolayertest.cpp +++ b/daemon/test/audiolayertest.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/audiolayertest.h b/daemon/test/audiolayertest.h index 787a2995da..2e63d71d2c 100644 --- a/daemon/test/audiolayertest.h +++ b/daemon/test/audiolayertest.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/configurationtest.cpp b/daemon/test/configurationtest.cpp index f69b069344..2fc4d9c93b 100644 --- a/daemon/test/configurationtest.cpp +++ b/daemon/test/configurationtest.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/configurationtest.h b/daemon/test/configurationtest.h index 964c54b29f..93d62d063c 100644 --- a/daemon/test/configurationtest.h +++ b/daemon/test/configurationtest.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/constants.h b/daemon/test/constants.h index 3a234b793e..837c50d028 100644 --- a/daemon/test/constants.h +++ b/daemon/test/constants.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/delaydetectiontest.cpp b/daemon/test/delaydetectiontest.cpp index 0bf15d2a55..132b2dd8d5 100644 --- a/daemon/test/delaydetectiontest.cpp +++ b/daemon/test/delaydetectiontest.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/delaydetectiontest.h b/daemon/test/delaydetectiontest.h index 498b8aa550..466ec879dc 100644 --- a/daemon/test/delaydetectiontest.h +++ b/daemon/test/delaydetectiontest.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/gaincontroltest.cpp b/daemon/test/gaincontroltest.cpp index 79ef1f5a93..825840a1fa 100644 --- a/daemon/test/gaincontroltest.cpp +++ b/daemon/test/gaincontroltest.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/gaincontroltest.h b/daemon/test/gaincontroltest.h index bf9a265db4..3006320ce4 100644 --- a/daemon/test/gaincontroltest.h +++ b/daemon/test/gaincontroltest.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/historytest.cpp b/daemon/test/historytest.cpp index 3be9c41bf6..a393a4e9f0 100644 --- a/daemon/test/historytest.cpp +++ b/daemon/test/historytest.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/historytest.h b/daemon/test/historytest.h index ab75d8124f..671c26dec8 100644 --- a/daemon/test/historytest.h +++ b/daemon/test/historytest.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/instantmessagingtest.cpp b/daemon/test/instantmessagingtest.cpp index 5b4b8dc540..4640163649 100644 --- a/daemon/test/instantmessagingtest.cpp +++ b/daemon/test/instantmessagingtest.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/instantmessagingtest.h b/daemon/test/instantmessagingtest.h index 919f421503..ecda78613b 100644 --- a/daemon/test/instantmessagingtest.h +++ b/daemon/test/instantmessagingtest.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/main.cpp b/daemon/test/main.cpp index 7a75117809..edda895f12 100644 --- a/daemon/test/main.cpp +++ b/daemon/test/main.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/mainbuffertest.cpp b/daemon/test/mainbuffertest.cpp index 727d5d41f3..0b40e5efc1 100644 --- a/daemon/test/mainbuffertest.cpp +++ b/daemon/test/mainbuffertest.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/mainbuffertest.h b/daemon/test/mainbuffertest.h index 44a0785186..c422c2a504 100644 --- a/daemon/test/mainbuffertest.h +++ b/daemon/test/mainbuffertest.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/numbercleanertest.cpp b/daemon/test/numbercleanertest.cpp index 2f841a02fd..ba3639b290 100644 --- a/daemon/test/numbercleanertest.cpp +++ b/daemon/test/numbercleanertest.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/numbercleanertest.h b/daemon/test/numbercleanertest.h index e89912bc28..303da3bfaf 100644 --- a/daemon/test/numbercleanertest.h +++ b/daemon/test/numbercleanertest.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/resamplertest.cpp b/daemon/test/resamplertest.cpp index 91dfe8a420..74c57eb8f2 100644 --- a/daemon/test/resamplertest.cpp +++ b/daemon/test/resamplertest.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/resamplertest.h b/daemon/test/resamplertest.h index 07e95dd93b..fa27a1b75e 100644 --- a/daemon/test/resamplertest.h +++ b/daemon/test/resamplertest.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/sdesnegotiatortest.cpp b/daemon/test/sdesnegotiatortest.cpp index 2c93bc9862..770e2f9289 100644 --- a/daemon/test/sdesnegotiatortest.cpp +++ b/daemon/test/sdesnegotiatortest.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/sdesnegotiatortest.h b/daemon/test/sdesnegotiatortest.h index 652c64b28a..73b38c81b6 100644 --- a/daemon/test/sdesnegotiatortest.h +++ b/daemon/test/sdesnegotiatortest.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/sdptest.cpp b/daemon/test/sdptest.cpp index 8362172d6a..5e4dac1430 100644 --- a/daemon/test/sdptest.cpp +++ b/daemon/test/sdptest.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/sdptest.h b/daemon/test/sdptest.h index 35bb6d98ee..f696047daa 100644 --- a/daemon/test/sdptest.h +++ b/daemon/test/sdptest.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/siptest.cpp b/daemon/test/siptest.cpp index fe382d0329..59102f204c 100644 --- a/daemon/test/siptest.cpp +++ b/daemon/test/siptest.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/siptest.h b/daemon/test/siptest.h index ff992363e5..4debc1dbdc 100644 --- a/daemon/test/siptest.h +++ b/daemon/test/siptest.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/test_utils.h b/daemon/test/test_utils.h index 0a249c40a0..e600d91285 100644 --- a/daemon/test/test_utils.h +++ b/daemon/test/test_utils.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/validator.cpp b/daemon/test/validator.cpp index 7ef5c0a57b..2bd9533fed 100644 --- a/daemon/test/validator.cpp +++ b/daemon/test/validator.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/test/validator.h b/daemon/test/validator.h index e11b484cc2..42e9c24d40 100644 --- a/daemon/test/validator.h +++ b/daemon/test/validator.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * -- GitLab