diff --git a/public-trunk/AsteriskConfig/Makefile.am b/public-trunk/AsteriskConfig/Makefile.am index 270cbb0..cdf9eba 100644 --- a/public-trunk/AsteriskConfig/Makefile.am +++ b/public-trunk/AsteriskConfig/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/AsteriskConfig/Makefile.in b/public-trunk/AsteriskConfig/Makefile.in index 82ca999..0454a80 100644 --- a/public-trunk/AsteriskConfig/Makefile.in +++ b/public-trunk/AsteriskConfig/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/CLI/CLI.cpp b/public-trunk/CLI/CLI.cpp index 02965a1..19fba44 100644 --- a/public-trunk/CLI/CLI.cpp +++ b/public-trunk/CLI/CLI.cpp @@ -1,7 +1,7 @@ /* * Copyright 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CLI/CLI.h b/public-trunk/CLI/CLI.h index d8da7e0..8c3481c 100644 --- a/public-trunk/CLI/CLI.h +++ b/public-trunk/CLI/CLI.h @@ -1,7 +1,7 @@ /* * Copyright 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CLI/Makefile.am b/public-trunk/CLI/Makefile.am index e91dd66..456f72a 100644 --- a/public-trunk/CLI/Makefile.am +++ b/public-trunk/CLI/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2009 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/CLI/Makefile.in b/public-trunk/CLI/Makefile.in index 3ca32cc..b2724ee 100644 --- a/public-trunk/CLI/Makefile.in +++ b/public-trunk/CLI/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2009 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/CommonLibs/BitVector.cpp b/public-trunk/CommonLibs/BitVector.cpp index ad63293..10f1f64 100644 --- a/public-trunk/CommonLibs/BitVector.cpp +++ b/public-trunk/CommonLibs/BitVector.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/BitVector.h b/public-trunk/CommonLibs/BitVector.h index 6680ff9..8ef223b 100644 --- a/public-trunk/CommonLibs/BitVector.h +++ b/public-trunk/CommonLibs/BitVector.h @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/BitVectorTest.cpp b/public-trunk/CommonLibs/BitVectorTest.cpp index 9c2b4c6..b818423 100644 --- a/public-trunk/CommonLibs/BitVectorTest.cpp +++ b/public-trunk/CommonLibs/BitVectorTest.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/Configuration.cpp b/public-trunk/CommonLibs/Configuration.cpp index 97bcb0f..e44ae2e 100644 --- a/public-trunk/CommonLibs/Configuration.cpp +++ b/public-trunk/CommonLibs/Configuration.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/Configuration.h b/public-trunk/CommonLibs/Configuration.h index 2a395f2..7a38a9b 100644 --- a/public-trunk/CommonLibs/Configuration.h +++ b/public-trunk/CommonLibs/Configuration.h @@ -1,7 +1,7 @@ /* * Copyright 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/ConfigurationTest.cpp b/public-trunk/CommonLibs/ConfigurationTest.cpp index 5670584..8517625 100644 --- a/public-trunk/CommonLibs/ConfigurationTest.cpp +++ b/public-trunk/CommonLibs/ConfigurationTest.cpp @@ -1,7 +1,7 @@ /* * Copyright 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/F16.h b/public-trunk/CommonLibs/F16.h index 1fa3783..12ccd0e 100644 --- a/public-trunk/CommonLibs/F16.h +++ b/public-trunk/CommonLibs/F16.h @@ -1,7 +1,7 @@ /* * Copyright 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/F16Test.cpp b/public-trunk/CommonLibs/F16Test.cpp index 3e801fc..8f9d5c0 100644 --- a/public-trunk/CommonLibs/F16Test.cpp +++ b/public-trunk/CommonLibs/F16Test.cpp @@ -1,7 +1,7 @@ /* * Copyright 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/Interthread.h b/public-trunk/CommonLibs/Interthread.h index e24530b..aa4f915 100644 --- a/public-trunk/CommonLibs/Interthread.h +++ b/public-trunk/CommonLibs/Interthread.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/InterthreadTest.cpp b/public-trunk/CommonLibs/InterthreadTest.cpp index cb9ff93..9a1a40a 100644 --- a/public-trunk/CommonLibs/InterthreadTest.cpp +++ b/public-trunk/CommonLibs/InterthreadTest.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/LinkedLists.cpp b/public-trunk/CommonLibs/LinkedLists.cpp index 7c49143..84298e8 100644 --- a/public-trunk/CommonLibs/LinkedLists.cpp +++ b/public-trunk/CommonLibs/LinkedLists.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/LinkedLists.h b/public-trunk/CommonLibs/LinkedLists.h index 4bce593..f4a8a50 100644 --- a/public-trunk/CommonLibs/LinkedLists.h +++ b/public-trunk/CommonLibs/LinkedLists.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/LogTest.cpp b/public-trunk/CommonLibs/LogTest.cpp index e1419a0..7e05563 100644 --- a/public-trunk/CommonLibs/LogTest.cpp +++ b/public-trunk/CommonLibs/LogTest.cpp @@ -1,7 +1,7 @@ /* * Copyright 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/Logger.cpp b/public-trunk/CommonLibs/Logger.cpp index 293a6de..fa369ba 100644 --- a/public-trunk/CommonLibs/Logger.cpp +++ b/public-trunk/CommonLibs/Logger.cpp @@ -1,7 +1,7 @@ /* * Copyright 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/Logger.h b/public-trunk/CommonLibs/Logger.h index 1175001..bdcaf28 100644 --- a/public-trunk/CommonLibs/Logger.h +++ b/public-trunk/CommonLibs/Logger.h @@ -1,7 +1,7 @@ /* * Copyright 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/Makefile.am b/public-trunk/CommonLibs/Makefile.am index dc1805a..7c2e68a 100644 --- a/public-trunk/CommonLibs/Makefile.am +++ b/public-trunk/CommonLibs/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008, 2009 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/CommonLibs/Makefile.in b/public-trunk/CommonLibs/Makefile.in index 05ba268..01d6fa4 100644 --- a/public-trunk/CommonLibs/Makefile.in +++ b/public-trunk/CommonLibs/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008, 2009 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/CommonLibs/Regexp.h b/public-trunk/CommonLibs/Regexp.h index b1c3b44..967b147 100644 --- a/public-trunk/CommonLibs/Regexp.h +++ b/public-trunk/CommonLibs/Regexp.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/RegexpTest.cpp b/public-trunk/CommonLibs/RegexpTest.cpp index 041fe8e..097480a 100644 --- a/public-trunk/CommonLibs/RegexpTest.cpp +++ b/public-trunk/CommonLibs/RegexpTest.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/Sockets.cpp b/public-trunk/CommonLibs/Sockets.cpp index befac78..711f92a 100644 --- a/public-trunk/CommonLibs/Sockets.cpp +++ b/public-trunk/CommonLibs/Sockets.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/Sockets.h b/public-trunk/CommonLibs/Sockets.h index 9513de9..22a4dab 100644 --- a/public-trunk/CommonLibs/Sockets.h +++ b/public-trunk/CommonLibs/Sockets.h @@ -1,7 +1,7 @@ /* * Copyright 2008, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/SocketsTest.cpp b/public-trunk/CommonLibs/SocketsTest.cpp index 1bea9e3..b0807ea 100644 --- a/public-trunk/CommonLibs/SocketsTest.cpp +++ b/public-trunk/CommonLibs/SocketsTest.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/Threads.cpp b/public-trunk/CommonLibs/Threads.cpp index 5e14fd2..df2e3a1 100644 --- a/public-trunk/CommonLibs/Threads.cpp +++ b/public-trunk/CommonLibs/Threads.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/Threads.h b/public-trunk/CommonLibs/Threads.h index 0ae17eb..0f12972 100644 --- a/public-trunk/CommonLibs/Threads.h +++ b/public-trunk/CommonLibs/Threads.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/Timeval.cpp b/public-trunk/CommonLibs/Timeval.cpp index 993a21e..d61de0c 100644 --- a/public-trunk/CommonLibs/Timeval.cpp +++ b/public-trunk/CommonLibs/Timeval.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/Timeval.h b/public-trunk/CommonLibs/Timeval.h index 0008d16..6261023 100644 --- a/public-trunk/CommonLibs/Timeval.h +++ b/public-trunk/CommonLibs/Timeval.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/TimevalTest.cpp b/public-trunk/CommonLibs/TimevalTest.cpp index 726ee60..f5a14ce 100644 --- a/public-trunk/CommonLibs/TimevalTest.cpp +++ b/public-trunk/CommonLibs/TimevalTest.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/Vector.h b/public-trunk/CommonLibs/Vector.h index f9aa568..af84106 100644 --- a/public-trunk/CommonLibs/Vector.h +++ b/public-trunk/CommonLibs/Vector.h @@ -2,7 +2,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/CommonLibs/VectorTest.cpp b/public-trunk/CommonLibs/VectorTest.cpp index b597d6c..da34d8b 100644 --- a/public-trunk/CommonLibs/VectorTest.cpp +++ b/public-trunk/CommonLibs/VectorTest.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Control/CallControl.cpp b/public-trunk/Control/CallControl.cpp index a701b18..2da562f 100644 --- a/public-trunk/Control/CallControl.cpp +++ b/public-trunk/Control/CallControl.cpp @@ -2,7 +2,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Control/CollectMSInfo.cpp b/public-trunk/Control/CollectMSInfo.cpp index d686e8c..f35ec57 100644 --- a/public-trunk/Control/CollectMSInfo.cpp +++ b/public-trunk/Control/CollectMSInfo.cpp @@ -1,7 +1,7 @@ /* * Copyright 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Control/ControlCommon.cpp b/public-trunk/Control/ControlCommon.cpp index 3955efe..9f92f53 100644 --- a/public-trunk/Control/ControlCommon.cpp +++ b/public-trunk/Control/ControlCommon.cpp @@ -3,7 +3,7 @@ /* * Copyright 2008, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Control/ControlCommon.h b/public-trunk/Control/ControlCommon.h index d7fffaf..ff950b5 100644 --- a/public-trunk/Control/ControlCommon.h +++ b/public-trunk/Control/ControlCommon.h @@ -2,7 +2,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Control/DCCHDispatch.cpp b/public-trunk/Control/DCCHDispatch.cpp index 8db5c9d..2d893b8 100644 --- a/public-trunk/Control/DCCHDispatch.cpp +++ b/public-trunk/Control/DCCHDispatch.cpp @@ -3,7 +3,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Control/Makefile.am b/public-trunk/Control/Makefile.am index eacbda7..9a55cd6 100644 --- a/public-trunk/Control/Makefile.am +++ b/public-trunk/Control/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/Control/Makefile.in b/public-trunk/Control/Makefile.in index 1eae53e..96f6237 100644 --- a/public-trunk/Control/Makefile.in +++ b/public-trunk/Control/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/Control/MobilityManagement.cpp b/public-trunk/Control/MobilityManagement.cpp index 0325a4d..cad2b16 100644 --- a/public-trunk/Control/MobilityManagement.cpp +++ b/public-trunk/Control/MobilityManagement.cpp @@ -2,7 +2,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Control/RadioResource.cpp b/public-trunk/Control/RadioResource.cpp index cee3283..51a7bd2 100644 --- a/public-trunk/Control/RadioResource.cpp +++ b/public-trunk/Control/RadioResource.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Control/SMSControl.cpp b/public-trunk/Control/SMSControl.cpp index 0f46204..a8d82dc 100644 --- a/public-trunk/Control/SMSControl.cpp +++ b/public-trunk/Control/SMSControl.cpp @@ -2,7 +2,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSM610Tables.cpp b/public-trunk/GSM/GSM610Tables.cpp index e107679..c8ca1cb 100644 --- a/public-trunk/GSM/GSM610Tables.cpp +++ b/public-trunk/GSM/GSM610Tables.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSM610Tables.h b/public-trunk/GSM/GSM610Tables.h index 569dccc..e10648a 100644 --- a/public-trunk/GSM/GSM610Tables.h +++ b/public-trunk/GSM/GSM610Tables.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSMCommon.cpp b/public-trunk/GSM/GSMCommon.cpp index c1391ae..d0b1feb 100644 --- a/public-trunk/GSM/GSMCommon.cpp +++ b/public-trunk/GSM/GSMCommon.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSMCommon.h b/public-trunk/GSM/GSMCommon.h index 3467678..f9a5e68 100644 --- a/public-trunk/GSM/GSMCommon.h +++ b/public-trunk/GSM/GSMCommon.h @@ -2,7 +2,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSMConfig.cpp b/public-trunk/GSM/GSMConfig.cpp index 57478db..fc7ab88 100644 --- a/public-trunk/GSM/GSMConfig.cpp +++ b/public-trunk/GSM/GSMConfig.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSMConfig.h b/public-trunk/GSM/GSMConfig.h index fd30a68..ff7e83c 100644 --- a/public-trunk/GSM/GSMConfig.h +++ b/public-trunk/GSM/GSMConfig.h @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML1FEC.cpp b/public-trunk/GSM/GSML1FEC.cpp index 2fed71a..6e90e93 100644 --- a/public-trunk/GSM/GSML1FEC.cpp +++ b/public-trunk/GSM/GSML1FEC.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML1FEC.h b/public-trunk/GSM/GSML1FEC.h index 45717ea..8ea151c 100644 --- a/public-trunk/GSM/GSML1FEC.h +++ b/public-trunk/GSM/GSML1FEC.h @@ -18,7 +18,7 @@ * This use of this software may be subject to additional restrictions. * See the LEGAL file in the main directory for details. -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. */ diff --git a/public-trunk/GSM/GSML2LAPDm.cpp b/public-trunk/GSM/GSML2LAPDm.cpp index 68fe2f2..e367c6f 100644 --- a/public-trunk/GSM/GSML2LAPDm.cpp +++ b/public-trunk/GSM/GSML2LAPDm.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML2LAPDm.h b/public-trunk/GSM/GSML2LAPDm.h index 5001ac4..9063658 100644 --- a/public-trunk/GSM/GSML2LAPDm.h +++ b/public-trunk/GSM/GSML2LAPDm.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3CCElements.cpp b/public-trunk/GSM/GSML3CCElements.cpp index d907ac6..b33672b 100644 --- a/public-trunk/GSM/GSML3CCElements.cpp +++ b/public-trunk/GSM/GSML3CCElements.cpp @@ -4,7 +4,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3CCElements.h b/public-trunk/GSM/GSML3CCElements.h index 2765cef..efbf644 100644 --- a/public-trunk/GSM/GSML3CCElements.h +++ b/public-trunk/GSM/GSML3CCElements.h @@ -2,7 +2,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3CCMessages.cpp b/public-trunk/GSM/GSML3CCMessages.cpp index 7ac030e..f868478 100644 --- a/public-trunk/GSM/GSML3CCMessages.cpp +++ b/public-trunk/GSM/GSML3CCMessages.cpp @@ -3,7 +3,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3CCMessages.h b/public-trunk/GSM/GSML3CCMessages.h index 789fbab..c76503e 100644 --- a/public-trunk/GSM/GSML3CCMessages.h +++ b/public-trunk/GSM/GSML3CCMessages.h @@ -3,7 +3,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3CommonElements.cpp b/public-trunk/GSM/GSML3CommonElements.cpp index ac339d0..fbc067d 100644 --- a/public-trunk/GSM/GSML3CommonElements.cpp +++ b/public-trunk/GSM/GSML3CommonElements.cpp @@ -5,7 +5,7 @@ /* * Copyright 2008, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3CommonElements.h b/public-trunk/GSM/GSML3CommonElements.h index 561941c..e36a107 100644 --- a/public-trunk/GSM/GSML3CommonElements.h +++ b/public-trunk/GSM/GSML3CommonElements.h @@ -4,7 +4,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3MMElements.cpp b/public-trunk/GSM/GSML3MMElements.cpp index abbefdd..44c49a9 100644 --- a/public-trunk/GSM/GSML3MMElements.cpp +++ b/public-trunk/GSM/GSML3MMElements.cpp @@ -4,7 +4,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3MMElements.h b/public-trunk/GSM/GSML3MMElements.h index 6fefa47..c7049df 100644 --- a/public-trunk/GSM/GSML3MMElements.h +++ b/public-trunk/GSM/GSML3MMElements.h @@ -5,7 +5,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3MMMessages.cpp b/public-trunk/GSM/GSML3MMMessages.cpp index 8a924ad..873077e 100644 --- a/public-trunk/GSM/GSML3MMMessages.cpp +++ b/public-trunk/GSM/GSML3MMMessages.cpp @@ -5,7 +5,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3MMMessages.h b/public-trunk/GSM/GSML3MMMessages.h index 405ebd0..f0f8e35 100644 --- a/public-trunk/GSM/GSML3MMMessages.h +++ b/public-trunk/GSM/GSML3MMMessages.h @@ -4,7 +4,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3Message.cpp b/public-trunk/GSM/GSML3Message.cpp index ba93075..a4e3063 100644 --- a/public-trunk/GSM/GSML3Message.cpp +++ b/public-trunk/GSM/GSML3Message.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3Message.h b/public-trunk/GSM/GSML3Message.h index e8e8b9a..46318e8 100644 --- a/public-trunk/GSM/GSML3Message.h +++ b/public-trunk/GSM/GSML3Message.h @@ -1,7 +1,7 @@ /* * Copyright 2008, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3RRElements.cpp b/public-trunk/GSM/GSML3RRElements.cpp index 25d7339..257c6d5 100644 --- a/public-trunk/GSM/GSML3RRElements.cpp +++ b/public-trunk/GSM/GSML3RRElements.cpp @@ -5,7 +5,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3RRElements.h b/public-trunk/GSM/GSML3RRElements.h index 53f6039..856cc32 100644 --- a/public-trunk/GSM/GSML3RRElements.h +++ b/public-trunk/GSM/GSML3RRElements.h @@ -4,7 +4,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3RRMessages.cpp b/public-trunk/GSM/GSML3RRMessages.cpp index 5154545..e89c6ce 100644 --- a/public-trunk/GSM/GSML3RRMessages.cpp +++ b/public-trunk/GSM/GSML3RRMessages.cpp @@ -4,7 +4,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSML3RRMessages.h b/public-trunk/GSM/GSML3RRMessages.h index 73c3ee4..ad97674 100644 --- a/public-trunk/GSM/GSML3RRMessages.h +++ b/public-trunk/GSM/GSML3RRMessages.h @@ -5,7 +5,7 @@ /* * Copyright 2008, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSMLogicalChannel.cpp b/public-trunk/GSM/GSMLogicalChannel.cpp index 589f8e5..456427a 100644 --- a/public-trunk/GSM/GSMLogicalChannel.cpp +++ b/public-trunk/GSM/GSMLogicalChannel.cpp @@ -3,7 +3,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSMLogicalChannel.h b/public-trunk/GSM/GSMLogicalChannel.h index 5d641fd..44d2db2 100644 --- a/public-trunk/GSM/GSMLogicalChannel.h +++ b/public-trunk/GSM/GSMLogicalChannel.h @@ -3,7 +3,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSMSAPMux.cpp b/public-trunk/GSM/GSMSAPMux.cpp index fb58b96..db6b68d 100644 --- a/public-trunk/GSM/GSMSAPMux.cpp +++ b/public-trunk/GSM/GSMSAPMux.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSMSAPMux.h b/public-trunk/GSM/GSMSAPMux.h index 6fe7ec6..b44cb12 100644 --- a/public-trunk/GSM/GSMSAPMux.h +++ b/public-trunk/GSM/GSMSAPMux.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSMTAPDump.cpp b/public-trunk/GSM/GSMTAPDump.cpp index 809a4ed..0037e7d 100644 --- a/public-trunk/GSM/GSMTAPDump.cpp +++ b/public-trunk/GSM/GSMTAPDump.cpp @@ -18,7 +18,7 @@ * This use of this software may be subject to additional restrictions. * See the LEGAL file in the main directory for details. -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. */ diff --git a/public-trunk/GSM/GSMTAPDump.h b/public-trunk/GSM/GSMTAPDump.h index 0182d89..9c8e470 100644 --- a/public-trunk/GSM/GSMTAPDump.h +++ b/public-trunk/GSM/GSMTAPDump.h @@ -18,7 +18,7 @@ * This use of this software may be subject to additional restrictions. * See the LEGAL file in the main directory for details. -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. */ diff --git a/public-trunk/GSM/GSMTDMA.cpp b/public-trunk/GSM/GSMTDMA.cpp index 4c36f28..9f10df7 100644 --- a/public-trunk/GSM/GSMTDMA.cpp +++ b/public-trunk/GSM/GSMTDMA.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSMTDMA.h b/public-trunk/GSM/GSMTDMA.h index 332ac0e..dcbd71c 100644 --- a/public-trunk/GSM/GSMTDMA.h +++ b/public-trunk/GSM/GSMTDMA.h @@ -2,7 +2,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSMTransfer.cpp b/public-trunk/GSM/GSMTransfer.cpp index c9624a7..f2a2b48 100644 --- a/public-trunk/GSM/GSMTransfer.cpp +++ b/public-trunk/GSM/GSMTransfer.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/GSMTransfer.h b/public-trunk/GSM/GSMTransfer.h index c9fc36e..d7d1360 100644 --- a/public-trunk/GSM/GSMTransfer.h +++ b/public-trunk/GSM/GSMTransfer.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/Makefile.am b/public-trunk/GSM/Makefile.am index 4640806..9f116da 100644 --- a/public-trunk/GSM/Makefile.am +++ b/public-trunk/GSM/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/GSM/Makefile.in b/public-trunk/GSM/Makefile.in index d28812f..3b5ddf1 100644 --- a/public-trunk/GSM/Makefile.in +++ b/public-trunk/GSM/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/GSM/PowerManager.cpp b/public-trunk/GSM/PowerManager.cpp index e6a053d..aa12c59 100644 --- a/public-trunk/GSM/PowerManager.cpp +++ b/public-trunk/GSM/PowerManager.cpp @@ -1,7 +1,7 @@ /* * Copyright 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/GSM/PowerManager.h b/public-trunk/GSM/PowerManager.h index fe6c3e0..7b4a036 100644 --- a/public-trunk/GSM/PowerManager.h +++ b/public-trunk/GSM/PowerManager.h @@ -1,7 +1,7 @@ /* * Copyright 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Globals/Globals.cpp b/public-trunk/Globals/Globals.cpp index 28992be..cb5ed35 100644 --- a/public-trunk/Globals/Globals.cpp +++ b/public-trunk/Globals/Globals.cpp @@ -2,7 +2,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Globals/Globals.h b/public-trunk/Globals/Globals.h index 38f91f4..e4f9f84 100644 --- a/public-trunk/Globals/Globals.h +++ b/public-trunk/Globals/Globals.h @@ -2,7 +2,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Globals/Makefile.am b/public-trunk/Globals/Makefile.am index d293c43..3bd30fa 100644 --- a/public-trunk/Globals/Makefile.am +++ b/public-trunk/Globals/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/Globals/Makefile.in b/public-trunk/Globals/Makefile.in index 5f63151..def4f65 100644 --- a/public-trunk/Globals/Makefile.in +++ b/public-trunk/Globals/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/HLR/HLR.cpp b/public-trunk/HLR/HLR.cpp index c6387ae..1132842 100644 --- a/public-trunk/HLR/HLR.cpp +++ b/public-trunk/HLR/HLR.cpp @@ -1,7 +1,7 @@ /* * Copyright 2009 Kestrel Signal Processing, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/HLR/HLR.h b/public-trunk/HLR/HLR.h index be4f891..26b088e 100644 --- a/public-trunk/HLR/HLR.h +++ b/public-trunk/HLR/HLR.h @@ -1,7 +1,7 @@ /* * Copyright 2009 Kestrel Signal Processing, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/HLR/HLRTest.cpp b/public-trunk/HLR/HLRTest.cpp index e33a391..e0597e0 100644 --- a/public-trunk/HLR/HLRTest.cpp +++ b/public-trunk/HLR/HLRTest.cpp @@ -1,7 +1,7 @@ /* * Copyright 2009, 2010 Kestrel Signal Processing, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/HLR/Makefile.am b/public-trunk/HLR/Makefile.am index 6563e78..ef5fd07 100644 --- a/public-trunk/HLR/Makefile.am +++ b/public-trunk/HLR/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2009 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/HLR/Makefile.in b/public-trunk/HLR/Makefile.in index 685d07d..5a2b2a2 100644 --- a/public-trunk/HLR/Makefile.in +++ b/public-trunk/HLR/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2009 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/Makefile.am b/public-trunk/Makefile.am index 7f0d91e..e409d9c 100644 --- a/public-trunk/Makefile.am +++ b/public-trunk/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/Makefile.common b/public-trunk/Makefile.common index 04b38bd..9108e2d 100644 --- a/public-trunk/Makefile.common +++ b/public-trunk/Makefile.common @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/Makefile.in b/public-trunk/Makefile.in index 93bae9b..0034f72 100644 --- a/public-trunk/Makefile.in +++ b/public-trunk/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/RRLP/Makefile b/public-trunk/RRLP/Makefile index bcbb13c..de9ee77 100644 --- a/public-trunk/RRLP/Makefile +++ b/public-trunk/RRLP/Makefile @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/RRLP/Makefile.am b/public-trunk/RRLP/Makefile.am index a9c85c5..206ff62 100644 --- a/public-trunk/RRLP/Makefile.am +++ b/public-trunk/RRLP/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/RRLP/Makefile.in b/public-trunk/RRLP/Makefile.in index 0726674..97241f0 100644 --- a/public-trunk/RRLP/Makefile.in +++ b/public-trunk/RRLP/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/RRLP/RRLPMessages.cpp b/public-trunk/RRLP/RRLPMessages.cpp index 2e4579a..48e9fe4 100644 --- a/public-trunk/RRLP/RRLPMessages.cpp +++ b/public-trunk/RRLP/RRLPMessages.cpp @@ -15,7 +15,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/RRLP/RRLPMessages.h b/public-trunk/RRLP/RRLPMessages.h index 2d84d59..9277e06 100644 --- a/public-trunk/RRLP/RRLPMessages.h +++ b/public-trunk/RRLP/RRLPMessages.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/SIP/Makefile.am b/public-trunk/SIP/Makefile.am index 28b0b36..fc820a0 100644 --- a/public-trunk/SIP/Makefile.am +++ b/public-trunk/SIP/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/SIP/Makefile.in b/public-trunk/SIP/Makefile.in index f1edaf4..4d15476 100644 --- a/public-trunk/SIP/Makefile.in +++ b/public-trunk/SIP/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/SIP/SIPEngine.cpp b/public-trunk/SIP/SIPEngine.cpp index 5027584..ffdef05 100644 --- a/public-trunk/SIP/SIPEngine.cpp +++ b/public-trunk/SIP/SIPEngine.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/SIP/SIPEngine.h b/public-trunk/SIP/SIPEngine.h index bde1a50..0611c0b 100644 --- a/public-trunk/SIP/SIPEngine.h +++ b/public-trunk/SIP/SIPEngine.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/SIP/SIPInterface.cpp b/public-trunk/SIP/SIPInterface.cpp index fa29755..5f6c367 100644 --- a/public-trunk/SIP/SIPInterface.cpp +++ b/public-trunk/SIP/SIPInterface.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/SIP/SIPInterface.h b/public-trunk/SIP/SIPInterface.h index dc7e6fd..6841c02 100644 --- a/public-trunk/SIP/SIPInterface.h +++ b/public-trunk/SIP/SIPInterface.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/SIP/SIPMessage.cpp b/public-trunk/SIP/SIPMessage.cpp index 7cdf4bf..cbd885e 100644 --- a/public-trunk/SIP/SIPMessage.cpp +++ b/public-trunk/SIP/SIPMessage.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/SIP/SIPMessage.h b/public-trunk/SIP/SIPMessage.h index b670268..c62a2cf 100644 --- a/public-trunk/SIP/SIPMessage.h +++ b/public-trunk/SIP/SIPMessage.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/SIP/SIPUtility.cpp b/public-trunk/SIP/SIPUtility.cpp index f10922f..762bc02 100644 --- a/public-trunk/SIP/SIPUtility.cpp +++ b/public-trunk/SIP/SIPUtility.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/SIP/SIPUtility.h b/public-trunk/SIP/SIPUtility.h index be10d14..3957d4d 100644 --- a/public-trunk/SIP/SIPUtility.h +++ b/public-trunk/SIP/SIPUtility.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/SMS/Makefile.am b/public-trunk/SMS/Makefile.am index 7e7d089..4b5cfe4 100644 --- a/public-trunk/SMS/Makefile.am +++ b/public-trunk/SMS/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/SMS/Makefile.in b/public-trunk/SMS/Makefile.in index ce45a66..6bc0c00 100644 --- a/public-trunk/SMS/Makefile.in +++ b/public-trunk/SMS/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/SMS/SMSMessages.cpp b/public-trunk/SMS/SMSMessages.cpp index b967835..0de41f5 100644 --- a/public-trunk/SMS/SMSMessages.cpp +++ b/public-trunk/SMS/SMSMessages.cpp @@ -15,7 +15,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/SMS/SMSMessages.h b/public-trunk/SMS/SMSMessages.h index 8f55502..51a6f57 100644 --- a/public-trunk/SMS/SMSMessages.h +++ b/public-trunk/SMS/SMSMessages.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/SMS/SMSTransfer.cpp b/public-trunk/SMS/SMSTransfer.cpp index ff530ba..46bcc78 100644 --- a/public-trunk/SMS/SMSTransfer.cpp +++ b/public-trunk/SMS/SMSTransfer.cpp @@ -15,7 +15,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/SMS/SMSTransfer.h b/public-trunk/SMS/SMSTransfer.h index 7e1bcf1..fefade3 100644 --- a/public-trunk/SMS/SMSTransfer.h +++ b/public-trunk/SMS/SMSTransfer.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/TRXManager/Makefile.am b/public-trunk/TRXManager/Makefile.am index 8579bec..8704cdb 100644 --- a/public-trunk/TRXManager/Makefile.am +++ b/public-trunk/TRXManager/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/TRXManager/Makefile.in b/public-trunk/TRXManager/Makefile.in index e966a2a..9e50405 100644 --- a/public-trunk/TRXManager/Makefile.in +++ b/public-trunk/TRXManager/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/TRXManager/TRXManager.cpp b/public-trunk/TRXManager/TRXManager.cpp index 1a3ca34..bd8f40a 100644 --- a/public-trunk/TRXManager/TRXManager.cpp +++ b/public-trunk/TRXManager/TRXManager.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/TRXManager/TRXManager.h b/public-trunk/TRXManager/TRXManager.h index 8f90c33..519c442 100644 --- a/public-trunk/TRXManager/TRXManager.h +++ b/public-trunk/TRXManager/TRXManager.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver/Complex.h b/public-trunk/Transceiver/Complex.h index 1395f28..d3d3350 100644 --- a/public-trunk/Transceiver/Complex.h +++ b/public-trunk/Transceiver/Complex.h @@ -5,7 +5,7 @@ unlike the built-in complex<> templates, these inline most operations for speed /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver/Makefile.am b/public-trunk/Transceiver/Makefile.am index 15ec90d..5bda5e3 100644 --- a/public-trunk/Transceiver/Makefile.am +++ b/public-trunk/Transceiver/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/Transceiver/Makefile.in b/public-trunk/Transceiver/Makefile.in index ae93ab6..ae54465 100644 --- a/public-trunk/Transceiver/Makefile.in +++ b/public-trunk/Transceiver/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/Transceiver/Transceiver.cpp b/public-trunk/Transceiver/Transceiver.cpp index 34cfda2..5663ef0 100644 --- a/public-trunk/Transceiver/Transceiver.cpp +++ b/public-trunk/Transceiver/Transceiver.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver/Transceiver.h b/public-trunk/Transceiver/Transceiver.h index 9cb7824..c37bd88 100644 --- a/public-trunk/Transceiver/Transceiver.h +++ b/public-trunk/Transceiver/Transceiver.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver/USRPDevice.cpp b/public-trunk/Transceiver/USRPDevice.cpp index b71ffed..96a77cb 100644 --- a/public-trunk/Transceiver/USRPDevice.cpp +++ b/public-trunk/Transceiver/USRPDevice.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver/USRPDevice.h b/public-trunk/Transceiver/USRPDevice.h index f46bd11..b8385ca 100644 --- a/public-trunk/Transceiver/USRPDevice.h +++ b/public-trunk/Transceiver/USRPDevice.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver/USRPping.cpp b/public-trunk/Transceiver/USRPping.cpp index f31d56b..fb3c7b8 100644 --- a/public-trunk/Transceiver/USRPping.cpp +++ b/public-trunk/Transceiver/USRPping.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver/radioInterface.cpp b/public-trunk/Transceiver/radioInterface.cpp index 78e6193..69e2687 100644 --- a/public-trunk/Transceiver/radioInterface.cpp +++ b/public-trunk/Transceiver/radioInterface.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver/radioInterface.h b/public-trunk/Transceiver/radioInterface.h index b7baa3b..6eeb5e0 100644 --- a/public-trunk/Transceiver/radioInterface.h +++ b/public-trunk/Transceiver/radioInterface.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver/rcvLPF_651.h b/public-trunk/Transceiver/rcvLPF_651.h index 18b5e9c..c718a1b 100644 --- a/public-trunk/Transceiver/rcvLPF_651.h +++ b/public-trunk/Transceiver/rcvLPF_651.h @@ -2,7 +2,7 @@ * Copyright 2008 Free Software Foundation, Inc. * Copyright 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver/runTransceiver.cpp b/public-trunk/Transceiver/runTransceiver.cpp index c5c16e1..1109d6f 100644 --- a/public-trunk/Transceiver/runTransceiver.cpp +++ b/public-trunk/Transceiver/runTransceiver.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver/sendLPF_961.h b/public-trunk/Transceiver/sendLPF_961.h index 82a680d..ea3d674 100644 --- a/public-trunk/Transceiver/sendLPF_961.h +++ b/public-trunk/Transceiver/sendLPF_961.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver/sigProcLib.cpp b/public-trunk/Transceiver/sigProcLib.cpp index 29dec0a..086fe3c 100644 --- a/public-trunk/Transceiver/sigProcLib.cpp +++ b/public-trunk/Transceiver/sigProcLib.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver/sigProcLib.h b/public-trunk/Transceiver/sigProcLib.h index 7b35180..5e7f005 100644 --- a/public-trunk/Transceiver/sigProcLib.h +++ b/public-trunk/Transceiver/sigProcLib.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver52M/Complex.h b/public-trunk/Transceiver52M/Complex.h index 1395f28..d3d3350 100644 --- a/public-trunk/Transceiver52M/Complex.h +++ b/public-trunk/Transceiver52M/Complex.h @@ -5,7 +5,7 @@ unlike the built-in complex<> templates, these inline most operations for speed /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver52M/Makefile.am b/public-trunk/Transceiver52M/Makefile.am index 0b806b3..bb41d2e 100644 --- a/public-trunk/Transceiver52M/Makefile.am +++ b/public-trunk/Transceiver52M/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/Transceiver52M/Makefile.in b/public-trunk/Transceiver52M/Makefile.in index 4ba194b..827484c 100644 --- a/public-trunk/Transceiver52M/Makefile.in +++ b/public-trunk/Transceiver52M/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/Transceiver52M/Transceiver.cpp b/public-trunk/Transceiver52M/Transceiver.cpp index 8cd03bf..c56abc2 100644 --- a/public-trunk/Transceiver52M/Transceiver.cpp +++ b/public-trunk/Transceiver52M/Transceiver.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver52M/Transceiver.h b/public-trunk/Transceiver52M/Transceiver.h index bd03a92..7e30cf8 100644 --- a/public-trunk/Transceiver52M/Transceiver.h +++ b/public-trunk/Transceiver52M/Transceiver.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver52M/USRPDevice.cpp b/public-trunk/Transceiver52M/USRPDevice.cpp index 600416b..2a47a8f 100644 --- a/public-trunk/Transceiver52M/USRPDevice.cpp +++ b/public-trunk/Transceiver52M/USRPDevice.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver52M/USRPDevice.h b/public-trunk/Transceiver52M/USRPDevice.h index a17d61f..3428676 100644 --- a/public-trunk/Transceiver52M/USRPDevice.h +++ b/public-trunk/Transceiver52M/USRPDevice.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver52M/USRPping.cpp b/public-trunk/Transceiver52M/USRPping.cpp index 3e5b034..5aae0b7 100644 --- a/public-trunk/Transceiver52M/USRPping.cpp +++ b/public-trunk/Transceiver52M/USRPping.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver52M/radioDevice.h b/public-trunk/Transceiver52M/radioDevice.h index 1b92681..20d3dd0 100644 --- a/public-trunk/Transceiver52M/radioDevice.h +++ b/public-trunk/Transceiver52M/radioDevice.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver52M/radioInterface.cpp b/public-trunk/Transceiver52M/radioInterface.cpp index afb720d..09d326d 100644 --- a/public-trunk/Transceiver52M/radioInterface.cpp +++ b/public-trunk/Transceiver52M/radioInterface.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver52M/radioInterface.h b/public-trunk/Transceiver52M/radioInterface.h index 5b80ef1..c9e1e6f 100644 --- a/public-trunk/Transceiver52M/radioInterface.h +++ b/public-trunk/Transceiver52M/radioInterface.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver52M/runTransceiver.cpp b/public-trunk/Transceiver52M/runTransceiver.cpp index 2d9548f..8b24857 100644 --- a/public-trunk/Transceiver52M/runTransceiver.cpp +++ b/public-trunk/Transceiver52M/runTransceiver.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver52M/sigProcLib.cpp b/public-trunk/Transceiver52M/sigProcLib.cpp index 4fb70f7..a706dba 100644 --- a/public-trunk/Transceiver52M/sigProcLib.cpp +++ b/public-trunk/Transceiver52M/sigProcLib.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver52M/sigProcLib.h b/public-trunk/Transceiver52M/sigProcLib.h index 33aa8f6..672c896 100644 --- a/public-trunk/Transceiver52M/sigProcLib.h +++ b/public-trunk/Transceiver52M/sigProcLib.h @@ -1,7 +1,7 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/Transceiver52M/sigProcLibTest.cpp b/public-trunk/Transceiver52M/sigProcLibTest.cpp index 6446f09..39cbd60 100644 --- a/public-trunk/Transceiver52M/sigProcLibTest.cpp +++ b/public-trunk/Transceiver52M/sigProcLibTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) 2008, Kestrel Signal Processing, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/apps/Makefile.am b/public-trunk/apps/Makefile.am index f8a4ef6..8f412f5 100644 --- a/public-trunk/apps/Makefile.am +++ b/public-trunk/apps/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/apps/Makefile.in b/public-trunk/apps/Makefile.in index cb109ec..8fadf29 100644 --- a/public-trunk/apps/Makefile.in +++ b/public-trunk/apps/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/apps/OpenBTS.cpp b/public-trunk/apps/OpenBTS.cpp index ccdd162..b929ee1 100644 --- a/public-trunk/apps/OpenBTS.cpp +++ b/public-trunk/apps/OpenBTS.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under the terms of the GNU Public License. +* This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. diff --git a/public-trunk/config/Makefile.am b/public-trunk/config/Makefile.am index 7919933..2dbffd5 100644 --- a/public-trunk/config/Makefile.am +++ b/public-trunk/config/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/config/Makefile.in b/public-trunk/config/Makefile.in index e85e81a..50e0634 100644 --- a/public-trunk/config/Makefile.in +++ b/public-trunk/config/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/doc/Makefile.am b/public-trunk/doc/Makefile.am index 3072f0b..6013d12 100644 --- a/public-trunk/doc/Makefile.am +++ b/public-trunk/doc/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/doc/Makefile.in b/public-trunk/doc/Makefile.in index e48b579..3492dff 100644 --- a/public-trunk/doc/Makefile.in +++ b/public-trunk/doc/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/smqueue/Makefile.am b/public-trunk/smqueue/Makefile.am index b60cd4f..a95c943 100644 --- a/public-trunk/smqueue/Makefile.am +++ b/public-trunk/smqueue/Makefile.am @@ -1,7 +1,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify diff --git a/public-trunk/smqueue/Makefile.in b/public-trunk/smqueue/Makefile.in index 9c1a7ff..3fdf3ad 100644 --- a/public-trunk/smqueue/Makefile.in +++ b/public-trunk/smqueue/Makefile.in @@ -17,7 +17,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ # # Copyright 2008 Free Software Foundation, Inc. # -# This software is distributed under the terms of the GNU Public License. +# This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify