-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wraith-wireless
committed
May 14, 2016
1 parent
c24c459
commit 9d42d6e
Showing
32 changed files
with
8,710 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
PyRIC: Python Radio Interface Controller | ||
Copyright (C) 2016 Dale V. Patterson ([email protected]) | ||
|
||
This program is free software: you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free Software | ||
Foundation, either version 3 of the License, or (at your option) any later | ||
version. | ||
|
||
Redistribution and use in source and binary forms, with or without modifications, | ||
are permitted provided that the following conditions are met: | ||
o Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
o Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
o Neither the name of the orginal author Dale V. Patterson nor the names of any | ||
contributors may be used to endorse or promote products derived from this | ||
software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" AND | ||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | ||
IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT | ||
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | ||
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
PyRIC is free software but use, duplication or disclosure by the United States | ||
Government is subject to the restrictions set forth in DFARS 252.227-7014. | ||
|
||
Use of this software is governed by all applicable federal, state and local | ||
laws of the United States and subject to the laws of the country where you reside. | ||
The copyright owner and contributors will be not be held liable for use of this | ||
software in furtherance of or with intent to commit any fraudulent or other illegal | ||
activities, or otherwise in violation of any applicable law, regulation or legal | ||
agreement. | ||
|
||
See <http://www.gnu.org/licenses/> for a copy of the GNU General Public License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Include license, README | ||
include LICENSE README.md __init__.py channels.py device.py pyw.py PyRIC.pdf | ||
|
||
# Include subdirectories | ||
recursive-include lib net examples docs | ||
recursive-include docs *.help *.pdf |
Oops, something went wrong.