source: rtems/testsuites/sptests/sp65/init.c

Last change on this file was 9a7e6d34, checked in by Ryan Long <ryan.long@…>, on 04/20/22 at 14:52:54

sp65/init.c: Add file header and license

This file had no file header, copyright, or license. Based on git
history, added appropriate copyright and license.

  • Property mode set to 100644
File size: 745 bytes
Line 
1/*
2 *  Copyright (C) 2009 Santosh G Vattam <vattam.santosh@gmail.com>
3 *
4 *  Permission to use, copy, modify, and/or distribute this software
5 *  for any purpose with or without fee is hereby granted.
6 *
7 *  THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
8 *  WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
9 *  WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR
10 *  BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
11 *  OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
12 *  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
13 *  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 */
15
16#include "sp65impl.h"
Note: See TracBrowser for help on using the repository browser.