Skip to content

Commit

Permalink
Added license/copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Lacey committed Mar 2, 2011
1 parent 9efa9a1 commit 6dd7d08
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 0 deletions.
27 changes: 27 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Software License Agreement

Copyright (c) 2011, XMOS Ltd., All rights reserved.

The copyright holders hereby grant to any person obtaining a copy of this software (the "Software") and/or its associated
documentation files (the Documentation), the perpetual, irrevocable (except in the case of breach of this license) no-cost,
royalty free, sublicensable rights to use, copy, modify, merge, publish, display, publicly perform, distribute, and/or
sell copies of the Software and the Documentation, together or separately, and to permit persons to whom the Software and/or
Documentation is furnished to do so, subject to the following conditions:

. Redistributions of the Software in source code must retain the above copyright notice, this list of conditions and the
following disclaimers.

. Redistributions of the Software in binary form must reproduce the above copyright notice, this list of conditions and
the following disclaimers in the documentation and/or other materials provided with the distribution.

. Redistributions of the Documentation must retain the above copyright notice, this list of conditions and the following
disclaimers.

Neither the name of XMOS, nor the names of its contributors may be used to endorse or promote products derived from this
Software or the Documentation without specific prior written permission of the copyright holder.

THE SOFTWARE AND DOCUMENTATION ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR DOCUMENTATION OR THE USE OF OR OTHER
DEALINGS WITH THE SOFTWARE OR DOCUMENTATION.
5 changes: 5 additions & 0 deletions app_spi_slave_sim_test/src/sim_test.xc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2011, XMOS Ltd., All rights reserved
// This software is freely distributable under a derivative of the
// University of Illinois/NCSA Open Source License posted in
// LICENSE.txt and at <http://github.xcore.com/>

#include <xs1.h>
#include <print.h>
#include <xclib.h>
Expand Down
5 changes: 5 additions & 0 deletions app_xc1a_spi_example/src/spi_test.xc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2011, XMOS Ltd., All rights reserved
// This software is freely distributable under a derivative of the
// University of Illinois/NCSA Open Source License posted in
// LICENSE.txt and at <http://github.xcore.com/>

///////////////////////////////////////////////////////////////////////////////
//
// Test bench for SPI master
Expand Down
5 changes: 5 additions & 0 deletions module_spi_master/src/spi_master.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2011, XMOS Ltd., All rights reserved
// This software is freely distributable under a derivative of the
// University of Illinois/NCSA Open Source License posted in
// LICENSE.txt and at <http://github.xcore.com/>

///////////////////////////////////////////////////////////////////////////////
//
// SPI master (mode 3)
Expand Down
5 changes: 5 additions & 0 deletions module_spi_master/src/spi_master.xc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2011, XMOS Ltd., All rights reserved
// This software is freely distributable under a derivative of the
// University of Illinois/NCSA Open Source License posted in
// LICENSE.txt and at <http://github.xcore.com/>

///////////////////////////////////////////////////////////////////////////////
// Select lines are intentionally not part of API
// They are simple port outputs
Expand Down
5 changes: 5 additions & 0 deletions module_spi_slave/src/spi_slave.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2011, XMOS Ltd., All rights reserved
// This software is freely distributable under a derivative of the
// University of Illinois/NCSA Open Source License posted in
// LICENSE.txt and at <http://github.xcore.com/>

///////////////////////////////////////////////////////////////////////////////
//
// SPI Slave (mode 3)
Expand Down
5 changes: 5 additions & 0 deletions module_spi_slave/src/spi_slave.xc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2011, XMOS Ltd., All rights reserved
// This software is freely distributable under a derivative of the
// University of Illinois/NCSA Open Source License posted in
// LICENSE.txt and at <http://github.xcore.com/>

///////////////////////////////////////////////////////////////////////////////
//
// SPI Slave (mode 3)
Expand Down

0 comments on commit 6dd7d08

Please sign in to comment.