Fixed the license notices.

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2305 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
dburgess
2011-10-12 01:23:28 +00:00
parent 508962442c
commit ba821c5f85
49 changed files with 766 additions and 222 deletions

View File

@@ -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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the the Free Software Foundation, either version 3 of the License, or
GNU General Public License for more details. (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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,8 +1,6 @@
/* /*
* Copyright 2008 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. * This software is distributed under the terms of the GNU Affero Public License.
* See the COPYING file in the main directory for details. * See the COPYING file in the main directory for details.
* *

View File

@@ -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. */ /**@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 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,19 +1,27 @@
/**@file Declarations for common-use control-layer functions. */ /**@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 2010 Kestrel Signal Processing, Inc.
* Copyright 2011 Range Networks, Inc. * Copyright 2011 Range Networks, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -3,14 +3,24 @@
* Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * Copyright 2008, 2009, 2010 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,19 +1,27 @@
/**@file GSM Radio Resource procedures, GSM 04.18 and GSM 04.08. */ /**@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 2010 Kestrel Signal Processing, Inc.
* Copyright 2011 Range Networks, Inc. * Copyright 2011 Range Networks, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,19 +1,25 @@
/**@file Declarations for common-use control-layer functions. */ /**@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; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,17 +1,24 @@
/* /*
* Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * Copyright 2008-2011 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,19 +1,22 @@
/**@file Declarations for TransactionTable and related classes. */ /**@file Declarations for TransactionTable and related classes. */
/* /*
* 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 use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,14 +1,21 @@
/* /*
* Copyright 2008 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 use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,19 +1,25 @@
/**@file Common-use GSM declarations, most from the GSM 04.xx and 05.xx series. */ /**@file Common-use GSM declarations, most from the GSM 04.xx and 05.xx series. */
/* /*
* 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; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,17 +1,24 @@
/* /*
* Copyright 2008-2010 Free Software Foundation, Inc. * Copyright 2008-2010 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -2,18 +2,25 @@
* Copyright 2008-2010 Free Software Foundation, Inc. * Copyright 2008-2010 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, Inc. * Copyright 2010 Kestrel Signal Processing, Inc.
* *
* This software is distributed under the terms of the GNU Affero Public License.
This program is distributed in the hope that it will be useful, * See the COPYING file in the main directory for details.
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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
* This software is distributed under multiple licenses; This program is free software: you can redistribute it and/or modify
* see the COPYING file in the main directory for licensing it under the terms of the GNU Affero General Public License as published by
* information for this specific distribuion. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -2,16 +2,24 @@
* Copyright 2008 Free Software Foundation, Inc. * Copyright 2008 Free Software Foundation, Inc.
* Copyright 2011 Range Networks, Inc. * Copyright 2011 Range Networks, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -2,14 +2,24 @@
/* /*
* Copyright 2008, 2009 Free Software Foundation, Inc. * 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -4,16 +4,24 @@
* Copyright 2008, 2009 Free Software Foundation, Inc. * Copyright 2008, 2009 Free Software Foundation, Inc.
* Copyright 2011 Range Networks, Inc. * Copyright 2011 Range Networks, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -5,16 +5,24 @@
* Copyright 2008-2010 Free Software Foundation, Inc. * Copyright 2008-2010 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, Inc. * Copyright 2010 Kestrel Signal Processing, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -4,16 +4,24 @@
* Copyright 2008-2010 Free Software Foundation, Inc. * Copyright 2008-2010 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, Inc. * Copyright 2010 Kestrel Signal Processing, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -3,16 +3,24 @@
* Copyright 2008 Free Software Foundation, Inc. * Copyright 2008 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, Inc. * Copyright 2010 Kestrel Signal Processing, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -2,14 +2,24 @@
* Copyright 2008, 2010 Free Software Foundation, Inc. * Copyright 2008, 2010 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -3,14 +3,24 @@
* Copyright 2008, 2009 Free Software Foundation, Inc. * Copyright 2008, 2009 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -4,14 +4,24 @@
* Copyright 2008, 2010 Free Software Foundation, Inc. * Copyright 2008, 2010 Free Software Foundation, Inc.
* Copyright 2011 Kestrel Signal Processing, 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -4,16 +4,24 @@
* Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * Copyright 2008, 2009, 2010 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, Inc. * Copyright 2010 Kestrel Signal Processing, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,14 +1,24 @@
/* /*
* Copyright 2008 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,15 +1,22 @@
/* /*
* Copyright 2008, 2009 Free Software Foundation, Inc. * 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -2,14 +2,24 @@
/* /*
* Copyright 2008, 2009, 2010 Free Software Foundation, Inc. * 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,14 +1,24 @@
/* /*
* Copyright 2008 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -3,16 +3,24 @@
* Copyright 2010 Kestrel Signal Processing, Inc. * Copyright 2010 Kestrel Signal Processing, Inc.
* Copyright 2011 Range Networks, Inc. * Copyright 2011 Range Networks, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,14 +1,24 @@
/* /*
* Copyright 2009 Free Software Foundation, Inc. * 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -3,16 +3,24 @@
* Copyright 2008, 2009 Free Software Foundation, Inc. * Copyright 2008, 2009 Free Software Foundation, Inc.
* Copyright 2011 Range Networks, Inc. * Copyright 2011 Range Networks, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -3,16 +3,24 @@
* Copyright 2010 Kestrel Signal Processing, Inc. * Copyright 2010 Kestrel Signal Processing, Inc.
* Copyright 2011 Range Networks, Inc. * Copyright 2011 Range Networks, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,16 +1,24 @@
/* /*
* Copyright 2008 Free Software Foundation, Inc. * Copyright 2008 Free Software Foundation, Inc.
* *
* This software is distributed under multiple licenses; * This software is distributed under the terms of the GNU Affero Public License.
* see the COPYING file in the main directory for licensing * See the COPYING file in the main directory for details.
* information for this specific distribuion.
* *
* This use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,14 +1,24 @@
/* /*
* Copyright 2008 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,14 +1,24 @@
/* /*
* Copyright 2008 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,14 +1,24 @@
/* /*
* Copyright 2008 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,14 +1,25 @@
/* /*
* Copyright 2008 Free Software Foundation, Inc. * Copyright 2008 Free Software Foundation, Inc.
* *
This program is distributed in the hope that it will be useful, * This software is distributed under the terms of the GNU Affero Public License.
but WITHOUT ANY WARRANTY; without even the implied warranty of * See the COPYING file in the main directory for details.
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 use of this software may be subject to additional restrictions. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,14 +1,24 @@
/* /*
* Copyright 2008 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -5,14 +5,24 @@ unlike the built-in complex<> templates, these inline most operations for speed
/* /*
* Copyright 2008 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -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 <http://www.gnu.org/licenses/>.
*/
#ifndef INCLUDED_FPGA_REGS_H #ifndef INCLUDED_FPGA_REGS_H
#define INCLUDED_FPGA_REGS_H #define INCLUDED_FPGA_REGS_H

View File

@@ -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 <http://www.gnu.org/licenses/>.
*/
#ifndef _FUSB_H_ #ifndef _FUSB_H_
#define _FUSB_H_ #define _FUSB_H_

View File

@@ -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 <http://www.gnu.org/licenses/>.
*/
// I2C addresses // I2C addresses
#define I2C_DEV_EEPROM 0x50 // 24LC02[45]: 7-bits 1010xxx #define I2C_DEV_EEPROM 0x50 // 24LC02[45]: 7-bits 1010xxx

View File

@@ -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 <http://www.gnu.org/licenses/>.
*/
#define USB_VID_CYPRESS 0x04b4 #define USB_VID_CYPRESS 0x04b4
#define USB_PID_CYPRESS_FX2 0x8613 #define USB_PID_CYPRESS_FX2 0x8613

View File

@@ -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 <http://www.gnu.org/licenses/>.
*/
/* /*
* We've now split the RAD1 into 3 separate interfaces. * We've now split the RAD1 into 3 separate interfaces.
* *

View File

@@ -1,14 +1,24 @@
/* /*
* Copyright 2008 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -1,14 +1,24 @@
/* /*
* Copyright 2008 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -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 <http://www.gnu.org/licenses/>.
*/
#ifndef RNRAD1_H #ifndef RNRAD1_H
#define RNRAD1_H #define RNRAD1_H

View File

@@ -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 <http://www.gnu.org/licenses/>.
*/
#ifndef __RNRAD1CORE_H__ #ifndef __RNRAD1CORE_H__
#define __RNRAD1CORE_H__ #define __RNRAD1CORE_H__

View File

@@ -1,14 +1,24 @@
/* /*
* Copyright 2008 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. * This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details. * See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful, This program is free software: you can redistribute it and/or modify
but WITHOUT ANY WARRANTY; without even the implied warranty of it under the terms of the GNU Affero General Public License as published by
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 <http://www.gnu.org/licenses/>.
*/ */

View File

@@ -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 <http://www.gnu.org/licenses/>.
*/
/* /*
* defines for the VRQ_SPI_READ and VRQ_SPI_WRITE commands * defines for the VRQ_SPI_READ and VRQ_SPI_WRITE commands
* *