summaryrefslogtreecommitdiffstats
path: root/SD-VBS/licenses/Stitch.license.txt
diff options
context:
space:
mode:
authorLeo Chan <leochanj@live.unc.edu>2020-10-22 01:53:21 -0400
committerJoshua Bakita <jbakita@cs.unc.edu>2020-10-22 01:56:35 -0400
commitd17b33131c14864bd1eae275f49a3f148e21cf29 (patch)
tree0d8f77922e8d193cb0f6edab83018f057aad64a0 /SD-VBS/licenses/Stitch.license.txt
parent601ed25a4c5b66cb75315832c15613a727db2c26 (diff)
Squashed commit of the sb-vbs branch.
Includes the SD-VBS benchmarks modified to: - Use libextra to loop as realtime jobs - Preallocate memory before starting their main computation - Accept input via stdin instead of via argc Does not include the SD-VBS matlab code. Fixes libextra execution in LITMUS^RT.
Diffstat (limited to 'SD-VBS/licenses/Stitch.license.txt')
-rw-r--r--SD-VBS/licenses/Stitch.license.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/SD-VBS/licenses/Stitch.license.txt b/SD-VBS/licenses/Stitch.license.txt
new file mode 100644
index 0000000..8a7fa67
--- /dev/null
+++ b/SD-VBS/licenses/Stitch.license.txt
@@ -0,0 +1,33 @@
1The author of Image Stitch (stitch) benchmark is IkkJin Ahn.
2
3The Matlab source code and the test data for this benchmark are released under the FreeBSD License.
4
5Copyright (C) 2008 IkkJin Ahn
6All rights reserved
7
8Written by IkkJin Ahn.
9
10Redistribution and use in source and binary forms, with or without
11modification, are permitted provided that the following conditions are met
12
13 * Redistributions of source code must retain the above copyright
14 notice, this list of conditions and the following disclaimer.
15 * Redistributions in binary form must reproduce the above copyright
16 notice, this list of conditions and the following disclaimer in the
17 documentation and/or other materials provided with the distribution.
18 * Neither the name Ikkjin Ahn nor the
19 names of its contributors may be used to endorse or promote products
20 derived from this software without specific prior written permission.
21
22THIS SOFTWARE IS PROVIDED BY IKKJIN AHN ``AS IS'' AND ANY
23EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
24WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25DISCLAIMED. IN NO EVENT SHALL IKKJIN AHN BE LIABLE FOR ANY
26DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
27(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
29ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
33