From ba821c5f85fddbdb44e2d763fd4bc919d160c4f0 Mon Sep 17 00:00:00 2001 From: dburgess Date: Wed, 12 Oct 2011 01:23:28 +0000 Subject: [PATCH] Fixed the license notices. git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2305 19bc5d8c-e614-43d4-8b26-e1612bc8e597 --- CLI/CLI.h | 22 ++++++++++++++++------ CommonLibs/LinkedLists.h | 2 -- Control/CallControl.h | 19 ++++++++++++++----- Control/ControlCommon.h | 22 +++++++++++++++------- Control/MobilityManagement.h | 18 ++++++++++++++---- Control/RadioResource.h | 22 +++++++++++++++------- Control/SMSControl.h | 24 +++++++++++++++--------- Control/TMSITable.h | 23 +++++++++++++++-------- Control/TransactionTable.h | 23 +++++++++++++---------- GSM/GSM610Tables.h | 17 ++++++++++++----- GSM/GSMCommon.h | 24 +++++++++++++++--------- GSM/GSMConfig.h | 21 ++++++++++++++------- GSM/GSML1FEC.h | 23 +++++++++++++++-------- GSM/GSML2LAPDm.h | 20 ++++++++++++++------ GSM/GSML3CCElements.h | 18 ++++++++++++++---- GSM/GSML3CCMessages.h | 20 ++++++++++++++------ GSM/GSML3CommonElements.h | 20 ++++++++++++++------ GSM/GSML3MMElements.h | 20 ++++++++++++++------ GSM/GSML3MMMessages.h | 20 ++++++++++++++------ GSM/GSML3Message.h | 18 ++++++++++++++---- GSM/GSML3RRElements.h | 18 ++++++++++++++---- GSM/GSML3RRMessages.h | 18 ++++++++++++++---- GSM/GSMLogicalChannel.h | 20 ++++++++++++++------ GSM/GSMSAPMux.h | 18 ++++++++++++++---- GSM/GSMTAPDump.h | 19 +++++++++++++------ GSM/GSMTDMA.h | 18 ++++++++++++++---- GSM/GSMTransfer.h | 18 ++++++++++++++---- GSM/PhysicalStatus.h | 20 ++++++++++++++------ GSM/PowerManager.h | 18 ++++++++++++++---- Globals/Globals.h | 20 ++++++++++++++------ SIP/SIPEngine.h | 20 ++++++++++++++------ SIP/SIPInterface.h | 20 ++++++++++++++------ SIP/SIPMessage.h | 18 ++++++++++++++---- SIP/SIPUtility.h | 18 ++++++++++++++---- SMS/SMSMessages.h | 18 ++++++++++++++---- SMS/SMSTransfer.h | 21 ++++++++++++++++----- TRXManager/TRXManager.h | 18 ++++++++++++++---- TransceiverRAD1/Complex.h | 18 ++++++++++++++---- TransceiverRAD1/fpga_regs.h | 25 +++++++++++++++++++++++++ TransceiverRAD1/fusb.h | 25 +++++++++++++++++++++++++ TransceiverRAD1/i2c.h | 25 +++++++++++++++++++++++++ TransceiverRAD1/ids.h | 25 +++++++++++++++++++++++++ TransceiverRAD1/interfaces.h | 25 +++++++++++++++++++++++++ TransceiverRAD1/radioDevice.h | 18 ++++++++++++++---- TransceiverRAD1/radioInterface.h | 18 ++++++++++++++---- TransceiverRAD1/rnrad1.h | 25 +++++++++++++++++++++++++ TransceiverRAD1/rnrad1Core.h | 25 +++++++++++++++++++++++++ TransceiverRAD1/sigProcLib.h | 18 ++++++++++++++---- TransceiverRAD1/spi.h | 25 +++++++++++++++++++++++++ 49 files changed, 766 insertions(+), 222 deletions(-) diff --git a/CLI/CLI.h b/CLI/CLI.h index 70a6873..f403282 100644 --- a/CLI/CLI.h +++ b/CLI/CLI.h @@ -1,15 +1,25 @@ /* -* Copyright 2009 Free Software Foundation, Inc. +* Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/CommonLibs/LinkedLists.h b/CommonLibs/LinkedLists.h index 4ca27e6..2cb83ee 100644 --- a/CommonLibs/LinkedLists.h +++ b/CommonLibs/LinkedLists.h @@ -1,8 +1,6 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. -* * 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/Control/CallControl.h b/Control/CallControl.h index 06db4ec..e7f6db4 100644 --- a/Control/CallControl.h +++ b/Control/CallControl.h @@ -1,16 +1,25 @@ /**@file GSM/SIP Call Control -- GSM 04.08, ISDN ITU-T Q.931, SIP IETF RFC-3261, RTP IETF RFC-3550. */ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. -* Copyright 2010 Kestrel Signal Processing, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/Control/ControlCommon.h b/Control/ControlCommon.h index 5ea276f..27f89b8 100644 --- a/Control/ControlCommon.h +++ b/Control/ControlCommon.h @@ -1,19 +1,27 @@ /**@file Declarations for common-use control-layer functions. */ /* -* Copyright 2008, 2009, 2010 Free Software Foundation, Inc. +* Copyright 2008-2011 Free Software Foundation, Inc. * Copyright 2010 Kestrel Signal Processing, Inc. * Copyright 2011 Range Networks, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/Control/MobilityManagement.h b/Control/MobilityManagement.h index 2f0e296..dcfb441 100644 --- a/Control/MobilityManagement.h +++ b/Control/MobilityManagement.h @@ -3,14 +3,24 @@ * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * Copyright 2010 Kestrel Signal Processing, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/Control/RadioResource.h b/Control/RadioResource.h index 405b838..02b56c9 100644 --- a/Control/RadioResource.h +++ b/Control/RadioResource.h @@ -1,19 +1,27 @@ /**@file GSM Radio Resource procedures, GSM 04.18 and GSM 04.08. */ /* -* Copyright 2008, 2009, 2010 Free Software Foundation, Inc. +* Copyright 2008-2011 Free Software Foundation, Inc. * Copyright 2010 Kestrel Signal Processing, Inc. * Copyright 2011 Range Networks, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/Control/SMSControl.h b/Control/SMSControl.h index 69e61fc..226f595 100644 --- a/Control/SMSControl.h +++ b/Control/SMSControl.h @@ -1,19 +1,25 @@ /**@file Declarations for common-use control-layer functions. */ /* -* Copyright 2008, 2009, 2010 Free Software Foundation, Inc. -* Copyright 2010 Kestrel Signal Processing, Inc. -* Copyright 2011 Range Networks, Inc. +* Copyright 2008-2011 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/Control/TMSITable.h b/Control/TMSITable.h index 27245a5..5d0eb3c 100644 --- a/Control/TMSITable.h +++ b/Control/TMSITable.h @@ -1,17 +1,24 @@ /* -* Copyright 2008, 2009, 2010 Free Software Foundation, Inc. -* Copyright 2010 Kestrel Signal Processing, Inc. +* Copyright 2008-2011 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/Control/TransactionTable.h b/Control/TransactionTable.h index f9f54a2..222d91a 100644 --- a/Control/TransactionTable.h +++ b/Control/TransactionTable.h @@ -1,19 +1,22 @@ /**@file Declarations for TransactionTable and related classes. */ /* -* Copyright 2008, 2009, 2010 Free Software Foundation, Inc. -* Copyright 2010 Kestrel Signal Processing, Inc. -* Copyright 2011 Range Networks, Inc. -* -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* Copyright 2008-2011 Free Software Foundation, Inc. * * This use of this software may be subject to additional restrictions. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSM610Tables.h b/GSM/GSM610Tables.h index 4f634d0..33030f9 100644 --- a/GSM/GSM610Tables.h +++ b/GSM/GSM610Tables.h @@ -1,14 +1,21 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. -* * This use of this software may be subject to additional restrictions. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSMCommon.h b/GSM/GSMCommon.h index 2a64261..551cb17 100644 --- a/GSM/GSMCommon.h +++ b/GSM/GSMCommon.h @@ -1,19 +1,25 @@ /**@file Common-use GSM declarations, most from the GSM 04.xx and 05.xx series. */ /* -* Copyright 2008, 2009, 2010 Free Software Foundation, Inc. -* Copyright 2010 Kestrel Signal Processing, Inc. -* Copyright 2011 Range Networks, Inc. +* Copyright 2008-2011 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSMConfig.h b/GSM/GSMConfig.h index bb02e26..19d1da8 100644 --- a/GSM/GSMConfig.h +++ b/GSM/GSMConfig.h @@ -1,17 +1,24 @@ /* * Copyright 2008-2010 Free Software Foundation, Inc. -* Copyright 2010 Kestrel Signal Processing, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSML1FEC.h b/GSM/GSML1FEC.h index f936a19..3ed19c0 100644 --- a/GSM/GSML1FEC.h +++ b/GSM/GSML1FEC.h @@ -2,18 +2,25 @@ * Copyright 2008-2010 Free Software Foundation, Inc. * Copyright 2010 Kestrel Signal Processing, Inc. * - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - +* 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. * See the LEGAL file in the main directory for details. -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ diff --git a/GSM/GSML2LAPDm.h b/GSM/GSML2LAPDm.h index 3be969e..b8c9a32 100644 --- a/GSM/GSML2LAPDm.h +++ b/GSM/GSML2LAPDm.h @@ -2,16 +2,24 @@ * Copyright 2008 Free Software Foundation, Inc. * Copyright 2011 Range Networks, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSML3CCElements.h b/GSM/GSML3CCElements.h index 96fcdef..769a46c 100644 --- a/GSM/GSML3CCElements.h +++ b/GSM/GSML3CCElements.h @@ -2,14 +2,24 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSML3CCMessages.h b/GSM/GSML3CCMessages.h index 82eaa12..be11df5 100644 --- a/GSM/GSML3CCMessages.h +++ b/GSM/GSML3CCMessages.h @@ -4,16 +4,24 @@ * Copyright 2008, 2009 Free Software Foundation, Inc. * Copyright 2011 Range Networks, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSML3CommonElements.h b/GSM/GSML3CommonElements.h index 3cb99cc..7c04545 100644 --- a/GSM/GSML3CommonElements.h +++ b/GSM/GSML3CommonElements.h @@ -5,16 +5,24 @@ * Copyright 2008-2010 Free Software Foundation, Inc. * Copyright 2010 Kestrel Signal Processing, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSML3MMElements.h b/GSM/GSML3MMElements.h index 5e5a358..f252308 100644 --- a/GSM/GSML3MMElements.h +++ b/GSM/GSML3MMElements.h @@ -4,16 +4,24 @@ * Copyright 2008-2010 Free Software Foundation, Inc. * Copyright 2010 Kestrel Signal Processing, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSML3MMMessages.h b/GSM/GSML3MMMessages.h index ea13eb0..58e3a83 100644 --- a/GSM/GSML3MMMessages.h +++ b/GSM/GSML3MMMessages.h @@ -3,16 +3,24 @@ * Copyright 2008 Free Software Foundation, Inc. * Copyright 2010 Kestrel Signal Processing, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSML3Message.h b/GSM/GSML3Message.h index f17a986..11c93bd 100644 --- a/GSM/GSML3Message.h +++ b/GSM/GSML3Message.h @@ -2,14 +2,24 @@ * Copyright 2008, 2010 Free Software Foundation, Inc. * Copyright 2010 Kestrel Signal Processing, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSML3RRElements.h b/GSM/GSML3RRElements.h index 47a048f..1932dea 100644 --- a/GSM/GSML3RRElements.h +++ b/GSM/GSML3RRElements.h @@ -3,14 +3,24 @@ * Copyright 2008, 2009 Free Software Foundation, Inc. * Copyright 2010 Kestrel Signal Processing, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSML3RRMessages.h b/GSM/GSML3RRMessages.h index d285f5c..cb79a66 100644 --- a/GSM/GSML3RRMessages.h +++ b/GSM/GSML3RRMessages.h @@ -4,14 +4,24 @@ * Copyright 2008, 2010 Free Software Foundation, Inc. * Copyright 2011 Kestrel Signal Processing, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSMLogicalChannel.h b/GSM/GSMLogicalChannel.h index 6c39c18..47306a1 100644 --- a/GSM/GSMLogicalChannel.h +++ b/GSM/GSMLogicalChannel.h @@ -4,16 +4,24 @@ * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * Copyright 2010 Kestrel Signal Processing, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSMSAPMux.h b/GSM/GSMSAPMux.h index a4ac44d..5cc75d9 100644 --- a/GSM/GSMSAPMux.h +++ b/GSM/GSMSAPMux.h @@ -1,14 +1,24 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSMTAPDump.h b/GSM/GSMTAPDump.h index ae2ea8d..323b1d0 100644 --- a/GSM/GSMTAPDump.h +++ b/GSM/GSMTAPDump.h @@ -1,15 +1,22 @@ /* * Copyright 2008, 2009 Free Software Foundation, Inc. -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. -* - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * * This use of this software may be subject to additional restrictions. * See the LEGAL file in the main directory for details. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ diff --git a/GSM/GSMTDMA.h b/GSM/GSMTDMA.h index 7f2470e..d821a43 100644 --- a/GSM/GSMTDMA.h +++ b/GSM/GSMTDMA.h @@ -2,14 +2,24 @@ /* * Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/GSMTransfer.h b/GSM/GSMTransfer.h index 9d207e8..540c130 100644 --- a/GSM/GSMTransfer.h +++ b/GSM/GSMTransfer.h @@ -1,14 +1,24 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/PhysicalStatus.h b/GSM/PhysicalStatus.h index e628edd..a1d11b4 100644 --- a/GSM/PhysicalStatus.h +++ b/GSM/PhysicalStatus.h @@ -3,16 +3,24 @@ * Copyright 2010 Kestrel Signal Processing, Inc. * Copyright 2011 Range Networks, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/GSM/PowerManager.h b/GSM/PowerManager.h index 2af1024..db777d6 100644 --- a/GSM/PowerManager.h +++ b/GSM/PowerManager.h @@ -1,14 +1,24 @@ /* * Copyright 2009 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/Globals/Globals.h b/Globals/Globals.h index fac0d18..1916503 100644 --- a/Globals/Globals.h +++ b/Globals/Globals.h @@ -3,16 +3,24 @@ * Copyright 2008, 2009 Free Software Foundation, Inc. * Copyright 2011 Range Networks, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/SIP/SIPEngine.h b/SIP/SIPEngine.h index 8baefa5..a3604b4 100644 --- a/SIP/SIPEngine.h +++ b/SIP/SIPEngine.h @@ -3,16 +3,24 @@ * Copyright 2010 Kestrel Signal Processing, Inc. * Copyright 2011 Range Networks, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/SIP/SIPInterface.h b/SIP/SIPInterface.h index b7630e4..d22fec1 100644 --- a/SIP/SIPInterface.h +++ b/SIP/SIPInterface.h @@ -1,16 +1,24 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; -* see the COPYING file in the main directory for licensing -* information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/SIP/SIPMessage.h b/SIP/SIPMessage.h index a6b7d44..cb0d611 100644 --- a/SIP/SIPMessage.h +++ b/SIP/SIPMessage.h @@ -1,14 +1,24 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/SIP/SIPUtility.h b/SIP/SIPUtility.h index ac7df74..ae6b51c 100644 --- a/SIP/SIPUtility.h +++ b/SIP/SIPUtility.h @@ -1,14 +1,24 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/SMS/SMSMessages.h b/SMS/SMSMessages.h index ed08792..48b728b 100644 --- a/SMS/SMSMessages.h +++ b/SMS/SMSMessages.h @@ -1,14 +1,24 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/SMS/SMSTransfer.h b/SMS/SMSTransfer.h index b0158ef..08a1e87 100644 --- a/SMS/SMSTransfer.h +++ b/SMS/SMSTransfer.h @@ -1,14 +1,25 @@ /* * Copyright 2008 Free Software Foundation, Inc. * - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + */ diff --git a/TRXManager/TRXManager.h b/TRXManager/TRXManager.h index 81f22f2..113dd99 100644 --- a/TRXManager/TRXManager.h +++ b/TRXManager/TRXManager.h @@ -1,14 +1,24 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/TransceiverRAD1/Complex.h b/TransceiverRAD1/Complex.h index 32eb18f..3a1b557 100644 --- a/TransceiverRAD1/Complex.h +++ b/TransceiverRAD1/Complex.h @@ -5,14 +5,24 @@ unlike the built-in complex<> templates, these inline most operations for speed /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/TransceiverRAD1/fpga_regs.h b/TransceiverRAD1/fpga_regs.h index 3ac1a3c..1108098 100644 --- a/TransceiverRAD1/fpga_regs.h +++ b/TransceiverRAD1/fpga_regs.h @@ -1,3 +1,28 @@ +/* +* Copyright 2011 Free Software Foundation, Inc. +* +* +* 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. +* See the LEGAL file in the main directory for details. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +*/ + #ifndef INCLUDED_FPGA_REGS_H #define INCLUDED_FPGA_REGS_H diff --git a/TransceiverRAD1/fusb.h b/TransceiverRAD1/fusb.h index 5e0da02..9b3c246 100644 --- a/TransceiverRAD1/fusb.h +++ b/TransceiverRAD1/fusb.h @@ -1,3 +1,28 @@ +/* +* Copyright 2011 Free Software Foundation, Inc. +* +* +* 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. +* See the LEGAL file in the main directory for details. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +*/ + #ifndef _FUSB_H_ #define _FUSB_H_ diff --git a/TransceiverRAD1/i2c.h b/TransceiverRAD1/i2c.h index 56f4c88..a7723dd 100644 --- a/TransceiverRAD1/i2c.h +++ b/TransceiverRAD1/i2c.h @@ -1,3 +1,28 @@ +/* +* Copyright 2011 Free Software Foundation, Inc. +* +* +* 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. +* See the LEGAL file in the main directory for details. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +*/ + // I2C addresses #define I2C_DEV_EEPROM 0x50 // 24LC02[45]: 7-bits 1010xxx diff --git a/TransceiverRAD1/ids.h b/TransceiverRAD1/ids.h index d3b15ba..db0a588 100644 --- a/TransceiverRAD1/ids.h +++ b/TransceiverRAD1/ids.h @@ -1,3 +1,28 @@ +/* +* Copyright 2011 Free Software Foundation, Inc. +* +* +* 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. +* See the LEGAL file in the main directory for details. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +*/ + #define USB_VID_CYPRESS 0x04b4 #define USB_PID_CYPRESS_FX2 0x8613 diff --git a/TransceiverRAD1/interfaces.h b/TransceiverRAD1/interfaces.h index 4fd76f1..10546e4 100644 --- a/TransceiverRAD1/interfaces.h +++ b/TransceiverRAD1/interfaces.h @@ -1,3 +1,28 @@ +/* +* Copyright 2011 Free Software Foundation, Inc. +* +* +* 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. +* See the LEGAL file in the main directory for details. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +*/ + /* * We've now split the RAD1 into 3 separate interfaces. * diff --git a/TransceiverRAD1/radioDevice.h b/TransceiverRAD1/radioDevice.h index 456f278..9ccad88 100644 --- a/TransceiverRAD1/radioDevice.h +++ b/TransceiverRAD1/radioDevice.h @@ -1,14 +1,24 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/TransceiverRAD1/radioInterface.h b/TransceiverRAD1/radioInterface.h index 6ec58ae..ca3d57b 100644 --- a/TransceiverRAD1/radioInterface.h +++ b/TransceiverRAD1/radioInterface.h @@ -1,14 +1,24 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/TransceiverRAD1/rnrad1.h b/TransceiverRAD1/rnrad1.h index fe46485..f17394f 100644 --- a/TransceiverRAD1/rnrad1.h +++ b/TransceiverRAD1/rnrad1.h @@ -1,3 +1,28 @@ +/* +* Copyright 2011 Free Software Foundation, Inc. +* +* +* 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. +* See the LEGAL file in the main directory for details. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +*/ + #ifndef RNRAD1_H #define RNRAD1_H diff --git a/TransceiverRAD1/rnrad1Core.h b/TransceiverRAD1/rnrad1Core.h index 93d328b..acda4ba 100644 --- a/TransceiverRAD1/rnrad1Core.h +++ b/TransceiverRAD1/rnrad1Core.h @@ -1,3 +1,28 @@ +/* +* Copyright 2011 Free Software Foundation, Inc. +* +* +* 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. +* See the LEGAL file in the main directory for details. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +*/ + #ifndef __RNRAD1CORE_H__ #define __RNRAD1CORE_H__ diff --git a/TransceiverRAD1/sigProcLib.h b/TransceiverRAD1/sigProcLib.h index cbf6963..e99904a 100644 --- a/TransceiverRAD1/sigProcLib.h +++ b/TransceiverRAD1/sigProcLib.h @@ -1,14 +1,24 @@ /* * Copyright 2008 Free Software Foundation, Inc. * -* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion. +* 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. * See the LEGAL file in the main directory for details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ diff --git a/TransceiverRAD1/spi.h b/TransceiverRAD1/spi.h index 38ee890..6afc058 100644 --- a/TransceiverRAD1/spi.h +++ b/TransceiverRAD1/spi.h @@ -1,3 +1,28 @@ +/* +* Copyright 2011 Free Software Foundation, Inc. +* +* +* 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. +* See the LEGAL file in the main directory for details. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +*/ + /* * defines for the VRQ_SPI_READ and VRQ_SPI_WRITE commands *