forked from reaper-oss/sws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
license.h
31 lines (31 loc) · 1.58 KB
/
license.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#pragma once
#define LICENSE_TEXT \
"Copyright (c) 2014\tTim Payne (SWS)\r\n" \
"\t\tJeffos (S&M)\r\n" \
"\t\tFingers (FNG)\r\n" \
"\t\tDominik Martin Drzic (BR)\r\n" \
"Copyright (c) 2012\tPhilip S. Considine (IX)\r\n" \
"\t\tBrad Coe\r\n" \
"Copyright (c) 2011\tShane StClair (Autorender)\r\n" \
"\t\tAdam Wathan (AW)\r\n" \
"Copyright (c) 2010\tP Bourdon (Padre)\r\n" \
"Copyright (c) 2009\tXenakios\r\n" \
"\r\n" \
"Permission is hereby granted, free of charge, to any person obtaining a copy\r\n" \
"of this software and associated documentation files (the \"Software\"), to deal\r\n" \
"in the Software without restriction, including without limitation the rights to\r\n" \
"use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\r\n" \
"of the Software, and to permit persons to whom the Software is furnished to\r\n" \
"do so, subject to the following conditions:\r\n" \
"\r\n" \
"The above copyright notice and this permission notice shall be included in all\r\n" \
"copies or substantial portions of the Software.\r\n" \
"\r\n" \
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\r\n" \
"EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\r\n" \
"OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r\n" \
"NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\r\n" \
"HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\r\n" \
"WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\r\n" \
"FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\r\n" \
"OTHER DEALINGS IN THE SOFTWARE.\r\n"