|
@@ -0,0 +1,54 @@
|
|
1
|
+Typica is a free cross platform application for recording, managing, and using
|
|
2
|
+common records generated in commercial specialty coffee roasting operations
|
|
3
|
+such as roast profiles and green coffee inventory records. It is free software
|
|
4
|
+released under the MIT license as follows:
|
|
5
|
+
|
|
6
|
+Copyright 2007-2013 Neal Evan Wilson
|
|
7
|
+
|
|
8
|
+Permission is hereby granteed, free of charge, to any person obtaining a copy
|
|
9
|
+of this software and associated documentation files (the "Software"), to deal
|
|
10
|
+in the Software without restriction, including without limitation the rights to
|
|
11
|
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
12
|
+of the Software, and to permit persons to whom the software is furnished to do
|
|
13
|
+so, subject to the following conditions:
|
|
14
|
+
|
|
15
|
+The above copyright notice and this associated permission notice shall be
|
|
16
|
+included in all copies or substantial portions of the Software.
|
|
17
|
+
|
|
18
|
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
19
|
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20
|
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21
|
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22
|
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
23
|
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
|
+SOFTWARE.
|
|
25
|
+
|
|
26
|
+Parts of Typica are from QextSerialPort which is also used under the MIT
|
|
27
|
+license as follows:
|
|
28
|
+
|
|
29
|
+Copyright 2000-2003 Wayne Roth
|
|
30
|
+Copyright 2004-2007 Stefan Sander
|
|
31
|
+Copyright 2007 Michal Policht
|
|
32
|
+Copyright 2008 Brandon Fosdick
|
|
33
|
+Copyright 2009-2010 Liam Staskawicz
|
|
34
|
+Copyright 2011 Debao Zhang
|
|
35
|
+
|
|
36
|
+Web: http://code.google.com/p/qextserialport/
|
|
37
|
+
|
|
38
|
+Permission is hereby granteed, free of charge, to any person obtaining a copy
|
|
39
|
+of this software and associated documentation files (the "Software"), to deal
|
|
40
|
+in the Software without restriction, including without limitation the rights to
|
|
41
|
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
42
|
+of the Software, and to permit persons to whom the software is furnished to do
|
|
43
|
+so, subject to the following conditions:
|
|
44
|
+
|
|
45
|
+The above copyright notice and this associated permission notice shall be
|
|
46
|
+included in all copies or substantial portions of the Software.
|
|
47
|
+
|
|
48
|
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
49
|
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
50
|
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
51
|
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
52
|
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
53
|
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
54
|
+SOFTWARE.
|