1
2INSERT INTO agent VALUES (1, 'nomos', '2.4.1-ng.695dd8', 'License Scanner', true, NULL, '2015-05-04 11:37:39.12504+02');
3INSERT INTO agent VALUES (2, 'delagent', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.477678+02');
4INSERT INTO agent VALUES (3, 'maintagent', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.597601+02');
5INSERT INTO agent VALUES (4, 'mimetype', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.623748+02');
6INSERT INTO agent VALUES (5, 'reportgen', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.62586+02');
7INSERT INTO agent VALUES (6, 'adj2nest', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.636537+02');
8INSERT INTO agent VALUES (7, 'monkbulk', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.637863+02');
9INSERT INTO agent VALUES (8, 'monk', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.642129+02');
10INSERT INTO agent VALUES (10, 'pkgagent', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.669964+02');
11INSERT INTO agent VALUES (11, 'ecc', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.6724+02');
12INSERT INTO agent VALUES (12, 'buckets', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.673072+02');
13INSERT INTO agent VALUES (13, 'wget_agent', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.681217+02');
14INSERT INTO agent VALUES (14, 'ununpack', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.732657+02');
15INSERT INTO agent VALUES (15, 'copyright', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.820557+02');
16INSERT INTO agent VALUES (16, 'ninka', '2.4.1-ng.695dd8', '(null)', true, NULL, '2015-05-04 11:42:21.820836+02');
17INSERT INTO agent VALUES (17, 'deciderjob', '2.4.1-ng.695dd8', 'deciderjob agent', true, NULL, '2015-05-04 11:42:22.130801+02');
18INSERT INTO agent VALUES (18, 'report', '2.4.1-ng.695dd8', 'report agent', true, NULL, '2015-05-04 11:42:22.155375+02');
19INSERT INTO agent VALUES (19, 'readmeoss', '2.4.1-ng.695dd8', 'readmeoss agent', true, NULL, '2015-05-04 11:42:22.170878+02');
20INSERT INTO agent VALUES (20, 'decider', '2.4.1-ng.695dd8', 'decider agent', true, NULL, '2015-05-04 11:42:22.24854+02');
21INSERT INTO agent VALUES (21, 'reuser', '2.4.1-ng.695dd8', 'reuser agent', true, NULL, '2015-05-04 11:42:22.306605+02');
22
23
24--
25-- Data for Name: upload; Type: TABLE DATA; Schema: public; Owner: fossy
26--
27
28INSERT INTO upload VALUES (1, '', 'ReportTestfiles.tar', 2, 104, '2015-05-04 11:43:14.866898+02', 1, 'ReportTestfiles.tar', 'uploadtree_a', NULL, NULL, 0);
29
30
31--
32-- Data for Name: ars_master; Type: TABLE DATA; Schema: public; Owner: fossy
33--
34
35
36
37--
38-- Data for Name: attachments; Type: TABLE DATA; Schema: public; Owner: fossy
39--
40
41
42
43
44--
45-- Data for Name: bucket_container; Type: TABLE DATA; Schema: public; Owner: fossy
46--
47
48
49--
50-- Data for Name: bucketpool; Type: TABLE DATA; Schema: public; Owner: fossy
51--
52
53INSERT INTO bucketpool VALUES (1, 'GPL Demo bucket pool', 1, 'Y', 'Demonstration of a very simple GPL/non-gpl bucket pool');
54
55
56--
57-- Data for Name: bucket_def; Type: TABLE DATA; Schema: public; Owner: fossy
58--
59
60INSERT INTO bucket_def VALUES (1, 'GPL Licenses (Demo)', 'orange', 50, 50, 1, 3, '(affero|gpl)', NULL, 'N', 'f');
61INSERT INTO bucket_def VALUES (2, 'non-gpl (Demo)', 'yellow', 50, 1000, 1, 99, NULL, NULL, 'N', 'f');
62
63
64INSERT INTO groups VALUES (1, 'Default User');
65INSERT INTO groups VALUES (2, 'fossy');
66
67
68--
69-- Data for Name: mimetype; Type: TABLE DATA; Schema: public; Owner: fossy
70--
71
72INSERT INTO mimetype VALUES (1, 'application/gzip');
73INSERT INTO mimetype VALUES (2, 'application/x-gzip');
74INSERT INTO mimetype VALUES (3, 'application/x-compress');
75INSERT INTO mimetype VALUES (4, 'application/x-bzip');
76INSERT INTO mimetype VALUES (5, 'application/x-bzip2');
77INSERT INTO mimetype VALUES (6, 'application/x-upx');
78INSERT INTO mimetype VALUES (7, 'application/pdf');
79INSERT INTO mimetype VALUES (8, 'application/x-pdf');
80INSERT INTO mimetype VALUES (9, 'application/x-zip');
81INSERT INTO mimetype VALUES (10, 'application/zip');
82INSERT INTO mimetype VALUES (11, 'application/x-tar');
83INSERT INTO mimetype VALUES (12, 'application/x-gtar');
84INSERT INTO mimetype VALUES (13, 'application/x-cpio');
85INSERT INTO mimetype VALUES (14, 'application/x-rar');
86INSERT INTO mimetype VALUES (15, 'application/x-cab');
87INSERT INTO mimetype VALUES (16, 'application/x-7z-compressed');
88INSERT INTO mimetype VALUES (17, 'application/x-7z-w-compressed');
89INSERT INTO mimetype VALUES (18, 'application/x-rpm');
90INSERT INTO mimetype VALUES (19, 'application/x-archive');
91INSERT INTO mimetype VALUES (20, 'application/x-debian-package');
92INSERT INTO mimetype VALUES (21, 'application/x-iso');
93INSERT INTO mimetype VALUES (22, 'application/x-iso9660-image');
94INSERT INTO mimetype VALUES (23, 'application/x-fat');
95INSERT INTO mimetype VALUES (24, 'application/x-ntfs');
96INSERT INTO mimetype VALUES (25, 'application/x-ext2');
97INSERT INTO mimetype VALUES (26, 'application/x-ext3');
98INSERT INTO mimetype VALUES (27, 'application/x-x86_boot');
99INSERT INTO mimetype VALUES (28, 'application/x-debian-source');
100INSERT INTO mimetype VALUES (29, 'application/x-xz');
101INSERT INTO mimetype VALUES (30, 'application/jar');
102INSERT INTO mimetype VALUES (31, 'application/x-dosexec');
103
104
105--
106-- Data for Name: pfile; Type: TABLE DATA; Schema: public; Owner: fossy
107--
108INSERT INTO pfile VALUES (1, '149FD9DAC3A1FF6AD491F95F49E90BF2', '403C2B25B9B02A2EBB6817C459B37AFC1F9BA3B5', 'b4c2050b25d3d296d5cf58589ca00816dc72df42262c2f629d5c6a984a161aa4', 35328, 11);
109INSERT INTO pfile VALUES (2, '8F4010C5B689A6EA4A28671FD1907F23', '75E8FBDFAB38D5406BD718711D8FDDDB530CA174', 'fda70df85987b394ff384b899703bc0e55ac7bdba94d06f47462e155cf0c0350', 6880, NULL);
110INSERT INTO pfile VALUES (3, 'C2047D353D61BCE5D6335CC1C30C1780', '2634F1C5473C7A9E9B9238EC2AAB1FCA468911A8', '1c8d3cc6810ecd3623ebff7d2c3db1a44024260c5ae662f8166d69b9425828ed', 6894, NULL);
111INSERT INTO pfile VALUES (4, 'BE09F57E1E58119F1537439BA545835C', 'FD7D17CFA15074F73F183C086B1983EB9F31781F', '395f150240d43dff8baea6586baf5665337de57b8204a501fbd6148b2fe165b7', 296, NULL);
112INSERT INTO pfile VALUES (5, '39C379E9C7F5BB524754C4DEF5FEF135', '840B588279248271D93ACA3092AD5F4DC724BDA4', '47a4cee30c085c497e628bab975fd586b5bed6fb25cc2720ae17339937436158', 285, NULL);
113INSERT INTO pfile VALUES (6, '2702A657B801333C3150BDC8BE642F9B', '798826BF3EB294E5D514ECFA3222CCF09BBCD985', '8df6eb5d69ffe2bf61937d49f3ef72e98213fd09f9ad41c626e419503178bacd', 14554, NULL);
114
115--
116-- Data for Name: users; Type: TABLE DATA; Schema: public; Owner: fossy
117--
118
119INSERT INTO users VALUES (1, 'Default User', 1, 'Default User when nobody is logged in', 'Seed', 'Pass', 0, NULL, 'y', 'public', NULL, NULL, 'simple', NULL, NULL, NULL);
120INSERT INTO users VALUES (2, 'fossy', 1, 'Default Administrator', '14272952581103610285', 'cdd40d0517419e8495a6e40b14369b6a39031581', 10, 'y', 'y', 'public', NULL, NULL, 'simple', NULL, NULL, NULL);
121
122
123--
124-- Data for Name: clearing_decision; Type: TABLE DATA; Schema: public; Owner: fossy
125--
126
127INSERT INTO clearing_decision (clearing_decision_pk, uploadtree_fk, pfile_fk, user_fk, group_fk, decision_type, scope, date_added) VALUES (2, 4, 2, 2, 2, 5, 1, '2015-05-04 11:43:18.276425+02');
128INSERT INTO clearing_decision (clearing_decision_pk, uploadtree_fk, pfile_fk, user_fk, group_fk, decision_type, scope, date_added) VALUES (4, 5, 3, 2, 2, 5, 1, '2015-05-04 11:43:18.297719+02');
129INSERT INTO clearing_decision (clearing_decision_pk, uploadtree_fk, pfile_fk, user_fk, group_fk, decision_type, scope, date_added) VALUES (7, 10, 6, 2, 2, 5, 0, '2015-05-04 11:44:10.097161+02');
130INSERT INTO clearing_decision (clearing_decision_pk, uploadtree_fk, pfile_fk, user_fk, group_fk, decision_type, scope, date_added) VALUES (8, 10, 6, 2, 2, 4, 0, '2015-05-04 11:45:11.88761+02');
131INSERT INTO clearing_decision (clearing_decision_pk, uploadtree_fk, pfile_fk, user_fk, group_fk, decision_type, scope, date_added) VALUES (10, 7, 4, 2, 2, 5, 0, '2015-05-04 11:45:30.851906+02');
132INSERT INTO clearing_decision (clearing_decision_pk, uploadtree_fk, pfile_fk, user_fk, group_fk, decision_type, scope, date_added) VALUES (12, 8, 5, 2, 2, 5, 0, '2015-05-04 11:45:34.941938+02');
133INSERT INTO clearing_decision (clearing_decision_pk, uploadtree_fk, pfile_fk, user_fk, group_fk, decision_type, scope, date_added) VALUES (14, 5, 3, 2, 2, 5, 0, '2015-05-04 11:46:26.59626+02');
134INSERT INTO clearing_decision (clearing_decision_pk, uploadtree_fk, pfile_fk, user_fk, group_fk, decision_type, scope, date_added) VALUES (16, 4, 2, 2, 2, 5, 0, '2015-05-04 11:47:10.946366+02');
135
136
137
138INSERT INTO clearing_decision_event VALUES (1, 2);
139INSERT INTO clearing_decision_event VALUES (2, 4);
140INSERT INTO clearing_decision_event VALUES (4, 7);
141INSERT INTO clearing_decision_event VALUES (3, 7);
142INSERT INTO clearing_decision_event VALUES (3, 8);
143INSERT INTO clearing_decision_event VALUES (4, 8);
144INSERT INTO clearing_decision_event VALUES (5, 10);
145INSERT INTO clearing_decision_event VALUES (6, 12);
146INSERT INTO clearing_decision_event VALUES (7, 14);
147INSERT INTO clearing_decision_event VALUES (8, 16);
148
149
150
151INSERT INTO clearing_event VALUES (1, 4, 485, false, 2, 2, NULL, 3, '', '', '2015-05-04 11:43:18.276425+02');
152INSERT INTO clearing_event VALUES (2, 5, 272, false, 2, 2, NULL, 3, '', '', '2015-05-04 11:43:18.297719+02');
153INSERT INTO clearing_event VALUES (3, 10, 561, true, 2, 2, NULL, 1, '', '', '2015-05-04 11:44:07.229472+02');
154INSERT INTO clearing_event VALUES (4, 10, 560, false, 2, 2, NULL, 3, '', '', '2015-05-04 11:44:10.097161+02');
155INSERT INTO clearing_event VALUES (5, 7, 199, false, 2, 2, NULL, 3, '', '', '2015-05-04 11:45:30.851906+02');
156INSERT INTO clearing_event VALUES (6, 8, 199, false, 2, 2, NULL, 3, '', '', '2015-05-04 11:45:34.941938+02');
157INSERT INTO clearing_event VALUES (7, 5, 272, false, 2, 2, NULL, 3, 'all Nomos findings are within the Monk findings', '', '2015-05-04 11:46:22.698323+02');
158INSERT INTO clearing_event VALUES (8, 4, 485, false, 2, 2, NULL, 3, '', 'Here is an alternative license text.', '2015-05-04 11:47:09.615748+02');
159
160
161
162INSERT INTO copyright VALUES (1, 15, 4, 'Copyright:
163', '82b9c4a898c9c8e7dd3b2f12c9efe2f1', 'statement', 85, 96);
164INSERT INTO copyright VALUES (2, 15, 4, 'Copyright 2004 XXX 3dfx Interactive. conspicuously and appropriately publish on each copy of a derivative work">
165', '257e7a16fdea45af00db34b34901297e', 'statement', 98, 212);
166INSERT INTO copyright VALUES (3, 15, 2, 'Copyright © 1990-2007 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. For more information contact: Condor Team, Attention: Professor Miron Livny, Dept of Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.', '38fed8260a51272cce26cb9a9e8ae150', 'statement', 288, 605);
167INSERT INTO copyright VALUES (4, 15, 2, 'Copyright (c) 1999 University of Chicago and The University of Southern California. All Rights Reserved.', '838e7addcd532fd109fcf9046b830fcb', 'statement', 6315, 6419);
168INSERT INTO copyright VALUES (5, 15, 2, 'http://www.condorproject.org/', '7b3bded8d05be4f8f286137d781671c5', 'url', 816, 845);
169INSERT INTO copyright VALUES (6, 15, 2, 'http://www.condorproject.org/)"', '5f99b6394b68ba3efd6355d001cf5c9c', 'url', 1537, 1568);
170INSERT INTO copyright VALUES (7, 15, 2, 'http://pages.cs.wisc.edu/~miron/miron.html', '8c35167907ce1778906c09d05ecf2008', 'url', 6096, 6138);
171INSERT INTO copyright VALUES (8, 15, 2, 'http://www.globus.org/)', '01792705aacafab69309d1a5b10a1ff3', 'url', 6238, 6261);
172INSERT INTO copyright VALUES (9, 15, 2, 'http://www.gnu.org/software/libc/', '0083c8b416c911ebd402eb58b58d6aee', 'url', 6569, 6602);
173INSERT INTO copyright VALUES (10, 15, 2, 'miron@cs.wisc.edu', '1102feddb903c81db7bd06a95548f49f', 'email', 587, 604);
174INSERT INTO copyright VALUES (11, 15, 2, 'condor-admin@cs.wisc.edu', '330bfb156248b5c4a07d7bb14b2e7b86', 'email', 2245, 2269);
175INSERT INTO copyright VALUES (12, 15, 2, 'miron@cs.wisc.edu', '1102feddb903c81db7bd06a95548f49f', 'email', 6078, 6095);
176INSERT INTO copyright VALUES (13, 15, 2, 'CONTRIBUTORS', '98f07bc20cb66328be238119df96c490', 'author', 3686, 3698);
177INSERT INTO copyright VALUES (14, 15, 2, 'CONTRIBUTORS MAKE NO REPRESENTATION THAT THE SOFTWARE, MODIFICATIONS, ENHANCEMENTS OR DERIVATIVE WORKS THEREOF, WILL NOT INFRINGE ANY PATENT, COPYRIGHT, TRADEMARK, TRADE SECRET OR OTHER PROPRIETARY RIGHT.', 'f024c21e035ed961f01c504644199975', 'author', 3931, 4135);
178INSERT INTO copyright VALUES (15, 15, 2, 'CONTRIBUTORS SHALL HAVE NO LIABILITY TO LICENSEE OR OTHER PERSONS FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, LOSS OF USE, DATA OR PROFITS, OR BUSINESS INTERRUPTION, HOWEVER CAUSED AND ON ANY THEORY OF CONTRACT, WARRANTY, TORT', '9d35c5020b1a224f65a49c8615821d91', 'author', 4196, 4560);
179INSERT INTO copyright VALUES (16, 15, 5, 'Copyright:
180', '82b9c4a898c9c8e7dd3b2f12c9efe2f1', 'statement', 79, 90);
181INSERT INTO copyright VALUES (17, 15, 5, 'Copyright 2004 XXX 3dfx Interactive. conspicuously and appropriately publish on each copy of a derivative work">
182', '257e7a16fdea45af00db34b34901297e', 'statement', 92, 206);
183INSERT INTO copyright VALUES (18, 15, 6, 'Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved.', 'b3a0b78c4f3bda49400c03e2dc4af2fe', 'statement', 343, 426);
184INSERT INTO copyright VALUES (19, 15, 6, 'phk@login.dknet.dk', 'be9a31b6132e46a413774b36859fb540', 'email', 1685, 1703);
185INSERT INTO copyright VALUES (20, 15, 6, 'andersen@uclibc.org', 'b80a70781d6e6a7bba4953b6ecd2e214', 'email', 2185, 2204);
186INSERT INTO copyright VALUES (21, 15, 3, 'Copyright � 1990-2006 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. For more information contact: Condor Team, Attention: Professor Miron Livny, Dept of Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, 608) 262-0856 or miron@cs.wisc.edu.', '80b1b708b6c123ebcbab66818e432351', 'statement', 54, 370);
187INSERT INTO copyright VALUES (23, 15, 3, 'http://www.condorproject.org/', '7b3bded8d05be4f8f286137d781671c5', 'url', 820, 849);
188INSERT INTO copyright VALUES (24, 15, 3, 'http://www.condorproject.org/)"', '5f99b6394b68ba3efd6355d001cf5c9c', 'url', 1545, 1576);
189INSERT INTO copyright VALUES (25, 15, 3, 'http://www.cs.wisc.edu/~miron/miron.html', 'a9731964cbb7701ae0191d610f8d2224', 'url', 6363, 6403);
190INSERT INTO copyright VALUES (26, 15, 3, 'http://www.globus.org/)', '01792705aacafab69309d1a5b10a1ff3', 'url', 6509, 6532);
191INSERT INTO copyright VALUES (27, 15, 3, 'http://www.gnu.org/software/libc/', '0083c8b416c911ebd402eb58b58d6aee', 'url', 6858, 6891);
192INSERT INTO copyright VALUES (28, 15, 3, 'miron@cs.wisc.edu', '1102feddb903c81db7bd06a95548f49f', 'email', 352, 369);
193INSERT INTO copyright VALUES (29, 15, 3, 'condor-admin@cs.wisc.edu', '330bfb156248b5c4a07d7bb14b2e7b86', 'email', 2295, 2319);
194INSERT INTO copyright VALUES (30, 15, 3, 'miron@cs.wisc.edu', '1102feddb903c81db7bd06a95548f49f', 'email', 6345, 6362);
195INSERT INTO copyright VALUES (31, 15, 3, 'authority', '873e9c0b50183b613336eea1020f4369', 'author', 570, 579);
196INSERT INTO copyright VALUES (32, 15, 3, 'Contributors and the University', '1b9da6873af4fafcecb86a7778e976b8', 'author', 730, 761);
197INSERT INTO copyright VALUES (33, 15, 3, 'CONTRIBUTORS AND THE UNIVERSITY', 'ef6a95f6baea2c6f551161de39c4a67f', 'author', 3826, 3863);
198INSERT INTO copyright VALUES (34, 15, 3, 'CONTRIBUTORS AND THE UNIVERSITY MAKE NO REPRESENTATION THAT THE', '57d9c9d62a47e75d9f90ba05c82748e5', 'author', 4120, 4183);
199INSERT INTO copyright VALUES (35, 15, 3, 'CONTRIBUTORS AND ANY OTHER OFFICER', '1cb39133d8d92e45813cd58562660ee1', 'author', 4426, 4460);
200
201
202--
203-- Data for Name: copyright_ars; Type: TABLE DATA; Schema: public; Owner: fossy
204--
205
206INSERT INTO copyright_ars VALUES (2, 15, 1, true, NULL, '2015-05-04 11:43:17.244277+02', '2015-05-04 11:43:17.304726+02');
207
208
209--
210-- Data for Name: copyright_decision; Type: TABLE DATA; Schema: public; Owner: fossy
211--
212
213INSERT INTO copyright_decision VALUES (1, 2, 2, 5, '', '', '');
214INSERT INTO copyright_decision VALUES (2, 2, 3, 4, '', '', '');
215INSERT INTO copyright_decision VALUES (3, 2, 6, 4, '', '', '');
216INSERT INTO copyright_decision VALUES (4, 2, 3, 5, '', '', '');
217
218
219
220INSERT INTO decider_ars VALUES (5, 20, 1, true, NULL, '2015-05-04 11:43:18.236117+02', '2015-05-04 11:43:18.305526+02');
221
222
223
224INSERT INTO folder VALUES (1, 'Software Repository', NULL, 'Top Folder', NULL);
225
226
227
228INSERT INTO foldercontents VALUES (1, 1, 0, 0);
229INSERT INTO foldercontents VALUES (2, 1, 2, 1);
230
231
232--
233-- Data for Name: group_user_member; Type: TABLE DATA; Schema: public; Owner: fossy
234--
235
236INSERT INTO group_user_member VALUES (1, 1, 1, 1);
237INSERT INTO group_user_member VALUES (2, 2, 2, 1);
238
239
240
241INSERT INTO highlight VALUES ('L ', 867, 71, 3, NULL, NULL);
242INSERT INTO highlight VALUES ('L ', 234, 34, 3, NULL, NULL);
243INSERT INTO highlight VALUES ('M ', 234, 5709, 4, 0, 5666);
244INSERT INTO highlight VALUES ('M0', 0, 1129, 6, 0, 1137);
245INSERT INTO highlight VALUES ('M+', 1134, 2, 6, 1141, 0);
246INSERT INTO highlight VALUES ('M0', 1137, 230, 6, 1141, 221);
247INSERT INTO highlight VALUES ('M+', 1372, 2, 6, 1364, 0);
248INSERT INTO highlight VALUES ('M0', 1375, 363, 6, 1364, 322);
249INSERT INTO highlight VALUES ('M+', 1743, 2, 6, 1690, 0);
250INSERT INTO highlight VALUES ('M0', 1746, 172, 6, 1690, 166);
251INSERT INTO highlight VALUES ('M+', 1923, 2, 6, 1858, 0);
252INSERT INTO highlight VALUES ('M0', 1926, 398, 6, 1858, 383);
253INSERT INTO highlight VALUES ('M+', 2329, 2, 6, 2243, 0);
254INSERT INTO highlight VALUES ('M0', 2332, 1417, 6, 2243, 1330);
255INSERT INTO highlight VALUES ('M+', 3754, 2, 6, 3577, 0);
256INSERT INTO highlight VALUES ('M0', 3757, 608, 6, 3577, 554);
257INSERT INTO highlight VALUES ('M+', 4370, 2, 6, 4135, 0);
258INSERT INTO highlight VALUES ('M0', 4373, 695, 6, 4135, 635);
259INSERT INTO highlight VALUES ('M+', 5073, 2, 6, 4774, 0);
260INSERT INTO highlight VALUES ('M0', 5076, 568, 6, 4774, 544);
261INSERT INTO highlight VALUES ('M+', 5649, 2, 6, 5320, 0);
262INSERT INTO highlight VALUES ('M0', 5652, 755, 6, 5320, 746);
263INSERT INTO highlight VALUES ('L ', 871, 71, 7, NULL, NULL);
264INSERT INTO highlight VALUES ('L ', 0, 34, 7, NULL, NULL);
265INSERT INTO highlight VALUES ('L ', 98, 36, 8, NULL, NULL);
266INSERT INTO highlight VALUES ('L ', 136, 73, 8, NULL, NULL);
267INSERT INTO highlight VALUES ('L ', 92, 36, 9, NULL, NULL);
268INSERT INTO highlight VALUES ('L ', 130, 73, 9, NULL, NULL);
269INSERT INTO highlight VALUES ('L ', 353, 35, 11, NULL, NULL);
270INSERT INTO highlight VALUES ('L ', 691, 29, 11, NULL, NULL);
271INSERT INTO highlight VALUES ('L ', 1639, 269, 10, NULL, NULL);
272
273
274--
275-- Data for Name: highlight_bulk; Type: TABLE DATA; Schema: public; Owner: fossy
276--
277
278
279
280--
281-- Data for Name: highlight_keyword; Type: TABLE DATA; Schema: public; Owner: fossy
282--
283
284INSERT INTO highlight_keyword VALUES (2, 1619, 14);
285INSERT INTO highlight_keyword VALUES (2, 1657, 14);
286INSERT INTO highlight_keyword VALUES (2, 3700, 5);
287INSERT INTO highlight_keyword VALUES (2, 39, 9);
288INSERT INTO highlight_keyword VALUES (2, 288, 9);
289INSERT INTO highlight_keyword VALUES (2, 298, 2);
290INSERT INTO highlight_keyword VALUES (2, 3664, 9);
291INSERT INTO highlight_keyword VALUES (2, 3909, 9);
292INSERT INTO highlight_keyword VALUES (2, 4073, 9);
293INSERT INTO highlight_keyword VALUES (2, 4174, 9);
294INSERT INTO highlight_keyword VALUES (2, 6315, 9);
295INSERT INTO highlight_keyword VALUES (2, 6325, 3);
296INSERT INTO highlight_keyword VALUES (2, 6504, 2);
297INSERT INTO highlight_keyword VALUES (2, 4343, 7);
298INSERT INTO highlight_keyword VALUES (2, 4712, 7);
299INSERT INTO highlight_keyword VALUES (2, 2665, 6);
300INSERT INTO highlight_keyword VALUES (2, 4017, 6);
301INSERT INTO highlight_keyword VALUES (2, 909, 9);
302INSERT INTO highlight_keyword VALUES (2, 1131, 9);
303INSERT INTO highlight_keyword VALUES (2, 1420, 9);
304INSERT INTO highlight_keyword VALUES (2, 2154, 9);
305INSERT INTO highlight_keyword VALUES (2, 6430, 9);
306INSERT INTO highlight_keyword VALUES (2, 2429, 5);
307INSERT INTO highlight_keyword VALUES (2, 3295, 5);
308INSERT INTO highlight_keyword VALUES (2, 3473, 5);
309INSERT INTO highlight_keyword VALUES (2, 4154, 10);
310INSERT INTO highlight_keyword VALUES (2, 4222, 10);
311INSERT INTO highlight_keyword VALUES (2, 4592, 10);
312INSERT INTO highlight_keyword VALUES (2, 4962, 10);
313INSERT INTO highlight_keyword VALUES (2, 53, 6);
314INSERT INTO highlight_keyword VALUES (2, 248, 6);
315INSERT INTO highlight_keyword VALUES (2, 1047, 6);
316INSERT INTO highlight_keyword VALUES (2, 1074, 6);
317INSERT INTO highlight_keyword VALUES (2, 1227, 6);
318INSERT INTO highlight_keyword VALUES (2, 2309, 6);
319INSERT INTO highlight_keyword VALUES (2, 2489, 6);
320INSERT INTO highlight_keyword VALUES (2, 2695, 6);
321INSERT INTO highlight_keyword VALUES (2, 2919, 6);
322INSERT INTO highlight_keyword VALUES (2, 3019, 6);
323INSERT INTO highlight_keyword VALUES (2, 3073, 6);
324INSERT INTO highlight_keyword VALUES (2, 3345, 6);
325INSERT INTO highlight_keyword VALUES (2, 3423, 6);
326INSERT INTO highlight_keyword VALUES (2, 3547, 6);
327INSERT INTO highlight_keyword VALUES (2, 4236, 6);
328INSERT INTO highlight_keyword VALUES (2, 4726, 6);
329INSERT INTO highlight_keyword VALUES (2, 4852, 6);
330INSERT INTO highlight_keyword VALUES (2, 4932, 6);
331INSERT INTO highlight_keyword VALUES (2, 5179, 6);
332INSERT INTO highlight_keyword VALUES (2, 5293, 6);
333INSERT INTO highlight_keyword VALUES (2, 5390, 6);
334INSERT INTO highlight_keyword VALUES (2, 5482, 6);
335INSERT INTO highlight_keyword VALUES (2, 5497, 6);
336INSERT INTO highlight_keyword VALUES (2, 5654, 6);
337INSERT INTO highlight_keyword VALUES (2, 5821, 6);
338INSERT INTO highlight_keyword VALUES (2, 5935, 6);
339INSERT INTO highlight_keyword VALUES (2, 2295, 6);
340INSERT INTO highlight_keyword VALUES (2, 2508, 6);
341INSERT INTO highlight_keyword VALUES (2, 2688, 6);
342INSERT INTO highlight_keyword VALUES (2, 2892, 6);
343INSERT INTO highlight_keyword VALUES (2, 2912, 6);
344INSERT INTO highlight_keyword VALUES (2, 3109, 6);
345INSERT INTO highlight_keyword VALUES (2, 3255, 6);
346INSERT INTO highlight_keyword VALUES (2, 3338, 6);
347INSERT INTO highlight_keyword VALUES (2, 3540, 6);
348INSERT INTO highlight_keyword VALUES (2, 4065, 6);
349INSERT INTO highlight_keyword VALUES (2, 2088, 7);
350INSERT INTO highlight_keyword VALUES (2, 4816, 7);
351INSERT INTO highlight_keyword VALUES (2, 6629, 7);
352INSERT INTO highlight_keyword VALUES (2, 973, 17);
353INSERT INTO highlight_keyword VALUES (2, 2628, 11);
354INSERT INTO highlight_keyword VALUES (2, 6528, 11);
355INSERT INTO highlight_keyword VALUES (2, 1087, 10);
356INSERT INTO highlight_keyword VALUES (2, 6674, 20);
357INSERT INTO highlight_keyword VALUES (2, 3734, 7);
358INSERT INTO highlight_keyword VALUES (2, 3789, 7);
359INSERT INTO highlight_keyword VALUES (2, 4546, 7);
360INSERT INTO highlight_keyword VALUES (2, 4379, 13);
361INSERT INTO highlight_keyword VALUES (3, 1628, 14);
362INSERT INTO highlight_keyword VALUES (3, 1672, 14);
363INSERT INTO highlight_keyword VALUES (3, 3865, 5);
364INSERT INTO highlight_keyword VALUES (3, 54, 9);
365INSERT INTO highlight_keyword VALUES (3, 708, 9);
366INSERT INTO highlight_keyword VALUES (3, 3804, 9);
367INSERT INTO highlight_keyword VALUES (3, 4092, 9);
368INSERT INTO highlight_keyword VALUES (3, 4293, 9);
369INSERT INTO highlight_keyword VALUES (3, 4404, 9);
370INSERT INTO highlight_keyword VALUES (3, 6590, 9);
371INSERT INTO highlight_keyword VALUES (3, 6600, 3);
372INSERT INTO highlight_keyword VALUES (3, 6789, 2);
373INSERT INTO highlight_keyword VALUES (3, 4651, 7);
374INSERT INTO highlight_keyword VALUES (3, 5056, 7);
375INSERT INTO highlight_keyword VALUES (3, 2732, 6);
376INSERT INTO highlight_keyword VALUES (3, 4231, 6);
377INSERT INTO highlight_keyword VALUES (3, 913, 9);
378INSERT INTO highlight_keyword VALUES (3, 1137, 9);
379INSERT INTO highlight_keyword VALUES (3, 1414, 9);
380INSERT INTO highlight_keyword VALUES (3, 2201, 9);
381INSERT INTO highlight_keyword VALUES (3, 6711, 9);
382INSERT INTO highlight_keyword VALUES (3, 2487, 5);
383INSERT INTO highlight_keyword VALUES (3, 3401, 5);
384INSERT INTO highlight_keyword VALUES (3, 3597, 5);
385INSERT INTO highlight_keyword VALUES (3, 4382, 10);
386INSERT INTO highlight_keyword VALUES (3, 4518, 10);
387INSERT INTO highlight_keyword VALUES (3, 4924, 10);
388INSERT INTO highlight_keyword VALUES (3, 5598, 10);
389INSERT INTO highlight_keyword VALUES (3, 14, 6);
390INSERT INTO highlight_keyword VALUES (3, 1051, 6);
391INSERT INTO highlight_keyword VALUES (3, 1072, 6);
392INSERT INTO highlight_keyword VALUES (3, 1236, 6);
393INSERT INTO highlight_keyword VALUES (3, 2361, 6);
394INSERT INTO highlight_keyword VALUES (3, 2550, 6);
395INSERT INTO highlight_keyword VALUES (3, 2765, 6);
396INSERT INTO highlight_keyword VALUES (3, 2998, 6);
397INSERT INTO highlight_keyword VALUES (3, 3104, 6);
398INSERT INTO highlight_keyword VALUES (3, 3160, 6);
399INSERT INTO highlight_keyword VALUES (3, 3457, 6);
400INSERT INTO highlight_keyword VALUES (3, 3541, 6);
401INSERT INTO highlight_keyword VALUES (3, 3677, 6);
402INSERT INTO highlight_keyword VALUES (3, 4538, 6);
403INSERT INTO highlight_keyword VALUES (3, 5230, 6);
404INSERT INTO highlight_keyword VALUES (3, 5273, 6);
405INSERT INTO highlight_keyword VALUES (3, 5491, 6);
406INSERT INTO highlight_keyword VALUES (3, 5612, 6);
407INSERT INTO highlight_keyword VALUES (3, 5729, 6);
408INSERT INTO highlight_keyword VALUES (3, 5745, 6);
409INSERT INTO highlight_keyword VALUES (3, 5908, 6);
410INSERT INTO highlight_keyword VALUES (3, 6084, 6);
411INSERT INTO highlight_keyword VALUES (3, 6201, 6);
412INSERT INTO highlight_keyword VALUES (3, 2347, 6);
413INSERT INTO highlight_keyword VALUES (3, 2569, 6);
414INSERT INTO highlight_keyword VALUES (3, 2758, 6);
415INSERT INTO highlight_keyword VALUES (3, 2971, 6);
416INSERT INTO highlight_keyword VALUES (3, 2991, 6);
417INSERT INTO highlight_keyword VALUES (3, 3203, 6);
418INSERT INTO highlight_keyword VALUES (3, 3361, 6);
419INSERT INTO highlight_keyword VALUES (3, 3450, 6);
420INSERT INTO highlight_keyword VALUES (3, 3670, 6);
421INSERT INTO highlight_keyword VALUES (3, 4285, 6);
422INSERT INTO highlight_keyword VALUES (3, 2127, 7);
423INSERT INTO highlight_keyword VALUES (3, 5220, 7);
424INSERT INTO highlight_keyword VALUES (3, 977, 17);
425INSERT INTO highlight_keyword VALUES (3, 2695, 11);
426INSERT INTO highlight_keyword VALUES (3, 6813, 11);
427INSERT INTO highlight_keyword VALUES (3, 1091, 10);
428INSERT INTO highlight_keyword VALUES (3, 3899, 7);
429INSERT INTO highlight_keyword VALUES (3, 3960, 7);
430INSERT INTO highlight_keyword VALUES (3, 4872, 7);
431INSERT INTO highlight_keyword VALUES (3, 5297, 7);
432INSERT INTO highlight_keyword VALUES (3, 4693, 13);
433INSERT INTO highlight_keyword VALUES (4, 85, 9);
434INSERT INTO highlight_keyword VALUES (4, 98, 9);
435INSERT INTO highlight_keyword VALUES (4, 194, 6);
436INSERT INTO highlight_keyword VALUES (5, 79, 9);
437INSERT INTO highlight_keyword VALUES (5, 92, 9);
438INSERT INTO highlight_keyword VALUES (5, 188, 6);
439INSERT INTO highlight_keyword VALUES (6, 1101, 5);
440INSERT INTO highlight_keyword VALUES (6, 123, 2);
441INSERT INTO highlight_keyword VALUES (6, 250, 2);
442INSERT INTO highlight_keyword VALUES (6, 261, 2);
443INSERT INTO highlight_keyword VALUES (6, 279, 2);
444INSERT INTO highlight_keyword VALUES (6, 343, 9);
445INSERT INTO highlight_keyword VALUES (6, 353, 3);
446INSERT INTO highlight_keyword VALUES (6, 1300, 2);
447INSERT INTO highlight_keyword VALUES (6, 1968, 2);
448INSERT INTO highlight_keyword VALUES (6, 4647, 2);
449INSERT INTO highlight_keyword VALUES (6, 4682, 3);
450INSERT INTO highlight_keyword VALUES (6, 4780, 2);
451INSERT INTO highlight_keyword VALUES (6, 4815, 3);
452INSERT INTO highlight_keyword VALUES (6, 4913, 2);
453INSERT INTO highlight_keyword VALUES (6, 4948, 3);
454INSERT INTO highlight_keyword VALUES (6, 5046, 2);
455INSERT INTO highlight_keyword VALUES (6, 5081, 3);
456INSERT INTO highlight_keyword VALUES (6, 5322, 2);
457INSERT INTO highlight_keyword VALUES (6, 5627, 2);
458INSERT INTO highlight_keyword VALUES (6, 6890, 2);
459INSERT INTO highlight_keyword VALUES (6, 6944, 2);
460INSERT INTO highlight_keyword VALUES (6, 7087, 2);
461INSERT INTO highlight_keyword VALUES (6, 7133, 2);
462INSERT INTO highlight_keyword VALUES (6, 7179, 2);
463INSERT INTO highlight_keyword VALUES (6, 7225, 2);
464INSERT INTO highlight_keyword VALUES (6, 7335, 2);
465INSERT INTO highlight_keyword VALUES (6, 7338, 2);
466INSERT INTO highlight_keyword VALUES (6, 7384, 2);
467INSERT INTO highlight_keyword VALUES (6, 7459, 2);
468INSERT INTO highlight_keyword VALUES (6, 7520, 2);
469INSERT INTO highlight_keyword VALUES (6, 7523, 2);
470INSERT INTO highlight_keyword VALUES (6, 7609, 2);
471INSERT INTO highlight_keyword VALUES (6, 7670, 2);
472INSERT INTO highlight_keyword VALUES (6, 7673, 2);
473INSERT INTO highlight_keyword VALUES (6, 7759, 2);
474INSERT INTO highlight_keyword VALUES (6, 7820, 2);
475INSERT INTO highlight_keyword VALUES (6, 7823, 2);
476INSERT INTO highlight_keyword VALUES (6, 7909, 2);
477INSERT INTO highlight_keyword VALUES (6, 7970, 2);
478INSERT INTO highlight_keyword VALUES (6, 7973, 2);
479INSERT INTO highlight_keyword VALUES (6, 8026, 2);
480INSERT INTO highlight_keyword VALUES (6, 8091, 2);
481INSERT INTO highlight_keyword VALUES (6, 8141, 2);
482INSERT INTO highlight_keyword VALUES (6, 8179, 2);
483INSERT INTO highlight_keyword VALUES (6, 8229, 2);
484INSERT INTO highlight_keyword VALUES (6, 8324, 2);
485INSERT INTO highlight_keyword VALUES (6, 8374, 2);
486INSERT INTO highlight_keyword VALUES (6, 8412, 2);
487INSERT INTO highlight_keyword VALUES (6, 8462, 2);
488INSERT INTO highlight_keyword VALUES (6, 8557, 2);
489INSERT INTO highlight_keyword VALUES (6, 8607, 2);
490INSERT INTO highlight_keyword VALUES (6, 8645, 2);
491INSERT INTO highlight_keyword VALUES (6, 8695, 2);
492INSERT INTO highlight_keyword VALUES (6, 8790, 2);
493INSERT INTO highlight_keyword VALUES (6, 8840, 2);
494INSERT INTO highlight_keyword VALUES (6, 8878, 2);
495INSERT INTO highlight_keyword VALUES (6, 8928, 2);
496INSERT INTO highlight_keyword VALUES (6, 9060, 2);
497INSERT INTO highlight_keyword VALUES (6, 9112, 2);
498INSERT INTO highlight_keyword VALUES (6, 9152, 2);
499INSERT INTO highlight_keyword VALUES (6, 9204, 2);
500INSERT INTO highlight_keyword VALUES (6, 9256, 2);
501INSERT INTO highlight_keyword VALUES (6, 9308, 2);
502INSERT INTO highlight_keyword VALUES (6, 9348, 2);
503INSERT INTO highlight_keyword VALUES (6, 9400, 2);
504INSERT INTO highlight_keyword VALUES (6, 9452, 2);
505INSERT INTO highlight_keyword VALUES (6, 9504, 2);
506INSERT INTO highlight_keyword VALUES (6, 9545, 2);
507INSERT INTO highlight_keyword VALUES (6, 9598, 2);
508INSERT INTO highlight_keyword VALUES (6, 9651, 2);
509INSERT INTO highlight_keyword VALUES (6, 9704, 2);
510INSERT INTO highlight_keyword VALUES (6, 9745, 2);
511INSERT INTO highlight_keyword VALUES (6, 9798, 2);
512INSERT INTO highlight_keyword VALUES (6, 9924, 2);
513INSERT INTO highlight_keyword VALUES (6, 9977, 2);
514INSERT INTO highlight_keyword VALUES (6, 10018, 2);
515INSERT INTO highlight_keyword VALUES (6, 10071, 2);
516INSERT INTO highlight_keyword VALUES (6, 10124, 2);
517INSERT INTO highlight_keyword VALUES (6, 10177, 2);
518INSERT INTO highlight_keyword VALUES (6, 10218, 2);
519INSERT INTO highlight_keyword VALUES (6, 10271, 2);
520INSERT INTO highlight_keyword VALUES (6, 10324, 2);
521INSERT INTO highlight_keyword VALUES (6, 10377, 2);
522INSERT INTO highlight_keyword VALUES (6, 10418, 2);
523INSERT INTO highlight_keyword VALUES (6, 10471, 2);
524INSERT INTO highlight_keyword VALUES (6, 10524, 2);
525INSERT INTO highlight_keyword VALUES (6, 10577, 2);
526INSERT INTO highlight_keyword VALUES (6, 10618, 2);
527INSERT INTO highlight_keyword VALUES (6, 10671, 2);
528INSERT INTO highlight_keyword VALUES (6, 10798, 2);
529INSERT INTO highlight_keyword VALUES (6, 10851, 2);
530INSERT INTO highlight_keyword VALUES (6, 10892, 2);
531INSERT INTO highlight_keyword VALUES (6, 10945, 2);
532INSERT INTO highlight_keyword VALUES (6, 10998, 2);
533INSERT INTO highlight_keyword VALUES (6, 11051, 2);
534INSERT INTO highlight_keyword VALUES (6, 11092, 2);
535INSERT INTO highlight_keyword VALUES (6, 11145, 2);
536INSERT INTO highlight_keyword VALUES (6, 11198, 2);
537INSERT INTO highlight_keyword VALUES (6, 11251, 2);
538INSERT INTO highlight_keyword VALUES (6, 11292, 2);
539INSERT INTO highlight_keyword VALUES (6, 11345, 2);
540INSERT INTO highlight_keyword VALUES (6, 11398, 2);
541INSERT INTO highlight_keyword VALUES (6, 11451, 2);
542INSERT INTO highlight_keyword VALUES (6, 11492, 2);
543INSERT INTO highlight_keyword VALUES (6, 11545, 2);
544INSERT INTO highlight_keyword VALUES (6, 11672, 2);
545INSERT INTO highlight_keyword VALUES (6, 11725, 2);
546INSERT INTO highlight_keyword VALUES (6, 11766, 2);
547INSERT INTO highlight_keyword VALUES (6, 11819, 2);
548INSERT INTO highlight_keyword VALUES (6, 11872, 2);
549INSERT INTO highlight_keyword VALUES (6, 11925, 2);
550INSERT INTO highlight_keyword VALUES (6, 11966, 2);
551INSERT INTO highlight_keyword VALUES (6, 12019, 2);
552INSERT INTO highlight_keyword VALUES (6, 12072, 2);
553INSERT INTO highlight_keyword VALUES (6, 12125, 2);
554INSERT INTO highlight_keyword VALUES (6, 12166, 2);
555INSERT INTO highlight_keyword VALUES (6, 12219, 2);
556INSERT INTO highlight_keyword VALUES (6, 12272, 2);
557INSERT INTO highlight_keyword VALUES (6, 12325, 2);
558INSERT INTO highlight_keyword VALUES (6, 12366, 2);
559INSERT INTO highlight_keyword VALUES (6, 12419, 2);
560INSERT INTO highlight_keyword VALUES (6, 12515, 2);
561INSERT INTO highlight_keyword VALUES (6, 704, 6);
562INSERT INTO highlight_keyword VALUES (6, 474, 5);
563INSERT INTO highlight_keyword VALUES (6, 680, 5);
564INSERT INTO highlight_keyword VALUES (6, 433, 6);
565INSERT INTO highlight_keyword VALUES (6, 664, 6);
566INSERT INTO highlight_keyword VALUES (6, 1623, 6);
567INSERT INTO highlight_keyword VALUES (6, 1653, 6);
568INSERT INTO highlight_keyword VALUES (6, 3019, 7);
569INSERT INTO highlight_keyword VALUES (6, 1138, 7);
570
571INSERT INTO job VALUES (1, '2015-05-04 11:43:14.909163+02', 0, NULL, 'ReportTestfiles.tar', 1, NULL, 2, 2);
572
573
574INSERT INTO jobqueue VALUES (1, 1, 'ununpack', '1', '2015-05-04 11:43:14.952183+02', '2015-05-04 11:43:16.129263+02', 'Completed', 1, NULL, 10, NULL, NULL, NULL, NULL);
575INSERT INTO jobqueue VALUES (2, 1, 'adj2nest', '1', '2015-05-04 11:43:16.154304+02', '2015-05-04 11:43:16.167857+02', 'Completed', 1, NULL, 10, NULL, NULL, NULL, NULL);
576INSERT INTO jobqueue VALUES (3, 1, 'copyright', '1', '2015-05-04 11:43:17.209319+02', '2015-05-04 11:43:17.317435+02', 'Completed', 1, NULL, 5, NULL, NULL, NULL, NULL);
577INSERT INTO jobqueue VALUES (4, 1, 'monk', '1', '2015-05-04 11:43:17.19792+02', '2015-05-04 11:43:17.864866+02', 'Completed', 1, NULL, 5, NULL, NULL, NULL, NULL);
578INSERT INTO jobqueue VALUES (5, 1, 'nomos', '1', '2015-05-04 11:43:17.205995+02', '2015-05-04 11:43:18.096835+02', 'Completed', 1, NULL, 5, NULL, NULL, NULL, NULL);
579INSERT INTO jobqueue VALUES (6, 1, 'decider', '1', '2015-05-04 11:43:18.233253+02', '2015-05-04 11:43:19.307912+02', 'Completed', 1, NULL, 2, NULL, NULL, NULL, '-r1');
580INSERT INTO jobqueue VALUES (7, 1, 'report', '1', '2015-05-04 11:53:18.233253+02', NULL, '', 0, NULL, 2, NULL, NULL, NULL, NULL);
581
582
583--
584-- Data for Name: jobdepends; Type: TABLE DATA; Schema: public; Owner: fossy
585--
586
587INSERT INTO jobdepends VALUES (2, 1);
588INSERT INTO jobdepends VALUES (3, 2);
589INSERT INTO jobdepends VALUES (4, 2);
590INSERT INTO jobdepends VALUES (5, 2);
591INSERT INTO jobdepends VALUES (6, 2);
592INSERT INTO jobdepends VALUES (6, 5);
593INSERT INTO jobdepends VALUES (6, 4);
594INSERT INTO jobdepends VALUES (6, 2);
595
596
597
598--
599-- Data for Name: license_candidate; Type: TABLE DATA; Schema: public; Owner: fossy
600--
601
602
603
604--
605-- Data for Name: license_file; Type: TABLE DATA; Schema: public; Owner: fossy
606--
607
608INSERT INTO license_file VALUES (1, NULL, 8, NULL, '2015-05-04 11:43:17.700032+02', 6, 1, NULL, NULL, NULL, NULL);
609INSERT INTO license_file VALUES (2, NULL, 8, NULL, '2015-05-04 11:43:17.703617+02', 4, 1, NULL, NULL, NULL, NULL);
610INSERT INTO license_file VALUES (3, 485, 1, NULL, '2015-05-04 11:43:17.711948+02', 2, 1, NULL, NULL, NULL, NULL);
611INSERT INTO license_file VALUES (4, 485, 8, 100, '2015-05-04 11:43:17.816367+02', 2, 1, NULL, NULL, NULL, NULL);
612INSERT INTO license_file VALUES (5, NULL, 8, NULL, '2015-05-04 11:43:17.835671+02', 5, 1, NULL, NULL, NULL, NULL);
613INSERT INTO license_file VALUES (6, 272, 8, 98, '2015-05-04 11:43:17.850531+02', 3, 1, NULL, NULL, NULL, NULL);
614INSERT INTO license_file VALUES (7, 272, 1, NULL, '2015-05-04 11:43:17.957299+02', 3, 1, NULL, NULL, NULL, NULL);
615INSERT INTO license_file VALUES (8, 199, 1, NULL, '2015-05-04 11:43:17.997061+02', 4, 1, NULL, NULL, NULL, NULL);
616INSERT INTO license_file VALUES (9, 199, 1, NULL, '2015-05-04 11:43:18.014822+02', 5, 1, NULL, NULL, NULL, NULL);
617INSERT INTO license_file VALUES (10, 560, 1, NULL, '2015-05-04 11:43:18.064022+02', 6, 1, NULL, NULL, NULL, NULL);
618INSERT INTO license_file VALUES (11, 561, 1, NULL, '2015-05-04 11:43:18.066447+02', 6, 1, NULL, NULL, NULL, NULL);
619
620
621
622--
623-- Data for Name: license_ref; Type: TABLE DATA; Schema: public; Owner: fossy
624--
625
626INSERT INTO license_ref VALUES (200, 'Adaptec', 'CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS AS WELL AS THE EXPORT COMPLIANCE REQUIREMENTS SET OUT BELOW. YOU MUST ANSWER THE REQUIRED QUESTION TRUTHFULLY TO LET US KNOW WHETHER YOU HAVE READ AND UNDERSTOOD THE TERMS AND CONDITIONS AND EXPORT COMPLIANCE REQUIREMENTS AND WHETHER YOU AGREE TO COMPLY. YOU MUST CLICK A FURTHER BUTTON TO CONFIRM YOUR ANSWER AND IF YOU ANSWER IN THE AFFIRMATIVE, A BINDING LICENSE AGREEMENT ("LICENSE") WILL BE CONCLUDED BETWEEN US. YOU MAY THEN PROCEED TO DOWNLOAD THE SOFTWARE.
627IF YOU DO NOT AGREE TO THESE TERMS, CONDITIONS, AND EXPORT COMPLIANCE REQUIREMENTS THEN DO NOT DOWNLOAD THE SOFTWARE. IF YOU WISH TO CANCEL THIS LICENSE AT ANY TIME YOU MAY DO SO BY DESTROYING ALL COPIES AND PARTIAL COPIES OF THE SOFTWARE WHICH YOU HAVE DOWNLOADED.
628YOU ALSO AGREE THAT YOU HAVE ALL NECESSARY INFORMATION IN ORDER TO ENTER INTO THIS LICENSE WHETHER UNDER AN APPLICABLE EUROPEAN E-COMMERCE DIRECTIVE OR OTHERWISE. IF YOU DO NOT AGREE TO THESE TERMS, CONDITIONS, AND REQUIREMENTS, DO NOT DOWNLOAD ANY FILES.
629Please retain a copy of the License for your files or you may contact ADAPTEC''s Legal Department at the address listed below for a further copy. This license may be concluded in English or the language in which it is drafted by ADAPTEC and appears to you online, as applicable. If you are a consumer residing in Europe (a "European Consumer") then this License shall not affect your statutory rights under the local laws in Europe.
630This License grants you a non-exclusive license to use the ADAPTEC Software and related documentation ("Software") on the following terms, conditions, and export compliance requirements:
631If you are NOT an individual consumer residing in Europe then the following terms, conditions and export compliance requirements apply and are a part of your license: ALL SECTIONS EXCEPT AS SPECIFIED HEREIN.
632If you are an individual consumer residing in Europe ("European Consumer") then the following terms, conditions and export compliance requirements apply and are made part of your License: 1, 2, 3, 4, applicable parts of 6, 7, 9 and the first paragraph of export compliance. IF YOU ARE A EUROPEAN CONSUMER THIS LICENSE SHALL NOT AFFECT YOUR RIGHTS UNDER THE STATUTORY LAWS OF EUROPE.
633Your right to use the Software. You may use the Software in machine readable form (i.e. the form you download from us) within a single working location. You may copy the Software in the same form solely for back-up purposes or use within a single working location. You must reproduce ADAPTEC''s copyright notice and proprietary legends. These requirements apply to European Consumers.
634Restrictions. This Software contains trade secrets and in order to protect them you may not: (1) distribute copies of the Software in any manner, including, but not limited to, distribution through web site posting; (2) decompile, reverse engineer, disassemble, or otherwise reduce the Software to a human perceivable form; (3) MODIFY, ADAPT OR TRANSLATE THE SOFTWARE INTO ANY OTHER FORM; (4) RENT, LEASE, LOAN, RESELL FOR PROFIT, OR CREATE DERIVATIVE WORKS BASED UPON THE SOFTWARE OR ANY PART OF IT. These requirements apply to European Consumers.
635Ownership. The Software is copyrighted by, proprietary to and a trade secret of ADAPTEC. ADAPTEC retains the title, ownership and intellectual property rights in and to the Software and all subsequent copies regardless of the form or media. The Software is protected by the copyright laws of the United States, the European Union, and international copyright treaties. This License is not a sale of the Software. These terms apply to European consumers.
636Termination. This License is effective until terminated. This License will terminate automatically without notice if you fail to comply with any of the provisions. Upon termination you shall destroy all copies of the Software including any partial copies. This provision applies to European Consumers.
637Disclaimer of Warranty. IF YOU ARE A EUROPEAN CONSUMER THEN THIS SECTION 5 DOES NOT APPLY TO YOU AND DOES NOT FORM PART OF YOUR LICENSE WITH US. PROCEED TO SECTION 6. THE SOFTWARE IS LICENSED TO YOU "AS IS." YOU ACCEPT ALL RISKS WHICH MAY ARISE FROM THE DOWNLOADING OF THE SOFTWARE, INCLUDING BUT NOT LIMITED TO ERRORS IN TRANSMISSION OR CORRUPTION OF EXISTING DATA OR SOFTWARE. ADAPTEC MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AND SPECIFICALLY DISCLAIMS ANY WARRANTY OF NON INFRINGEMENT OF THIRD PARTIES'' RIGHTS, WARRANTIES OF SATISFACTORY QUALITY AND OF FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow the exclusion of implied warranties or limitations of how long an implied warranty may last, so the above exclusion may not apply to you. You may also have other rights which vary from state to state.
638Limitation of Liability. FOR EUROPEAN CONSUMERS: WE WILL NOT BE LIABLE TO YOU WHERE YOU SUFFER LOSS WHICH WAS NOT FORESEEABLE TO YOU AND TO US WHEN YOU DOWNLOADED THE SOFTWARE (EVEN IF IT RESULTS FROM OUR FAILURE TO COMPLY WITH THIS LICENSE OR OUR NEGLIGENCE); WHERE YOU SUFFER ANY BUSINESS LOSS INCLUDING LOSS OF REVENUE, PROFITS OR ANTICIPATED SAVINGS (WHETHER THOSE LOSSES ARE THE DIRECT OR INDIRECT RESULT OF OUR DEFAULT); OR WHERE YOUR LOSS DOES NOT RESULT FROM OUR FAILURE TO COMPLY WITH THIS LICENSE OR OUR NEGLIGENCE. THE SOFTWARE HAS BEEN MADE AVAILABLE TO YOU FREE OF CHARGE. YOU MAY AT ANY TIME DOWNLOAD A FURTHER COPY OF THE SOFTWARE FREE OF CHARGE TO REPLACE YOUR ORIGINAL COPY OF THE SOFTWARE (CONSEQUENTLY, WE AND OUR SUPPLIERS WILL ONLY BE LIABLE TO YOU UP TO A MAXIMUM TOTAL LIMIT OF TWO THOUSAND DOLLARS U.S. OR ITS EURO EQUIVALENT AT THE TIME A CLAIM IS MADE). OUR MAXIMUM FINANCIAL RESPONSIBILITY TO YOU AND THAT OF OUR SUPPLIERS WILL NOT EXCEED THIS LIMIT EVEN IF THE ACTUAL LOSS YOU SUFFER IS MORE THAN THAT. HOWEVER, NOTHING IN THIS LICENSE SHALL RESTRICT ANY PARTY''S LIABILITY FOR FRAUD, DEATH OR PERSONAL INJURY ARISING FROM ITS NEGLIGENCE OR FOR FRAUD OR ANY FRAUDULENT MISREPRESENTATION.
639
640ALL OTHERS DOWNLOADING THE SOFTWARE: THE SOFTWARE IS PROVIDED FREE OF CHARGE TO YOU, THEREFORE UNDER NO CIRCUMSTANCES EXCEPT AS DESCRIBED HEREIN AND UNDER NO LEGAL THEORY, TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL ADAPTEC OR ITS SUPPLIERS OR RESELLERS BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY ECONOMIC LOSS (INCLUDING LOSS OF PROFIT) OR FOR ANY LOSS OF DATA, LOSS OF BUSINESS, LOSS OF GOODWILL, LOSS OF ANTICIPATED SAVINGS (IN EACH CASE WHETHER DIRECT OR INDIRECT) OR FOR ANY OTHER DIRECT OR INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER EVEN IF ADAPTEC SHALL HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. HOWEVER, NOTHING IN THIS LICENSE SHALL RESTRICT ANY PARTY''S LIABILITY FOR FRAUD, DEATH OR PERSONAL INJURY ARISING FROM ITS NEGLIGENCE OR FOR FRAUD OR ANY FRAUDULENT MISREPRESENTATION.
641Export. By downloading, you acknowledge that the laws and regulations of the United States and relevant countries within the European Union, restrict the export and re-export of the Software. Further, you agree that you will not export or re-export the Software or media in any form without the appropriate United States and foreign government approval. If you are a European Consumer you must not export Software outside the country in which you download it without our prior written permission. (See below for details on Export Compliance Requirements.)
642U.S. Government Restricted Rights. IF YOU ARE A EUROPEAN CONSUMER THEN THIS CLAUSE WILL NOT APPLY TO YOU AND DOES NOT FORM PART OF YOUR LICENSE AGREEMENT WITH US. PLEASE PROCEED TO SECTION 9. If the Software is acquired under the terms of a United States GSA contract, use, reproduction or disclosure is subject to the restrictions set forth in the applicable ADP Schedule contract. If the Software is acquired under the terms of a DoD or civilian agency contract, use, duplication or disclosure by the Government is subject to the restrictions of this License in accordance with 48 C.F.R. 12.212 of the Federal Acquisition Regulations and its successors and 48 C.F.R. 227.7202-1 of the DoD FAR Supplement and its successors. (See below for details on Export Compliance Requirements.)
643General. California residents entered into and to be performed within California, except as governed by Federal law. Should any provision of this License be declared unenforceable in any jurisdiction, then such provision shall be deemed to be severable from this License and shall not affect the remainder hereof. All rights in the Software not specifically granted in this License are reserved by Adaptec.
644EXPORT COMPLIANCE REQUIREMENTS
645Export of any information from the Adaptec web site (including Confidential Information obtained through Adaptec Access) outside of the United States is subject to all U.S. export control laws. You will abide by such laws and also to the provision of the U.S. Export-Re-export Requirements and Enhanced Proliferation Control Initiative set forth here. You and your organization will not sell, license, or otherwise provide or ship Adaptec products or technical data (or the direct product thereof) for export or re-export to the embargoed or restricted* countries listed below:
646Cuba, Iran, Libya, North Korea*, Sudan, and Syria*
647You agree not to transfer, export or re-export Adaptec products, technology or software to your customers or any intermediate entity in the chain of supply if our products will be used in the design, development, production, stockpiling or use of missiles, chemical or biological weapons or for nuclear end uses without obtaining prior authorization from the U.S. Government.
648You also agree that unless you receive prior authorization from the U.S. Department of Commerce, you shall not transfer, export or re-export, directly or indirectly, any Adaptec technology or software (or the direct product of such technology or software or any part thereof, or any process or service which is the direct product of such technology or software) to any Sanctioned and/or Embargoed entity listed on:
649	Debarred list (U.S. Department of State)
650	Specially Designated Nationals list (U.S. Department of Treasury)
651	Table of Denial Orders (U.S. Department of Commerce)
652If you have any questions concerning this License, contact:
653Adaptec, Inc.
654Legal Department
655691 South Milpitas Boulevard
656Milpitas, California 95035
657t.(408)957-1718
658f.(408)957-7137', 'http://www.adaptec.com/en-US/company/legal/legal_download.htm', NULL, NULL, NULL, 'Adaptec Software License', NULL, NULL, NULL, '', NULL, false, false, false, 'de5b952ba1bf302536e258f63545ba0c', 1, NULL);
659INSERT INTO license_ref VALUES (201, 'APL-1.0', 'ADAPTIVE PUBLIC LICENSE
660Version 1.0
661THE LICENSED WORK IS PROVIDED UNDER THE TERMS OF THIS ADAPTIVE PUBLIC LICENSE ("LICENSE"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE LICENSED WORK CONSTITUTES RECIPIENT''S ACCEPTANCE OF THIS LICENSE AND ITS TERMS, WHETHER OR NOT SUCH RECIPIENT READS THE TERMS OF THIS LICENSE. "LICENSED WORK" AND "RECIPIENT" ARE DEFINED BELOW.
662
663IMPORTANT NOTE: This License is "adaptive", and the generic version or another version of an Adaptive Public License should not be relied upon to determine your rights and obligations under this License. You must read the specific Adaptive Public License that you receive with the Licensed Work, as certain terms are defined at the outset by the Initial Contributor.
664
665See Section 2.2 below, Exhibit A attached, and any Suppfile.txt accompanying this License to determine the specific adaptive features applicable to this License. For example, without limiting the foregoing, (a) for selected choice of law and jurisdiction see Part 3 of Exhibit A; (b) for the selected definition of Third Party see Part 4 of Exhibit A; and (c) for selected patent licensing terms (if any) see Section 2.2 below and Part 6 of Exhibit A.
666
6671. DEFINITIONS.
668
6691.1. "CONTRIBUTION" means:
670
671(a) In the case of the Initial Contributor, the Initial Work distributed under this License by the Initial Contributor; and
672
673(b) In the case of each Subsequent Contributor, the Subsequent Work originating from and distributed by such Subsequent Contributor.
674
6751.2. "DESIGNATED WEB SITE" means the web site having the URL identified in Part 1 of Exhibit A, which URL may be changed by the Initial Contributor by posting on the current Designated Web Site the new URL for at least sixty (60) days.
676
6771.3. "DISTRIBUTOR" means any Person that distributes the Licensed Work or any portion thereof to at least one Third Party.
678
6791.4. "ELECTRONIC DISTRIBUTION MECHANISM" means any mechanism generally accepted in the software development community for the electronic transfer of data.
680
6811.5. "EXECUTABLE" means the Licensed Work in any form other than Source Code.
682
6831.6. "GOVERNING JURISDICTION" means the state, province or other legal jurisdiction identified in Part 3 of Exhibit A.
684
6851.7. "INDEPENDENT MODULE" means a separate module of software and/or data that is not a derivative work of or copied from the Licensed Work or any portion thereof. In addition, a module does not qualify as an Independent Module but instead forms part of the Licensed Work if the module: (a) is embedded in the Licensed Work; (b) is included by reference in the Licensed Work other than by a function call or a class reference; or (c) must be included or contained, in whole or in part, within a file directory or subdirectory actually containing files making up the Licensed Work.
686
6871.8. "INITIAL CONTRIBUTOR" means the Person or entity identified as the Initial Contributor in the notice required by Part 1 of Exhibit A.
688
6891.9. "INITIAL WORK" means the initial Source Code, object code (if any) and documentation for the computer program identified in Part 2 of Exhibit A, as such Source Code, object code and documentation is distributed under this License by the Initial Contributor.
690
6911.10. "LARGER WORK" means a work that combines the Licensed Work or portions thereof with code not governed by this License.
692
6931.11. "LICENSED WORK" means the Initial Work and/or any Subsequent Work, in each case including portions thereof.
694
6951.12. "LICENSE NOTICE" has the meaning assigned in Part 5 of Exhibit A.
696
6971.13. "MODIFICATION" or "MODIFICATIONS" means any change to and/or addition to the Licensed Work.
698
6991.14. "PERSON" means an individual or other legal entity, including a corporation, partnership or other body.
700
7011.15. "RECIPIENT" means any Person who receives or obtains the Licensed Work under this License (by way of example, without limiting the foregoing, any Subsequent Contributor or Distributor).
702
7031.16. "SOURCE CODE" means the source code for a computer program, including the source code for all modules and components of the computer program, plus any associated interface definition files, and scripts used to control compilation and installation of an executable.
704
7051.17. "SUBSEQUENT CONTRIBUTOR" means any Person that makes or contributes to the making of any Subsequent Work and that distributes that Subsequent Work to at least one Third Party.
706
7071.18. "SUBSEQUENT WORK" means a work that has resulted or arises from changes to and/or additions to:
708
709(a) the Initial Work;
710
711(b) any other Subsequent Work; or
712
713(c) to any combination of the Initial Work and any such other Subsequent Work;
714
715where such changes and/or additions originate from a Subsequent Contributor. A Subsequent Work will "originate" from a Subsequent Contributor if the Subsequent Work was a result of efforts by such Subsequent Contributor (or anyone acting on such Subsequent Contributor''s behalf, such as, a contractor or other entity that is engaged by or under the direction of the Subsequent Contributor). For greater certainty, a Subsequent Work expressly excludes and shall not capture within its meaning any Independent Module.
716
7171.19. "SUPPLEMENT FILE" means a file distributed with the Licensed Work having a file name "suppfile.txt".', 'http://www.opensource.org/licenses/apl1.0.php', NULL, NULL, NULL, 'Adaptive Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'eb59014579b4dda6991d5e9838506749', 1, NULL);
718INSERT INTO license_ref VALUES (206, 'AFL-3.0', 'Academic Free License ("AFL") v. 3.0
719This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following licensing notice adjacent to the copyright notice for the Original Work:
720
721Licensed under the Academic Free License version 3.0
722
7231) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following:
724
725a) to reproduce the Original Work in copies, either alone or as part of a collective work;
726
727b) to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works ("Derivative Works") based upon the Original Work;
728
729c) to distribute or communicate copies of the Original Work and Derivative Works to the public, under any license of your choice that does not contradict the terms and conditions, including Licensor''s reserved rights and remedies, in this Academic Free License;
730
731d) to perform the Original Work publicly; and
732
733e) to display the Original Work publicly.
734
7352) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works.
736
7373) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work.
738
7394) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor''s trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license.
740
7415) External Deployment. The term "External Deployment" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c).
742
7436) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.
744
7457) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer.
746
7478) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.
748
7499) Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including "fair use" or "fair dealing"). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c).
750
75110) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.
752
75311) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License.
754
75512) Attorneys'' Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys'' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.
756
75713) Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
758
75914) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
760
76115) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.
762
76316) Modification of This License. This License is Copyright © 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the "Modified License") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the "Academic Free License" or "AFL" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice "Licensed under <insert your license name here>" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process.', 'http://www.opensource.org/licenses/afl-3.0.php', NULL, NULL, NULL, 'Academic Free License 3.0', NULL, NULL, NULL, '', NULL, false, false, false, 'e3665b8fb610f24c8cd2c97b9498a303', 1, NULL);
764INSERT INTO license_ref VALUES (209, 'Agere', 'Agere LT Modem Driver License
765If you use the Agere LT Modem Driver, you must read and agree to the
766terms of the following license.
767
768Agere Systems WinModem End User SOFTWARE LICENSE AGREEMENT
769
770YOU SHOULD READ THE TERMS AND CONDITIONS OF THIS AGREEMENT BEFORE
771
772YOU DOWNLOAD AND USE THE AGERE SYSTEMS WINMODEM LICENSED SOFTWARE.
773
774ONCE YOU HAVE READ THIS LICENSE AGREEMENT AND AGREE TO ITS TERMS,
775
776YOU MAY DOWNLOAD AND USE THE AGERE SYSTEMS WINMODEM LICENSED SOFTWARE.
777
778DOWNLOADING OR USING THE AGERE SYSTEMS WINMODEM LICENSED SOFTWARE SHOWS
779
780YOUR ACCEPTANCE OF THE TERMS OF THIS LICENSE AGREEMENT.
781
782
783
784The terms and conditions of this Agreement will apply to the Agere
785
786Systems WinModem Software (hereafter "Software") supplied under this Agreement
787
788and any derivatives obtained therefrom, including any copy.  The term Software
789
790includes programs and related documentation supplied herewith.
791
792
793
794The following file is made available under the standard Linux license,
795
796a copy of which may be found at .
797
798serial.c
799
800serial24.c
801
802
803
804These additional files are not derived from any Linux open source content,
805
806and are subject to the following restrictions.
807
808ltmodem.c
809
810linuxif.h
811
812ltmdmobj.o
813
814Makefile
815
816ltinst
817
818ltuninst
819
820readme.txt
821
822
823
8241.0  TITLE AND LICENSE GRANT
825
826
827
828	1.1	The Software is copyrighted and/or contains proprietary
829
830                information protected by law.  All Software and all copies
831
832                thereof are and will remain the sole property of Agere Systems or
833
834                its suppliers.  Agere Systems hereby grants you a non-exclusive right
835
836                to use the Software, in whatever form recorded, which is furnished to
837
838                you under or in contemplation of this Agreement, in an Agere Systems
839
840                winmodem.  Any other use of the Software or removal of the Software from
841
842                a country in which use is licensed shall automatically terminate this license.
843
844
845
846	1.2	You agree to use your best efforts to see that any user of the Software
847
848                licensed hereunder complies with the terms and conditions of this Agreement.
849
850
851
8522.0  SOFTWARE USE
853
854
855
856	2.1	You are permitted to make copies of the Software provided that any such copy
857
858                shall contain the same copyright notice and proprietary marking included on
859
860                the original Software.
861
862
863
864	2.2	You agree not to merge or combine any portion of the Software with any other
865
866                software, other than the Linux operating system, unless expressly permitted by
867
868                the laws of the jurisdiction where you are located.  Any portion of the Software
869
870                merged or combined with the other software will continue to be the subject of the
871
872                terms and conditions of this Agreement and you agree to reproduce on the merged
873
874                or combined portion of the Software the copyright and other proprietary rights
875
876                notices included in the original Software.
877
878
879
880       2.3      Redistribution and Usage
881
882                Agere permits use and limited redistribution of this Licensed Software in source and
883
884                binary forms, with or without modification, subject to the following terms and conditions,
885
886                in addition to the terms mentioned in this agreement.
887
888
889
890                2.3.1 	Agere Systems reserves the right not to allow a third party to reuse or
891
892                        redistribute the software, at its sole discretion.
893
894
895
896                2.3.2	User hereby agrees not to remove or alter any copyright, trademark, credits
897
898                        and other proprietary notices contained within or associated with the Licensed
899
900                        Software, and shall include all such unaltered copyright, trademark, credits and
901
902                        other proprietary notices on or in every copy of the Software.
903
904
905
906                2.3.3	Notwithstanding any other provisions in this Agreement to the contrary, any
907
908                        modifications or alterations made to the Licensed Software shall cause any
909
910                        warranties and intellectual property indemnifications to become null and
911
912                        void and of no further effect.
913
914
915
9163.0  DISCLAIMER OF WARRANTY
917
918
919
920	3.1  You understand and acknowledge that the Software may contain errors, bugs or other
921
922             defects.  The Software is provided on AS-IS basis, without warranty of any kind.
923
924
925
926	3.2  Agere Systems has used reasonable efforts to minimize defects or errors in the Software.
927
928             HOWEVER, YOU ASSUME THE RISK OF ANY AND ALL DAMAGE OR LOSS FROM USE OR INABILITY TO USE
929
930             THE SOFTWARE.  Specifically, but not in limitation of the foregoing disclaimers, Agere
931
932             Systems does not warrant that the functions of the Software will meet your requirements
933
934             or that the Software operation will be error-free or uninterrupted.
935
936
937
938	3.3  Agere Systems bears no responsibility for supplying assistance for fixing or for
939
940             communicating known errors to you pertaining to the Software supplied hereunder.
941
942
943
944	3.4  YOU UNDERSTAND THAT AGERE SYSTEMS, ITS AFFILIATES, CONTRACTORS, SUPPLIERS, AND AGENTS
945
946             MAKE NO WARRANTIES, EXPRESS OR IMPLIED, AND SPECIFICALLY DISCLAIM ANY WARRANTY OF
947
948             MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
949
950
951
9524.0  EXCLUSIVE REMEDIES AND LIMITATION OF LIABILITIES
953
954
955
956	4.1  Regardless of any other provisions of this Agreement, neither Agere Systems nor its
957
958             affiliates, contractors, suppliers, or agents shall be liable for any indirect, incidental,
959
960             or consequential damages (including lost profits) sustained or incurred in connection with
961
962             the use, operation, or inability to use the Software or for damages due to causes beyond
963
964             the reasonable control of Agere Systems, its affiliates, contractors, suppliers, and agents
965
966             attributable to any service, products, or action of any other person.
967
968
969
970	4.2  This Agreement shall be construed in accordance with and governed by the laws of the
971
972             State of New York.
973
974
975
976YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT AND UNDERSTAND IT, AND THAT BY DOWNLOADING OR USING
977
978THE SOFTWARE, YOU AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.  YOU FURTHER AGREE THAT THIS AGREEMENT
979
980IS THE COMPLETE AND EXCLUSIVE STATEMENT OF THE RIGHTS AND LIABILITIES OF THE PARTIES.  THIS AGREEMENT
981
982SUPERCEDES ALL PRIOR ORAL AGREEMENTS, PROPOSALS OR UNDERSTANDINGS, AND ANY OTHER COMMUNICATIONS BETWEEN
983
984US RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT.', 'http://www.mepis.org/node/10356', NULL, NULL, NULL, 'Agere LT Modem Driver License', NULL, NULL, NULL, '', NULL, false, false, false, '640014b0dbf2eb30e8d5d60ae96e4621', 1, NULL);
985INSERT INTO license_ref VALUES (210, 'AGPL-1.0', 'AFFERO GENERAL PUBLIC LICENSE
986Version 1, March 2002
987
988Copyright © 2002 Affero Inc.
989510 Third Street - Suite 225, San Francisco, CA 94107, USA
990
991This license is a modified version of the GNU General Public License copyright (C) 1989, 1991 Free Software Foundation, Inc. made with their permission. Section 2(d) has been added to cover use of software over a computer network.
992
993Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
994
995Preamble
996
997The licenses for most software are designed to take away your freedom to share and change it. By contrast, the Affero General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This Public License applies to most of Affero''s software and to any other program whose authors commit to using it. (Some other Affero software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too.
998
999When we speak of free software, we are referring to freedom, not price. This General Public License is designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
1000
1001To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.
1002
1003For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
1004
1005We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.
1006
1007Also, for each author''s protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors'' reputations.
1008
1009Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone''s free use or not licensed at all.
1010
1011The precise terms and conditions for copying, distribution and modification follow.
1012
1013TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1014
10150. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this Affero General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".
1016
1017Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.
1018
10191. You may copy and distribute verbatim copies of the Program''s source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.
1020
1021You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
1022
10232. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
1024
1025* a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
1026
1027* b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
1028
1029* c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)
1030
1031* d) If the Program as you received it is intended to interact with users through a computer network and if, in the version you received, any user interacting with the Program was given the opportunity to request transmission to that user of the Program''s complete source code, you must not remove that facility from your modified version of the Program or work based on the Program, and must offer an equivalent opportunity for all users interacting with your Program through a computer network to request immediate transmission by HTTP of the complete source code of your modified version or other derivative work.
1032
1033These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
1034
1035Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.
1036
1037In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
1038
10393. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
1040
1041* a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
1042
1043* b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
1044
1045* c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)
1046
1047The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
1048
1049If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.
1050
10514. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
1052
10535. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.
1054
10556. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients'' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
1056
10577. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.
1058
1059If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.
1060
1061It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
1062
1063This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
1064
10658. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
1066
10679. Affero Inc. may publish revised and/or new versions of the Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
1068
1069Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by Affero, Inc. If the Program does not specify a version number of this License, you may choose any version ever published by Affero, Inc.
1070
1071You may also choose to redistribute modified versions of this program under any version of the Free Software Foundation''s GNU General Public License version 3 or higher, so long as that version of the GNU GPL includes terms and conditions substantially equivalent to those of this license.
1072
107310. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by Affero, Inc., write to us; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
1074
1075NO WARRANTY
1076
107711. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1078
107912. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.', 'http://www.affero.org/oagpl.html', NULL, NULL, NULL, 'Affero General Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'f24d9d5f3794d72434867b019a1e524c', 1, NULL);
1080INSERT INTO license_ref VALUES (212, 'Apache-1.0', '/* ====================================================================
1081 * Copyright (c) 1995-1999 The Apache Group.  All rights reserved.
1082 *
1083 * Redistribution and use in source and binary forms, with or without
1084 * modification, are permitted provided that the following conditions
1085 * are met:
1086 *
1087 * 1. Redistributions of source code must retain the above copyright
1088 *    notice, this list of conditions and the following disclaimer.
1089 *
1090 * 2. Redistributions in binary form must reproduce the above copyright
1091 *    notice, this list of conditions and the following disclaimer in
1092 *    the documentation and/or other materials provided with the
1093 *    distribution.
1094 *
1095 * 3. All advertising materials mentioning features or use of this
1096 *    software must display the following acknowledgment:
1097 *    "This product includes software developed by the Apache Group
1098 *    for use in the Apache HTTP server project (http://www.apache.org/)."
1099 *
1100 * 4. The names "Apache Server" and "Apache Group" must not be used to
1101 *    endorse or promote products derived from this software without
1102 *    prior written permission. For written permission, please contact
1103 *    apache@apache.org.
1104 *
1105 * 5. Products derived from this software may not be called "Apache"
1106 *    nor may "Apache" appear in their names without prior written
1107 *    permission of the Apache Group.
1108 *
1109 * 6. Redistributions of any form whatsoever must retain the following
1110 *    acknowledgment:
1111 *    "This product includes software developed by the Apache Group
1112 *    for use in the Apache HTTP server project (http://www.apache.org/)."
1113 *
1114 * THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'''' AND ANY
1115 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1116 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1117 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE APACHE GROUP OR
1118 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1119 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1120 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1121 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1122 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1123 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1124 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
1125 * OF THE POSSIBILITY OF SUCH DAMAGE.
1126 * ====================================================================
1127 *
1128 * This software consists of voluntary contributions made by many
1129 * individuals on behalf of the Apache Group and was originally based
1130 * on public domain software written at the National Center for
1131 * Supercomputing Applications, University of Illinois, Urbana-Champaign.
1132 * For more information on the Apache Group and the Apache HTTP server
1133 * project, please see <http://www.apache.org/>.
1134 *
1135 */
1136
1137', 'http://www.apache.org/licenses/LICENSE-1.0', NULL, NULL, NULL, 'Apache License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'f35a8e2d0c46c37ecd2deac72ac3433d', 1, NULL);
1138INSERT INTO license_ref VALUES (213, 'Apache-2.0', 'Apache License
1139Version 2.0, January 2004
1140http://www.apache.org/licenses/
1141
1142TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1143
11441. Definitions.
1145
1146"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
1147
1148"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
1149
1150"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
1151
1152"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
1153
1154"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
1155
1156"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
1157
1158"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
1159
1160"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
1161
1162"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
1163
1164"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
1165
11662. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
1167
11683. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
1169
11704. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
1171
1172You must give any other recipients of the Work or Derivative Works a copy of this License; and
1173
1174You must cause any modified files to carry prominent notices stating that You changed the files; and
1175
1176You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
1177
1178If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
1179You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
11805. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
1181
11826. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
1183
11847. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
1185
11868. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
1187
11889. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
1189
1190END OF TERMS AND CONDITIONS
1191
1192APPENDIX: How to apply the Apache License to your work
1193
1194To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don''t include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
1195
1196
1197   Copyright [yyyy] [name of copyright owner]
1198
1199   Licensed under the Apache License, Version 2.0 (the "License");
1200   you may not use this file except in compliance with the License.
1201   You may obtain a copy of the License at
1202
1203       http://www.apache.org/licenses/LICENSE-2.0
1204
1205   Unless required by applicable law or agreed to in writing, software
1206   distributed under the License is distributed on an "AS IS" BASIS,
1207   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1208   See the License for the specific language governing permissions and
1209   limitations under the License.', 'http://www.apache.org/licenses/LICENSE-2.0', NULL, NULL, NULL, 'Apache License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, 'd51b08168c70033fbd2b3059a6f678fc', 1, NULL);
1210INSERT INTO license_ref VALUES (214, 'APSL-2.0', 'APPLE PUBLIC SOURCE LICENSE
1211Version 2.0 -  August 6, 2003
1212
1213Please read this License carefully before downloading this software.  By downloading or using this software, you are agreeing to be bound by the terms of this License.  If you do not or cannot agree to the terms of this License, please do not download or use the software.
1214
1215Apple Note:  In January 2007, Apple changed its corporate name from "Apple Computer, Inc." to "Apple Inc."  This change has been reflected below and copyright years updated, but no other changes have been made to the APSL 2.0.
1216
12171.	General; Definitions.  This License applies to any program or other work which Apple Inc. ("Apple") makes publicly available and which contains a notice placed by Apple identifying such program or work as "Original Code" and stating that it is subject to the terms of this Apple Public Source License version 2.0 ("License").  As used in this License:
1218
12191.1	 "Applicable Patent Rights" mean:  (a) in the case where Apple is the grantor of rights, (i) claims of patents that are now or hereafter acquired, owned by or assigned to Apple and (ii) that cover subject matter contained in the Original Code, but only to the extent necessary to use, reproduce and/or distribute the Original Code without infringement; and (b) in the case where You are the grantor of rights, (i) claims of patents that are now or hereafter acquired, owned by or assigned to You and (ii) that cover subject matter in Your Modifications, taken alone or in combination with Original Code.
1220
12211.2	"Contributor" means any person or entity that creates or contributes to the creation of Modifications.
1222
12231.3	 "Covered Code" means the Original Code, Modifications, the combination of Original Code and any Modifications, and/or any respective portions thereof.
1224
12251.4	"Externally Deploy" means: (a) to sublicense, distribute or otherwise make Covered Code available, directly or indirectly, to anyone other than You; and/or (b) to use Covered Code, alone or as part of a Larger Work, in any way to provide a service, including but not limited to delivery of content, through electronic communication with a client other than You.
1226
12271.5	"Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
1228
12291.6	"Modifications" mean any addition to, deletion from, and/or change to, the substance and/or structure of the Original Code, any previous Modifications, the combination of Original Code and any previous Modifications, and/or any respective portions thereof.  When code is released as a series of files, a Modification is:  (a) any addition to or deletion from the contents of a file containing Covered Code; and/or (b) any new file or other representation of computer program statements that contains any part of Covered Code.
1230
12311.7	"Original Code" means (a) the Source Code of a program or other work as originally made available by Apple under this License, including the Source Code of any updates or upgrades to such programs or works made available by Apple under this License, and that has been expressly identified by Apple as such in the header file(s) of such work; and (b) the object code compiled from such Source Code and originally made available by Apple under this License
1232
12331.8	"Source Code" means the human readable form of a program or other work that is suitable for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an executable (object code).
1234
12351.9	"You" or "Your" means an individual or a legal entity exercising rights under this License.  For legal entities, "You" or "Your" includes any entity which controls, is controlled by, or is under common control with, You, where "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
1236
12372.	Permitted Uses; Conditions & Restrictions.   Subject to the terms and conditions of this License, Apple hereby grants You, effective on the date You accept this License and download the Original Code, a world-wide, royalty-free, non-exclusive license, to the extent of Apple''s Applicable Patent Rights and copyrights covering the Original Code, to do the following:
1238
12392.1	Unmodified Code.  You may use, reproduce, display, perform, internally distribute within Your organization, and Externally Deploy verbatim, unmodified copies of the Original Code, for commercial or non-commercial purposes, provided that in each instance:
1240
1241(a)	You must retain and reproduce in all copies of Original Code the copyright and other proprietary notices and disclaimers of Apple as they appear in the Original Code, and keep intact all notices in the Original Code that refer to this License; and
1242
1243(b) 	You must include a copy of this License with every copy of Source Code of Covered Code and documentation You distribute or Externally Deploy, and You may not offer or impose any terms on such Source Code that alter or restrict this License or the recipients'' rights hereunder, except as permitted under Section 6.
1244
12452.2	Modified Code.  You may modify Covered Code and use, reproduce, display, perform, internally distribute within Your organization, and Externally Deploy Your Modifications and Covered Code, for commercial or non-commercial purposes, provided that in each instance You also meet all of these conditions:
1246
1247(a)	You must satisfy all the conditions of Section 2.1 with respect to the Source Code of the Covered Code;
1248
1249(b)	You must duplicate, to the extent it does not already exist, the notice in Exhibit A in each file of the Source Code of all Your Modifications, and cause the modified files to carry prominent notices stating that You changed the files and the date of any change; and
1250
1251(c)	If You Externally Deploy Your Modifications, You must make Source Code of all Your Externally Deployed Modifications either available to those to whom You have Externally Deployed Your Modifications, or publicly available.  Source Code of Your Externally Deployed Modifications must be released under the terms set forth in this License, including the license grants set forth in Section 3 below, for as long as you Externally Deploy the Covered Code or twelve (12) months from the date of initial External Deployment, whichever is longer. You should preferably distribute the Source Code of Your Externally Deployed Modifications electronically (e.g. download from a web site).
1252
12532.3	Distribution of Executable Versions.  In addition, if You Externally Deploy Covered Code (Original Code and/or Modifications) in object code, executable form only, You must include a prominent notice, in the code itself as well as in related documentation, stating that Source Code of the Covered Code is available under the terms of this License with information on how and where to obtain such Source Code.
1254
12552.4	Third Party Rights.  You expressly acknowledge and agree that although Apple and each Contributor grants the licenses to their respective portions of the Covered Code set forth herein, no assurances are provided by Apple or any Contributor that the Covered Code does not infringe the patent or other intellectual property rights of any other entity. Apple and each Contributor disclaim any liability to You for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, You hereby assume sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow You to distribute the Covered Code, it is Your responsibility to acquire that license before distributing the Covered Code.
1256
12573.	Your Grants.  In consideration of, and as a condition to, the licenses granted to You under this License, You hereby grant to any person or entity receiving or distributing Covered Code under this License a non-exclusive, royalty-free, perpetual, irrevocable license, under Your Applicable Patent Rights and other intellectual property rights (other than patent) owned or controlled by You, to use, reproduce, display, perform, modify, sublicense, distribute and Externally Deploy Your Modifications of the same scope and extent as Apple''s licenses under Sections 2.1 and 2.2 above.
1258
12594.	Larger Works.  You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product.  In each such instance, You must make sure the requirements of this License are fulfilled for the Covered Code or any portion thereof.
1260
12615.	Limitations on Patent License.   Except as expressly stated in Section 2, no other patent rights, express or implied, are granted by Apple herein.  Modifications and/or Larger Works may require additional patent licenses from Apple which Apple may grant in its sole discretion.
1262
12636.	Additional Terms.  You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations and/or other rights consistent with the scope of the license granted herein ("Additional Terms") to one or more recipients of Covered Code. However, You may do so only on Your own behalf and as Your sole responsibility, and not on behalf of Apple or any Contributor. You must obtain the recipient''s agreement that any such Additional Terms are offered by You alone, and You hereby agree to indemnify, defend and hold Apple and every Contributor harmless for any liability incurred by or claims asserted against Apple or such Contributor by reason of any such Additional Terms.
1264
12657.	Versions of the License.  Apple may publish revised and/or new versions of this License from time to time.  Each version will be given a distinguishing version number.  Once Original Code has been published under a particular version of this License, You may continue to use it under the terms of that version. You may also choose to use such Original Code under the terms of any subsequent version of this License published by Apple.  No one other than Apple has the right to modify the terms applicable to Covered Code created under this License.
1266
12678.	NO WARRANTY OR SUPPORT.  The Covered Code may contain in whole or in part pre-release, untested, or not fully tested works.  The Covered Code may contain errors that could cause failures or loss of data, and may be incomplete or contain inaccuracies.  You expressly acknowledge and agree that use of the Covered Code, or any portion thereof, is at Your sole and entire risk.  THE COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR SUPPORT OF ANY KIND AND APPLE AND APPLE''S LICENSOR(S) (COLLECTIVELY REFERRED TO AS "APPLE" FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.  APPLE AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE FUNCTIONS CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE COVERED CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE CORRECTED.  NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY APPLE, AN APPLE AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY.  You acknowledge that the Covered Code is not intended for use in the operation of nuclear facilities, aircraft navigation, communication systems, or air traffic control machines in which case the failure of the Covered Code could lead to death, personal injury, or severe physical or environmental damage.
1268
12699.	LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT SHALL APPLE OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY OR OTHERWISE, EVEN IF APPLE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In no event shall Apple''s total liability to You for all damages (other than as may be required by applicable law) under this License exceed the amount of fifty dollars ($50.00).
1270
127110.	Trademarks.  This License does not grant any rights to use the trademarks or trade names  "Apple", "Mac", "Mac OS", "QuickTime", "QuickTime Streaming Server" or any other trademarks, service marks, logos or trade names belonging to Apple (collectively "Apple Marks") or to any trademark, service mark, logo or trade name belonging to any Contributor.  You agree not to use any Apple Marks in or as part of the name of products derived from the Original Code or to endorse or promote products derived from the Original Code other than as expressly permitted by and in strict compliance at all times with Apple''s third party trademark usage guidelines which are posted at http://www.apple.com/legal/guidelinesfor3rdparties.html.
1272
127311.	Ownership. Subject to the licenses granted under this License, each Contributor retains all rights, title and interest in and to any Modifications made by such Contributor.  Apple retains all rights, title and interest in and to the Original Code and any Modifications made by or on behalf of Apple ("Apple Modifications"), and such Apple Modifications will not be automatically subject to this License.  Apple may, at its sole discretion, choose to license such Apple Modifications under this License, or on different terms from those contained in this License or may choose not to license them at all.
1274
127512.	Termination.
1276
127712.1	Termination.  This License and the rights granted hereunder will terminate:
1278
1279(a)	automatically without notice from Apple if You fail to comply with any term(s) of this License and fail to cure such breach within 30 days of becoming aware of such breach;
1280(b)	immediately in the event of the circumstances described in Section 13.5(b); or
1281(c)	automatically without notice from Apple if You, at any time during the term of this License, commence an action for patent infringement against Apple; provided that Apple did not first commence an action for patent infringement against You in that instance.
1282
128312.2	Effect of Termination.  Upon termination, You agree to immediately stop any further use, reproduction, modification, sublicensing and distribution of the Covered Code.  All sublicenses to the Covered Code which have been properly granted prior to termination shall survive any termination of this License.  Provisions which, by their nature, should remain in effect beyond the termination of this License shall survive, including but not limited to Sections 3, 5, 8, 9, 10, 11, 12.2 and 13.  No party will be liable to any other for compensation, indemnity or damages of any sort solely as a result of terminating this License in accordance with its terms, and termination of this License will be without prejudice to any other right or remedy of any party.
1284
128513. 	Miscellaneous.
1286
128713.1	Government End Users.   The Covered Code is a "commercial item" as defined in FAR 2.101.  Government software and technical data rights in the Covered Code include only those rights customarily provided to the public as defined in this License. This customary commercial license in technical data and software is provided in accordance with FAR 12.211 (Technical Data) and 12.212 (Computer Software) and, for Department of Defense purchases, DFAR 252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3 (Rights in Commercial Computer Software or Computer Software Documentation).  Accordingly, all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
1288
128913.2	Relationship of Parties.  This License will not be construed as creating an agency, partnership, joint venture or any other form of legal association between or among You, Apple or any Contributor, and You will not represent to the contrary, whether expressly, by implication, appearance or otherwise.
1290
129113.3	Independent Development.   Nothing in this License will impair Apple''s right to acquire, license, develop, have others develop for it, market and/or distribute technology or products that perform the same or similar functions as, or otherwise compete with, Modifications, Larger Works, technology or products that You may develop, produce, market or distribute.
1292
129313.4	Waiver; Construction.  Failure by Apple or any Contributor to enforce any provision of this License will not be deemed a waiver of future enforcement of that or any other provision.  Any law or regulation which provides that the language of a contract shall be construed against the drafter will not apply to this License.
1294
129513.5	Severability.  (a) If for any reason a court of competent jurisdiction finds any provision of this License, or portion thereof, to be unenforceable, that provision of the License will be enforced to the maximum extent permissible so as to effect the economic benefits and intent of the parties, and the remainder of this License will continue in full force and effect.  (b) Notwithstanding the foregoing, if applicable law prohibits or restricts You from fully and/or specifically complying with Sections 2 and/or 3 or prevents the enforceability of either of those Sections, this License will immediately terminate and You must immediately discontinue any use of the Covered Code and destroy all copies of it that are in your possession or control.
1296
129713.6	Dispute Resolution.  Any litigation or other dispute resolution between You and Apple relating to this License shall take place in the Northern District of California, and You and Apple hereby consent to the personal jurisdiction of, and venue in, the state and federal courts within that District with respect to this License. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded.
1298
129913.7	Entire Agreement; Governing Law.  This License constitutes the entire agreement between the parties with respect to the subject matter hereof.  This License shall be governed by the laws of the United States and the State of California, except that body of California law concerning conflicts of law.
1300
1301Where You are located in the province of Quebec, Canada, the following clause applies:  The parties hereby confirm that they have requested that this License and all related documents be drafted in English.  Les parties ont exigé que le présent contrat et tous les documents connexes soient rédigés en anglais.
1302
1303EXHIBIT A.
1304
1305"Portions Copyright (c) 1999-2007 Apple Inc.  All Rights Reserved.
1306
1307This file contains Original Code and/or Modifications of Original Code as defined in and that are subject to the Apple Public Source License Version 2.0 (the ''License'').  You may not use this file except in compliance with the License.  Please obtain a copy of the License at http://www.opensource.apple.com/apsl/ and read it before using this file.
1308
1309The Original Code and all software distributed under the License are distributed on an ''AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.  Please see the License for the specific language governing rights and limitations under the License." ', 'http://www.opensource.apple.com/license/apsl/', NULL, NULL, NULL, 'Apple Public Source License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '0ecdb746d2e35d62f67d24725cd01067', 1, NULL);
1310INSERT INTO license_ref VALUES (215, 'Aptana-1.0', 'Aptana Public License 1.0
1311The Aptana Public License is designed to allow you the freedom to use Aptana products without restriction, except for redistribution. We at Aptana want you to not only use Aptana for web development, but also freely share scripts, snippets, websites and other items with friends and coworkers, and to encourage others to use and adopt Aptana as well. However, we require that you do not redistribute Aptana Studio itself. If you are interested in redistributing Aptana or have a question, please contact us at license@aptana.com.
1312Please view the Frequently Asked Questions if you have additional questions not answered here.
1313THE PROGRAM (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS APTANA PUBLIC LICENSE ("LICENSE"). THE PROGRAM IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. BY EXERCISING ANY RIGHTS TO THE PROGRAM PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE.
1314THIS LICENSE GRANTS PERMISSIONS ONLY FOR YOUR INTERNAL USE (AS DEFINED BELOW). IF YOU WISH TO DISTRIBUTE OR MAKE OTHER USES OF THE PROGRAM, PLEASE CONTACT APTANA.
13151. Definitions
1316When used in this License:
1317"Aptana" means Aptana, Inc.
1318"Internal Use" means use by You for Your personal or internal business purposes only, specifically excluding any use, distribution, or communication of the Program or any derivative work of the Program in any way such that the Program or any derivative work of the Program may be used by anyone other than You, whether those works are distributed or communicated to those persons or otherwise made available for use over a network.
1319"Program" means the code and documentation owned by Aptana and distributed under this License by Aptana. In case of any doubt as to whether any code or documentation is part of the Program covered by this license, the notices placed by Aptana in the source code or documentation will govern.
1320"You" means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, You includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, control means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
13212. License Grants
1322a) Subject to the terms and conditions of this License, Aptana hereby grants to You a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, install, and execute the Program in source code and object code form, in each case solely for Your Internal Use.
1323b) Subject to the terms and conditions of this License, Aptana hereby grants to You a worldwide, non-exclusive, royalty-free, patent license under Aptana''s Licensed Patent Claims to make and use the Program in source code and object code form, in each case solely for Your Internal Use. As used herein, "Licensed Patent Claims" means only those patent claims owned by Aptana that are necessarily infringed by Your making and using the Program for Your Internal Use. Notwithstanding this Section 2.1(b), no patent license is granted: (i) for code that You delete from the Program or (ii) for infringements caused by: (1) the modification of the Program or (2) the combination of the Program with other software or devices.
13243. Certain Limitations and Conditions
1325You are not licensed under this License to distribute the Program or derivative works thereof, or to make any use other than Internal Use of the Program or derivative works thereof.
1326You may not remove or alter any copyright or other proprietary rights notices, or other means of attribution, contained within the Program.
13274. No Warranty
1328Aptana represents that to its knowledge as of the date of first publication of the Program under this License, it has sufficient copyright rights in the Program, to grant the copyright license set forth in this License.
1329EXCEPT AS EXPRESSLY SET FORTH IN THIS SECTION 4, THE PROGRAM IS PROVIDED "AS IS", WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using and reproducing the Program and assume any and all risks associated with its exercise of rights under this License, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
1330Without limiting the foregoing, Aptana provides no assurances that the Program does not infringe the patent or other intellectual property rights of any third party. Aptana disclaims any liability for claims based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, You hereby assume sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow You to use the Program, it is Your responsibility to acquire that license before using the Program.
13315. Limitation of Liability
1332To the maximum extent permissible by applicable law, in no event and under no legal theory, whether in tort (including negligence and strict liability), contract, or otherwise, shall Aptana be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Program (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if Aptana has been advised of the possibility of such damages.
13336. General
1334This License represents the complete agreement concerning subject matter hereof. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
1335Except as expressly stated in Section 2 above, You receive no rights or licenses to the intellectual property of Aptana under this License, whether expressly, by implication, estoppel or otherwise. In particular, without limitation, this License does not grant permission to use the trade names, trademarks, service marks, or product names of Aptana. All rights in the Program not expressly granted under this License are reserved.
1336If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Program shall terminate as of the date such litigation is filed.
1337All Your rights under this License shall terminate if You fail to comply with any of the terms or conditions of this License and do not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Your rights under this License terminate, You agree to cease use of the Program as soon as reasonably practicable. However, Your obligations under this License, and this Section 6, shall continue and survive.
1338This Agreement is governed by the laws of the State of California and the intellectual property laws of the United States of America, without reference to conflicts of laws principles that would require the application of the laws of any other jurisdiction. The United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. No party to this License will bring a legal action under this License more than one year after the cause of action arose. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You exercise rights under this License.', 'http://www.aptana.com/legal/apl', NULL, NULL, NULL, 'Aptana Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'f707edb0355b23873c302b9f4fba00f6', 1, NULL);
1339INSERT INTO license_ref VALUES (216, 'Arphic', 'ARPHIC PUBLIC LICENSE
1340
1341Copyright (C) 1999 Arphic Technology Co., Ltd.
134211Fl. No.168, Yung Chi Rd., Taipei, 110 Taiwan
1343All rights reserved except as specified below.
1344
1345Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is forbidden.
1346
1347Preamble
1348
1349   The licenses for most software are designed to take away your freedom to share and change it. By contrast, the ARPHIC PUBLIC LICENSE specifically permits and encourages you to use this software, provided that you give the recipients all the rights that we gave you and make sure they can get the modifications of this software.
1350
1351Legal Terms
1352
13530. Definitions:
1354   Throughout this License, "Font" means the TrueType fonts "AR PL Mingti2L Big5", "AR PL KaitiM Big5" (BIG-5 character set) and "AR PL SungtiL GB", "AR PL KaitiM GB" (GB character set) which are originally distributed by Arphic, and the derivatives of those fonts created through any modification including modifying glyph, reordering glyph, converting format, changing font name, or adding/deleting some characters in/from glyph table.
1355
1356   "PL" means "Public License".
1357
1358   "Copyright Holder" means whoever is named in the copyright or copyrights for the Font.
1359
1360   "You" means the licensee, or person copying, redistributing or modifying the Font.
1361
1362   "Freely Available" means that you have the freedom to copy or modify the Font as well as redistribute copies of the Font under the same conditions you received, not price. If you wish, you can charge for this service.
1363
13641. Copying & Distribution
1365   You may copy and distribute verbatim copies of this Font in any medium, without restriction, provided that you retain this license file (ARPHICPL.TXT) unaltered in all copies.
1366
13672. Modification
1368   You may otherwise modify your copy of this Font in any way, including modifying glyph, reordering glyph, converting format, changing font name, or adding/deleting some characters in/from glyph table, and copy and distribute such modifications under the terms of Section 1 above, provided that the following conditions are met:
1369
1370   a) You must insert a prominent notice in each modified file stating how and when you changed that file.
1371
1372   b) You must make such modifications Freely Available as a whole to all third parties under the terms of this License, such as by offering access to copy the modifications from a designated place, or distributing the modifications on a medium customarily used for software interchange.
1373
1374   c) If the modified fonts normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the Font under these conditions, and telling the user how to view a copy of this License.
1375
1376   These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Font, and can be reasonably considered independent and separate works in themselves, then this License and its terms, do not apply to those sections when you distribute them as separate works. Therefore, mere aggregation of another work not based on the Font with the Font on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
1377
13783. Condition Subsequent
1379   You may not copy, modify, sublicense, or distribute the Font except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Font will automatically retroactively void your rights under this License. However, parties who have received copies or rights from you under this License will keep their licenses valid so long as such parties remain in full compliance.
1380
13814. Acceptance
1382   You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to copy, modify, sublicense or distribute the Font. These actions are prohibited by law if you do not accept this License. Therefore, by copying, modifying, sublicensing or distributing the Font, you indicate your acceptance of this License and all its terms and conditions.
1383
13845. Automatic Receipt
1385   Each time you redistribute the Font, the recipient automatically receives a license from the original licensor to copy, distribute or modify the Font subject to these terms and conditions. You may not impose any further restrictions on the recipients'' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
1386
13876. Contradiction
1388   If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Font at all. For example, if a patent license would not permit royalty-free redistribution of the Font by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Font.
1389
1390   If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.
1391
13927. NO WARRANTY
1393   BECAUSE THE FONT IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE FONT, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS OR OTHER PARTIES PROVIDE THE FONT "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE FONT IS WITH YOU. SHOULD THE FONT PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1394
13958. DAMAGES WAIVER
1396   UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, IN NO EVENT WILL ANY COPYRIGHTT HOLDERS, OR OTHER PARTIES WHO MAY COPY, MODIFY OR REDISTRIBUTE THE FONT AS PERMITTED ABOVE, BE LIABLE TO YOU FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, INCIDENTAL, SPECIAL OR EXEMPLARY DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE FONT (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA OR PROFITS; OR BUSINESS INTERRUPTION), EVEN IF SUCH HOLDERS OR OTHER PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.', 'http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE', NULL, NULL, NULL, 'Arphic Public License', NULL, NULL, NULL, '', NULL, false, false, false, '559c17df3aa4d5d73a9108fdbc8df9ed', 1, NULL);
1397INSERT INTO license_ref VALUES (217, 'Artistic-1.0', 'The Artistic License
1398Preamble
1399
1400The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications.
1401
1402Definitions:
1403
1404"Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification.
1405"Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder.
1406"Copyright Holder" is whoever is named in the copyright or copyrights for the package.
1407"You" is you, if you''re thinking about copying or distributing this Package.
1408"Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the computing community at large as a market that must bear the fee.)
1409"Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it.
14101. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers.
1411
14122. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version.
1413
14143. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following:
1415
1416a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as ftp.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package.
1417
1418b) use the modified Package only within your corporation or organization.
1419
1420c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version.
1421
1422d) make other distribution arrangements with the Copyright Holder.
1423
14244. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following:
1425
1426a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version.
1427
1428b) accompany the distribution with the machine-readable source of the Package with your modifications.
1429
1430c) accompany any non-standard executables with their corresponding Standard Version executables, giving the non-standard executables non-standard names, and clearly documenting the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version.
1431
1432d) make other distribution arrangements with the Copyright Holder.
1433
14345. You may charge a reasonable copying fee for any distribution of this Package. You may charge any fee you choose for support of this Package. You may not charge a fee for this Package itself. However, you may distribute this Package in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution provided that you do not advertise this Package as a product of your own.
1435
14366. The scripts and library files supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this Package.
1437
14387. C or perl subroutines supplied by you and linked into this Package shall not be considered part of this Package.
1439
14408. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission.
1441
14429. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1443
1444The End', 'http://www.opensource.org/licenses/artistic-license-1.0.php', NULL, NULL, NULL, 'Artistic License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '179b99346a0bf509409ccf812e81fbd8', 1, NULL);
1445INSERT INTO license_ref VALUES (218, 'Artistic-2.0', 'Artistic License 2.0
1446Copyright (c) 2000-2006, The Perl Foundation.
1447
1448Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
1449
1450Preamble
1451This license establishes the terms under which a given free software Package may be copied, modified, distributed, and/or redistributed. The intent is that the Copyright Holder maintains some artistic control over the development of that Package while still keeping the Package available as open source and free software.
1452
1453You are always permitted to make arrangements wholly outside of this license directly with the Copyright Holder of a given Package. If the terms of this license do not permit the full use that you propose to make of the Package, you should contact the Copyright Holder and seek a different licensing arrangement.
1454
1455Definitions
1456"Copyright Holder" means the individual(s) or organization(s) named in the copyright notice for the entire Package.
1457
1458"Contributor" means any party that has contributed code or other material to the Package, in accordance with the Copyright Holder''s procedures.
1459
1460"You" and "your" means any person who would like to copy, distribute, or modify the Package.
1461
1462"Package" means the collection of files distributed by the Copyright Holder, and derivatives of that collection and/or of those files. A given Package may consist of either the Standard Version, or a Modified Version.
1463
1464"Distribute" means providing a copy of the Package or making it accessible to anyone else, or in the case of a company or organization, to others outside of your company or organization.
1465
1466"Distributor Fee" means any fee that you charge for Distributing this Package or providing support for this Package to another party. It does not mean licensing fees.
1467
1468"Standard Version" refers to the Package if it has not been modified, or has been modified only in ways explicitly requested by the Copyright Holder.
1469
1470"Modified Version" means the Package, if it has been changed, and such changes were not explicitly requested by the Copyright Holder.
1471
1472"Original License" means this Artistic License as Distributed with the Standard Version of the Package, in its current version or as it may be modified by The Perl Foundation in the future.
1473
1474"Source" form means the source code, documentation source, and configuration files for the Package.
1475
1476"Compiled" form means the compiled bytecode, object code, binary, or any other form resulting from mechanical transformation or translation of the Source form.
1477
1478Permission for Use and Modification Without Distribution
1479(1) You are permitted to use the Standard Version and create and use Modified Versions for any purpose without restriction, provided that you do not Distribute the Modified Version.
1480
1481Permissions for Redistribution of the Standard Version
1482(2) You may Distribute verbatim copies of the Source form of the Standard Version of this Package in any medium without restriction, either gratis or for a Distributor Fee, provided that you duplicate all of the original copyright notices and associated disclaimers. At your discretion, such verbatim copies may or may not include a Compiled form of the Package.
1483
1484(3) You may apply any bug fixes, portability changes, and other modifications made available from the Copyright Holder. The resulting Package will still be considered the Standard Version, and as such will be subject to the Original License.
1485
1486Distribution of Modified Versions of the Package as Source
1487(4) You may Distribute your Modified Version as Source (either gratis or for a Distributor Fee, and with or without a Compiled form of the Modified Version) provided that you clearly document how it differs from the Standard Version, including, but not limited to, documenting any non-standard features, executables, or modules, and provided that you do at least ONE of the following:
1488
1489(a) make the Modified Version available to the Copyright Holder of the Standard Version, under the Original License, so that the Copyright Holder may include your modifications in the Standard Version.
1490(b) ensure that installation of your Modified Version does not prevent the user installing or running the Standard Version. In addition, the Modified Version must bear a name that is different from the name of the Standard Version.
1491(c) allow anyone who receives a copy of the Modified Version to make the Source form of the Modified Version available to others under
1492(i) the Original License or
1493(ii) a license that permits the licensee to freely copy, modify and redistribute the Modified Version using the same licensing terms that apply to the copy that the licensee received, and requires that the Source form of the Modified Version, and of any works derived from it, be made freely available in that license fees are prohibited but Distributor Fees are allowed.
1494Distribution of Compiled Forms of the Standard Version or Modified Versions without the Source
1495(5) You may Distribute Compiled forms of the Standard Version without the Source, provided that you include complete instructions on how to get the Source of the Standard Version. Such instructions must be valid at the time of your distribution. If these instructions, at any time while you are carrying out such distribution, become invalid, you must provide new instructions on demand or cease further distribution. If you provide valid instructions or cease distribution within thirty days after you become aware that the instructions are invalid, then you do not forfeit any of your rights under this license.
1496
1497(6) You may Distribute a Modified Version in Compiled form without the Source, provided that you comply with Section 4 with respect to the Source of the Modified Version.
1498
1499Aggregating or Linking the Package
1500(7) You may aggregate the Package (either the Standard Version or Modified Version) with other packages and Distribute the resulting aggregation provided that you do not charge a licensing fee for the Package. Distributor Fees are permitted, and licensing fees for other components in the aggregation are permitted. The terms of this license apply to the use and Distribution of the Standard or Modified Versions as included in the aggregation.
1501
1502(8) You are permitted to link Modified and Standard Versions with other works, to embed the Package in a larger work of your own, or to build stand-alone binary or bytecode versions of applications that include the Package, and Distribute the result without restriction, provided the result does not expose a direct interface to the Package.
1503
1504Items That are Not Considered Part of a Modified Version
1505(9) Works (including, but not limited to, modules and scripts) that merely extend or make use of the Package, do not, by themselves, cause the Package to be a Modified Version. In addition, such works are not considered parts of the Package itself, and are not subject to the terms of this license.
1506
1507General Provisions
1508(10) Any use, modification, and distribution of the Standard or Modified Versions is governed by this Artistic License. By using, modifying or distributing the Package, you accept this license. Do not use, modify, or distribute the Package, if you do not accept this license.
1509
1510(11) If your Modified Version has been derived from a Modified Version made by someone other than you, you are nevertheless required to ensure that your Modified Version complies with the requirements of this license.
1511
1512(12) This license does not grant you the right to use any trademark, service mark, tradename, or logo of the Copyright Holder.
1513
1514(13) This license includes the non-exclusive, worldwide, free-of-charge patent license to make, have made, use, offer to sell, sell, import and otherwise transfer the Package with respect to any patent claims licensable by the Copyright Holder that are necessarily infringed by the Package. If you institute patent litigation (including a cross-claim or counterclaim) against any party alleging that the Package constitutes direct or contributory patent infringement, then this Artistic License to you shall terminate on the date that such litigation is filed.
1515
1516(14) Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.', 'http://www.opensource.org/licenses/artistic-license-2.0.php', NULL, NULL, NULL, 'Artistic License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '64b25501594b8afb9c3db8aafd151539', 1, NULL);
1517INSERT INTO license_ref VALUES (221, 'Apache-1.1', '/* ====================================================================
1518 * The Apache Software License, Version 1.1
1519 *
1520 * Copyright (c) 2000 The Apache Software Foundation.  All rights
1521 * reserved.
1522 *
1523 * Redistribution and use in source and binary forms, with or without
1524 * modification, are permitted provided that the following conditions
1525 * are met:
1526 *
1527 * 1. Redistributions of source code must retain the above copyright
1528 *    notice, this list of conditions and the following disclaimer.
1529 *
1530 * 2. Redistributions in binary form must reproduce the above copyright
1531 *    notice, this list of conditions and the following disclaimer in
1532 *    the documentation and/or other materials provided with the
1533 *    distribution.
1534 *
1535 * 3. The end-user documentation included with the redistribution,
1536 *    if any, must include the following acknowledgment:
1537 *       "This product includes software developed by the
1538 *        Apache Software Foundation (http://www.apache.org/)."
1539 *    Alternately, this acknowledgment may appear in the software itself,
1540 *    if and wherever such third-party acknowledgments normally appear.
1541 *
1542 * 4. The names "Apache" and "Apache Software Foundation" must
1543 *    not be used to endorse or promote products derived from this
1544 *    software without prior written permission. For written
1545 *    permission, please contact apache@apache.org.
1546 *
1547 * 5. Products derived from this software may not be called "Apache",
1548 *    nor may "Apache" appear in their name, without prior written
1549 *    permission of the Apache Software Foundation.
1550 *
1551 * THIS SOFTWARE IS PROVIDED ``AS IS'''' AND ANY EXPRESSED OR IMPLIED
1552 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1553 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1554 * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
1555 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1556 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1557 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
1558 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1559 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1560 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1561 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1562 * SUCH DAMAGE.
1563 * ====================================================================
1564 *
1565 * This software consists of voluntary contributions made by many
1566 * individuals on behalf of the Apache Software Foundation.  For more
1567 * information on the Apache Software Foundation, please see
1568 * <http://www.apache.org/>.
1569 *
1570 * Portions of this software are based upon public domain software
1571 * originally written at the National Center for Supercomputing Applications,
1572 * University of Illinois, Urbana-Champaign.
1573 */
1574', 'http://www.apache.org/licenses/LICENSE-1.1', NULL, NULL, NULL, 'Apache License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'f1751557b8c9dfb11835c22ce298d9d7', 1, NULL);
1575INSERT INTO license_ref VALUES (222, 'Bitstream', 'Bitstream License Agreement
1576
1577Bitstream, Inc. Electronic License Agreement
1578
1579By using or installing this software product, you (or you on behalf of your employer) are agreeing to be bound by the terms of this Agreement. This Agreement constitutes the complete agreement between you and Bitstream (except for Multi-Workstation Products, where another document supplements this one).
1580Bitstream Inc. Dept. ISR 215 First Street Cambridge, MA 02142 USA
1581
15821. License Grant
1583
1584Number of Users:
1585In consideration for the license fee paid, Bitstream grants to you only, the Licensee, the non-exclusive, nontransferable right to use and display the Bitstream Product purchased through this service. If you are using this product for your work, this agreement applies to your employer. Bitstream software collections consisting of one or more fonts from the Bitstream Typeface Library may be used on up to five (5) CPUs at your site connected to any number of printers or other image producing devices (regardless of resolutions) at your own site.
1586
1587Multiple Workstations:
1588If you have paid for and executed the Bitstream Multi-Workstation License Agreement, then you may use the Bitstream Product on the number of CPUs stated in that agreement.
1589
1590Third Parties:
1591You may send a copy of any Bitstream font along with your documents to a commercial printer or other service bureau to enable the editing or printing of your document, provided that such party has informed you that it owns a valid license to use that particular font software. You may also "embed" PC TrueType format fonts within your documents for the viewing, editing, and printing of those documents.
1592
1593Portable Documents.
1594You may send along with your documents a Portable Font Resource ("PFR") created by Bitstream''s TrueDoc(r), for the purpose of allowing any third party to view, edit, or print the document remotely but with the express understanding that such party may not use such PFR to edit or print any other document unless independently licensed to do so. You may also "embed" Bitstream typefaces within PostScript-Language files, .PDF files, and .EVY files for distribution, viewing, and imaging to other parties.
1595
1596No Modifications.
1597You may not modify, adapt, translate, reverse engineer, decompile, disassemble, or create derivative works based on the Bitstream Product without Bitstream''s prior written consent.
1598
1599Rights Reservation.
1600Bitstream reserves all rights not specifically granted to Licensee.
1601
16022. Copyright
1603The Bitstream Product and the accompanying materials are copyrighted and contain proprietary information and trade secrets of Bitstream. Unauthorized copying of the Bitstream product even if modified, merged, or included with other software, or of the written materials, is expressly forbidden. You may be held legally responsible for any infringement of Bitstream''s intellectual property rights that is caused or encouraged by your failure to abide by the terms of this Agreement, unless you have a Multi-Workstation License Agreement. You may make one (1) copy of the Bitstream Product solely for backup purposes provided the copyright and trademark notices are reproduced in their entirety on the backup copy.
1604
16053. Termination
1606This Agreement is effective until terminated. This Agreement will terminate automatically without notice from Bitstream if you fail to comply with any provision contained herein. Upon termination, you must destroy the written materials, the Bitstream Product, and all copies of them, in part and in whole, including modified copies, if any.
1607
16084. Product Upgrade
1609Bitstream may, from time to time, update the Bitstream Product. Bitstream Product upgrade pricing may apply.
1610
16115. Disclaimer and Limited Warranty
1612Bitstream warrants the Bitstream Product to be free from defects in materials and workmanship under normal use for a period of ninety (90) days from the date of delivery as shown on your invoice. Bitstream''s entire liability and your exclusive remedy as to a defective product shall be, at Bitstream''s option, either return of purchase price or replacement of any such product that is returned to Bitstream with a copy of the invoice. Bitstream shall have no responsibility to replace the product or refund the purchase price if failure results from accident, abuse or misapplication, or if any product is lost or damaged due to theft, fire, or negligence. Any replacement product will be warranted for the remainder of the original warranty period or thirty (30) days, whichever is longer. This warranty gives you specific legal rights. You may have other rights, which vary from state to state.
1613
1614EXCEPT AS EXPRESSLY PROVIDED ABOVE, THE BITSTREAM PRODUCT, IS PROVIDED "AS IS". BITSTREAM DOES NOT MAKE ANY WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1615
1616The entire risk as to the quality and performance of the Bitstream Product rests upon you. Bitstream does not warrant that the functions contained in the Bitstream Product will meet your requirements or that the operation of the software will be uninterrupted or error free.
1617
1618BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, OR INCIDENTAL DAMAGES (INCLUDING DAMAGES FROM LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, AND THE LIKE) ARISING OUT OF THE USE OF OR INABILITY TO USE THE BITSTREAM PRODUCT EVEN IF BITSTREAM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
1619
1620Because some states do not allow the exclusion or limitation of liability for consequential or incidental damages, the above limitation may not apply to you.
1621
16226. U.S. Government Restricted Rights
1623The software product referred to as the Bitstream Product and its related documentation are provided with RESTRICTED RIGHTS. Use, duplication or disclosure by the Government is subject to restrictions as set forth in FAR 52.227-19(c)(2) (May, 1987) when applicable or the applicable provisions of the DOD FAR supplement 252.227-7013 subdivision (a)(15)(April, 1988) or subdivision (a)(17)(April, 1988). Contractor/manufacturer is Bitstream Inc./215 First Street/Cambridge, MA 02142.
1624
1625Export (Domestic Versions):
1626Regardless of any disclosure made by LICENSEE to Bitstream of an ultimate destination of the Bitstream Product, LICENSEE shall not reexport or transfer, whether directly or indirectly, the Bitstream Product to anyone outside the United States of America without first obtaining a license from the United States Department of Commerce or any other agency or department of the United States Government, as required.
1627
1628Should you have any questions concerning this Agreement, or if you desire to contact Bitstream for any reason, please contact in writing.
1629
16307. Governing Law
1631This agreement is governed by the laws of the United States of America and the Commonwealth of Massachusetts.', 'http://www.fontshop.com/licenses/bitstream/', NULL, NULL, NULL, 'Bitstream License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, '71606f8b931bad22a2597709dcd72823', 1, NULL);
1632INSERT INTO license_ref VALUES (202, 'AFL-1.1', '			Academic Free License
1633			Version 1.1
1634
1635The Academic Free License applies to any original work of authorship
1636(the "Original Work") whose owner (the "Licensor") has placed the
1637following notice immediately following the copyright notice for the
1638Original Work: "Licensed under the Academic Free License version 1.1."
1639
1640Grant of License. Licensor hereby grants to any person obtaining a
1641copy of the Original Work ("You") a world-wide, royalty-free,
1642non-exclusive, perpetual, non-sublicenseable license (1) to use, copy,
1643modify, merge, publish, perform, distribute and/or sell copies of the
1644Original Work and derivative works thereof, and (2) under patent
1645claims owned or controlled by the Licensor that are embodied in the
1646Original Work as furnished by the Licensor, to make, use, sell and
1647offer for sale the Original Work and derivative works thereof, subject
1648to the following conditions.
1649
1650Right of Attribution. Redistributions of the Original Work must
1651reproduce all copyright notices in the Original Work as furnished by
1652the Licensor, both in the Original Work itself and in any
1653documentation and/or other materials provided with the distribution of
1654the Original Work in executable form.
1655
1656Exclusions from License Grant. Neither the names of Licensor, nor the
1657names of any contributors to the Original Work, nor any of their
1658trademarks or service marks, may be used to endorse or promote
1659products derived from this Original Work without express prior written
1660permission of the Licensor.
1661
1662WARRANTY AND DISCLAIMERS. LICENSOR WARRANTS THAT THE COPYRIGHT IN AND
1663TO THE ORIGINAL WORK IS OWNED BY THE LICENSOR OR THAT THE ORIGINAL
1664WORK IS DISTRIBUTED BY LICENSOR UNDER A VALID CURRENT LICENSE FROM THE
1665COPYRIGHT OWNER. EXCEPT AS EXPRESSLY STATED IN THE IMMEDIATELY
1666PRECEEDING SENTENCE, THE ORIGINAL WORK IS PROVIDED UNDER THIS LICENSE
1667ON AN "AS IS" BASIS, WITHOUT WARRANTY, EITHER EXPRESS OR IMPLIED,
1668INCLUDING, WITHOUT LIMITATION, THE WARRANTY OF NON-INFRINGEMENT AND
1669WARRANTIES THAT THE ORIGINAL WORK IS MERCHANTABLE OR FIT FOR A
1670PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL
1671WORK IS WITH YOU. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL
1672PART OF THIS LICENSE. NO LICENSE TO ORIGINAL WORK IS GRANTED HEREUNDER
1673EXCEPT UNDER THIS DISCLAIMER.
1674
1675LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
1676THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE,
1677SHALL THE LICENSOR BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT,
1678SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING
1679AS A RESULT OF THIS LICENSE OR THE USE OF THE ORIGINAL WORK INCLUDING,
1680WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE,
1681COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL
1682DAMAGES OR LOSSES, EVEN IF SUCH PERSON SHALL HAVE BEEN INFORMED OF THE
1683POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT
1684APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH
1685PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
1686LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
1687LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION
1688AND LIMITATION MAY NOT APPLY TO YOU.
1689
1690License to Source Code. The term "Source Code" means the preferred
1691form of the Original Work for making modifications to it and all
1692available documentation describing how to access and modify the
1693Original Work. Licensor hereby agrees to provide a machine-readable
1694copy of the Source Code of the Original Work along with each copy of
1695the Original Work that Licensor distributes. Licensor reserves the
1696right to satisfy this obligation by placing a machine-readable copy of
1697the Source Code in an information repository reasonably calculated to
1698permit inexpensive and convenient access by You for as long as
1699Licensor continues to distribute the Original Work, and by publishing
1700the address of that information repository in a notice immediately
1701following the copyright notice that applies to the Original Work.
1702
1703Mutual Termination for Patent Action. This License shall terminate
1704automatically and You may no longer exercise any of the rights granted
1705to You by this License if You file a lawsuit in any court alleging
1706that any OSI Certified open source software that is licensed under any
1707license containing this "Mutual Termination for Patent Action" clause
1708infringes any patent claims that are essential to use that software.
1709
1710This license is Copyright (C) 2002 Lawrence E. Rosen. All rights
1711reserved. Permission is hereby granted to copy and distribute this
1712license without modification. This license may not be modified without
1713the express written permission of its copyright owner.
1714
1715--
1716END OF LICENSE. The following is intended to describe the essential
1717differences between the Academic Free License (AFL) version 1.0 and
1718other open source licenses:
1719
1720The Academic Free License is similar to the BSD, MIT, UoI/NCSA and
1721Apache licenses in many respects but it is intended to solve a few
1722problems with those licenses.
1723  * The AFL is written so as to make it clear what software is being
1724    licensed (by the inclusion of a statement following the copyright
1725    notice in the software). This way, the license functions better
1726    than a template license. The BSD, MIT and UoI/NCSA licenses apply
1727    to unidentified software.
1728  * The AFL contains a complete copyright grant to the software. The
1729    BSD and Apache licenses are vague and incomplete in that respect.
1730  * The AFL contains a complete patent grant to the software. The BSD,
1731    MIT, UoI/NCSA and Apache licenses rely on an implied patent
1732    license and contain no explicit patent grant.
1733  * The AFL makes it clear that no trademark rights are granted to the
1734    licensor''s trademarks. The Apache license contains such a
1735    provision, but the BSD, MIT and UoI/NCSA licenses do not.
1736  * The AFL includes the warranty by the licensor that it either owns
1737    the copyright or that it is distributing the software under a
1738    license. None of the other licenses contain that warranty. All
1739    other warranties are disclaimed, as is the case for the other
1740    licenses.
1741  * The AFL is itself copyrighted (with the right granted to copy and
1742    distribute without modification). This ensures that the owner of
1743    the copyright to the license will control changes. The Apache
1744    license contains a copyright notice, but the BSD, MIT and UoI/NCSA
1745    licenses do not.', 'http://spdx.org/licenses/AFL-1.1#licenseText', NULL, NULL, NULL, 'Academic Free License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'ac18d034be97175e747737f1b02ad8e4', 1, NULL);
1746INSERT INTO license_ref VALUES (203, 'AFL-1.2', 'Academic Free License
1747Version 1.2
1748
1749This Academic Free License applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work:
1750Licensed under the Academic Free License version 1.2
1751Grant of License. Licensor hereby grants to any person obtaining a copy of the Original Work ("You") a world-wide, royalty-free, non-exclusive, perpetual, non-sublicenseable license (1) to use, copy, modify, merge, publish, perform, distribute and/or sell copies of the Original Work and derivative works thereof, and (2) under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and derivative works thereof, subject to the following conditions.
1752
1753Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.
1754
1755Exclusions from License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor.
1756
1757Warranty and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work is owned by the Licensor or that the Original Work is distributed by Licensor under a valid current license from the copyright owner. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer.
1758
1759Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor''s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
1760
1761License to Source Code. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work.
1762
1763Mutual Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License if You file a lawsuit in any court alleging that any OSI Certified open source software that is licensed under any license containing this "Mutual Termination for Patent Action" clause infringes any patent claims that are essential to use that software.
1764
1765Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.
1766
1767This license is Copyright (C) 2002 Lawrence E. Rosen. All rights reserved. Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner.', 'http://spdx.org/licenses/AFL-1.2#licenseText', NULL, NULL, NULL, 'Academic Free License 1.2', NULL, NULL, NULL, '', NULL, false, false, false, '1916311b286f2d1f59ce46ca2885f309', 1, NULL);
1768INSERT INTO license_ref VALUES (204, 'AFL-2.0', 'Academic Free License
1769v. 2.0
1770
1771This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work:
1772
1773Licensed under the Academic Free License version 2.0
17741) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following:
1775
1776a) to reproduce the Original Work in copies;
1777b) to prepare derivative works ("Derivative Works") based upon the Original Work;
1778
1779c) to distribute copies of the Original Work and Derivative Works to the public;
1780
1781d) to perform the Original Work publicly; and
1782
1783e) to display the Original Work publicly.
1784
17852) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and Derivative Works.
1786
17873) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work.
1788
17894) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor except as expressly stated herein. No patent license is granted to make, use, sell or offer to sell embodiments of any patent claims other than the licensed claims defined in Section 2. No right is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any Original Work that Licensor otherwise would have a right to license.
1790
17915) This section intentionally omitted.
1792
17936) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.
1794
17957) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer.
1796
17978) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor''s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
1798
17999) Acceptance and Termination. If You distribute copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. Nothing else but this License (or another written agreement between Licensor and You) grants You permission to create Derivative Works based upon the Original Work or to exercise any of the rights granted in Section 1 herein, and any attempt to do so except under the terms of this License (or another written agreement between Licensor and You) is expressly prohibited by U.S. copyright law, the equivalent laws of other countries, and by international treaty. Therefore, by exercising any of the rights granted to You in Section 1 herein, You indicate Your acceptance of this License and all of its terms and conditions.
1800
180110) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, for patent infringement (i) against Licensor with respect to a patent applicable to software or (ii) against any entity with respect to a patent applicable to the Original Work (but excluding combinations of the Original Work with other software or hardware).
1802
180311) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C. 101 et seq., the equivalent laws of other countries, and international treaty. This section shall survive the termination of this License.
1804
180512) Attorneys Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys'' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.
1806
180713) Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
1808
180914) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
1810
181115) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.
1812
1813This license is Copyright (C) 2003 Lawrence E. Rosen. All rights reserved. Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner.', 'http://spdx.org/licenses/AFL-2.0#licenseText', NULL, NULL, NULL, 'Academic Free License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, 'd63401a3e7f7364596cdb43e55456271', 1, NULL);
1814INSERT INTO license_ref VALUES (205, 'AFL-2.1', 'Academic Free License
1815v. 2.1
1816
1817(plain text version)
1818
1819This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work:
1820
1821Licensed under the Academic Free License version 2.1
18221) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following:
1823to reproduce the Original Work in copies;
1824to prepare derivative works ("Derivative Works") based upon the Original Work;
1825to distribute copies of the Original Work and Derivative Works to the public;
1826to perform the Original Work publicly; and
1827to display the Original Work publicly.
18282) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and Derivative Works.
1829
18303) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work.
1831
18324) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor except as expressly stated herein. No patent license is granted to make, use, sell or offer to sell embodiments of any patent claims other than the licensed claims defined in Section 2. No right is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any Original Work that Licensor otherwise would have a right to license.
1833
18345) This section intentionally omitted.
1835
18366) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.
1837
18387) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer.
1839
18408) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor''s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
1841
18429) Acceptance and Termination. If You distribute copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. Nothing else but this License (or another written agreement between Licensor and You) grants You permission to create Derivative Works based upon the Original Work or to exercise any of the rights granted in Section 1 herein, and any attempt to do so except under the terms of this License (or another written agreement between Licensor and You) is expressly prohibited by U.S. copyright law, the equivalent laws of other countries, and by international treaty. Therefore, by exercising any of the rights granted to You in Section 1 herein, You indicate Your acceptance of this License and all of its terms and conditions.
1843
184410) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.
1845
184611) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et seq., the equivalent laws of other countries, and international treaty. This section shall survive the termination of this License.
1847
184812) Attorneys Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys'' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.
1849
185013) Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
1851
185214) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
1853
185415) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.
1855
1856This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved. Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner.', 'http://spdx.org/licenses/AFL-2.1#licenseText', NULL, NULL, NULL, 'Academic Free License 2.1', NULL, NULL, NULL, '', NULL, false, false, false, 'f38a11019a019331e7dcc6814b0286d7', 1, NULL);
1857INSERT INTO license_ref VALUES (207, 'Aladdin', 'Aladdin Free Public License
1858(Version 9, September 18, 2000)
1859Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000 Aladdin Enterprises,
1860Menlo Park, California, U.S.A. All rights reserved.
1861
1862NOTE: This License is not the same as any of the GNU Licenses published by the Free Software Foundation. Its terms are substantially different from those of the GNU Licenses. If you are familiar with the GNU Licenses, please read this license with extra care.
1863Aladdin Enterprises hereby grants to anyone the permission to apply this License to their own work, as long as the entire License (including the above notices and this paragraph) is copied with no changes, additions, or deletions except for changing the first paragraph of Section 0 to include a suitable description of the work to which the license is being applied and of the person or entity that holds the copyright in the work, and, if the License is being applied to a work created in a country other than the United States, replacing the first paragraph of Section 6 with an appropriate reference to the laws of the appropriate country.
1864
1865This License is not an Open Source license: among other things, it places restrictions on distribution of the Program, specifically including sale of the Program. While Aladdin Enterprises respects and supports the philosophy of the Open Source Definition, and shares the desire of the GNU project to keep licensed software freely redistributable in both source and object form, we feel that Open Source licenses unfairly prevent developers of useful software from being compensated proportionately when others profit financially from their work. This License attempts to ensure that those who receive, redistribute, and contribute to the licensed Program according to the Open Source and Free Software philosophies have the right to do so, while retaining for the developer(s) of the Program the power to make those who use the Program to enhance the value of commercial products pay for the privilege of doing so.
1866
18670. Subject Matter
1868
1869This License applies to the computer programs known as "AFPL Ghostscript", "AFPL Ghostscript PCL5e", "AFPL Ghostscript PCL5c", and "AFPL Ghostscript PXL".  The "Program", below, refers to such program. The Program is a copyrighted work whose copyright is held by Artifex Software Inc., located in San Rafael California and artofcode LLC, located in Benicia, California (the "Licensor"). Please note that AFPL Ghostscript is neither the program known as "GNU Ghostscript" nor the version of Ghostscript available for commercial licensing from Artifex Software Inc.
1870A "work based on the Program" means either the Program or any derivative work of the Program, as defined in the United States Copyright Act of 1976, such as a translation or a modification.
1871
1872BY MODIFYING OR DISTRIBUTING THE PROGRAM (OR ANY WORK BASED ON THE PROGRAM), YOU INDICATE YOUR ACCEPTANCE OF THIS LICENSE TO DO SO, AND ALL ITS TERMS AND CONDITIONS FOR COPYING, DISTRIBUTING OR MODIFYING THE PROGRAM OR WORKS BASED ON IT. NOTHING OTHER THAN THIS LICENSE GRANTS YOU PERMISSION TO MODIFY OR DISTRIBUTE THE PROGRAM OR ITS DERIVATIVE WORKS. THESE ACTIONS ARE PROHIBITED BY LAW. IF YOU DO NOT ACCEPT THESE TERMS AND CONDITIONS, DO NOT MODIFY OR DISTRIBUTE THE PROGRAM.
1873
18741. Licenses.
1875
1876Licensor hereby grants you the following rights, provided that you comply with all of the restrictions set forth in this License and provided, further, that you distribute an unmodified copy of this License with the Program:
1877(a)
1878You may copy and distribute literal (i.e., verbatim) copies of the Program''s source code as you receive it throughout the world, in any medium.
1879(b)
1880You may modify the Program, create works based on the Program and distribute copies of such throughout the world, in any medium.
18812. Restrictions.
1882
1883This license is subject to the following restrictions:
1884(a)
1885Distribution of the Program or any work based on the Program by a commercial organization to any third party is prohibited if any payment is made in connection with such distribution, whether directly (as in payment for a copy of the Program) or indirectly (as in payment for some service related to the Program, or payment for some product or service that includes a copy of the Program "without charge"; these are only examples, and not an exhaustive enumeration of prohibited activities). The following methods of distribution involving payment shall not in and of themselves be a violation of this restriction:
1886(i)
1887Posting the Program on a public access information storage and retrieval service for which a fee is received for retrieving information (such as an on-line service), provided that the fee is not content-dependent (i.e., the fee would be the same for retrieving the same volume of information consisting of random data) and that access to the service and to the Program is available independent of any other product or service. An example of a service that does not fall under this section is an on-line service that is operated by a company and that is only available to customers of that company. (This is not an exhaustive enumeration.)
1888(ii)
1889Distributing the Program on removable computer-readable media, provided that the files containing the Program are reproduced entirely and verbatim on such media, that all information on such media be redistributable for non-commercial purposes without charge, and that such media are distributed by themselves (except for accompanying documentation) independent of any other product or service. Examples of such media include CD-ROM, magnetic tape, and optical storage media. (This is not intended to be an exhaustive list.) An example of a distribution that does not fall under this section is a CD-ROM included in a book or magazine. (This is not an exhaustive enumeration.)
1890(b)
1891Activities other than copying, distribution and modification of the Program are not subject to this License and they are outside its scope. Functional use (running) of the Program is not restricted, and any output produced through the use of the Program is subject to this license only if its contents constitute a work based on the Program (independent of having been made by running the Program).
1892(c)
1893You must meet all of the following conditions with respect to any work that you distribute or publish that in whole or in part contains or is derived from the Program or any part thereof ("the Work"):
1894(i)
1895If you have modified the Program, you must cause the Work to carry prominent notices stating that you have modified the Program''s files and the date of any change. In each source file that you have modified, you must include a prominent notice that you have modified the file, including your name, your e-mail address (if any), and the date and purpose of the change;
1896(ii)
1897You must cause the Work to be licensed as a whole and at no charge to all third parties under the terms of this License;
1898(iii)
1899If the Work normally reads commands interactively when run, you must cause it, at each time the Work commences operation, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty). Such notice must also state that users may redistribute the Work only under the conditions of this License and tell the user how to view the copy of this License included with the Work. (Exceptions: if the Program is interactive but normally prints or displays such an announcement only at the request of a user, such as in an "About box", the Work is required to print or display the notice only under the same circumstances; if the Program itself is interactive but does not normally print such an announcement, the Work is not required to print an announcement.);
1900(iv)
1901You must accompany the Work with the complete corresponding machine-readable source code, delivered on a medium customarily used for software interchange. The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable code. If you distribute with the Work any component that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, you must also distribute the source code of that component if you have it and are allowed to do so;
1902(v)
1903If you distribute any written or printed material at all with the Work, such material must include either a written copy of this License, or a prominent written indication that the Work is covered by this License and written instructions for printing and/or displaying the copy of the License on the distribution medium;
1904(vi)
1905You may not impose any further restrictions on the recipient''s exercise of the rights granted herein.
1906If distribution of executable or object code is made by offering the equivalent ability to copy from a designated place, then offering equivalent ability to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source code along with the object code.
19073. Reservation of Rights.
1908
1909No rights are granted to the Program except as expressly set forth herein. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
19104. Other Restrictions.
1911
1912If the distribution and/or use of the Program is restricted in certain countries for any reason, Licensor may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
19135. Limitations.
1914
1915THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1916IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL LICENSOR, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
1917
19186. General.
1919
1920This License is governed by the laws of the State of California, U.S.A., excluding choice of law rules.
1921If any part of this License is found to be in conflict with the law, that part shall be interpreted in its broadest meaning consistent with the law, and no other parts of the License shall be affected.
1922
1923For United States Government users, the Program is provided with RESTRICTED RIGHTS. If you are a unit or agency of the United States Government or are acquiring the Program for any such unit or agency, the following apply:
1924
1925If the unit or agency is the Department of Defense ("DOD"), the Program and its documentation are classified as "commercial computer software" and "commercial computer software documentation" respectively and, pursuant to DFAR Section 227.7202, the Government is acquiring the Program and its documentation in accordance with the terms of this License. If the unit or agency is other than DOD, the Program and its documentation are classified as "commercial computer software" and "commercial computer software documentation" respectively and, pursuant to FAR Section 12.212, the Government is acquiring the Program and its documentation in accordance with the terms of this License.', 'http://spdx.org/licenses/Aladdin#licenseText', NULL, NULL, NULL, 'Aladdin Free Public License 9', NULL, NULL, NULL, '', NULL, false, false, false, 'e5df484482e3878a36932eda163f1712', 1, NULL);
1926INSERT INTO license_ref VALUES (220, 'APSL-1.0', 'APPLE PUBLIC SOURCE LICENSE
1927Version 1.0 - March 16, 1999
1928
1929Please read this License carefully before downloading this software.
1930By downloading and using this software, you are agreeing to be bound by
1931the terms of this License. If you do not or cannot agree to the terms
1932of this License, please do not download or use the software.
1933
19341. General; Definitions. This License applies to any program or other
1935work which Apple Computer, Inc. ("Apple") publicly announces as
1936subject to this Apple Public Source License and which contains a
1937notice placed by Apple identifying such program or work as "Original
1938Code" and stating that it is subject to the terms of this Apple Public
1939Source License version 1.0 (or subsequent version thereof), as it may
1940be revised from time to time by Apple ("License"). As used in this
1941License:
1942
19431.1 "Applicable Patents" mean: (a) in the case where Apple is the
1944grantor of rights, (i) patents or patent applications that are now
1945or hereafter acquired, owned by or assigned to Apple and (ii) whose
1946claims cover subject matter contained in the Original Code, but only
1947to the extent necessary to use, reproduce and/or distribute the
1948Original Code without infringement; and (b) in the case where You
1949are the grantor of rights, (i) patents and patent applications that
1950are now or hereafter acquired, owned by or assigned to You and (ii)
1951whose claims cover subject matter in Your Modifications, taken alone
1952or in combination with Original Code.
1953
19541.2 "Covered Code" means the Original Code, Modifications, the
1955combination of Original Code and any Modifications, and/or any
1956respective portions thereof.
1957
19581.3 "Deploy" means to use, sublicense or distribute Covered Code other
1959than for Your internal research and development (R&D), and includes
1960without limitation, any and all internal use or distribution of
1961Covered Code within Your business or organization except for R&D use,
1962as well as direct or indirect sublicensing or distribution of Covered
1963Code by You to any third party in any form or manner.
1964
19651.4 "Larger Work" means a work which combines Covered Code or portions
1966thereof with code not governed by the terms of this License.
1967
19681.5 "Modifications" mean any addition to, deletion from, and/or change
1969to, the substance and/or structure of Covered Code. When code is
1970released as a series of files, a Modification is: (a) any addition to
1971or deletion from the contents of a file containing Covered Code;
1972and/or (b) any new file or other representation of computer program
1973statements that contains any part of Covered Code.
1974
19751.6 "Original Code" means the Source Code of a program or other work
1976as originally made available by Apple under this License, including
1977the Source Code of any updates or upgrades to such programs or works
1978made available by Apple under this License, and that has been
1979expressly identified by Apple as such in the header file(s) of such
1980work.
1981
19821.7 "Source Code" means the human readable form of a program or other
1983work that is suitable for making modifications to it, including all
1984modules it contains, plus any associated interface definition files,
1985scripts used to control compilation and installation of an executable
1986(object code).
1987
19881.8 "You" or "Your" means an individual or a legal entity exercising
1989rights under this License. For legal entities, "You" or "Your"
1990includes any entity which controls, is controlled by, or is under
1991common control with, You, where "control" means (a) the power, direct
1992or indirect, to cause the direction or management of such entity,
1993whether by contract or otherwise, or (b) ownership of fifty percent
1994(50%) or more of the outstanding shares or beneficial ownership of
1995such entity.
1996
19972. Permitted Uses; Conditions & Restrictions. Subject to the terms
1998and conditions of this License, Apple hereby grants You, effective on
1999the date You accept this License and download the Original Code, a
2000world-wide, royalty-free, non-exclusive license, to the extent of
2001Apple''s Applicable Patents and copyrights covering the Original
2002Code, to do the following:
2003
20042.1 You may use, copy, modify and distribute Original Code, with or
2005without Modifications, solely for Your internal research and
2006development, provided that You must in each instance:
2007
2008(a) retain and reproduce in all copies of Original Code the copyright
2009and other proprietary notices and disclaimers of Apple as they appear
2010in the Original Code, and keep intact all notices in the Original Code
2011that refer to this License;
2012
2013(b) include a copy of this License with every copy of Source Code of
2014Covered Code and documentation You distribute, and You may not offer
2015or impose any terms on such Source Code that alter or restrict this
2016License or the recipients'' rights hereunder, except as permitted under
2017Section 6; and
2018
2019(c) completely and accurately document all Modifications that you have
2020made and the date of each such Modification, designate the version of
2021the Original Code you used, prominently include a file carrying such
2022information with the Modifications, and duplicate the notice in
2023Exhibit A in each file of the Source Code of all such Modifications.
2024
20252.2 You may Deploy Covered Code, provided that You must in each
2026instance:
2027
2028(a) satisfy all the conditions of Section 2.1 with respect to the
2029Source Code of the Covered Code;
2030
2031(b) make all Your Deployed Modifications publicly available in Source
2032Code form via electronic distribution (e.g. download from a web site)
2033under the terms of this License and subject to the license grants set
2034forth in Section 3 below, and any additional terms You may choose to
2035offer under Section 6. You must continue to make the Source Code of
2036Your Deployed Modifications available for as long as you Deploy the
2037Covered Code or twelve (12) months from the date of initial
2038Deployment, whichever is longer;
2039
2040(c) must notify Apple and other third parties of how to obtain Your
2041Deployed Modifications by filling out and submitting the required
2042information found at
2043http://www.apple.com/publicsource/modifications.html; and
2044
2045(d) if you Deploy Covered Code in object code, executable form only,
2046include a prominent notice, in the code itself as well as in related
2047documentation, stating that Source Code of the Covered Code is
2048available under the terms of this License with information on how and
2049where to obtain such Source Code.
2050
20513. Your Grants. In consideration of, and as a condition to, the
2052licenses granted to You under this License:
2053
2054(a) You hereby grant to Apple and all third parties a non-exclusive,
2055royalty-free license, under Your Applicable Patents and other
2056intellectual property rights owned or controlled by You, to use,
2057reproduce, modify, distribute and Deploy Your Modifications of the
2058same scope and extent as Apple''s licenses under Sections 2.1 and 2.2;
2059and
2060
2061(b) You hereby grant to Apple and its subsidiaries a non-exclusive,
2062worldwide, royalty-free, perpetual and irrevocable license, under Your
2063Applicable Patents and other intellectual property rights owned or
2064controlled by You, to use, reproduce, execute, compile, display,
2065perform, modify or have modified (for Apple and/or its subsidiaries),
2066sublicense and distribute Your Modifications, in any form, through
2067multiple tiers of distribution.
2068
20694. Larger Works. You may create a Larger Work by combining Covered
2070Code with other code not governed by the terms of this License and
2071distribute the Larger Work as a single product. In each such
2072instance, You must make sure the requirements of this License are
2073fulfilled for the Covered Code or any portion thereof.
2074
20755. Limitations on Patent License. Except as expressly stated in
2076Section 2, no other patent rights, express or implied, are granted
2077by Apple herein. Modifications and/or Larger Works may require
2078additional patent licenses from Apple which Apple may grant in its
2079sole discretion.
2080
20816. Additional Terms. You may choose to offer, and to charge a fee
2082for, warranty, support, indemnity or liability obligations and/or
2083other rights consistent with the scope of the license granted herein
2084("Additional Terms") to one or more recipients of Covered
2085Code. However, You may do so only on Your own behalf and as Your
2086sole responsibility, and not on behalf of Apple. You must obtain the
2087recipient''s agreement that any such Additional Terms are offered by
2088You alone, and You hereby agree to indemnify, defend and hold Apple
2089harmless for any liability incurred by or claims asserted against
2090Apple by reason of any such Additional Terms.
2091
20927. Versions of the License. Apple may publish revised and/or new
2093versions of this License from time to time. Each version will be
2094given a distinguishing version number. Once Original Code has been
2095published under a particular version of this License, You may
2096continue to use it under the terms of that version. You may also
2097choose to use such Original Code under the terms of any subsequent
2098version of this License published by Apple. No one other than Apple
2099has the right to modify the terms applicable to Covered Code created
2100under this License.
2101
21028. NO WARRANTY OR SUPPORT. The Original Code may contain in whole or
2103in part pre-release, untested, or not fully tested works. The
2104Original Code may contain errors that could cause failures or loss
2105of data, and may be incomplete or contain inaccuracies. You
2106expressly acknowledge and agree that use of the Original Code, or
2107any portion thereof, is at Your sole and entire risk. THE ORIGINAL
2108CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR SUPPORT
2109OF ANY KIND AND APPLE AND APPLE''S LICENSOR(S) (FOR THE PURPOSES OF
2110SECTIONS 8 AND 9, APPLE AND APPLE''S LICENSOR(S) ARE COLLECTIVELY
2111REFERRED TO AS "APPLE") EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR
2112CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
2113IMPLIED WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY OR
2114SATISFACTORY QUALITY AND FITNESS FOR A PARTICULAR PURPOSE AND
2115NONINFRINGEMENT OF THIRD PARTY RIGHTS. APPLE DOES NOT WARRANT THAT
2116THE FUNCTIONS CONTAINED IN THE ORIGINAL CODE WILL MEET YOUR
2117REQUIREMENTS, OR THAT THE OPERATION OF THE ORIGINAL CODE WILL BE
2118UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE ORIGINAL CODE
2119WILL BE CORRECTED. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN
2120BY APPLE OR AN APPLE AUTHORIZED REPRESENTATIVE SHALL CREATE A
2121WARRANTY OR IN ANY WAY INCREASE THE SCOPE OF THIS WARRANTY. You
2122acknowledge that the Original Code is not intended for use in the
2123operation of nuclear facilities, aircraft navigation, communication
2124systems, or air traffic control machines in which case the failure
2125of the Original Code could lead to death, personal injury, or severe
2126physical or environmental damage.
2127
21289. Liability.
2129
21309.1 Infringement. If any of the Original Code becomes the subject of
2131a claim of infringement ("Affected Original Code"), Apple may, at
2132its sole discretion and option: (a) attempt to procure the rights
2133necessary for You to continue using the Affected Original Code; (b)
2134modify the Affected Original Code so that it is no longer
2135infringing; or (c) terminate Your rights to use the Affected
2136Original Code, effective immediately upon Apple''s posting of a
2137notice to such effect on the Apple web site that is used for
2138implementation of this License.
2139
21409.2 LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES SHALL APPLE BE
2141LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL
2142DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE OR
2143INABILITY TO USE THE ORIGINAL CODE, OR ANY PORTION THEREOF, WHETHER
2144UNDER A THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE),
2145PRODUCTS LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF
2146THE POSSIBILITY OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF
2147ESSENTIAL PURPOSE OF ANY REMEDY. In no event shall Apple''s total
2148liability to You for all damages under this License exceed the
2149amount of fifty dollars ($50.00).
2150
215110. Trademarks. This License does not grant any rights to use the
2152trademarks or trade names "Apple", "Apple Computer", "Mac OS X",
2153"Mac OS X Server" or any other trademarks or trade names belonging
2154to Apple (collectively "Apple Marks") and no Apple Marks may be
2155used to endorse or promote products derived from the Original Code
2156other than as permitted by and in strict compliance at all times
2157with Apple''s third party trademark usage guidelines which are
2158posted at http://www.apple.com/legal/guidelinesfor3rdparties.html.
2159
216011. Ownership. Apple retains all rights, title and interest in and to
2161the Original Code and any Modifications made by or on behalf of
2162Apple ("Apple Modifications"), and such Apple Modifications will
2163not be automatically subject to this License. Apple may, at its
2164sole discretion, choose to license such Apple Modifications under
2165this License, or on different terms from those contained in this
2166License or may choose not to license them at all. Apple''s
2167development, use, reproduction, modification, sublicensing and
2168distribution of Covered Code will not be subject to this License.
2169
217012. Termination.
2171
217212.1 Termination. This License and the rights granted hereunder will
2173terminate:
2174
2175(a) automatically without notice from Apple if You fail to comply with
2176any term(s) of this License and fail to cure such breach within 30
2177days of becoming aware of such breach; (b) immediately in the event of
2178the circumstances described in Sections 9.1 and/or 13.6(b); or (c)
2179automatically without notice from Apple if You, at any time during the
2180term of this License, commence an action for patent infringement
2181against Apple.
2182
218312.2 Effect of Termination. Upon termination, You agree to
2184immediately stop any further use, reproduction, modification and
2185distribution of the Covered Code, or Affected Original Code in the
2186case of termination under Section 9.1, and to destroy all copies of
2187the Covered Code or Affected Original Code (in the case of
2188termination under Section 9.1) that are in your possession or
2189control. All sublicenses to the Covered Code which have been
2190properly granted prior to termination shall survive any termination
2191of this License. Provisions which, by their nature, should remain
2192in effect beyond the termination of this License shall survive,
2193including but not limited to Sections 3, 5, 8, 9, 10, 11, 12.2 and
219413. Neither party will be liable to the other for compensation,
2195indemnity or damages of any sort solely as a result of terminating
2196this License in accordance with its terms, and termination of this
2197License will be without prejudice to any other right or remedy of
2198either party.
2199
220013. Miscellaneous.
2201
220213.1 Export Law Assurances. You may not use or otherwise export or
2203re-export the Original Code except as authorized by United States
2204law and the laws of the jurisdiction in which the Original Code was
2205obtained. In particular, but without limitation, the Original Code
2206may not be exported or re-exported (a) into (or to a national or
2207resident of) any U.S. embargoed country or (b) to anyone on the
2208U.S. Treasury Department''s list of Specially Designated Nationals
2209or the U.S. Department of Commerce''s Table of Denial Orders. By
2210using the Original Code, You represent and warrant that You are not
2211located in, under control of, or a national or resident of any such
2212country or on any such list.
2213
221413.2 Government End Users. The Covered Code is a "commercial item" as
2215defined in FAR 2.101. Government software and technical data
2216rights in the Covered Code include only those rights customarily
2217provided to the public as defined in this License. This customary
2218commercial license in technical data and software is provided in
2219accordance with FAR 12.211 (Technical Data) and 12.212 (Computer
2220Software) and, for Department of Defense purchases, DFAR
2221252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3
2222(Rights in Commercial Computer Software or Computer Software
2223Documentation). Accordingly, all U.S. Government End Users acquire
2224Covered Code with only those rights set forth herein.
2225
222613.3 Relationship of Parties. This License will not be construed as
2227creating an agency, partnership, joint venture or any other form of
2228legal association between You and Apple, and You will not represent
2229to the contrary, whether expressly, by implication, appearance or
2230otherwise.
2231
223213.4 Independent Development. Nothing in this License will impair
2233Apple''s right to acquire, license, develop, have others develop for
2234it, market and/or distribute technology or products that perform
2235the same or similar functions as, or otherwise compete with,
2236Modifications, Larger Works, technology or products that You may
2237develop, produce, market or distribute.
2238
223913.5 Waiver; Construction. Failure by Apple to enforce any provision
2240of this License will not be deemed a waiver of future enforcement
2241of that or any other provision. Any law or regulation which
2242provides that the language of a contract shall be construed against
2243the drafter will not apply to this License.
2244
224513.6 Severability. (a) If for any reason a court of competent
2246jurisdiction finds any provision of this License, or portion
2247thereof, to be unenforceable, that provision of the License will be
2248enforced to the maximum extent permissible so as to effect the
2249economic benefits and intent of the parties, and the remainder of
2250this License will continue in full force and effect. (b)
2251Notwithstanding the foregoing, if applicable law prohibits or
2252restricts You from fully and/or specifically complying with
2253Sections 2 and/or 3 or prevents the enforceability of either of
2254those Sections, this License will immediately terminate and You
2255must immediately discontinue any use of the Covered Code and
2256destroy all copies of it that are in your possession or control.
2257
225813.7 Dispute Resolution. Any litigation or other dispute resolution
2259between You and Apple relating to this License shall take place in
2260the Northern District of California, and You and Apple hereby
2261consent to the personal jurisdiction of, and venue in, the state
2262and federal courts within that District with respect to this
2263License. The application of the United Nations Convention on
2264Contracts for the International Sale of Goods is expressly
2265excluded.
2266
226713.8 Entire Agreement; Governing Law. This License constitutes the
2268entire agreement between the parties with respect to the subject
2269matter hereof. This License shall be governed by the laws of the
2270United States and the State of California, except that body of
2271California law concerning conflicts of law.
2272
2273Where You are located in the province of Quebec, Canada, the following
2274clause applies: The parties hereby confirm that they have requested
2275that this License and all related documents be drafted in English. Les
2276parties ont exige que le present contrat et tous les documents
2277connexes soient rediges en anglais.
2278
2279EXHIBIT A.
2280
2281"Portions Copyright (c) 1999 Apple Computer, Inc. All Rights
2282Reserved. This file contains Original Code and/or Modifications of
2283Original Code as defined in and that are subject to the Apple Public
2284Source License Version 1.0 (the ''License''). You may not use this file
2285except in compliance with the License. Please obtain a copy of the
2286License at http://www.apple.com/publicsource and read it before using
2287this file.
2288
2289The Original Code and all software distributed under the License are
2290distributed on an ''AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
2291EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
2292INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
2293FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
2294License for the specific language governing rights and limitations
2295under the License."
2296', 'http://spdx.org/licenses/APSL-1.0#licenseText', NULL, NULL, NULL, 'Apple Public Source License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '84829e2849e93721ef72bfed0ed5750f', 1, NULL);
2297INSERT INTO license_ref VALUES (211, 'AGPL-3.0', '                    GNU AFFERO GENERAL PUBLIC LICENSE
2298                       Version 3, 19 November 2007
2299
2300 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
2301 Everyone is permitted to copy and distribute verbatim copies
2302 of this license document, but changing it is not allowed.
2303
2304                            Preamble
2305
2306  The GNU Affero General Public License is a free, copyleft license for
2307software and other kinds of works, specifically designed to ensure
2308cooperation with the community in the case of network server software.
2309
2310  The licenses for most software and other practical works are designed
2311to take away your freedom to share and change the works.  By contrast,
2312our General Public Licenses are intended to guarantee your freedom to
2313share and change all versions of a program--to make sure it remains free
2314software for all its users.
2315
2316  When we speak of free software, we are referring to freedom, not
2317price.  Our General Public Licenses are designed to make sure that you
2318have the freedom to distribute copies of free software (and charge for
2319them if you wish), that you receive source code or can get it if you
2320want it, that you can change the software or use pieces of it in new
2321free programs, and that you know you can do these things.
2322
2323  Developers that use our General Public Licenses protect your rights
2324with two steps: (1) assert copyright on the software, and (2) offer
2325you this License which gives you legal permission to copy, distribute
2326and/or modify the software.
2327
2328  A secondary benefit of defending all users'' freedom is that
2329improvements made in alternate versions of the program, if they
2330receive widespread use, become available for other developers to
2331incorporate.  Many developers of free software are heartened and
2332encouraged by the resulting cooperation.  However, in the case of
2333software used on network servers, this result may fail to come about.
2334The GNU General Public License permits making a modified version and
2335letting the public access it on a server without ever releasing its
2336source code to the public.
2337
2338  The GNU Affero General Public License is designed specifically to
2339ensure that, in such cases, the modified source code becomes available
2340to the community.  It requires the operator of a network server to
2341provide the source code of the modified version running there to the
2342users of that server.  Therefore, public use of a modified version, on
2343a publicly accessible server, gives the public access to the source
2344code of the modified version.
2345
2346  An older license, called the Affero General Public License and
2347published by Affero, was designed to accomplish similar goals.  This is
2348a different license, not a version of the Affero GPL, but Affero has
2349released a new version of the Affero GPL which permits relicensing under
2350this license.
2351
2352  The precise terms and conditions for copying, distribution and
2353modification follow.
2354
2355                       TERMS AND CONDITIONS
2356
2357  0. Definitions.
2358
2359  "This License" refers to version 3 of the GNU Affero General Public License.
2360
2361  "Copyright" also means copyright-like laws that apply to other kinds of
2362works, such as semiconductor masks.
2363
2364  "The Program" refers to any copyrightable work licensed under this
2365License.  Each licensee is addressed as "you".  "Licensees" and
2366"recipients" may be individuals or organizations.
2367
2368  To "modify" a work means to copy from or adapt all or part of the work
2369in a fashion requiring copyright permission, other than the making of an
2370exact copy.  The resulting work is called a "modified version" of the
2371earlier work or a work "based on" the earlier work.
2372
2373  A "covered work" means either the unmodified Program or a work based
2374on the Program.
2375
2376  To "propagate" a work means to do anything with it that, without
2377permission, would make you directly or secondarily liable for
2378infringement under applicable copyright law, except executing it on a
2379computer or modifying a private copy.  Propagation includes copying,
2380distribution (with or without modification), making available to the
2381public, and in some countries other activities as well.
2382
2383  To "convey" a work means any kind of propagation that enables other
2384parties to make or receive copies.  Mere interaction with a user through
2385a computer network, with no transfer of a copy, is not conveying.
2386
2387  An interactive user interface displays "Appropriate Legal Notices"
2388to the extent that it includes a convenient and prominently visible
2389feature that (1) displays an appropriate copyright notice, and (2)
2390tells the user that there is no warranty for the work (except to the
2391extent that warranties are provided), that licensees may convey the
2392work under this License, and how to view a copy of this License.  If
2393the interface presents a list of user commands or options, such as a
2394menu, a prominent item in the list meets this criterion.
2395
2396  1. Source Code.
2397
2398  The "source code" for a work means the preferred form of the work
2399for making modifications to it.  "Object code" means any non-source
2400form of a work.
2401
2402  A "Standard Interface" means an interface that either is an official
2403standard defined by a recognized standards body, or, in the case of
2404interfaces specified for a particular programming language, one that
2405is widely used among developers working in that language.
2406
2407  The "System Libraries" of an executable work include anything, other
2408than the work as a whole, that (a) is included in the normal form of
2409packaging a Major Component, but which is not part of that Major
2410Component, and (b) serves only to enable use of the work with that
2411Major Component, or to implement a Standard Interface for which an
2412implementation is available to the public in source code form.  A
2413"Major Component", in this context, means a major essential component
2414(kernel, window system, and so on) of the specific operating system
2415(if any) on which the executable work runs, or a compiler used to
2416produce the work, or an object code interpreter used to run it.
2417
2418  The "Corresponding Source" for a work in object code form means all
2419the source code needed to generate, install, and (for an executable
2420work) run the object code and to modify the work, including scripts to
2421control those activities.  However, it does not include the work''s
2422System Libraries, or general-purpose tools or generally available free
2423programs which are used unmodified in performing those activities but
2424which are not part of the work.  For example, Corresponding Source
2425includes interface definition files associated with source files for
2426the work, and the source code for shared libraries and dynamically
2427linked subprograms that the work is specifically designed to require,
2428such as by intimate data communication or control flow between those
2429subprograms and other parts of the work.
2430
2431  The Corresponding Source need not include anything that users
2432can regenerate automatically from other parts of the Corresponding
2433Source.
2434
2435  The Corresponding Source for a work in source code form is that
2436same work.
2437
2438  2. Basic Permissions.
2439
2440  All rights granted under this License are granted for the term of
2441copyright on the Program, and are irrevocable provided the stated
2442conditions are met.  This License explicitly affirms your unlimited
2443permission to run the unmodified Program.  The output from running a
2444covered work is covered by this License only if the output, given its
2445content, constitutes a covered work.  This License acknowledges your
2446rights of fair use or other equivalent, as provided by copyright law.
2447
2448  You may make, run and propagate covered works that you do not
2449convey, without conditions so long as your license otherwise remains
2450in force.  You may convey covered works to others for the sole purpose
2451of having them make modifications exclusively for you, or provide you
2452with facilities for running those works, provided that you comply with
2453the terms of this License in conveying all material for which you do
2454not control copyright.  Those thus making or running the covered works
2455for you must do so exclusively on your behalf, under your direction
2456and control, on terms that prohibit them from making any copies of
2457your copyrighted material outside their relationship with you.
2458
2459  Conveying under any other circumstances is permitted solely under
2460the conditions stated below.  Sublicensing is not allowed; section 10
2461makes it unnecessary.
2462
2463  3. Protecting Users'' Legal Rights From Anti-Circumvention Law.
2464
2465  No covered work shall be deemed part of an effective technological
2466measure under any applicable law fulfilling obligations under article
246711 of the WIPO copyright treaty adopted on 20 December 1996, or
2468similar laws prohibiting or restricting circumvention of such
2469measures.
2470
2471  When you convey a covered work, you waive any legal power to forbid
2472circumvention of technological measures to the extent such circumvention
2473is effected by exercising rights under this License with respect to
2474the covered work, and you disclaim any intention to limit operation or
2475modification of the work as a means of enforcing, against the work''s
2476users, your or third parties'' legal rights to forbid circumvention of
2477technological measures.
2478
2479  4. Conveying Verbatim Copies.
2480
2481  You may convey verbatim copies of the Program''s source code as you
2482receive it, in any medium, provided that you conspicuously and
2483appropriately publish on each copy an appropriate copyright notice;
2484keep intact all notices stating that this License and any
2485non-permissive terms added in accord with section 7 apply to the code;
2486keep intact all notices of the absence of any warranty; and give all
2487recipients a copy of this License along with the Program.
2488
2489  You may charge any price or no price for each copy that you convey,
2490and you may offer support or warranty protection for a fee.
2491
2492  5. Conveying Modified Source Versions.
2493
2494  You may convey a work based on the Program, or the modifications to
2495produce it from the Program, in the form of source code under the
2496terms of section 4, provided that you also meet all of these conditions:
2497
2498    a) The work must carry prominent notices stating that you modified
2499    it, and giving a relevant date.
2500
2501    b) The work must carry prominent notices stating that it is
2502    released under this License and any conditions added under section
2503    7.  This requirement modifies the requirement in section 4 to
2504    "keep intact all notices".
2505
2506    c) You must license the entire work, as a whole, under this
2507    License to anyone who comes into possession of a copy.  This
2508    License will therefore apply, along with any applicable section 7
2509    additional terms, to the whole of the work, and all its parts,
2510    regardless of how they are packaged.  This License gives no
2511    permission to license the work in any other way, but it does not
2512    invalidate such permission if you have separately received it.
2513
2514    d) If the work has interactive user interfaces, each must display
2515    Appropriate Legal Notices; however, if the Program has interactive
2516    interfaces that do not display Appropriate Legal Notices, your
2517    work need not make them do so.
2518
2519  A compilation of a covered work with other separate and independent
2520works, which are not by their nature extensions of the covered work,
2521and which are not combined with it such as to form a larger program,
2522in or on a volume of a storage or distribution medium, is called an
2523"aggregate" if the compilation and its resulting copyright are not
2524used to limit the access or legal rights of the compilation''s users
2525beyond what the individual works permit.  Inclusion of a covered work
2526in an aggregate does not cause this License to apply to the other
2527parts of the aggregate.
2528
2529  6. Conveying Non-Source Forms.
2530
2531  You may convey a covered work in object code form under the terms
2532of sections 4 and 5, provided that you also convey the
2533machine-readable Corresponding Source under the terms of this License,
2534in one of these ways:
2535
2536    a) Convey the object code in, or embodied in, a physical product
2537    (including a physical distribution medium), accompanied by the
2538    Corresponding Source fixed on a durable physical medium
2539    customarily used for software interchange.
2540
2541    b) Convey the object code in, or embodied in, a physical product
2542    (including a physical distribution medium), accompanied by a
2543    written offer, valid for at least three years and valid for as
2544    long as you offer spare parts or customer support for that product
2545    model, to give anyone who possesses the object code either (1) a
2546    copy of the Corresponding Source for all the software in the
2547    product that is covered by this License, on a durable physical
2548    medium customarily used for software interchange, for a price no
2549    more than your reasonable cost of physically performing this
2550    conveying of source, or (2) access to copy the
2551    Corresponding Source from a network server at no charge.
2552
2553    c) Convey individual copies of the object code with a copy of the
2554    written offer to provide the Corresponding Source.  This
2555    alternative is allowed only occasionally and noncommercially, and
2556    only if you received the object code with such an offer, in accord
2557    with subsection 6b.
2558
2559    d) Convey the object code by offering access from a designated
2560    place (gratis or for a charge), and offer equivalent access to the
2561    Corresponding Source in the same way through the same place at no
2562    further charge.  You need not require recipients to copy the
2563    Corresponding Source along with the object code.  If the place to
2564    copy the object code is a network server, the Corresponding Source
2565    may be on a different server (operated by you or a third party)
2566    that supports equivalent copying facilities, provided you maintain
2567    clear directions next to the object code saying where to find the
2568    Corresponding Source.  Regardless of what server hosts the
2569    Corresponding Source, you remain obligated to ensure that it is
2570    available for as long as needed to satisfy these requirements.
2571
2572    e) Convey the object code using peer-to-peer transmission, provided
2573    you inform other peers where the object code and Corresponding
2574    Source of the work are being offered to the general public at no
2575    charge under subsection 6d.
2576
2577  A separable portion of the object code, whose source code is excluded
2578from the Corresponding Source as a System Library, need not be
2579included in conveying the object code work.
2580
2581  A "User Product" is either (1) a "consumer product", which means any
2582tangible personal property which is normally used for personal, family,
2583or household purposes, or (2) anything designed or sold for incorporation
2584into a dwelling.  In determining whether a product is a consumer product,
2585doubtful cases shall be resolved in favor of coverage.  For a particular
2586product received by a particular user, "normally used" refers to a
2587typical or common use of that class of product, regardless of the status
2588of the particular user or of the way in which the particular user
2589actually uses, or expects or is expected to use, the product.  A product
2590is a consumer product regardless of whether the product has substantial
2591commercial, industrial or non-consumer uses, unless such uses represent
2592the only significant mode of use of the product.
2593
2594  "Installation Information" for a User Product means any methods,
2595procedures, authorization keys, or other information required to install
2596and execute modified versions of a covered work in that User Product from
2597a modified version of its Corresponding Source.  The information must
2598suffice to ensure that the continued functioning of the modified object
2599code is in no case prevented or interfered with solely because
2600modification has been made.
2601
2602  If you convey an object code work under this section in, or with, or
2603specifically for use in, a User Product, and the conveying occurs as
2604part of a transaction in which the right of possession and use of the
2605User Product is transferred to the recipient in perpetuity or for a
2606fixed term (regardless of how the transaction is characterized), the
2607Corresponding Source conveyed under this section must be accompanied
2608by the Installation Information.  But this requirement does not apply
2609if neither you nor any third party retains the ability to install
2610modified object code on the User Product (for example, the work has
2611been installed in ROM).
2612
2613  The requirement to provide Installation Information does not include a
2614requirement to continue to provide support service, warranty, or updates
2615for a work that has been modified or installed by the recipient, or for
2616the User Product in which it has been modified or installed.  Access to a
2617network may be denied when the modification itself materially and
2618adversely affects the operation of the network or violates the rules and
2619protocols for communication across the network.
2620
2621  Corresponding Source conveyed, and Installation Information provided,
2622in accord with this section must be in a format that is publicly
2623documented (and with an implementation available to the public in
2624source code form), and must require no special password or key for
2625unpacking, reading or copying.
2626
2627  7. Additional Terms.
2628
2629  "Additional permissions" are terms that supplement the terms of this
2630License by making exceptions from one or more of its conditions.
2631Additional permissions that are applicable to the entire Program shall
2632be treated as though they were included in this License, to the extent
2633that they are valid under applicable law.  If additional permissions
2634apply only to part of the Program, that part may be used separately
2635under those permissions, but the entire Program remains governed by
2636this License without regard to the additional permissions.
2637
2638  When you convey a copy of a covered work, you may at your option
2639remove any additional permissions from that copy, or from any part of
2640it.  (Additional permissions may be written to require their own
2641removal in certain cases when you modify the work.)  You may place
2642additional permissions on material, added by you to a covered work,
2643for which you have or can give appropriate copyright permission.
2644
2645  Notwithstanding any other provision of this License, for material you
2646add to a covered work, you may (if authorized by the copyright holders of
2647that material) supplement the terms of this License with terms:
2648
2649    a) Disclaiming warranty or limiting liability differently from the
2650    terms of sections 15 and 16 of this License; or
2651
2652    b) Requiring preservation of specified reasonable legal notices or
2653    author attributions in that material or in the Appropriate Legal
2654    Notices displayed by works containing it; or
2655
2656    c) Prohibiting misrepresentation of the origin of that material, or
2657    requiring that modified versions of such material be marked in
2658    reasonable ways as different from the original version; or
2659
2660    d) Limiting the use for publicity purposes of names of licensors or
2661    authors of the material; or
2662
2663    e) Declining to grant rights under trademark law for use of some
2664    trade names, trademarks, or service marks; or
2665
2666    f) Requiring indemnification of licensors and authors of that
2667    material by anyone who conveys the material (or modified versions of
2668    it) with contractual assumptions of liability to the recipient, for
2669    any liability that these contractual assumptions directly impose on
2670    those licensors and authors.
2671
2672  All other non-permissive additional terms are considered "further
2673restrictions" within the meaning of section 10.  If the Program as you
2674received it, or any part of it, contains a notice stating that it is
2675governed by this License along with a term that is a further
2676restriction, you may remove that term.  If a license document contains
2677a further restriction but permits relicensing or conveying under this
2678License, you may add to a covered work material governed by the terms
2679of that license document, provided that the further restriction does
2680not survive such relicensing or conveying.
2681
2682  If you add terms to a covered work in accord with this section, you
2683must place, in the relevant source files, a statement of the
2684additional terms that apply to those files, or a notice indicating
2685where to find the applicable terms.
2686
2687  Additional terms, permissive or non-permissive, may be stated in the
2688form of a separately written license, or stated as exceptions;
2689the above requirements apply either way.
2690
2691  8. Termination.
2692
2693  You may not propagate or modify a covered work except as expressly
2694provided under this License.  Any attempt otherwise to propagate or
2695modify it is void, and will automatically terminate your rights under
2696this License (including any patent licenses granted under the third
2697paragraph of section 11).
2698
2699  However, if you cease all violation of this License, then your
2700license from a particular copyright holder is reinstated (a)
2701provisionally, unless and until the copyright holder explicitly and
2702finally terminates your license, and (b) permanently, if the copyright
2703holder fails to notify you of the violation by some reasonable means
2704prior to 60 days after the cessation.
2705
2706  Moreover, your license from a particular copyright holder is
2707reinstated permanently if the copyright holder notifies you of the
2708violation by some reasonable means, this is the first time you have
2709received notice of violation of this License (for any work) from that
2710copyright holder, and you cure the violation prior to 30 days after
2711your receipt of the notice.
2712
2713  Termination of your rights under this section does not terminate the
2714licenses of parties who have received copies or rights from you under
2715this License.  If your rights have been terminated and not permanently
2716reinstated, you do not qualify to receive new licenses for the same
2717material under section 10.
2718
2719  9. Acceptance Not Required for Having Copies.
2720
2721  You are not required to accept this License in order to receive or
2722run a copy of the Program.  Ancillary propagation of a covered work
2723occurring solely as a consequence of using peer-to-peer transmission
2724to receive a copy likewise does not require acceptance.  However,
2725nothing other than this License grants you permission to propagate or
2726modify any covered work.  These actions infringe copyright if you do
2727not accept this License.  Therefore, by modifying or propagating a
2728covered work, you indicate your acceptance of this License to do so.
2729
2730  10. Automatic Licensing of Downstream Recipients.
2731
2732  Each time you convey a covered work, the recipient automatically
2733receives a license from the original licensors, to run, modify and
2734propagate that work, subject to this License.  You are not responsible
2735for enforcing compliance by third parties with this License.
2736
2737  An "entity transaction" is a transaction transferring control of an
2738organization, or substantially all assets of one, or subdividing an
2739organization, or merging organizations.  If propagation of a covered
2740work results from an entity transaction, each party to that
2741transaction who receives a copy of the work also receives whatever
2742licenses to the work the party''s predecessor in interest had or could
2743give under the previous paragraph, plus a right to possession of the
2744Corresponding Source of the work from the predecessor in interest, if
2745the predecessor has it or can get it with reasonable efforts.
2746
2747  You may not impose any further restrictions on the exercise of the
2748rights granted or affirmed under this License.  For example, you may
2749not impose a license fee, royalty, or other charge for exercise of
2750rights granted under this License, and you may not initiate litigation
2751(including a cross-claim or counterclaim in a lawsuit) alleging that
2752any patent claim is infringed by making, using, selling, offering for
2753sale, or importing the Program or any portion of it.
2754
2755  11. Patents.
2756
2757  A "contributor" is a copyright holder who authorizes use under this
2758License of the Program or a work on which the Program is based.  The
2759work thus licensed is called the contributor''s "contributor version".
2760
2761  A contributor''s "essential patent claims" are all patent claims
2762owned or controlled by the contributor, whether already acquired or
2763hereafter acquired, that would be infringed by some manner, permitted
2764by this License, of making, using, or selling its contributor version,
2765but do not include claims that would be infringed only as a
2766consequence of further modification of the contributor version.  For
2767purposes of this definition, "control" includes the right to grant
2768patent sublicenses in a manner consistent with the requirements of
2769this License.
2770
2771  Each contributor grants you a non-exclusive, worldwide, royalty-free
2772patent license under the contributor''s essential patent claims, to
2773make, use, sell, offer for sale, import and otherwise run, modify and
2774propagate the contents of its contributor version.
2775
2776  In the following three paragraphs, a "patent license" is any express
2777agreement or commitment, however denominated, not to enforce a patent
2778(such as an express permission to practice a patent or covenant not to
2779sue for patent infringement).  To "grant" such a patent license to a
2780party means to make such an agreement or commitment not to enforce a
2781patent against the party.
2782
2783  If you convey a covered work, knowingly relying on a patent license,
2784and the Corresponding Source of the work is not available for anyone
2785to copy, free of charge and under the terms of this License, through a
2786publicly available network server or other readily accessible means,
2787then you must either (1) cause the Corresponding Source to be so
2788available, or (2) arrange to deprive yourself of the benefit of the
2789patent license for this particular work, or (3) arrange, in a manner
2790consistent with the requirements of this License, to extend the patent
2791license to downstream recipients.  "Knowingly relying" means you have
2792actual knowledge that, but for the patent license, your conveying the
2793covered work in a country, or your recipient''s use of the covered work
2794in a country, would infringe one or more identifiable patents in that
2795country that you have reason to believe are valid.
2796
2797  If, pursuant to or in connection with a single transaction or
2798arrangement, you convey, or propagate by procuring conveyance of, a
2799covered work, and grant a patent license to some of the parties
2800receiving the covered work authorizing them to use, propagate, modify
2801or convey a specific copy of the covered work, then the patent license
2802you grant is automatically extended to all recipients of the covered
2803work and works based on it.
2804
2805  A patent license is "discriminatory" if it does not include within
2806the scope of its coverage, prohibits the exercise of, or is
2807conditioned on the non-exercise of one or more of the rights that are
2808specifically granted under this License.  You may not convey a covered
2809work if you are a party to an arrangement with a third party that is
2810in the business of distributing software, under which you make payment
2811to the third party based on the extent of your activity of conveying
2812the work, and under which the third party grants, to any of the
2813parties who would receive the covered work from you, a discriminatory
2814patent license (a) in connection with copies of the covered work
2815conveyed by you (or copies made from those copies), or (b) primarily
2816for and in connection with specific products or compilations that
2817contain the covered work, unless you entered into that arrangement,
2818or that patent license was granted, prior to 28 March 2007.
2819
2820  Nothing in this License shall be construed as excluding or limiting
2821any implied license or other defenses to infringement that may
2822otherwise be available to you under applicable patent law.
2823
2824  12. No Surrender of Others'' Freedom.
2825
2826  If conditions are imposed on you (whether by court order, agreement or
2827otherwise) that contradict the conditions of this License, they do not
2828excuse you from the conditions of this License.  If you cannot convey a
2829covered work so as to satisfy simultaneously your obligations under this
2830License and any other pertinent obligations, then as a consequence you may
2831not convey it at all.  For example, if you agree to terms that obligate you
2832to collect a royalty for further conveying from those to whom you convey
2833the Program, the only way you could satisfy both those terms and this
2834License would be to refrain entirely from conveying the Program.
2835
2836  13. Remote Network Interaction; Use with the GNU General Public License.
2837
2838  Notwithstanding any other provision of this License, if you modify the
2839Program, your modified version must prominently offer all users
2840interacting with it remotely through a computer network (if your version
2841supports such interaction) an opportunity to receive the Corresponding
2842Source of your version by providing access to the Corresponding Source
2843from a network server at no charge, through some standard or customary
2844means of facilitating copying of software.  This Corresponding Source
2845shall include the Corresponding Source for any work covered by version 3
2846of the GNU General Public License that is incorporated pursuant to the
2847following paragraph.
2848
2849  Notwithstanding any other provision of this License, you have
2850permission to link or combine any covered work with a work licensed
2851under version 3 of the GNU General Public License into a single
2852combined work, and to convey the resulting work.  The terms of this
2853License will continue to apply to the part which is the covered work,
2854but the work with which it is combined will remain governed by version
28553 of the GNU General Public License.
2856
2857  14. Revised Versions of this License.
2858
2859  The Free Software Foundation may publish revised and/or new versions of
2860the GNU Affero General Public License from time to time.  Such new versions
2861will be similar in spirit to the present version, but may differ in detail to
2862address new problems or concerns.
2863
2864  Each version is given a distinguishing version number.  If the
2865Program specifies that a certain numbered version of the GNU Affero General
2866Public License "or any later version" applies to it, you have the
2867option of following the terms and conditions either of that numbered
2868version or of any later version published by the Free Software
2869Foundation.  If the Program does not specify a version number of the
2870GNU Affero General Public License, you may choose any version ever published
2871by the Free Software Foundation.
2872
2873  If the Program specifies that a proxy can decide which future
2874versions of the GNU Affero General Public License can be used, that proxy''s
2875public statement of acceptance of a version permanently authorizes you
2876to choose that version for the Program.
2877
2878  Later license versions may give you additional or different
2879permissions.  However, no additional obligations are imposed on any
2880author or copyright holder as a result of your choosing to follow a
2881later version.
2882
2883  15. Disclaimer of Warranty.
2884
2885  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2886APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2887HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2888OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2889THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2890PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2891IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2892ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2893
2894  16. Limitation of Liability.
2895
2896  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2897WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2898THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2899GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2900USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2901DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2902PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2903EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2904SUCH DAMAGES.
2905
2906  17. Interpretation of Sections 15 and 16.
2907
2908  If the disclaimer of warranty and limitation of liability provided
2909above cannot be given local legal effect according to their terms,
2910reviewing courts shall apply local law that most closely approximates
2911an absolute waiver of all civil liability in connection with the
2912Program, unless a warranty or assumption of liability accompanies a
2913copy of the Program in return for a fee.
2914
2915                     END OF TERMS AND CONDITIONS
2916
2917            How to Apply These Terms to Your New Programs
2918
2919  If you develop a new program, and you want it to be of the greatest
2920possible use to the public, the best way to achieve this is to make it
2921free software which everyone can redistribute and change under these terms.
2922
2923  To do so, attach the following notices to the program.  It is safest
2924to attach them to the start of each source file to most effectively
2925state the exclusion of warranty; and each file should have at least
2926the "copyright" line and a pointer to where the full notice is found.
2927
2928    <one line to give the program''s name and a brief idea of what it does.>
2929    Copyright (C) <year>  <name of author>
2930
2931    This program is free software: you can redistribute it and/or modify
2932    it under the terms of the GNU Affero General Public License as published by
2933    the Free Software Foundation, either version 3 of the License, or
2934    (at your option) any later version.
2935
2936    This program is distributed in the hope that it will be useful,
2937    but WITHOUT ANY WARRANTY; without even the implied warranty of
2938    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2939    GNU Affero General Public License for more details.
2940
2941    You should have received a copy of the GNU Affero General Public License
2942    along with this program.  If not, see <http://www.gnu.org/licenses/>.
2943
2944Also add information on how to contact you by electronic and paper mail.
2945
2946  If your software can interact with users remotely through a computer
2947network, you should also make sure that it provides a way for users to
2948get its source.  For example, if your program is a web application, its
2949interface could display a "Source" link that leads users to an archive
2950of the code.  There are many ways you could offer source, and different
2951solutions will be better for different programs; see section 13 for the
2952specific requirements.
2953
2954  You should also get your employer (if you work as a programmer) or school,
2955if any, to sign a "copyright disclaimer" for the program, if necessary.
2956For more information on this, and how to apply and follow the GNU AGPL, see
2957<http://www.gnu.org/licenses/>.', 'http://www.gnu.org/licenses/agpl-3.0.txt', NULL, NULL, NULL, 'GNU Affero General Public License v3.0', NULL, NULL, NULL, '', NULL, false, false, false, 'a031edb11423cde2ed9ff70083752737', 1, NULL);
2958INSERT INTO license_ref VALUES (223, 'CC-BY-1.0', 'Attribution 1.0
2959
2960CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
2961License
2962
2963THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
2964
2965BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
2966
29671. Definitions
2968
2969"Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.
2970"Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License.
2971"Licensor" means the individual or entity that offers the Work under the terms of this License.
2972"Original Author" means the individual or entity who created the Work.
2973"Work" means the copyrightable work of authorship offered under the terms of this License.
2974"You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
29752. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.
2976
29773. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
2978
2979to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;
2980to create and reproduce Derivative Works;
2981to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;
2982to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works;
2983The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.
2984
29854. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
2986
2987You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients'' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any reference to such Licensor or the Original Author, as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any reference to such Licensor or the Original Author, as requested.
2988If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and give the Original Author credit reasonable to the medium or means You are utilizing by conveying the name (or pseudonym if applicable) of the Original Author if supplied; the title of the Work if supplied; in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.
29895. Representations, Warranties and Disclaimer
2990
2991By offering the Work for public release under this License, Licensor represents and warrants that, to the best of Licensor''s knowledge after reasonable inquiry:
2992Licensor has secured all rights in the Work necessary to grant the license rights hereunder and to permit the lawful exercise of the rights granted hereunder without You having any obligation to pay any royalties, compulsory license fees, residuals or any other payments;
2993The Work does not infringe the copyright, trademark, publicity rights, common law rights or any other right of any third party or constitute defamation, invasion of privacy or other tortious injury to any third party.
2994EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE WORK.
29956. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
2996
29977. Termination
2998
2999This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
3000Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
30018. Miscellaneous
3002
3003Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
3004Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
3005If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
3006No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
3007This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
3008Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.
3009
3010Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons'' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.
3011
3012Creative Commons may be contacted at http://creativecommons.org/.', 'http://creativecommons.org/licenses/by/1.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '4d76a8d2449ad6a35e2c7f394df368db', 1, NULL);
3013INSERT INTO license_ref VALUES (10, 'MPL-2.0', 'Mozilla Public License Version 2.0
3014==================================
3015
30161. Definitions
3017--------------
3018
30191.1. "Contributor"
3020means each individual or legal entity that creates, contributes to
3021the creation of, or owns Covered Software.
3022
30231.2. "Contributor Version"
3024means the combination of the Contributions of others (if any) used
3025by a Contributor and that particular Contributor''s Contribution.
3026
30271.3. "Contribution"
3028means Covered Software of a particular Contributor.
3029
30301.4. "Covered Software"
3031means Source Code Form to which the initial Contributor has attached
3032the notice in Exhibit A, the Executable Form of such Source Code
3033Form, and Modifications of such Source Code Form, in each case
3034including portions thereof.
3035
30361.5. "Incompatible With Secondary Licenses"
3037means
3038
3039(a) that the initial Contributor has attached the notice described
3040in Exhibit B to the Covered Software; or
3041
3042(b) that the Covered Software was made available under the terms of
3043version 1.1 or earlier of the License, but not also under the
3044terms of a Secondary License.
3045
30461.6. "Executable Form"
3047means any form of the work other than Source Code Form.
3048
30491.7. "Larger Work"
3050means a work that combines Covered Software with other material, in
3051a separate file or files, that is not Covered Software.
3052
30531.8. "License"
3054means this document.
3055
30561.9. "Licensable"
3057means having the right to grant, to the maximum extent possible,
3058whether at the time of the initial grant or subsequently, any and
3059all of the rights conveyed by this License.
3060
30611.10. "Modifications"
3062means any of the following:
3063
3064(a) any file in Source Code Form that results from an addition to,
3065deletion from, or modification of the contents of Covered
3066Software; or
3067
3068(b) any new file in Source Code Form that contains any Covered
3069Software.
3070
30711.11. "Patent Claims" of a Contributor
3072means any patent claim(s), including without limitation, method,
3073process, and apparatus claims, in any patent Licensable by such
3074Contributor that would be infringed, but for the grant of the
3075License, by the making, using, selling, offering for sale, having
3076made, import, or transfer of either its Contributions or its
3077Contributor Version.
3078
30791.12. "Secondary License"
3080means either the GNU General Public License, Version 2.0, the GNU
3081Lesser General Public License, Version 2.1, the GNU Affero General
3082Public License, Version 3.0, or any later versions of those
3083licenses.
3084
30851.13. "Source Code Form"
3086means the form of the work preferred for making modifications.
3087
30881.14. "You" (or "Your")
3089means an individual or a legal entity exercising rights under this
3090License. For legal entities, "You" includes any entity that
3091controls, is controlled by, or is under common control with You. For
3092purposes of this definition, "control" means (a) the power, direct
3093or indirect, to cause the direction or management of such entity,
3094whether by contract or otherwise, or (b) ownership of more than
3095fifty percent (50%) of the outstanding shares or beneficial
3096ownership of such entity.
3097
30982. License Grants and Conditions
3099--------------------------------
3100
31012.1. Grants
3102
3103Each Contributor hereby grants You a world-wide, royalty-free,
3104non-exclusive license:
3105
3106(a) under intellectual property rights (other than patent or trademark)
3107Licensable by such Contributor to use, reproduce, make available,
3108modify, display, perform, distribute, and otherwise exploit its
3109Contributions, either on an unmodified basis, with Modifications, or
3110as part of a Larger Work; and
3111
3112(b) under Patent Claims of such Contributor to make, use, sell, offer
3113for sale, have made, import, and otherwise transfer either its
3114Contributions or its Contributor Version.
3115
31162.2. Effective Date
3117
3118The licenses granted in Section 2.1 with respect to any Contribution
3119become effective for each Contribution on the date the Contributor first
3120distributes such Contribution.
3121
31222.3. Limitations on Grant Scope
3123
3124The licenses granted in this Section 2 are the only rights granted under
3125this License. No additional rights or licenses will be implied from the
3126distribution or licensing of Covered Software under this License.
3127Notwithstanding Section 2.1(b) above, no patent license is granted by a
3128Contributor:
3129
3130(a) for any code that a Contributor has removed from Covered Software;
3131or
3132
3133(b) for infringements caused by: (i) Your and any other third party''s
3134modifications of Covered Software, or (ii) the combination of its
3135Contributions with other software (except as part of its Contributor
3136Version); or
3137
3138(c) under Patent Claims infringed by Covered Software in the absence of
3139its Contributions.
3140
3141This License does not grant any rights in the trademarks, service marks,
3142or logos of any Contributor (except as may be necessary to comply with
3143the notice requirements in Section 3.4).
3144
31452.4. Subsequent Licenses
3146
3147No Contributor makes additional grants as a result of Your choice to
3148distribute the Covered Software under a subsequent version of this
3149License (see Section 10.2) or under the terms of a Secondary License (if
3150permitted under the terms of Section 3.3).
3151
31522.5. Representation
3153
3154Each Contributor represents that the Contributor believes its
3155Contributions are its original creation(s) or it has sufficient rights
3156to grant the rights to its Contributions conveyed by this License.
3157
31582.6. Fair Use
3159
3160This License is not intended to limit any rights You have under
3161applicable copyright doctrines of fair use, fair dealing, or other
3162equivalents.
3163
31642.7. Conditions
3165
3166Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
3167in Section 2.1.
3168
31693. Responsibilities
3170-------------------
3171
31723.1. Distribution of Source Form
3173
3174All distribution of Covered Software in Source Code Form, including any
3175Modifications that You create or to which You contribute, must be under
3176the terms of this License. You must inform recipients that the Source
3177Code Form of the Covered Software is governed by the terms of this
3178License, and how they can obtain a copy of this License. You may not
3179attempt to alter or restrict the recipients'' rights in the Source Code
3180Form.
3181
31823.2. Distribution of Executable Form
3183
3184If You distribute Covered Software in Executable Form then:
3185
3186(a) such Covered Software must also be made available in Source Code
3187Form, as described in Section 3.1, and You must inform recipients of
3188the Executable Form how they can obtain a copy of such Source Code
3189Form by reasonable means in a timely manner, at a charge no more
3190than the cost of distribution to the recipient; and
3191
3192(b) You may distribute such Executable Form under the terms of this
3193License, or sublicense it under different terms, provided that the
3194license for the Executable Form does not attempt to limit or alter
3195the recipients'' rights in the Source Code Form under this License.
3196
31973.3. Distribution of a Larger Work
3198
3199You may create and distribute a Larger Work under terms of Your choice,
3200provided that You also comply with the requirements of this License for
3201the Covered Software. If the Larger Work is a combination of Covered
3202Software with a work governed by one or more Secondary Licenses, and the
3203Covered Software is not Incompatible With Secondary Licenses, this
3204License permits You to additionally distribute such Covered Software
3205under the terms of such Secondary License(s), so that the recipient of
3206the Larger Work may, at their option, further distribute the Covered
3207Software under the terms of either this License or such Secondary
3208License(s).
3209
32103.4. Notices
3211
3212You may not remove or alter the substance of any license notices
3213(including copyright notices, patent notices, disclaimers of warranty,
3214or limitations of liability) contained within the Source Code Form of
3215the Covered Software, except that You may alter any license notices to
3216the extent required to remedy known factual inaccuracies.
3217
32183.5. Application of Additional Terms
3219
3220You may choose to offer, and to charge a fee for, warranty, support,
3221indemnity or liability obligations to one or more recipients of Covered
3222Software. However, You may do so only on Your own behalf, and not on
3223behalf of any Contributor. You must make it absolutely clear that any
3224such warranty, support, indemnity, or liability obligation is offered by
3225You alone, and You hereby agree to indemnify every Contributor for any
3226liability incurred by such Contributor as a result of warranty, support,
3227indemnity or liability terms You offer. You may include additional
3228disclaimers of warranty and limitations of liability specific to any
3229jurisdiction.
3230
32314. Inability to Comply Due to Statute or Regulation
3232---------------------------------------------------
3233
3234If it is impossible for You to comply with any of the terms of this
3235License with respect to some or all of the Covered Software due to
3236statute, judicial order, or regulation then You must: (a) comply with
3237the terms of this License to the maximum extent possible; and (b)
3238describe the limitations and the code they affect. Such description must
3239be placed in a text file included with all distributions of the Covered
3240Software under this License. Except to the extent prohibited by statute
3241or regulation, such description must be sufficiently detailed for a
3242recipient of ordinary skill to be able to understand it.
3243
32445. Termination
3245--------------
3246
32475.1. The rights granted under this License will terminate automatically
3248if You fail to comply with any of its terms. However, if You become
3249compliant, then the rights granted under this License from a particular
3250Contributor are reinstated (a) provisionally, unless and until such
3251Contributor explicitly and finally terminates Your grants, and (b) on an
3252ongoing basis, if such Contributor fails to notify You of the
3253non-compliance by some reasonable means prior to 60 days after You have
3254come back into compliance. Moreover, Your grants from a particular
3255Contributor are reinstated on an ongoing basis if such Contributor
3256notifies You of the non-compliance by some reasonable means, this is the
3257first time You have received notice of non-compliance with this License
3258from such Contributor, and You become compliant prior to 30 days after
3259Your receipt of the notice.
3260
32615.2. If You initiate litigation against any entity by asserting a patent
3262infringement claim (excluding declaratory judgment actions,
3263counter-claims, and cross-claims) alleging that a Contributor Version
3264directly or indirectly infringes any patent, then the rights granted to
3265You by any and all Contributors for the Covered Software under Section
32662.1 of this License shall terminate.
3267
32685.3. In the event of termination under Sections 5.1 or 5.2 above, all
3269end user license agreements (excluding distributors and resellers) which
3270have been validly granted by You or Your distributors under this License
3271prior to termination shall survive termination.
3272
3273************************************************************************
3274* *
3275* 6. Disclaimer of Warranty *
3276* ------------------------- *
3277* *
3278* Covered Software is provided under this License on an "as is" *
3279* basis, without warranty of any kind, either expressed, implied, or *
3280* statutory, including, without limitation, warranties that the *
3281* Covered Software is free of defects, merchantable, fit for a *
3282* particular purpose or non-infringing. The entire risk as to the *
3283* quality and performance of the Covered Software is with You. *
3284* Should any Covered Software prove defective in any respect, You *
3285* (not any Contributor) assume the cost of any necessary servicing, *
3286* repair, or correction. This disclaimer of warranty constitutes an *
3287* essential part of this License. No use of any Covered Software is *
3288* authorized under this License except under this disclaimer. *
3289* *
3290************************************************************************
3291
3292************************************************************************
3293* *
3294* 7. Limitation of Liability *
3295* -------------------------- *
3296* *
3297* Under no circumstances and under no legal theory, whether tort *
3298* (including negligence), contract, or otherwise, shall any *
3299* Contributor, or anyone who distributes Covered Software as *
3300* permitted above, be liable to You for any direct, indirect, *
3301* special, incidental, or consequential damages of any character *
3302* including, without limitation, damages for lost profits, loss of *
3303* goodwill, work stoppage, computer failure or malfunction, or any *
3304* and all other commercial damages or losses, even if such party *
3305* shall have been informed of the possibility of such damages. This *
3306* limitation of liability shall not apply to liability for death or *
3307* personal injury resulting from such party''s negligence to the *
3308* extent applicable law prohibits such limitation. Some *
3309* jurisdictions do not allow the exclusion or limitation of *
3310* incidental or consequential damages, so this exclusion and *
3311* limitation may not apply to You. *
3312* *
3313************************************************************************
3314
33158. Litigation
3316-------------
3317
3318Any litigation relating to this License may be brought only in the
3319courts of a jurisdiction where the defendant maintains its principal
3320place of business and such litigation shall be governed by laws of that
3321jurisdiction, without reference to its conflict-of-law provisions.
3322Nothing in this Section shall prevent a party''s ability to bring
3323cross-claims or counter-claims.
3324
33259. Miscellaneous
3326----------------
3327
3328This License represents the complete agreement concerning the subject
3329matter hereof. If any provision of this License is held to be
3330unenforceable, such provision shall be reformed only to the extent
3331necessary to make it enforceable. Any law or regulation which provides
3332that the language of a contract shall be construed against the drafter
3333shall not be used to construe this License against a Contributor.
3334
333510. Versions of the License
3336---------------------------
3337
333810.1. New Versions
3339
3340Mozilla Foundation is the license steward. Except as provided in Section
334110.3, no one other than the license steward has the right to modify or
3342publish new versions of this License. Each version will be given a
3343distinguishing version number.
3344
334510.2. Effect of New Versions
3346
3347You may distribute the Covered Software under the terms of the version
3348of the License under which You originally received the Covered Software,
3349or under the terms of any subsequent version published by the license
3350steward.
3351
335210.3. Modified Versions
3353
3354If you create software not governed by this License, and you want to
3355create a new license for such software, you may create and use a
3356modified version of this License if you rename the license and remove
3357any references to the name of the license steward (except to note that
3358such modified license differs from this License).
3359
336010.4. Distributing Source Code Form that is Incompatible With Secondary
3361Licenses
3362
3363If You choose to distribute Source Code Form that is Incompatible With
3364Secondary Licenses under the terms of this version of the License, the
3365notice described in Exhibit B of this License must be attached.
3366
3367Exhibit A - Source Code Form License Notice
3368-------------------------------------------
3369
3370This Source Code Form is subject to the terms of the Mozilla Public
3371License, v. 2.0. If a copy of the MPL was not distributed with this
3372file, You can obtain one at http://mozilla.org/MPL/2.0/.
3373
3374If it is not possible or desirable to put the notice in a particular
3375file, then You may include the notice in a location (such as a LICENSE
3376file in a relevant directory) where a recipient would be likely to look
3377for such a notice.
3378
3379You may add additional accurate notices of copyright ownership.
3380
3381Exhibit B - "Incompatible With Secondary Licenses" Notice
3382---------------------------------------------------------
3383
3384This Source Code Form is "Incompatible With Secondary Licenses", as
3385defined by the Mozilla Public License, v. 2.0. ', 'http://www.mozilla.org/MPL/2.0/', NULL, NULL, NULL, 'Mozilla Public License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '6a7ff3848420ff6afdd2f27790043c94', 1, NULL);
3386INSERT INTO license_ref VALUES (408, 'CC-BY-NC-SA-1.0', 'Creative Commons Attribution-NonCommercial-ShareAlike 1.0
3387
3388CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
3389LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN
3390ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
3391ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
3392INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
3393ITS USE.
3394
3395License
3396
3397THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
3398COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
3399COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
3400AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
3401
3402BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
3403TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
3404RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
3405AND CONDITIONS.
3406
34071. Definitions
3408
3409a. "Collective Work" means a work, such as a periodical issue, anthology
3410or encyclopedia, in which the Work in its entirety in unmodified form,
3411along with a number of other contributions, constituting separate and
3412independent works in themselves, are assembled into a collective whole.
3413A work that constitutes a Collective Work will not be considered a
3414Derivative Work (as defined below) for the purposes of this License.
3415
3416b. "Derivative Work" means a work based upon the Work or upon the Work
3417and other pre-existing works, such as a translation, musical
3418arrangement, dramatization, fictionalization, motion picture version,
3419sound recording, art reproduction, abridgment, condensation, or any
3420other form in which the Work may be recast, transformed, or adapted,
3421except that a work that constitutes a Collective Work will not be
3422considered a Derivative Work for the purpose of this License.
3423
3424c. "Licensor" means the individual or entity that offers the Work under
3425the terms of this License.
3426
3427d. "Original Author" means the individual or entity who created the
3428Work.
3429
3430e. "Work" means the copyrightable work of authorship offered under the
3431terms of this License.
3432
3433f. "You" means an individual or entity exercising rights under this
3434License who has not previously violated the terms of this License with
3435respect to the Work, or who has received express permission from the
3436Licensor to exercise rights under this License despite a previous
3437violation.
3438
34392. Fair Use Rights. Nothing in this license is intended to reduce,
3440limit, or restrict any rights arising from fair use, first sale or other
3441limitations on the exclusive rights of the copyright owner under
3442copyright law or other applicable laws.
3443
34443. License Grant. Subject to the terms and conditions of this License,
3445Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
3446perpetual (for the duration of the applicable copyright) license to
3447exercise the rights in the Work as stated below:
3448
3449a. to reproduce the Work, to incorporate the Work into one or more
3450Collective Works, and to reproduce the Work as incorporated in the
3451Collective Works;
3452
3453b. to create and reproduce Derivative Works;
3454
3455c. to distribute copies or phonorecords of, display publicly, perform
3456publicly, and perform publicly by means of a digital audio transmission
3457the Work including as incorporated in Collective Works;
3458
3459d. to distribute copies or phonorecords of, display publicly, perform
3460publicly, and perform publicly by means of a digital audio transmission
3461Derivative Works;
3462
3463The above rights may be exercised in all media and formats whether now
3464known or hereafter devised. The above rights include the right to make
3465such modifications as are technically necessary to exercise the rights
3466in other media and formats. All rights not expressly granted by Licensor
3467are hereby reserved.
3468
34694. Restrictions. The license granted in Section 3 above is expressly
3470made subject to and limited by the following restrictions:
3471
3472a. You may distribute, publicly display, publicly perform, or publicly
3473digitally perform the Work only under the terms of this License, and You
3474must include a copy of, or the Uniform Resource Identifier for, this
3475License with every copy or phonorecord of the Work You distribute,
3476publicly display, publicly perform, or publicly digitally perform. You
3477may not offer or impose any terms on the Work that alter or restrict the
3478terms of this License or the recipients'' exercise of the rights granted
3479hereunder. You may not sublicense the Work. You must keep intact all
3480notices that refer to this License and to the disclaimer of warranties.
3481You may not distribute, publicly display, publicly perform, or publicly
3482digitally perform the Work with any technological measures that control
3483access or use of the Work in a manner inconsistent with the terms of
3484this License Agreement. The above applies to the Work as incorporated in
3485a Collective Work, but this does not require the Collective Work apart
3486from the Work itself to be made subject to the terms of this License. If
3487You create a Collective Work, upon notice from any Licensor You must, to
3488the extent practicable, remove from the Collective Work any reference to
3489such Licensor or the Original Author, as requested. If You create a
3490Derivative Work, upon notice from any Licensor You must, to the extent
3491practicable, remove from the Derivative Work any reference to such
3492Licensor or the Original Author, as requested.
3493
3494b. You may distribute, publicly display, publicly perform, or publicly
3495digitally perform a Derivative Work only under the terms of this
3496License, and You must include a copy of, or the Uniform Resource
3497Identifier for, this License with every copy or phonorecord of each
3498Derivative Work You distribute, publicly display, publicly perform, or
3499publicly digitally perform. You may not offer or impose any terms on the
3500Derivative Works that alter or restrict the terms of this License or the
3501recipients'' exercise of the rights granted hereunder, and You must keep
3502intact all notices that refer to this License and to the disclaimer of
3503warranties. You may not distribute, publicly display, publicly perform,
3504or publicly digitally perform the Derivative Work with any technological
3505measures that control access or use of the Work in a manner inconsistent
3506with the terms of this License Agreement. The above applies to the
3507Derivative Work as incorporated in a Collective Work, but this does not
3508require the Collective Work apart from the Derivative Work itself to be
3509made subject to the terms of this License.
3510
3511c. You may not exercise any of the rights granted to You in Section 3
3512above in any manner that is primarily intended for or directed toward
3513commercial advantage or private monetary compensation. The exchange of
3514the Work for other copyrighted works by means of digital file-sharing or
3515otherwise shall not be considered to be intended for or directed toward
3516commercial advantage or private monetary compensation, provided there is
3517no payment of any monetary compensation in connection with the exchange
3518of copyrighted works.
3519
3520d. If you distribute, publicly display, publicly perform, or publicly
3521digitally perform the Work or any Derivative Works or Collective Works,
3522You must keep intact all copyright notices for the Work and give the
3523Original Author credit reasonable to the medium or means You are
3524utilizing by conveying the name (or pseudonym if applicable) of the
3525Original Author if supplied; the title of the Work if supplied; in the
3526case of a Derivative Work, a credit identifying the use of the Work in
3527the Derivative Work (e.g., "French translation of the Work by Original
3528Author," or "Screenplay based on original Work by Original Author").
3529Such credit may be implemented in any reasonable manner; provided,
3530however, that in the case of a Derivative Work or Collective Work, at a
3531minimum such credit will appear where any other comparable authorship
3532credit appears and in a manner at least as prominent as such other
3533comparable authorship credit.
3534
35355. Representations, Warranties and Disclaimer
3536
3537a. By offering the Work for public release under this License, Licensor
3538represents and warrants that, to the best of Licensor''s knowledge after
3539reasonable inquiry:
3540
3541i. Licensor has secured all rights in the Work necessary to grant the
3542license rights hereunder and to permit the lawful exercise of the rights
3543granted hereunder without You having any obligation to pay any
3544royalties, compulsory license fees, residuals or any other payments;
3545
3546ii. The Work does not infringe the copyright, trademark, publicity
3547rights, common law rights or any other right of any third party or
3548constitute defamation, invasion of privacy or other tortious injury to
3549any third party.
3550
3551b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN
3552WRITING OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS
3553IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED
3554INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS OR
3555ACCURACY OF THE WORK.
3556
35576. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
3558LAW, AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY
3559RESULTING FROM BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL
3560LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
3561INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF
3562THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED
3563OF THE POSSIBILITY OF SUCH DAMAGES.
3564
35657. Termination
3566
3567a. This License and the rights granted hereunder will terminate
3568automatically upon any breach by You of the terms of this License.
3569Individuals or entities who have received Derivative Works or Collective
3570Works from You under this License, however, will not have their licenses
3571terminated provided such individuals or entities remain in full
3572compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
3573survive any termination of this License.
3574
3575b. Subject to the above terms and conditions, the license granted here
3576is perpetual (for the duration of the applicable copyright in the Work).
3577Notwithstanding the above, Licensor reserves the right to release the
3578Work under different license terms or to stop distributing the Work at
3579any time; provided, however that any such election will not serve to
3580withdraw this License (or any other license that has been, or is
3581required to be, granted under the terms of this License), and this
3582License will continue in full force and effect unless terminated as
3583stated above.
3584
35858. Miscellaneous
3586
3587a. Each time You distribute or publicly digitally perform the Work or a
3588Collective Work, the Licensor offers to the recipient a license to the
3589Work on the same terms and conditions as the license granted to You
3590under this License.
3591
3592b. Each time You distribute or publicly digitally perform a Derivative
3593Work, Licensor offers to the recipient a license to the original Work on
3594the same terms and conditions as the license granted to You under this
3595License.
3596
3597c. If any provision of this License is invalid or unenforceable under
3598applicable law, it shall not affect the validity or enforceability of
3599the remainder of the terms of this License, and without further action
3600by the parties to this agreement, such provision shall be reformed to
3601the minimum extent necessary to make such provision valid and
3602enforceable.
3603
3604d. No term or provision of this License shall be deemed waived and no
3605breach consented to unless such waiver or consent shall be in writing
3606and signed by the party to be charged with such waiver or consent.
3607
3608e. This License constitutes the entire agreement between the parties
3609with respect to the Work licensed here. There are no understandings,
3610agreements or representations with respect to the Work not specified
3611here. Licensor shall not be bound by any additional provisions that may
3612appear in any communication from You. This License may not be modified
3613without the mutual written agreement of the Licensor and You.
3614
3615
3616
3617Creative Commons is not a party to this License, and makes no warranty
3618whatsoever in connection with the Work. Creative Commons will not be
3619liable to You or any party on any legal theory for any damages
3620whatsoever, including without limitation any general, special,
3621incidental or consequential damages arising in connection to this
3622license. Notwithstanding the foregoing two (2) sentences, if Creative
3623Commons has expressly identified itself as the Licensor hereunder, it
3624shall have all rights and obligations of Licensor.
3625
3626Except for the limited purpose of indicating to the public that the Work
3627is licensed under the CCPL, neither party will use the trademark
3628"Creative Commons" or any related trademark or logo of Creative Commons
3629without the prior written consent of Creative Commons. Any permitted use
3630will be in compliance with Creative Commons'' then-current trademark
3631usage guidelines, as may be published on its website or otherwise made
3632available upon request from time to time.
3633
3634Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by-nc-sa/1.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial Share Alike 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '51ce12319a30df188aa399e03ba4b6a1', 1, NULL);
3635INSERT INTO license_ref VALUES (224, 'EFL-1.0', 'Eiffel Forum License, version 1
3636
3637Permission is hereby granted to use, copy, modify and/or distribute
3638this package, provided that:
3639
3640  - copyright notices are retained unchanged
3641
3642  - any distribution of this package, whether modified or not,
3643    includes this file
3644
3645Permission is hereby also granted to distribute binary programs which
3646depend on this package, provided that:
3647
3648  - if the binary program depends on a modified version of this
3649    package, you must publicly release the modified version of this
3650    package
3651
3652THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. ANY EXPRESS OR
3653IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3654WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3655DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR
3656ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3657DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS PACKAGE.', 'http://www.eiffel-nice.org/license/forum.txt', NULL, NULL, NULL, 'Eiffel Forum License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '80ad9f011821321f0f2ff9e6f6bfe87a', 1, NULL);
3658INSERT INTO license_ref VALUES (225, 'EUDatagrid', 'EU DataGrid Software License
3659
3660Copyright (c) 2001 EU DataGrid. All rights reserved.
3661
3662This software includes voluntary contributions made to the EU DataGrid. For more information on the EU DataGrid, please see http://www.eu-datagrid.org/.
3663
3664Installation, use, reproduction, display, modification and redistribution of this software, with or without modification, in source and binary forms, are permitted. Any exercise of rights under this license by you or your sub-licensees is subject to the following conditions:
3665
36661. Redistributions of this software, with or without modification, must reproduce the above copyright notice and the above license statement as well as this list of conditions, in the software, the user documentation and any other materials provided with the software.
3667
36682. The user documentation, if any, included with a redistribution, must include the following notice: "This product includes software developed by the EU DataGrid (http://www.eu-datagrid.org/)."
3669
3670Alternatively, if that is where third-party acknowledgments normally appear, this acknowledgment must be reproduced in the software itself.
3671
36723. The names "EDG", "EDG Toolkit", and "EU DataGrid Project" may not be used to endorse or promote software, or products derived therefrom, except with prior written permission by hep-project-grid-edg-license@cern.ch.
3673
36744. You are under no obligation to provide anyone with any bug fixes, patches, upgrades or other modifications, enhancements or derivatives of the features,functionality or performance of this software that you may develop. However, if you publish or distribute your modifications, enhancements or derivative works without contemporaneously requiring users to enter into a separate written license agreement, then you are deemed to have granted participants in the EU DataGrid a worldwide, non-exclusive, royalty-free, perpetual license to install, use, reproduce, display, modify, redistribute and sub-license your modifications, enhancements or derivative works, whether in binary or source code form, under the license conditions stated in this list of conditions.
3675
36765. DISCLAIMER
3677
3678THIS SOFTWARE IS PROVIDED BY THE EU DATAGRID AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, OF SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE ARE DISCLAIMED. THE EU DATAGRID AND CONTRIBUTORS MAKE NO REPRESENTATION THAT THE SOFTWARE, MODIFICATIONS, ENHANCEMENTS OR DERIVATIVE WORKS THEREOF, WILL NOT INFRINGE ANY PATENT, COPYRIGHT, TRADE SECRET OR OTHER PROPRIETARY RIGHT.
3679
36806. LIMITATION OF LIABILITY
3681
3682THE EU DATAGRID AND CONTRIBUTORS SHALL HAVE NO LIABILITY TO LICENSEE OR OTHER PERSONS FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, LOSS OF USE, DATA OR PROFITS, OR BUSINESS INTERRUPTION, HOWEVER CAUSED AND ON ANY THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR OTHERWISE, ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
3683', 'http://www.opensource.org/licenses/eudatagrid.php', NULL, NULL, NULL, 'EU DataGrid Software License', NULL, NULL, NULL, '', NULL, false, false, false, 'c33dd839182a0708a0a0f65aadbf8d4d', 1, NULL);
3684INSERT INTO license_ref VALUES (226, 'Frameworx-1.0', 'THE FRAMEWORX OPEN LICENSE 1.0
3685This License Agreement, The Frameworx Open License 1.0, has been entered into between The Frameworx Company and you, the licensee hereunder, effective as of Your acceptance of the Frameworx Code Base or an Downstream Distribution (each as defined below).
3686AGREEMENT BACKGROUND
3687The Frameworx Company is committed to the belief that open source software results in better quality, greater technical and product innovation in the market place and a more empowered and productive developer and end-user community. Our objective is to ensure that the Frameworx Code Base, and the source code for improvements and innovations to it, remain free and open to the community. To further these beliefs and objectives, we are distributing the Frameworx Code Base, without royalties and in source code form, to the community pursuant to this License Agreement.
3688AGREEMENT TERMS
3689The Frameworx Company and You have agreed as follows:
3690
36911. Definitions. The following terms have the following respective meanings:
3692
3693(a)     Frameworx Code Base means the software developed by The Frameworx Company and made available under this License Agreement
3694
3695(b)     Downstream Distribution means any direct or indirect release, distribution or remote availability of software (i) that directly or indirectly contains, or depends for its intended functioning on, the Frameworx Code Base or any portion or element thereof and (ii) in which rights to use and distribute such Frameworx Code Base software depend, directly or indirectly, on the License provided in Section 2 below.
3696
3697(c)     "Source Code" to any software means the preferred form for making modifications to that software, including any associated documentation, interface definition files and compilation or installation scripts, or any version thereof that has been compressed or archived, and can be reconstituted, using an appropriate and generally available archival or compression technology.
3698
3699(d)     Value-Added Services means any commercial or fee-based software-related service, including without limitation: system or application development or consulting; technical or end-user support or training; distribution maintenance, configuration or versioning; or outsourced, hosted or network-based application services.2. License Grant. Subject to the terms and conditions hereof, The Frameworx Company hereby grants You a non-exclusive license (the License), subject to third party intellectual property claims, and for no fee other than a nominal charge reflecting the costs of physical distribution, to:
3700
3701(a)     use the Frameworx Code Base, in either Source Code or machine-readable form;
3702
3703(b)     make modifications, additions and deletions to the content or structure of the Frameworx Code Base; or
3704
3705(c)     create larger works or derivative works including the Frameworx Code Base or any portion or element thereof; and
3706
3707(d)     release, distribute or make available, either generally or to any specific third-party, any of the foregoing in Source Code or binary form.
3708
37093. License Conditions. The grant of the License under Section 1 hereof, and your exercise of all rights in connection with this License Agreement, will remain subject to the following terms and conditions, as well as to the other provisions hereof:
3710
3711(a)     Complete Source Code for any Downstream Distribution directly or indirectly made by You that contains, or depends for its intended functionality on, the Frameworx Code Base, or any portion or element thereof, shall be made freely available to all users thereof on terms and conditions no more restrictive, and no less favorable for any user (including, without limitation, with regard to Source Code availability and royalty-free use) than those terms and conditions provided in this License Agreement.
3712
3713(b)     Any Value-Added Services that you offer or provide, directly or indirectly, in relation to any Downstream Distribution shall be offered and provided on commercial terms that are reasonably commensurate to the fair market value of such Value-Added Services. In addition, the terms and conditions on which any such Value Added Services are so offered or provided shall be consistent with, and shall fully support, the intent and purpose of this License Agreement.(c)     All Downstream Distributions shall:
3714
3715                               (i)            include all portions and elements of the Frameworx Code Base required to build the Source Code of such Downstream Distribution into a fully functional machine-executable system, or additional build scripts or comparable software necessary and sufficient for such purposes;
3716
3717                             (ii)            include, in each file containing any portion or element of the Frameworx Code Base, the following identifying legend: This file contains software that has been made available under The Frameworx Open License 1.0. Use and distribution hereof are subject to the restrictions set forth therein.
3718
3719                            (iii)            include all other copyright notices, authorship credits, warranty disclaimers (including that provided in Section 6 below), legends, documentation, annotations and comments contained in the Frameworx Code Base as provided to You hereunder;
3720
3721                            (iv)            contain an unaltered copy of the html file named frameworx_community_invitation.html included within the Frameworx Code Base that acknowledges new users and provides them with information on the Frameworx Code Base community;
3722
3723                              (v)            contain an unaltered copy of the text file named the_frameworx_license.txt included within the Frameworx Code Base that includes a text copy of the form of this License Agreement; and
3724
3725                            (vi)            prominently display to any viewer or user of the Source Code of such Open Downstream Distribution, in the place and manner normally used for such displays, the following legend:
3726
3727Source code licensed under from The Frameworx Company is contained herein, and such source code has been obtained either under The Frameworx Open License, or another license granted by The Frameworx Company. Use and distribution hereof is subject to the restrictions provided in the relevant such license and to the copyrights of the licensor thereunder. A copy of The Frameworx Open License is provided in a file named the_frameworx_license.txt and included herein, and may also be available for inspection at http://www.frameworx.com.4. Restrictions on Open Downstream Distributions. Each Downstream Distribution made by You, and by any party directly or indirectly obtaining rights to the Frameworx Code Base through You, shall be made subject to a license grant or agreement to the extent necessary so that each distributee under that Downstream Distribution will be subject to the same restrictions on re-distribution and use as are binding on You hereunder. You may satisfy this licensing requirement either by:
3728
3729(a)     requiring as a condition to any Downstream Distribution made by you, or by any direct or indirect distributee of Your Downstream Distribution (or any portion or element thereof), that each distributee under the relevant Downstream Distribution obtain a direct license (on the same terms and conditions as those in this License Agreement) from The Frameworx Company; or
3730
3731(b)     sub-licensing all (and not less than all) of Your rights and obligations hereunder to that distributee, including (without limitation) Your obligation to require distributees to be bound by license restrictions as contemplated by this Section 4 above.
3732
3733The Frameworx Company hereby grants to you all rights to sub-license your rights hereunder as necessary to fully effect the intent and purpose of this Section 4 above, provided, however, that your rights and obligations hereunder shall be unaffected by any such sublicensing. In addition, The Frameworx Company expressly retains all rights to take all appropriate action (including legal action) against any such direct or indirect sub-licensee to ensure its full compliance with the intent and purposes of this License Agreement.
3734
37355. Intellectual Property. Except as expressly provided herein, this License Agreement preserves and respects Your and The Frameworx Companys respective intellectual property rights, including, in the case of The Frameworx Company, its copyrights and patent rights relating to the Frameworx Code Base.6. Warranty Disclaimer. THE SOFTWARE LICENSED HEREUNDER IS PROVIDED ``AS IS.'''' ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT, ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE LICENSOR OF THIS SOFTWARE, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES INCLUDING (BUT NOT LIMITED TO) PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3736
37377. License Violation. The License, and all of your rights thereunder, shall be deemed automatically terminated and void as of any Downstream Distribution directly or indirectly made or facilitated by You that violates the provisions of this License Agreement, provided, however, that this License Agreement shall survive any such termination in order to remedy the effects of such violation. This License Agreement shall be binding on the legal successors and assigns of the parties hereto.
3738
3739Your agreement to the foregoing as of the date hereof has been evidenced by your acceptance of the relevant software distribution hereunder.
3740
3741(C) THE FRAMEWORX COMPANY 2003
3742', 'http://opensource.org/licenses/frameworx.php', NULL, NULL, NULL, 'Frameworx Open License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '1e8bdb53db662b8ba76df594951ff287', 1, NULL);
3743INSERT INTO license_ref VALUES (227, 'gSOAP-1.3b', 'gSOAP Public License
3744Version 1.3b
3745The gSOAP public license is derived from the Mozilla Public License (MPL1.1). The sections that were deleted from the original MPL1.1 text are 1.0.1, 2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11. Section 3.8 was added. The modified sections are 2.1.(b), 2.2.(b), 3.2 (simplified), 3.5 (deleted the last sentence), and 3.6 (simplified).
37461  DEFINITIONS.
3747
3748    sep 0mm
37491.0.1.
37501.1. "Contributor"
3751    means each entity that creates or contributes to the creation of Modifications.
37521.2. "Contributor Version"
3753    means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
37541.3. "Covered Code"
3755    means the Original Code, or Modifications or the combination of the Original Code, and Modifications, in each case including portions thereof.
37561.4. "Electronic Distribution Mechanism"
3757    means a mechanism generally accepted in the software development community for the electronic transfer of data.
37581.5. "Executable"
3759    means Covered Code in any form other than Source Code.
37601.6. "Initial Developer"
3761    means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
37621.7. "Larger Work"
3763    means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
37641.8. "License"
3765    means this document.
37661.8.1. "Licensable"
3767    means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
37681.9. "Modifications"
3769    means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
3770
3771        sep 0mm
3772    A.
3773        Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
3774    B.
3775        Any new file that contains any part of the Original Code, or previous Modifications.
3776
37771.10. "Original Code"
3778    means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
37791.10.1. "Patent Claims"
3780    means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.
37811.11. "Source Code"
3782    means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
37831.12. "You" (or "Your")
3784    means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
3785
37862  SOURCE CODE LICENSE.
3787
3788    sep 0mm
37892.1. The Initial Developer Grant.
3790
3791    The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
3792
3793        sep 0mm
3794    (a)
3795        under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and
3796    (b)
3797        under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell ("offer to sell and import") the Original Code, Modifications, or portions thereof, but solely to the extent that any such patent is reasonably necessary to enable You to utilize, alone or in combination with other software, the Original Code, Modifications, or any combination or portions thereof.
3798    (c)
3799    (d)
3800
38012.2. Contributor Grant.
3802
3803    Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license
3804
3805        sep 0mm
3806    (a)
3807        under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and
3808    (b)
3809        under patents now or hereafter owned or controlled by Contributor, to make, have made, use and sell ("offer to sell and import") the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to utilize, alone or in combination with other software, the Contributor Version (or portions thereof).
3810    (c)
3811    (d)
3812
38133  DISTRIBUTION OBLIGATIONS.
3814
3815    sep 0mm
38163.1. Application of License.
3817
3818    The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients'' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
38193.2. Availability of Source Code.
3820
3821    Any Modification created by You will be provided to the Initial Developer in Source Code form and are subject to the terms of the License.
38223.3. Description of Modifications.
3823
3824    You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
38253.4. Intellectual Property Matters.
3826
3827        sep 0mm
3828    (a) Third Party Claims.
3829        If Contributor has knowledge that a license under a third party''s intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
3830    (b) Contributor APIs.
3831        If Contributor''s Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.
3832    (c) Representations.
3833        Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor''s Modifications are Contributor''s original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License.
3834
38353.5. Required Notices.
3836
3837    You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients'' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor.
38383.6. Distribution of Executable Versions.
3839
3840    You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient''s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. If you distribute executable versions containing Covered Code as part of a product, you must reproduce the notice in Exhibit B in the documentation and/or other materials provided with the product.
38413.7. Larger Works.
3842
3843    You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
38443.8. Restrictions.
3845
3846    You may not remove any product identification, copyright, proprietary notices or labels from gSOAP.
3847
38484  INABILITY TO COMPLY DUE TO STATUTE OR REGULATION.
3849If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
38505  APPLICATION OF THIS LICENSE.
3851This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.
38526  VERSIONS OF THE LICENSE.
3853
3854    sep 0mm
38556.1. New Versions.
3856
3857    Grantor may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
38586.2. Effect of New Versions.
3859
3860    Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License.
38616.3. Derivative Works.
3862
3863    If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrase "gSOAP" or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the gSOAP Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
3864
38657  DISCLAIMER OF WARRANTY.
3866COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT OF THIRD PARTY INTELLECTUAL PROPERTY RIGHTS, AND ANY WARRANTY THAT MAY ARISE BY REASON OF TRADE USAGE, CUSTOM, OR COURSE OF DEALING. WITHOUT LIMITING THE FOREGOING, YOU ACKNOWLEDGE THAT THE SOFTWARE IS PROVIDED "AS IS" AND THAT THE AUTHORS DO NOT WARRANT THE SOFTWARE WILL RUN UNINTERRUPTED OR ERROR FREE. LIMITED LIABILITY THE ENTIRE RISK AS TO RESULTS AND PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. UNDER NO CIRCUMSTANCES WILL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES OF ANY KIND OR NATURE WHATSOEVER, WHETHER BASED ON CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, ARISING OUT OF OR IN ANY WAY RELATED TO THE SOFTWARE, EVEN IF THE AUTHORS HAVE BEEN ADVISED ON THE POSSIBILITY OF SUCH DAMAGE OR IF SUCH DAMAGE COULD HAVE BEEN REASONABLY FORESEEN, AND NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY EXCLUSIVE REMEDY PROVIDED. SUCH LIMITATION ON DAMAGES INCLUDES, BUT IS NOT LIMITED TO, DAMAGES FOR LOSS OF GOODWILL, LOST PROFITS, LOSS OF DATA OR SOFTWARE, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION OR IMPAIRMENT OF OTHER GOODS. IN NO EVENT WILL THE AUTHORS BE LIABLE FOR THE COSTS OF PROCUREMENT OF SUBSTITUTE SOFTWARE OR SERVICES. YOU ACKNOWLEDGE THAT THIS SOFTWARE IS NOT DESIGNED FOR USE IN ON-LINE EQUIPMENT IN HAZARDOUS ENVIRONMENTS SUCH AS OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR CONTROL, OR LIFE-CRITICAL APPLICATIONS. THE AUTHORS EXPRESSLY DISCLAIM ANY LIABILITY RESULTING FROM USE OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT IN HAZARDOUS ENVIRONMENTS AND ACCEPTS NO LIABILITY IN RESPECT OF ANY ACTIONS OR CLAIMS BASED ON THE USE OF THE SOFTWARE IN ANY SUCH ON-LINE EQUIPMENT IN HAZARDOUS ENVIRONMENTS BY YOU. FOR PURPOSES OF THIS PARAGRAPH, THE TERM "LIFE-CRITICAL APPLICATION" MEANS AN APPLICATION IN WHICH THE FUNCTIONING OR MALFUNCTIONING OF THE SOFTWARE MAY RESULT DIRECTLY OR INDIRECTLY IN PHYSICAL INJURY OR LOSS OF HUMAN LIFE. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
38678  TERMINATION.
3868
3869    sep 0mm
38708.1.
3871    This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
38728.2.
38738.3.
3874    If You assert a patent infringement claim against Participant alleging that such Participant''s Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
38758.4.
3876    In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.
3877
38789  LIMITATION OF LIABILITY.
3879UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
388010  U.S. GOVERNMENT END USERS.
388111  MISCELLANEOUS.
388212  RESPONSIBILITY FOR CLAIMS.
3883As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
3884EXHIBIT A.
3885"The contents of this file are subject to the gSOAP Public License Version 1.3 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
3886
3887    http://www.cs.fsu.edu/~engelen/soaplicense.html
3888
3889Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
3890The Original Code of the gSOAP Software is: stdsoap.h, stdsoap2.h, stdsoap.c, stdsoap2.c, stdsoap.cpp, stdsoap2.cpp, soapcpp2.h, soapcpp2.c, soapcpp2_lex.l, soapcpp2_yacc.y, error2.h, error2.c, symbol2.c, init2.c, soapdoc2.html, and soapdoc2.pdf, httpget.h, httpget.c, stl.h, stldeque.h, stllist.h, stlvector.h, stlset.h.
3891The Initial Developer of the Original Code is Robert A. van Engelen. Portions created by Robert A. van Engelen are Copyright (C) 2001-2004 Robert A. van Engelen, Genivia inc. All Rights Reserved.
3892Contributor(s):
3893
3894"________________________."
3895
3896[Note: The text of this Exhibit A may differ slightly form the text of the notices in the Source Code files of the Original code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.]
3897EXHIBIT B.
3898"Part of the software embedded in this product is gSOAP software.
3899Portions created by gSOAP are Copyright (C) 2001-2004 Robert A. van Engelen, Genivia inc. All Rights Reserved.
3900THE SOFTWARE IN THIS PRODUCT WAS IN PART PROVIDED BY GENIVIA INC AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
3901', 'http://www.cs.fsu.edu/~engelen/license.html', NULL, NULL, NULL, 'gSOAP Public License 1.3b', NULL, NULL, NULL, '', NULL, false, false, false, '183b0527d1448747b57ebe4edf683196', 1, NULL);
3902INSERT INTO license_ref VALUES (229, 'HP', 'HP SOFTWARE LICENSE TERMS
3903NO COMMERCIALIZATION, LIMITED DISTRIBUTION PERMITTED
3904
3905
3906THE TERM "SOFTWARE" REFERS TO THIS CODE (WHETHER SOURCE OR OBJECT CODE), ANY COMPONENT OR MODULE THEREOF, ANY INFORMATION (INCLUDING ANY DOCUMENTATION) PROVIDED IN CONNECTION WITH THE SOFTWARE, AND ANY DERIVATIVE OF THESE THINGS.  BY DOWNLOADING, ACCESSING OR USING THE SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS LICENSING AGREEMENT.  THE SOFTWARE AND EACH OF ITS COMPONENTS ARE PROTECTED UNDER COPYRIGHT LAWS. HEWLETT-PACKARD COMPANY ("HP") RESERVES ALL RIGHTS EXCEPT THOSE EXPRESSLY GRANTED BY THIS LICENSE AGREEMENT.
3907
3908(C) HEWLETT-PACKARD COMPANY, 2004.
3909
3910HP IS AGREEING TO LET YOU DOWNLOAD AND USE THE SOFTWARE UNDER THE TERMS OF THIS AGREEMENT WITHOUT ANY FINANCIAL CHARGE.  YOU THEREFORE AGREE TO WAIVE ANY AND ALL DAMAGES AGAINST HP RELATING TO DOWNLOAD OR USE OF THE SOFTWARE, OR TO ANY ACT OR OMISSION ON THE PART OF HP, ITS OFFICERS, DIRECTORS, VENDORS, SUPPLIERS, EMPLOYEES OR AGENTS IN CONNECTION WITH THE SOFTWARE.  THE BARGAIN BASIS FOR HP''S AGREEMENT TO PERMIT YOUR DOWNLOAD OR USE OF THE SOFTWARE DOES NOT REFLECT ANY ASSUMPTION OF LIABILITY OR DAMAGES ON HP''S BEHALF; IF YOU DO NOT AGREE TO THIS CONDITION AND TO THE OTHER TERMS AND CONDITIONS OF THIS AGREEMENT, YOUR SOLE REMEDY IS TO NOT DOWNLOAD AND TO NOT USE THE SOFTWARE.  HP REPRESENTS, AND YOU ACKNOWLEDGE, THAT THE SOFTWARE IS EXPERIMENTAL IN NATURE, IS NOT OF PRODUCT QUALITY, AND MAY HAVE BUGS OR ERRORS, AND THAT ITS SAFETY IS NOT REPRESENTED; IT SHALL BE SOLELY UP TO YOU AND ANY USER TO DETERMINE WHETHER THE SOFTWARE MAY BE SAFELY OR RELIABLY USED FOR ANY PURPOSE.  THESE CONDITIONS, AS WELL AS ALL OF THE CONDITIONS STATED BELOW, ARE OF MATERIAL INDUCEMENT FOR HP TO RELEASE THE SOFTWARE; THAT IS TO SAY, WITHOUT A DAMAGES RELEASE AND RELEASE AND DISCLAIMER OF OTHER RIGHTS AND REMEDIES, HP REPRESENTS THAT IT WOULD NOT RELEASE THE SOFTWARE TO YOU.  HP DISCLAIMS, AND YOU HEREBY WAIVE, ANY AND ALL WARRANTIES WITH RESPECT TO THE SOFTWARE, INCLUDING WITHOUT LIMITATION ANY WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, OR MERCHANTABILITY.
3911
3912YOU MAY USE THE SOFTWARE FOR NON-COMMERCIAL USE, AT YOUR SOLE RISK AND DISCRETION.  "NON-COMMERCIAL USE" MEANS THAT YOU MAY USE THE SOFTWARE FOR PERSONAL USE OR RESEARCH OR ACADEMIC PURPOSES, BUT THAT YOU MAY NOT, DIRECTLY OR INDIRECTLY, (A) INCORPORATE THIS SOFTWARE INTO ANY PRODUCT OFFERED FOR SALE, OR USE THE SOFTWARE TO PROVIDE A SERVICE FOR WHICH A FEE IS CHARGED, (B) SELL ANY PRODUCT OR SERVICE DESIGNED SPECIALLY TO INTERFACE WITH, OR TO ACT AS A MODULE SPECIALLY ADAPTED TO FUNCTION WITH, THE SOFTWARE, OR (C) CHARGE ANY FEE IN CONNECTION WITH THE SOFTWARE.  SUBJECT TO THESE LIMITATIONS, YOU MAY MAKE COPIES AND DERIVATIVE WORKS OF THE SOFTWARE AND DISTRIBUTE SUCH COPIES TO OTHER PERSONS PROVIDED THAT SUCH COPIES AND RELATED DISTRIBUTION ARE ACCOMPANIED BY HP''S COPYRIGHT NOTICE AND THIS AGREEMENT AND ARE SUBJECT TO THE TERMS OF THIS AGREEMENT, VERBATIM.
3913
3914HP SHALL HAVE NO OBLIGATION TO PROVIDE SUPPORT OR MAINTENANCE FOR, OR TO PROVIDE ANY UPDATES TO, THE SOFTWARE.  HP SHALL HAVE NO OBLIGATION TO RESPOND TO QUESTIONS OR TO PROVIDE INFORMATION REGARDING THE SOFTWARE.
3915THIS AGREEMENT AND ALL MATTERS REGARDING THE SOFTWARE SHALL BE INTERPRETED EXCLUSIVELY BY APPLYING THE LAWS OF THE STATE OF DELAWARE, USA, WITHOUT REGARD TO ITS CONFLICT OF LAWS PRINCIPLES.
3916ANY VIOLATION OF THIS AGREEMENT AND THESE TERMS WILL BE DEEMED TO CAUSE HP IRREPARABLE HARM.
3917THESE CONDITIONS SHALL APPLY EVEN IF YOU ADVISE HP TO THE CONTRARY IN WRITING OR OTHERWISE; THIS AGREEMENT MAY NOT BE CONTRADICTED OR ALTERED, EXCEPT BY A WRITTEN AMENDMENT THAT BOTH SPECIFICALLY REFERENCES THIS AGREEMENT AND IS SIGNED BY AN AUTHORIZED REPRESENTATIVE OF HP.
3918', 'http://h30097.www3.hp.com/hp_sw_license.html ', NULL, NULL, NULL, 'HP Software License Terms', NULL, NULL, NULL, '', NULL, false, false, false, '0bff5fec79cfdb26008b45f7c612e146', 1, NULL);
3919INSERT INTO license_ref VALUES (230, 'IPL-1.0', 'IBM Public License Version 1.0
3920THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS IBM PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT''S ACCEPTANCE OF THIS AGREEMENT.
39211. DEFINITIONS
3922
3923"Contribution" means:
3924
3925   1. in the case of International Business Machines Corporation ("IBM"), the Original Program, and
3926   2. in the case of each Contributor,
3927         1. changes to the Program, and
3928         2. additions to the Program;
3929      where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution ''originates'' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor''s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
3930
3931"Contributor" means IBM and any other entity that distributes the Program.
3932"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
3933
3934"Original Program" means the original version of the software accompanying this Agreement as released by IBM, including source code, object code and documentation, if any.
3935
3936"Program" means the Original Program and Contributions.
3937
3938"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
39392. GRANT OF RIGHTS
3940
3941   1. Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
3942   2. Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
3943   3. Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient''s responsibility to acquire that license before distributing the Program.
3944   4. Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
3945
39463. REQUIREMENTS
3947A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
3948
3949   1. it complies with the terms and conditions of this Agreement; and
3950   2. its license agreement:
3951         1. effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
3952         2. effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
3953         3. states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
3954
3955   2.
3956         4. states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
3957
3958When the Program is made available in source code form:
3959
3960   1. it must be made available under this Agreement; and
3961   2. a copy of this Agreement must be included with each copy of the Program.
3962
3963Each Contributor must include the following in a conspicuous location in the Program:
3964
3965    Copyright (C) 1996, 1999 International Business Machines Corporation and others. All Rights Reserved.
3966
3967In addition, each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
39684. COMMERCIAL DISTRIBUTION
3969
3970Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
3971
3972
3973For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor''s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
39745. NO WARRANTY
3975EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
39766. DISCLAIMER OF LIABILITY
3977EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
39787. GENERAL
3979If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
3980
3981If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient''s patent(s), then such Recipient''s rights granted under Section 2(b) shall terminate as of the date such litigation is filed. All Recipient''s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient''s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient''s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
3982
3983IBM may publish new versions (including revisions) of this Agreement from time to time. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. No one other than IBM has the right to modify this Agreement. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
3984
3985This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
3986', 'http://www.opensource.org/licenses/ibmpl.php', NULL, NULL, NULL, 'IBM Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '5020053cd3317a84495ff0fb7fa00cf2', 1, NULL);
3987INSERT INTO license_ref VALUES (232, 'ECL-1.0', 'The Educational Community License
3988
3989This Educational Community License (the "License") applies to any
3990original work of authorship (the "Original Work") whose owner (the
3991"Licensor") has placed the following notice immediately following the
3992copyright notice for the Original Work:
3993
3994Copyright (c) YeAr Name
3995
3996Licensed under the Educational Community License version 1.0
3997
3998This Original Work, including software, source code, documents, or
3999other related items, is being provided by the copyright holder(s)
4000subject to the terms of the Educational Community License. By
4001obtaining, using and/or copying this Original Work, you agree that you
4002have read, understand, and will comply with the following terms and
4003conditions of the Educational Community License:
4004
4005Permission to use, copy, modify, merge, publish, distribute, and
4006sublicense this Original Work and its documentation, with or without
4007modification, for any purpose, and without fee or royalty to the
4008copyright holder(s) is hereby granted, provided that you include the
4009following on ALL copies of the Original Work or portions thereof,
4010including modifications or derivatives, that you make:
4011
4012* The full text of the Educational Community License in a location
4013viewable to users of the redistributed or derivative work.
4014
4015* Any pre-existing intellectual property disclaimers, notices, or terms
4016and conditions.
4017
4018* Notice of any changes or modifications to the Original Work,
4019including the date the changes were made.
4020
4021* Any modifications of the Original Work must be distributed in such a
4022manner as to avoid any confusion with the Original Work of the
4023copyright holders.
4024
4025THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
4026OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4027MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4028IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4029CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4030TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4031SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4032
4033The name and trademarks of copyright holder(s) may NOT be used in
4034advertising or publicity pertaining to the Original or Derivative Works
4035without specific, written prior permission. Title to copyright in the
4036Original Work and any associated documentation will at all times remain
4037with the copyright holders.
4038', 'http://opensource.org/licenses/ecl1.php', NULL, NULL, NULL, 'Educational Community License', NULL, NULL, NULL, '', NULL, false, false, false, '4c369bc8d0a6a576b2fd1f57375523e5', 1, NULL);
4039INSERT INTO license_ref VALUES (236, 'CATOSL-1.1', 'Computer Associates Trusted Open Source License
4040
4041Version 1.1
4042
4043PLEASE READ THIS DOCUMENT CAREFULLY AND IN ITS ENTIRETY. THE
4044ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMPUTER
4045ASSOCIATES TRUSTED OPEN SOURCE LICENSE ("LICENSE"). ANY USE,
4046REPRODUCTION, MODIFICATION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES
4047THE RECIPIENT''S ACCEPTANCE OF THIS LICENSE.
4048
4049License Background
4050
4051Computer Associates International, Inc. (CA) believes in open source. We
4052believe that the open source development approach can take appropriate
4053software programs to unprecedented levels of quality, growth, and
4054innovation. To demonstrate our continuing commitment to open source, we
4055are releasing the Program (as defined below) under this License.
4056
4057This License is intended to permit contributors and recipients of the
4058Program to use the Program, including its source code, freely and
4059without many of the concerns of some other open source licenses.
4060Although we expect the underlying Program, and Contributions (as defined
4061below) made to such Program, to remain open, this License is designed to
4062permit you to maintain your own software programs free of this License
4063unless you choose to do so. Thus, only your Contributions to the Program
4064must be distributed under the terms of this License.
4065
4066The provisions that follow set forth the terms and conditions under
4067which you may use the Program.
4068
40691. DEFINITIONS
4070
40711.1 Contribution means (a) in the case of CA, the Original Program; and
4072(b) in the case of each Contributor (including CA), changes and
4073additions to the Program, where such changes and/or additions to the
4074Program originate from and are distributed by that particular
4075Contributor to unaffiliated third parties. A Contribution originates
4076from a Contributor if it was added to the Program by such Contributor
4077itself or anyone acting on such Contributors behalf. Contributions do
4078not include additions to the Program which: (x) are separate modules of
4079software distributed in conjunction with the Program under their own
4080license agreement, and (y) are not derivative works of the Program.
4081
40821.2 Contributor means CA and any other person or entity that distributes
4083the Program.
4084
40851.3 Contributor Version means as to a Contributor, that version of the
4086Program that includes the Contributors Contribution but not any
4087Contributions made to the Program thereafter.
4088
40891.4 Larger Work means a work that combines the Program or portions
4090thereof with code not governed by the terms of this License.
4091
40921.5 Licensed Patents mean patents licensable by a Contributor that are
4093infringed by the use or sale of its Contribution alone or when combined
4094with the Program.
4095
40961.6 Original Program means the original version of the software to which
4097this License is attached and as released by CA, including source code,
4098object code and documentation, if any.
4099
41001.7 Program means the Original Program and Contributions.
4101
41021.8 Recipient means anyone who modifies, copies, uses or distributes the
4103Program.
4104
41052. GRANT OF RIGHTS
4106
41072.1 Subject to the terms of this License, each Contributor hereby grants
4108Recipient an irrevocable, non-exclusive, worldwide, royalty-free license
4109to reproduce, prepare derivative works of, publicly display, publicly
4110perform, distribute and sublicense the Contribution of such Contributor,
4111if any, and such derivative works, in source code and object code form.
4112For the avoidance of doubt, the license provided in this Section 2.1
4113shall not include a license to any Licensed Patents of a Contributor.
4114
41152.2 Subject to the terms of this License, each Contributor hereby grants
4116Recipient an irrevocable, non-exclusive, worldwide, royalty-free license
4117to the Licensed Patents to the extent necessary to make, use, sell,
4118offer to sell and import the Contribution of such Contributor, if any,
4119in source code and object code form. The license granted in this Section
41202.2 shall apply to the combination of the Contribution and the Program
4121if, at the time the Contribution is added by the Contributor, such
4122addition of the Contribution causes the Licensed Patents to be infringed
4123by such combination. Notwithstanding the foregoing, no license is
4124granted under this Section 2.2: (a) for any code or works that do not
4125include the Contributor Version, as it exists and is used in accordance
4126with the terms hereof; (b) for infringements caused by: (i) third party
4127modifications of the Contributor Version; or (ii) the combination of
4128Contributions made by each such Contributor with other software (except
4129as part of the Contributor Version) or other devices; or (c) with
4130respect to Licensed Patents infringed by the Program in the absence of
4131Contributions made by that Contributor.
4132
41332.3 Recipient understands that although each Contributor grants the
4134licenses to its Contributions set forth herein, except as provided in
4135Section 2.4, no assurances are provided by any Contributor that the
4136Program does not infringe the patent or other intellectual property
4137rights of any other person or entity. Each Contributor disclaims any
4138liability to Recipient for claims brought by any other person or entity
4139based on infringement of intellectual property rights or otherwise. As a
4140condition to exercising the rights and licenses granted hereunder, each
4141Recipient hereby assumes sole responsibility to secure any other
4142intellectual property rights needed, if any.
4143
41442.4 Each Contributor represents and warrants that it has all right,
4145title and interest in the copyrights in its Contributions, and has the
4146right to grant the copyright licenses set forth in this License.
4147
41483. DISTRIBUTION REQUIREMENTS
4149
41503.1 If the Program is distributed in object code form, then a prominent
4151notice must be included in the code itself as well as in any related
4152documentation, stating that the source code for the Program is available
4153from the Contributor with information on how and where to obtain the
4154source code. A Contributor may choose to distribute the Program in
4155object code form under its own license agreement, provided that:
4156
4157a. it complies with the terms and conditions of this License; and
4158b. its license agreement:
4159	i. effectively disclaims on behalf of all Contributors all warranties and
4160	conditions, express and implied, including warranties or conditions of title
4161	and non-infringement, and implied warranties or conditions of
4162	merchantability and fitness for a particular purpose, to the maximum extent
4163	permitted by applicable law;
4164	ii. effectively excludes on behalf of all Contributors all liability for
4165	damages, including direct, indirect, special, incidental and consequential
4166	damages, such as lost profits, to the maximum extent permitted by applicable
4167	law;
4168	iii. states that any provisions which are inconsistent with this License are
4169	offered by that Contributor alone and not by any other party; and
4170	iv. states that source code for the Program is available from such
4171	Contributor at the cost of distribution, and informs licensees how to obtain
4172	it in a reasonable manner.
4173
41743.2 When the Program is made available in source code form:
4175
4176a. it must be made available under this License; and
4177b. a copy of this License must be included with each copy of the Program.
4178
41793.3 This License is intended to facilitate the commercial distribution
4180of the Program by any Contributor. However, Contributors may only charge
4181Recipients a one-time, upfront fee for the distribution of the Program.
4182Contributors may not charge Recipients any recurring charge, license
4183fee, or any ongoing royalty for the Recipients exercise of its rights
4184under this License to the Program. Contributors shall make the source
4185code for the Contributor Version they distribute available at a cost, if
4186any, equal to the cost to the Contributor to physically copy and
4187distribute the work. It is not the intent of this License to prohibit a
4188Contributor from charging fees for any service or maintenance that a
4189Contributor may charge to a Recipient, so long as such fees are not an
4190attempt to circumvent the foregoing restrictions on charging royalties
4191or other recurring fees for the Program itself.
4192
41933.4 A Contributor may create a Larger Work by combining the Program with
4194other software code not governed by the terms of this License, and
4195distribute the Larger Work as a single product. In such a case, the
4196Contributor must make sure that the requirements of this License are
4197fulfilled for the Program. Any Contributor who includes the Program in a
4198commercial product offering, including as part of a Larger Work, may
4199subject itself, but not any other Contributor, to additional contractual
4200commitments, including, but not limited to, performance warranties and
4201non-infringement representations on suchContributors behalf. No
4202Contributor may create any additional liability for other Contributors.
4203Therefore, if a Contributor includes the Program in a commercial product
4204offering, such Contributor (Commercial Contributor) hereby agrees to
4205defend and indemnify every other Contributor (Indemnified Contributor)
4206who made Contributions to the Program distributed by the Commercial
4207Contributor against any losses, damages and costs (collectively Losses)
4208arising from claims, lawsuits and other legal actions brought by a third
4209party against the Indemnified Contributor to the extent caused by the
4210acts or omissions, including any additional contractual commitments, of
4211such Commercial Contributor in connection with its distribution of the
4212Program. The obligations in this section do not apply to any claims or
4213Losses relating to any actual or alleged intellectual property
4214infringement.
4215
42163.5 If Contributor has knowledge that a license under a third partys
4217intellectual property rights is required to exercise the rights granted
4218by such Contributor under Sections 2.1 or 2.2, Contributor must (a)
4219include a text file with the Program source code distribution titled
4220../IP_ISSUES, and (b) notify CA in writing at Computer Associates
4221International, Inc., One Computer Associates Plaza, Islandia, New York
422211749, Attn: Open Source Group or by email at opensource@ca.com, both
4223describing the claim and the party making the claim in sufficient detail
4224that a Recipient and CA will know whom to contact with regard to such
4225matter. If Contributor obtains such knowledge after the Contribution is
4226made available, Contributor shall also promptly modify the IP_ISSUES
4227file in all copies Contributor makes available thereafter and shall take
4228other steps (such as notifying appropriate mailing lists or newsgroups)
4229reasonably calculated to inform those who received the Program that such
4230new knowledge has been obtained.
4231
42323.6 Recipient shall not remove, obscure, or modify any CA or other
4233Contributor copyright or patent proprietary notices appearing in the
4234Program, whether in the source code, object code or in any
4235documentation. In addition to the obligations set forth in Section 4,
4236each Contributor must identify itself as the originator of its
4237Contribution, if any, in a manner that reasonably allows subsequent
4238Recipients to identify the originator of the Contribution.
4239
42404. CONTRIBUTION RESTRICTIONS
4241
42424.1 Each Contributor must cause the Program to which the Contributor
4243provides a Contribution to contain a file documenting the changes the
4244Contributor made to create its version of the Program and the date of
4245any change. Each Contributor must also include a prominent statement
4246that the Contribution is derived, directly or indirectly, from the
4247Program distributed by a prior Contributor, including the name of the
4248prior Contributor from which such Contribution was derived, in (a) the
4249Program source code, and (b) in any notice in an executable version or
4250related documentation in which the Contributor describes the origin or
4251ownership of the Program.
4252
42535. NO WARRANTY
4254
42555.1 EXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, THE PROGRAM IS
4256PROVIDED AS IS AND IN ITS PRESENT STATE AND CONDITION. NO WARRANTY,
4257REPRESENTATION, CONDITION, UNDERTAKING OR TERM, EXPRESS OR IMPLIED,
4258STATUTORY OR OTHERWISE, AS TO THE CONDITION, QUALITY, DURABILITY,
4259PERFORMANCE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A
4260PARTICULAR PURPOSE OR USE OF THE PROGRAM IS GIVEN OR ASSUMED BY ANY
4261CONTRIBUTOR AND ALL SUCH WARRANTIES, REPRESENTATIONS, CONDITIONS,
4262UNDERTAKINGS AND TERMS ARE HEREBY EXCLUDED TO THE FULLEST EXTENT
4263PERMITTED BY LAW.
4264
42655.2 Each Recipient is solely responsible for determining the
4266appropriateness of using and distributing the Program and assumes all
4267risks associated with its exercise of rights under this License,
4268including but not limited to the risks and costs of program errors,
4269compliance with applicable laws, damage to or loss of data, programs or
4270equipment, and unavailability or interruption of operations.
4271
42725.3 Each Recipient acknowledges that the Program is not intended for use
4273in the operation of nuclear facilities, aircraft navigation,
4274communication systems, or air traffic control machines in which case the
4275failure of the Program could lead to death, personal injury, or severe
4276physical or environmental damage.
4277
42786. DISCLAIMER OF LIABILITY
4279
42806.1 EXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, AND TO THE EXTENT
4281PERMITTED BY LAW, NO CONTRIBUTOR SHALL HAVE ANY LIABILITY FOR ANY
4282DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4283DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND
4284ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
4285TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
4286USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
4287HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
4288
42897. TRADEMARKS AND BRANDING
4290
42917.1 This License does not grant any Recipient or any third party any
4292rights to use the trademarks or trade names now or subsequently posted
4293at http://www.ca.com/catrdmrk.htm, or any other trademarks, service
4294marks, logos or trade names belonging to CA (collectively CA Marks) or
4295to any trademark, service mark, logo or trade name belonging to any
4296Contributor. Recipient agrees not to use any CA Marks in or as part of
4297the name of products derived from the Original Program or to endorse or
4298promote products derived from the Original Program.
4299
43007.2 Subject to Section 7.1, Recipients may distribute the Program under
4301trademarks, logos, and product names belonging to the Recipient provided
4302that all copyright and other attribution notices remain in the Program.
4303
43048. PATENT LITIGATION
4305
43068.1 If Recipient institutes patent litigation against any person or
4307entity (including a cross-claim or counterclaim in a lawsuit) alleging
4308that the Program itself (excluding combinations of the Program with
4309other software or hardware) infringes such Recipients patent(s), then
4310such Recipients rights granted under Section 2.2 shall terminate as of
4311the date such litigation is filed.
4312
43139. OWNERSHIP
4314
43159.1 Subject to the licenses granted under this License in Sections 2.1
4316and 2.2 above, each Contributor retains all rights, title and interest
4317in and to any Contributions made by such Contributor. CA retains all
4318rights, title and interest in and to the Original Program and any
4319Contributions made by or on behalf of CA (CA Contributions), and such CA
4320Contributions will not be automatically subject to this License. CA may,
4321at its sole discretion, choose to license such CA Contributions under
4322this License, or on different terms from those contained in this License
4323or may choose not to license them at all.
4324
432510. TERMINATION
4326
432710.1 All of Recipients rights under this License shall terminate if it
4328fails to comply with any of the material terms or conditions of this
4329License and does not cure such failure in a reasonable period of time
4330after becoming aware of such noncompliance. If Recipients rights under
4331this License terminate, Recipient agrees to cease use and distribution
4332of the Program as soon as reasonably practicable. However, Recipients
4333obligations under this License and any licenses granted by Recipient as
4334a Contributor relating to the Program shall continue and survive
4335termination.
4336
433711. GENERAL
4338
433911.1 If any provision of this License is invalid or unenforceable under
4340applicable law, it shall not affect the validity or enforceability of
4341the remainder of the terms of this License, and without further action
4342by the parties hereto, such provision shall be reformed to the minimum
4343extent necessary to make such provision valid and enforceable.
4344
434511.2 CA may publish new versions (including revisions) of this License
4346from time to time. Each new version of the License will be given a
4347distinguishing version number. The Program (including Contributions) may
4348always be distributed subject to the version of the License under which
4349it was received. In addition, after a new version of the License is
4350published, Contributor may elect to distribute the Program (including
4351its Contributions) under the new version. No one other than CA has the
4352right to modify this License.
4353
435411.3 If it is impossible for Recipient to comply with any of the terms
4355of this License with respect to some or all of the Program due to
4356statute, judicial order, or regulation, then Recipient must: (a) comply
4357with the terms of this License to the maximum extent possible; and (b)
4358describe the limitations and the code they affect. Such description must
4359be included in the IP_ISSUES file described in Section 3.5 and must be
4360included with all distributions of the Program source code. Except to
4361the extent prohibited by statute or regulation, such description must be
4362sufficiently detailed for a Recipient of ordinary skill to be able to
4363understand it.
4364
436511.4 This License is governed by the laws of the State of New York. No
4366Recipient will bring a legal action under this License more than one
4367year after the cause of action arose. Each Recipient waives its rights
4368to a jury trial in any resulting litigation. Any litigation or other
4369dispute resolution between a Recipient and CA relating to this License
4370shall take place in the State of New York, and Recipient and CA hereby
4371consent to the personal jurisdiction of, and venue in, the state and
4372federal courts within that district with respect to this License. The
4373application of the United Nations Convention on Contracts for the
4374International Sale of Goods is expressly excluded.
4375
437611.5 Where Recipient is located in the province of Quebec, Canada, the
4377following clause applies: The parties hereby confirm that they have
4378requested that this License and all related documents be drafted in
4379English. Les parties contractantes confirment qu''elles ont exige que le
4380present contrat et tous les documents associes soient rediges en
4381anglais.
4382
438311.6 The Program is subject to all export and import laws, restrictions
4384and regulations of the country in which Recipient receives the Program.
4385Recipient is solely responsible for complying with and ensuring that
4386Recipient does not export, re-export, or import the Program in violation
4387of such laws, restrictions or regulations, or without any necessary
4388licenses and authorizations.
4389
439011.7 This License constitutes the entire agreement between the parties
4391with respect to the subject matter hereof.
4392', 'http://opensource.org/licenses/ca-tosl1.1.php', NULL, NULL, NULL, 'Computer Associates Trusted Open Source License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, '9c6d9150665371976299d7bb34eedca8', 1, NULL);
4393INSERT INTO license_ref VALUES (238, 'ECL-2.0', 'Educational Community License
4394Version 2.0, April 2007
4395
4396The Educational Community License version 2.0 ("ECL") consists of the Apache 2.0 license, modified to change the scope of the patent grant in section 3 to be specific to the needs of the education communities using this license. The original Apache 2.0 license can be found at: http://www.apache.org/licenses/LICENSE-2.0
4397
4398TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
43991. Definitions.
4400
4401"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
4402
4403"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
4404
4405"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
4406
4407"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
4408
4409"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
4410
4411"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
4412
4413"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
4414
4415"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
4416
4417"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
4418
4419"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
4420
44212. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
4422
44233. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Any patent license granted hereby with respect to contributions by an individual employed by an institution or organization is limited to patent claims where the individual that is the author of the Work is also the inventor of the patent claims licensed, and where the organization or institution has the right to grant such license under applicable grant and research funding agreements. No other express or implied licenses are granted.
4424
44254. Redistribution.
4426
4427You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
4428
4429You must give any other recipients of the Work or Derivative Works a copy of this License; and
4430
4431You must cause any modified files to carry prominent notices stating that You changed the files; and
4432
4433You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
4434
4435If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
4436
4437You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
4438
44395. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
4440
44416. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
4442
44437. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
4444
44458. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
4446
44479. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
4448
4449END OF TERMS AND CONDITIONS
4450
4451APPENDIX: How to apply the Educational Community License to your work
4452
4453To apply the Educational Community License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don''t include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
4454
4455Copyright [yyyy] [name of copyright owner] Licensed under the
4456Educational Community License, Version 2.0 (the "License"); you may
4457not use this file except in compliance with the License. You may
4458obtain a copy of the License at
4459
4460http://www.osedu.org/licenses/ECL-2.0
4461
4462Unless required by applicable law or agreed to in writing,
4463software distributed under the License is distributed on an "AS IS"
4464BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
4465or implied. See the License for the specific language governing
4466permissions and limitations under the License.
4467', 'http://opensource.org/licenses/ecl2.txt ', NULL, NULL, NULL, 'Educational Community License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '98a6c3da3ffba802dbf38c73fee02ed2', 1, NULL);
4468INSERT INTO license_ref VALUES (240, 'CC-BY-2.5', 'Attribution 2.5
4469
4470CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
4471License
4472
4473THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
4474
4475BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
4476
44771. Definitions
4478
4479"Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.
4480"Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this License.
4481"Licensor" means the individual or entity that offers the Work under the terms of this License.
4482"Original Author" means the individual or entity who created the Work.
4483"Work" means the copyrightable work of authorship offered under the terms of this License.
4484"You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
44852. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.
4486
44873. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
4488
4489to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;
4490to create and reproduce Derivative Works;
4491to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;
4492to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.
4493For the avoidance of doubt, where the work is a musical composition:
4494
4495Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.
4496Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work ("cover version") and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).
4497Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).
4498The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.
4499
45004. Restrictions.The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
4501
4502You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients'' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.
4503If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor''s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.
45045. Representations, Warranties and Disclaimer
4505
4506UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
4507
45086. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
4509
45107. Termination
4511
4512This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
4513Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
45148. Miscellaneous
4515
4516Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
4517Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
4518If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
4519No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
4520This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
4521Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.
4522
4523Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons'' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.
4524
4525Creative Commons may be contacted at http://creativecommons.org/.', 'http://creativecommons.org/licenses/by/2.5/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution 2.5', NULL, NULL, NULL, '', NULL, false, false, false, 'b8558a2e5e1dda6e6e595889c86f01b0', 1, NULL);
4526INSERT INTO license_ref VALUES (241, 'CC-BY-SA-1.0', 'Attribution-ShareAlike 1.0
4527
4528CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
4529License
4530
4531THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
4532
4533BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
4534
45351. Definitions
4536
4537"Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.
4538"Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License.
4539"Licensor" means the individual or entity that offers the Work under the terms of this License.
4540"Original Author" means the individual or entity who created the Work.
4541"Work" means the copyrightable work of authorship offered under the terms of this License.
4542"You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
45432. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.
4544
45453. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
4546
4547to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;
4548to create and reproduce Derivative Works;
4549to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;
4550to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works;
4551The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.
4552
45534. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
4554
4555You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients'' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any reference to such Licensor or the Original Author, as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any reference to such Licensor or the Original Author, as requested.
4556You may distribute, publicly display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of each Derivative Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Derivative Works that alter or restrict the terms of this License or the recipients'' exercise of the rights granted hereunder, and You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Derivative Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Derivative Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Derivative Work itself to be made subject to the terms of this License.
4557If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and give the Original Author credit reasonable to the medium or means You are utilizing by conveying the name (or pseudonym if applicable) of the Original Author if supplied; the title of the Work if supplied; in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.
45585. Representations, Warranties and Disclaimer
4559
4560By offering the Work for public release under this License, Licensor represents and warrants that, to the best of Licensor''s knowledge after reasonable inquiry:
4561Licensor has secured all rights in the Work necessary to grant the license rights hereunder and to permit the lawful exercise of the rights granted hereunder without You having any obligation to pay any royalties, compulsory license fees, residuals or any other payments;
4562The Work does not infringe the copyright, trademark, publicity rights, common law rights or any other right of any third party or constitute defamation, invasion of privacy or other tortious injury to any third party.
4563EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE WORK.
45646. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
4565
45667. Termination
4567
4568This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
4569Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
45708. Miscellaneous
4571
4572Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
4573Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
4574If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
4575No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
4576This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
4577Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.
4578
4579Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons'' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.
4580
4581Creative Commons may be contacted at http://creativecommons.org/.', 'http://creativecommons.org/licenses/by-sa/1.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution-ShareAlike 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '5645832def1a1ed3bf4ce1d9a034f931', 1, NULL);
4582INSERT INTO license_ref VALUES (242, 'Cisco', 'SOFTWARE LICENSE AGREEMENT
4583
4584PLEASE READ THIS SOFTWARE LICENSE AGREEMENT CAREFULLY BEFORE DOWNLOADING OR USING THE SOFTWARE.
4585BY CLICKING ON THE "ACCEPT" BUTTON, OPENING THE PACKAGE, DOWNLOADING THE PRODUCT, OR USING THE EQUIPMENT THAT CONTAINS THIS PRODUCT, YOU ARE CONSENTING TO BE BOUND BY THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, CLICK THE "DO NOT ACCEPT" BUTTON AND THE INSTALLATION PROCESS WILL NOT CONTINUE, RETURN THE PRODUCT TO THE PLACE OF PURCHASE FOR A FULL REFUND, OR DO NOT DOWNLOAD THE PRODUCT.
4586
4587Single User License Grant: Cisco Systems, Inc. ("Cisco") and its suppliers grant to Customer ("Customer") a nonexclusive and nontransferable license to use the Cisco software ("Software") in object code form solely on a single central processing unit owned or leased by Customer or otherwise embedded in equipment provided by Cisco.
4588
4589Multiple-Users License Grant: Cisco Systems, Inc. ("Cisco") and its suppliers grant to Customer ("Customer") a nonexclusive and nontransferable license to use the Cisco software ("Software") in object code form: (i) installed in a single location on a hard disk or other storage device of up to the number of computers owned or leased by Customer for which Customer has paid a license fee ("Permitted Number of Computers"); or (ii) provided the Software is configured for network use, installed on a single file server for use on a single local area network for either (but not both) of the following purposes: (a) permanent installation onto a hard disk or other storage device of up to the Permitted Number of Computers; or (b) use of the Software over such network, provided the number of computers connected to the server does not exceed the Permitted Number of Computers. Customer may only use the programs contained in the Software (i) for which Customer has paid a license fee (or in the case of an evaluation copy, those programs Customer is authorized to evaluate) and (ii) for which Customer has received a product authorization key ("PAK"). Customer grants to Cisco or its independent accountants the right to examine its books, records and accounts during Customer''s normal business hours to verify compliance with the above provisions. In the event such audit discloses that the Permitted Number of Computers is exceeded, Customer shall promptly pay to Cisco the appropriate licensee fee for the additional computers or users. At Cisco''s option, Cisco may terminate this license for failure to pay the required license fee.
4590
4591Customer may make one (1) archival copy of the Software provided Customer affixes to such copy all copyright, confidentiality, and proprietary notices that appear on the original.
4592
4593EXCEPT AS EXPRESSLY AUTHORIZED ABOVE, CUSTOMER SHALL NOT: COPY, IN WHOLE OR IN PART, SOFTWARE OR DOCUMENTATION; MODIFY THE SOFTWARE; REVERSE COMPILE OR REVERSE ASSEMBLE ALL OR ANY PORTION OF THE SOFTWARE; OR RENT, LEASE, DISTRIBUTE, SELL, OR CREATE DERIVATIVE WORKS OF THE SOFTWARE.
4594
4595Customer agrees that aspects of the licensed materials, including the specific design and structure of individual programs, constitute trade secrets and/or copyrighted material of Cisco. Customer agrees not to disclose, provide, or otherwise make available such trade secrets or copyrighted material in any form to any third party without the prior written consent of Cisco. Customer agrees to implement reasonable security measures to protect such trade secrets and copyrighted material. Title to Software and documentation shall remain solely with Cisco.
4596
4597LIMITED WARRANTY. Cisco warrants that for a period of ninety (90) days from the date of shipment from Cisco: (i) the media on which the Software is furnished will be free of defects in materials and workmanship under normal use; and (ii) the Software substantially conforms to its published specifications. Except for the foregoing, the Software is provided AS IS. This limited warranty extends only to Customer as the original licensee. Customer''s exclusive remedy and the entire liability of Cisco and its suppliers under this limited warranty will be, at Cisco or its service center''s option, repair, replacement, or refund of the Software if reported (or, upon request, returned) to the party supplying the Software to Customer. In no event does Cisco warrant that the Software is error free or that Customer will be able to operate the Software without problems or interruptions.
4598
4599This warranty does not apply if the software (a) has been altered, except by Cisco, (b) has not been installed, operated, repaired, or maintained in accordance with instructions supplied by Cisco, (c) has been subjected to abnormal physical or electrical stress, misuse, negligence, or accident, or (d) is used in ultrahazardous activities.
4600
4601DISCLAIMER. EXCEPT AS SPECIFIED IN THIS WARRANTY, ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS, AND WARRANTIES INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PRACTICE, ARE HEREBY EXCLUDED TO THE EXTENT ALLOWED BY APPLICABLE LAW.
4602
4603IN NO EVENT WILL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY LOST REVENUE, PROFIT, OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL, OR PUNITIVE DAMAGES HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event shall Cisco''s or its suppliers'' liability to Customer, whether in contract, tort (including negligence), or otherwise, exceed the price paid by Customer. The foregoing limitations shall apply even if the above-stated warranty fails of its essential purpose. SOME STATES DO NOT ALLOW LIMITATION OR EXCLUSION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES.
4604
4605The above warranty DOES NOT apply to any beta software, any software made available for testing or demonstration purposes, any temporary software modules or any software for which Cisco does not receive a license fee. All such software products are provided AS IS without any warranty whatsoever.
4606
4607This License is effective until terminated. Customer may terminate this License at any time by destroying all copies of Software including any documentation. This License will terminate immediately without notice from Cisco if Customer fails to comply with any provision of this License. Upon termination, Customer must destroy all copies of Software.
4608
4609Software, including technical data, is subject to U.S. export control laws, including the U.S. Export Administration Act and its associated regulations, and may be subject to export or import regulations in other countries. Customer agrees to comply strictly with all such regulations and acknowledges that it has the responsibility to obtain licenses to export, re-export, or import Software.
4610
4611This License shall be governed by and construed in accordance with the laws of the State of California, United States of America, as if performed wholly within the state and without giving effect to the principles of conflict of law. If any portion hereof is found to be void or unenforceable, the remaining provisions of this License shall remain in full force and effect. This License constitutes the entire License between the parties with respect to the use of the Software.
4612
4613Restricted Rights - Cisco''s software is provided to non-DOD agencies with RESTRICTED RIGHTS and its supporting documentation is provided with LIMITED RIGHTS. Use, duplication, or disclosure by the Government is subject to the restrictions as set forth in subparagraph "C" of the Commercial Computer Software - Restricted Rights clause at FAR 52.227-19. In the event the sale is to a DOD agency, the government''s rights in software, supporting documentation, and technical data are governed by the restrictions in the Technical Data Commercial Items clause at DFARS 252.227-7015 and DFARS 227.7202. Manufacturer is Cisco Systems, Inc. 170 W. Tasman Dr., San Jose, CA 95134.', 'http://www.cisco.com/public/sw-license-agreement.html', NULL, NULL, NULL, 'Cisco Software License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, 'aa8bd1baccb644dbb04822ca60f29890', 1, NULL);
4614INSERT INTO license_ref VALUES (243, 'CPL-1.0', 'Common Public License - v 1.0
4615
4616Updated 16 Apr 2009
4617
4618As of 25 Feb 2009, IBM has assigned the Agreement Steward role for the CPL to the Eclipse Foundation. Eclipse has designated the Eclipse Public License (EPL) as the follow-on version of the CPL.
4619
4620
4621THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT''S ACCEPTANCE OF THIS AGREEMENT.
4622
4623
46241. DEFINITIONS
4625
4626"Contribution" means:
4627
4628a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
4629b) in the case of each subsequent Contributor:
4630i)	 changes to the Program, and
4631ii)	 additions to the Program;
4632where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution ''originates'' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor''s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
4633
4634"Contributor" means any person or entity that distributes the Program.
4635
4636
4637"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
4638
4639
4640"Program" means the Contributions distributed in accordance with this Agreement.
4641
4642
4643"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
4644
4645
46462. GRANT OF RIGHTS
4647
4648a)	Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
4649b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
4650c)	Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient''s responsibility to acquire that license before distributing the Program.
4651d)	Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
46523. REQUIREMENTS
4653
4654A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
4655
4656a)	it complies with the terms and conditions of this Agreement; and
4657b)	its license agreement:
4658i)	effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
4659ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
4660iii)	states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
4661iv)	states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
4662When the Program is made available in source code form:
4663
4664a)	it must be made available under this Agreement; and
4665b)	a copy of this Agreement must be included with each copy of the Program.
4666
4667Contributors may not remove or alter any copyright notices contained within the Program.
4668
4669
4670Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
4671
4672
46734. COMMERCIAL DISTRIBUTION
4674
4675Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
4676
4677
4678For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor''s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
4679
4680
46815. NO WARRANTY
4682
4683EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
4684
4685
46866. DISCLAIMER OF LIABILITY
4687
4688EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
4689
4690
46917. GENERAL
4692
4693If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
4694
4695
4696If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient''s patent(s), then such Recipient''s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
4697
4698
4699All Recipient''s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient''s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient''s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
4700
4701
4702Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
4703
4704
4705This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.', 'http://www.eclipse.org/legal/cpl-v10.html', NULL, NULL, NULL, 'Common Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '9e496f396b6b2b5aaf834106706adfbf', 1, NULL);
4706INSERT INTO license_ref VALUES (394, 'Terracotta', 'Terracotta Public License (version 1.0)
4707
47081. Definitions
4709
47101.1. "Contributor" means each individual or entity that creates or contributes to the creation of Modifications.
4711
47121.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
4713
47141.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
4715
47161.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data.
4717
47181.5. "Executable" means Covered Code in any form other than Source Code.
4719
47201.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
4721
47221.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
4723
47241.8. "License" means this document.
4725
47261.8.1. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
4727
47281.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
4729
4730a. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
4731
4732b. Any new file that contains any part of the Original Code or previous Modifications.
4733
4734c. Any new file that is contributed or otherwise made available under the terms of this License.
4735
47361.10. "Original Code" means Source Code and Executable form of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
4737
47381.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.
4739
47401.11. "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
4741
47421.12. "You" (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
4743
47442. Source Code License
4745
47462.1. The Initial Developer Grant
4747
4748THE INITIAL DEVELOPER HEREBY GRANTS YOU A WORLD-WIDE, ROYALTY-FREE, NON-EXCLUSIVE LICENSE, SUBJECT TO THIRD PARTY INTELLECTUAL PROPERTY CLAIMS:
4749
4750a. under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and
4751
4752b. under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof).
4753
4754c. the licenses granted in this Section 2.1 (a) and (b) are effective on the date Initial Developer first distributes or otherwise makes available Original Code under the terms of this License.
4755
4756d. Notwithstanding Section 2.1 (b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.
4757
47582.2. Contributor Grant
4759
4760SUBJECT TO THIRD PARTY INTELLECTUAL PROPERTY CLAIMS, EACH CONTRIBUTOR HEREBY GRANTS YOU AND INITIAL DEVELOPER A WORLD-WIDE, ROYALTY-FREE, NON-EXCLUSIVE LICENSE:
4761
4762a. under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and
4763
4764b. under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).
4765
4766c. the licenses granted in Sections 2.2 (a) and 2.2 (b) are effective on the date Contributor first distributes or otherwise makes available the Covered Code.
4767
4768d. Notwithstanding Section 2.2 (b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.
4769
47703. Distribution Obligations
4771
47723.1. Application of License
4773
4774ANY COVERED CODE THAT YOU DISTRIBUTE OR OTHERWISE MAKE AVAILABLE IS GOVERNED BY THE TERMS OF THIS LICENSE, INCLUDING WITHOUT LIMITATION SECTION 2.2. THE SOURCE CODE VERSION OF COVERED CODE MAY BE DISTRIBUTED ONLY UNDER THE TERMS OF THIS LICENSE OR A FUTURE VERSION OF THIS LICENSE RELEASED UNDER SECTION 6.1, AND YOU MUST INCLUDE A COPY OF THIS LICENSE WITH EVERY COPY OF THE SOURCE CODE YOU DISTRIBUTE OR OTHERWISE MAKE AVAILABLE. YOU MAY NOT OFFER OR IMPOSE ANY TERMS ON ANY SOURCE CODE VERSION THAT ALTERS OR RESTRICTS THE APPLICABLE VERSION OF THIS LICENSE OR THE RECIPIENTS'' RIGHTS HEREUNDER. HOWEVER, YOU MAY INCLUDE AN ADDITIONAL DOCUMENT OFFERING THE ADDITIONAL RIGHTS DESCRIBED IN SECTION 3.5.
4775
47763.2. Availability of Source Code
4777
4778ANY MODIFICATION WHICH YOU CREATE OR TO WHICH YOU CONTRIBUTE MUST BE MADE AVAILABLE IN SOURCE CODE FORM UNDER THE TERMS OF THIS LICENSE EITHER ON THE SAME MEDIA AS AN EXECUTABLE VERSION OR VIA AN ACCEPTED ELECTRONIC DISTRIBUTION MECHANISM TO ANYONE TO WHOM YOU MADE AN EXECUTABLE VERSION AVAILABLE; AND IF MADE AVAILABLE VIA ELECTRONIC DISTRIBUTION MECHANISM, MUST REMAIN AVAILABLE FOR AT LEAST TWELVE (12) MONTHS AFTER THE DATE IT INITIALLY BECAME AVAILABLE, OR AT LEAST SIX (6) MONTHS AFTER A SUBSEQUENT VERSION OF THAT PARTICULAR MODIFICATION HAS BEEN MADE AVAILABLE TO SUCH RECIPIENTS. YOU ARE RESPONSIBLE FOR ENSURING THAT THE SOURCE CODE VERSION REMAINS AVAILABLE EVEN IF THE ELECTRONIC DISTRIBUTION MECHANISM IS MAINTAINED BY A THIRD PARTY.
4779
47803.3. Description of Modifications
4781
4782YOU MUST CAUSE ALL COVERED CODE TO WHICH YOU CONTRIBUTE TO CONTAIN A FILE DOCUMENTING THE CHANGES YOU MADE TO CREATE THAT COVERED CODE AND THE DATE OF ANY CHANGE. YOU MUST INCLUDE A PROMINENT STATEMENT THAT THE MODIFICATION IS DERIVED, DIRECTLY OR INDIRECTLY, FROM ORIGINAL CODE PROVIDED BY THE INITIAL DEVELOPER AND INCLUDING THE NAME OF THE INITIAL DEVELOPER IN (A) THE SOURCE CODE, AND (B) IN ANY NOTICE IN AN EXECUTABLE VERSION OR RELATED DOCUMENTATION IN WHICH YOU DESCRIBE THE ORIGIN OR OWNERSHIP OF THE COVERED CODE.
4783
47843.4. Intellectual Property Matters
4785
4786(a) Third Party Claims
4787
4788IF CONTRIBUTOR HAS KNOWLEDGE THAT A LICENSE UNDER A THIRD PARTY''S INTELLECTUAL PROPERTY RIGHTS IS REQUIRED TO EXERCISE THE RIGHTS GRANTED BY SUCH CONTRIBUTOR UNDER SECTIONS 2.1 OR 2.2, CONTRIBUTOR MUST INCLUDE A TEXT FILE WITH THE SOURCE CODE DISTRIBUTION TITLED "LEGAL" WHICH DESCRIBES THE CLAIM AND THE PARTY MAKING THE CLAIM IN SUFFICIENT DETAIL THAT A RECIPIENT WILL KNOW WHOM TO CONTACT. IF CONTRIBUTOR OBTAINS SUCH KNOWLEDGE AFTER THE MODIFICATION IS MADE AVAILABLE AS DESCRIBED IN SECTION 3.2, CONTRIBUTOR SHALL PROMPTLY MODIFY THE LEGAL FILE IN ALL COPIES CONTRIBUTOR MAKES AVAILABLE THEREAFTER AND SHALL TAKE OTHER STEPS (SUCH AS NOTIFYING APPROPRIATE MAILING LISTS OR NEWSGROUPS) REASONABLY CALCULATED TO INFORM THOSE WHO RECEIVED THE COVERED CODE THAT NEW KNOWLEDGE HAS BEEN OBTAINED.
4789
4790(b) Contributor APIs
4791
4792IF CONTRIBUTOR''S MODIFICATIONS INCLUDE AN APPLICATION PROGRAMMING INTERFACE AND CONTRIBUTOR HAS KNOWLEDGE OF PATENT LICENSES WHICH ARE REASONABLY NECESSARY TO IMPLEMENT THAT API, CONTRIBUTOR MUST ALSO INCLUDE THIS INFORMATION IN THE LEGAL FILE.
4793
4794(c) Representations.
4795
4796CONTRIBUTOR REPRESENTS THAT, EXCEPT AS DISCLOSED PURSUANT TO SECTION 3.4 (A) ABOVE, CONTRIBUTOR BELIEVES THAT CONTRIBUTOR''S MODIFICATIONS ARE CONTRIBUTOR''S ORIGINAL CREATION(S) AND/OR CONTRIBUTOR HAS SUFFICIENT RIGHTS TO GRANT THE RIGHTS CONVEYED BY THIS LICENSE.
4797
47983.5. Required Notices
4799
4800YOU MUST DUPLICATE THE NOTICE IN EXHIBIT A IN EACH FILE OF THE SOURCE CODE. IF IT IS NOT POSSIBLE TO PUT SUCH NOTICE IN A PARTICULAR SOURCE CODE FILE DUE TO ITS STRUCTURE, THEN YOU MUST INCLUDE SUCH NOTICE IN A LOCATION (SUCH AS A RELEVANT DIRECTORY) WHERE A USER WOULD BE LIKELY TO LOOK FOR SUCH A NOTICE. IF YOU CREATED ONE OR MORE MODIFICATION(S) YOU MAY ADD YOUR NAME AS A CONTRIBUTOR TO THE NOTICE DESCRIBED IN EXHIBIT A. YOU MUST ALSO DUPLICATE THIS LICENSE IN ANY DOCUMENTATION FOR THE SOURCE CODE WHERE YOU DESCRIBE RECIPIENTS'' RIGHTS OR OWNERSHIP RIGHTS RELATING TO COVERED CODE. YOU MAY CHOOSE TO OFFER, AND TO CHARGE A FEE FOR, WARRANTY, SUPPORT, INDEMNITY OR LIABILITY OBLIGATIONS TO ONE OR MORE RECIPIENTS OF COVERED CODE. HOWEVER, YOU MAY DO SO ONLY ON YOUR OWN BEHALF, AND NOT ON BEHALF OF THE INITIAL DEVELOPER OR ANY CONTRIBUTOR. YOU MUST MAKE IT ABSOLUTELY CLEAR THAN ANY SUCH WARRANTY, SUPPORT, INDEMNITY OR LIABILITY OBLIGATION IS OFFERED BY YOU ALONE, AND YOU HEREBY AGREE TO INDEMNIFY THE INITIAL DEVELOPER AND EVERY CONTRIBUTOR FOR ANY LIABILITY INCURRED BY THE INITIAL DEVELOPER OR SUCH CONTRIBUTOR AS A RESULT OF WARRANTY, SUPPORT, INDEMNITY OR LIABILITY TERMS YOU OFFER.
4801
48023.6. Distribution of Executable Versions
4803
4804YOU MAY DISTRIBUTE OR OTHERWISE MAKE AVAILABLE COVERED CODE IN EXECUTABLE FORM ONLY IF THE REQUIREMENTS OF SECTIONS 3.1, 3.2, 3.3, 3.4 AND 3.5 HAVE BEEN MET FOR THAT COVERED CODE, AND IF YOU INCLUDE A NOTICE STATING THAT THE SOURCE CODE VERSION OF THE COVERED CODE IS AVAILABLE UNDER THE TERMS OF THIS LICENSE, INCLUDING A DESCRIPTION OF HOW AND WHERE YOU HAVE FULFILLED THE OBLIGATIONS OF SECTION 3.2. THE NOTICE MUST BE CONSPICUOUSLY INCLUDED IN ANY NOTICE IN AN EXECUTABLE VERSION, RELATED DOCUMENTATION OR COLLATERAL IN WHICH YOU DESCRIBE RECIPIENTS'' RIGHTS RELATING TO THE COVERED CODE. YOU MAY DISTRIBUTE OR OTHERWISE MAKE AVAILABLE THE EXECUTABLE VERSION OF COVERED CODE OR OWNERSHIP RIGHTS UNDER A LICENSE OF YOUR CHOICE, WHICH MAY CONTAIN TERMS DIFFERENT FROM THIS LICENSE, PROVIDED THAT YOU ARE IN COMPLIANCE WITH THE TERMS OF THIS LICENSE AND THAT THE LICENSE FOR THE EXECUTABLE VERSION DOES NOT ATTEMPT TO LIMIT OR ALTER THE RECIPIENT''S RIGHTS IN THE SOURCE CODE VERSION FROM THE RIGHTS SET FORTH IN THIS LICENSE. IF YOU DISTRIBUTE OR OTHERWISE MAKE AVAILABLE THE EXECUTABLE VERSION UNDER A DIFFERENT LICENSE YOU MUST MAKE IT ABSOLUTELY CLEAR THAT ANY TERMS WHICH DIFFER FROM THIS LICENSE ARE OFFERED BY YOU ALONE, NOT BY THE INITIAL DEVELOPER OR ANY CONTRIBUTOR. YOU HEREBY AGREE TO INDEMNIFY THE INITIAL DEVELOPER AND EVERY CONTRIBUTOR FOR ANY LIABILITY INCURRED BY THE INITIAL DEVELOPER OR SUCH CONTRIBUTOR AS A RESULT OF ANY SUCH TERMS YOU OFFER.
4805
48063.7. Larger Works
4807
4808YOU MAY CREATE A LARGER WORK BY COMBINING COVERED CODE WITH OTHER CODE NOT GOVERNED BY THE TERMS OF THIS LICENSE AND DISTRIBUTE OR OTHERWISE MAKE AVAILABLE THE LARGER WORK AS A SINGLE PRODUCT. IN SUCH A CASE, YOU MUST MAKE SURE THE REQUIREMENTS OF THIS LICENSE ARE FULFILLED FOR THE COVERED CODE.
4809
48104. Inability to Comply Due to Statute or Regulation
4811
4812IF IT IS IMPOSSIBLE FOR YOU TO COMPLY WITH ANY OF THE TERMS OF THIS LICENSE WITH RESPECT TO SOME OR ALL OF THE COVERED CODE DUE TO STATUTE, JUDICIAL ORDER, OR REGULATION THEN YOU MUST: (A) COMPLY WITH THE TERMS OF THIS LICENSE TO THE MAXIMUM EXTENT POSSIBLE; AND (B) DESCRIBE THE LIMITATIONS AND THE CODE THEY AFFECT. SUCH DESCRIPTION MUST BE INCLUDED IN THE LEGAL FILE DESCRIBED IN SECTION 3.4 AND MUST BE INCLUDED WITH ALL DISTRIBUTIONS OF THE SOURCE CODE. EXCEPT TO THE EXTENT PROHIBITED BY STATUTE OR REGULATION, SUCH DESCRIPTION MUST BE SUFFICIENTLY DETAILED FOR A RECIPIENT OF ORDINARY SKILL TO BE ABLE TO UNDERSTAND IT.
4813
48145. Application of this License
4815
4816THIS LICENSE APPLIES TO CODE TO WHICH THE INITIAL DEVELOPER HAS ATTACHED THE NOTICE IN EXHIBIT A AND TO RELATED COVERED CODE.
4817
48186. Versions of the License
4819
48206.1. New Versions
4821
4822TERRACOTTA, INC. ("TERRACOTTA") MAY PUBLISH REVISED AND/OR NEW VERSIONS OF THE LICENSE FROM TIME TO TIME. EACH VERSION WILL BE GIVEN A DISTINGUISHING VERSION NUMBER.
4823
48246.2. Effect of New Versions
4825
4826ONCE COVERED CODE HAS BEEN PUBLISHED UNDER A PARTICULAR VERSION OF THE LICENSE, YOU MAY ALWAYS CONTINUE TO USE IT UNDER THE TERMS OF THAT VERSION. YOU MAY ALSO CHOOSE TO USE SUCH COVERED CODE UNDER THE TERMS OF ANY SUBSEQUENT VERSION OF THE LICENSE PUBLISHED BY TERRACOTTA. NO ONE OTHER THAN TERRACOTTA HAS THE RIGHT TO MODIFY THE TERMS APPLICABLE TO COVERED CODE CREATED UNDER THIS LICENSE.
4827
48286.3. Derivative Works of License; Antecedent Licenses
4829
4830IF YOU CREATE OR USE A MODIFIED VERSION OF THIS LICENSE (WHICH YOU MAY ONLY DO IN ORDER TO APPLY IT TO CODE WHICH IS NOT ALREADY COVERED CODE GOVERNED BY THIS LICENSE), YOU MUST (A) RENAME YOUR LICENSE SO THAT THE PHRASES "TERRACOTTA", "TPL", OR ANY CONFUSINGLY SIMILAR PHRASE DO NOT APPEAR IN YOUR LICENSE (EXCEPT TO NOTE THAT YOUR LICENSE DIFFERS FROM THIS LICENSE) AND (B) OTHERWISE MAKE IT CLEAR THAT YOUR VERSION OF THE LICENSE CONTAINS TERMS WHICH DIFFER FROM THE TERRACOTTA PUBLIC LICENSE. (FILLING IN THE NAME OF THE INITIAL DEVELOPER, ORIGINAL CODE OR CONTRIBUTOR IN THE NOTICE DESCRIBED IN EXHIBIT A SHALL NOT OF THEMSELVES BE DEEMED TO BE MODIFICATIONS OF THIS LICENSE.)
4831
4832THIS TERRACOTTA PUBLIC LICENSE (TPL) IS SIMILAR TO, AND CONTAINS SAMPLES FROM, THE MOZILLA PUBLIC LICENSE (MPL) AND THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL). HOWEVER, THIS TPL CONTAINS TERMS WHICH DIFFER FROM THOSE CONTAINED IN THE MPL AND THE CDDL.
4833
48347. Disclaimer of Warranty
4835
4836COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
4837
48388. Termination
4839
48408.1. THIS LICENSE AND THE RIGHTS GRANTED HEREUNDER WILL TERMINATE AUTOMATICALLY IF YOU FAIL TO COMPLY WITH TERMS HEREIN AND FAIL TO CURE SUCH BREACH WITHIN 30 DAYS OF BECOMING AWARE OF THE BREACH. ALL SUBLICENSES TO THE COVERED CODE WHICH ARE PROPERLY GRANTED SHALL SURVIVE ANY TERMINATION OF THIS LICENSE. PROVISIONS WHICH, BY THEIR NATURE, MUST REMAIN IN EFFECT BEYOND THE TERMINATION OF THIS LICENSE SHALL SURVIVE.
4841
48428.2. IF YOU INITIATE LITIGATION BY ASSERTING A PATENT INFRINGEMENT CLAIM (EXCLUDING DECLARATORY JUDGMENT ACTIONS) AGAINST INITIAL DEVELOPER OR A CONTRIBUTOR (THE INITIAL DEVELOPER OR CONTRIBUTOR AGAINST WHOM YOU FILE SUCH ACTION IS REFERRED TO AS "PARTICIPANT") ALLEGING THAT:
4843
4844a. such Participant''s Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (1) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (2) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.
4845
4846b. any software, hardware, or device, other than such Participant''s Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.
4847
48488.3. IF YOU ASSERT A PATENT INFRINGEMENT CLAIM AGAINST PARTICIPANT ALLEGING THAT SUCH PARTICIPANT''S CONTRIBUTOR VERSION DIRECTLY OR INDIRECTLY INFRINGES ANY PATENT WHERE SUCH CLAIM IS RESOLVED (SUCH AS BY LICENSE OR SETTLEMENT) PRIOR TO THE INITIATION OF PATENT INFRINGEMENT LITIGATION, THEN THE REASONABLE VALUE OF THE LICENSES GRANTED BY SUCH PARTICIPANT UNDER SECTIONS 2.1 OR 2.2 SHALL BE TAKEN INTO ACCOUNT IN DETERMINING THE AMOUNT OR VALUE OF ANY PAYMENT OR LICENSE.
4849
48508.4. IN THE EVENT OF TERMINATION UNDER SECTIONS 8.1 OR 8.2 ABOVE, ALL END USER LICENSE AGREEMENTS (EXCLUDING DISTRIBUTORS AND RESELLERS) WHICH HAVE BEEN VALIDLY GRANTED BY YOU OR ANY DISTRIBUTOR HEREUNDER PRIOR TO TERMINATION SHALL SURVIVE TERMINATION.
4851
48529. Limitation of Liability
4853
4854UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
4855
485610. U.S. Government End Users
4857
4858THE COVERED CODE IS A "COMMERCIAL ITEM," AS THAT TERM IS DEFINED IN 48 C.F.R. 2.101 (OCT. 1995), CONSISTING OF "COMMERCIAL COMPUTER SOFTWARE" AND "COMMERCIAL COMPUTER SOFTWARE DOCUMENTATION," AS SUCH TERMS ARE USED IN 48 C.F.R. 12.212 (SEPT. 1995). CONSISTENT WITH 48 C.F.R. 12.212 AND 48 C.F.R. 227.7202-1 THROUGH 227.7202-4 (JUNE 1995), ALL U.S. GOVERNMENT END USERS ACQUIRE COVERED CODE WITH ONLY THOSE RIGHTS SET FORTH HEREIN.
4859
486011. Miscellaneous
4861
4862THIS LICENSE REPRESENTS THE COMPLETE AGREEMENT CONCERNING SUBJECT MATTER HEREOF. IF ANY PROVISION OF THIS LICENSE IS HELD TO BE UNENFORCEABLE, SUCH PROVISION SHALL BE REFORMED ONLY TO THE EXTENT NECESSARY TO MAKE IT ENFORCEABLE. THIS LICENSE SHALL BE GOVERNED BY CALIFORNIA LAW PROVISIONS (EXCEPT TO THE EXTENT APPLICABLE LAW, IF ANY, PROVIDES OTHERWISE), EXCLUDING ITS CONFLICT-OF-LAW PROVISIONS. WITH RESPECT TO DISPUTES IN WHICH AT LEAST ONE PARTY IS A CITIZEN OF, OR AN ENTITY CHARTERED OR REGISTERED TO DO BUSINESS IN THE UNITED STATES OF AMERICA, ANY LITIGATION RELATING TO THIS LICENSE SHALL BE SUBJECT TO THE JURISDICTION OF THE FEDERAL COURTS OF THE NORTHERN DISTRICT OF CALIFORNIA, WITH VENUE LYING IN SANTA CLARA COUNTY, CALIFORNIA, WITH THE LOSING PARTY RESPONSIBLE FOR COSTS, INCLUDING WITHOUT LIMITATION, COURT COSTS AND REASONABLE ATTORNEYS'' FEES AND EXPENSES. THE APPLICATION OF THE UNITED NATIONS CONVENTION ON CONTRACTS FOR THE INTERNATIONAL SALE OF GOODS IS EXPRESSLY EXCLUDED. ANY LAW OR REGULATION WHICH PROVIDES THAT THE LANGUAGE OF A CONTRACT SHALL BE CONSTRUED AGAINST THE DRAFTER SHALL NOT APPLY TO THIS LICENSE. YOU AGREE THAT YOU ALONE ARE RESPONSIBLE FOR COMPLIANCE WITH THE UNITED STATES EXPORT ADMINISTRATION REGULATIONS (AND THE EXPORT CONTROL LAWS AND REGULATIONS OF ANY OTHER COUNTRIES) WHEN YOU USE, DISTRIBUTE, OR OTHERWISE MAKE AVAILABLE ANY COVERED CODE.
4863
486412. Responsibility for Claims
4865
4866AS BETWEEN INITIAL DEVELOPER AND THE CONTRIBUTORS, EACH PARTY IS RESPONSIBLE FOR CLAIMS AND DAMAGES ARISING, DIRECTLY OR INDIRECTLY, OUT OF ITS UTILIZATION OF RIGHTS UNDER THIS LICENSE AND YOU AGREE TO WORK WITH INITIAL DEVELOPER AND CONTRIBUTORS TO DISTRIBUTE SUCH RESPONSIBILITY ON AN EQUITABLE BASIS. NOTHING HEREIN IS INTENDED OR SHALL BE DEEMED TO CONSTITUTE ANY ADMISSION OF LIABILITY.
4867
486813. Multiple-Licensed Code
4869
4870INITIAL DEVELOPER MAY DESIGNATE PORTIONS OF THE COVERED CODE AS "MULTIPLE-LICENSED". "MULTIPLE-LICENSED" MEANS THAT THE INITIAL DEVELOPER PERMITS YOU TO UTILIZE PORTIONS OF THE COVERED CODE UNDER YOUR CHOICE OF THE TPL OR THE ALTERNATIVE LICENSES, IF ANY, SPECIFIED BY THE INITIAL DEVELOPER IN THE FILE DESCRIBED IN EXHIBIT A.
4871
487214. Certain Attribution Requirements
4873
4874THIS LICENSE DOES NOT GRANT ANY LICENSE OR RIGHTS TO USE THE TRADEMARKS "TERRACOTTA," ANY "TERRACOTTA" LOGOS, OR ANY OTHER TRADEMARKS OF TERRACOTTA, INC.
4875
4876HOWEVER, IN ADDITION TO THE OTHER NOTICE OBLIGATIONS, ALL COPIES OF THE COVERED CODE IN EXECUTABLE AND SOURCE CODE FORM DISTRIBUTED OR OTHERWISE MADE AVAILABLE MUST, AS A FORM OF ATTRIBUTION OF THE INITIAL DEVELOPER, INCLUDE ON EACH USER INTERFACE SCREEN (I) THE COPYRIGHT NOTICE IN THE SAME FORM AS THE LATEST VERSION OF THE COVERED CODE DISTRIBUTED OR OTHERWISE MADE AVAILABLE BY TERRACOTTA, INC. AT THE TIME OF DISTRIBUTION OR MAKING AVAILABLE OF SUCH COPY AND (II) THE FOLLOWING TEXT, WHICH MUST BE LARGE ENOUGH SO THAT IT CAN BE READ EASILY: "POWERED BY TERRACOTTA". THE COPYRIGHT NOTICE AND TEXT MUST BE VISIBLE TO ALL USERS AND BE LOCATED AT THE VERY BOTTOM AND IN THE CENTER OF EACH USER INTERFACE SCREEN. THE WORD "TERRACOTTA" MUST BE A HYPERLINK, SO THAT WHEN ANY USER ACTIVATES THE LINK (E.G., BY CLICKING ON IT WITH A MOUSE), THE USER WILL BE DIRECTED TO HTTP://WWW.TERRACOTTA.ORG.
4877
4878Exhibit A - Terracotta Public License.
4879
4880"The contents of this file are subject to the Terracotta Public License, version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.terracotta.org/TPL.
4881
4882Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
4883
4884The Original Code is ______________________________________.
4885
4886The Initial Developer of the Original Code is Terracotta, Inc.
4887
4888Portions created by ______________________ are Copyright (C) _____________________________. All Rights Reserved.
4889
4890Contributor(s): ______________________________________.
4891
4892NOTE: THE TEXT OF THIS EXHIBIT A MAY DIFFER SLIGHTLY FROM THE TEXT OF THE NOTICES IN THE SOURCE CODE FILES OF THE ORIGINAL CODE. YOU SHOULD USE THE TEXT OF THIS EXHIBIT A RATHER THAN THE TEXT FOUND IN THE ORIGINAL CODE SOURCE CODE FOR YOUR MODIFICATIONS.', 'http://www.terracotta.org/legal/terracotta-public-license', NULL, NULL, NULL, 'Terracotta Public License', NULL, NULL, NULL, '', NULL, false, false, false, '7778c72d705d02c59966c0c6770b9a55', 1, NULL);
4893INSERT INTO license_ref VALUES (199, '3DFX', '1. PREAMBLE
4894
4895This license is for software that provides a 3D graphics application
4896program interface (API).The license is intended to offer terms similar
4897to some standard General Public Licenses designed to foster open
4898standards and unrestricted accessibility to source code. Some of these
4899licenses require that, as a condition of the license of the software,
4900any derivative works (that is, new software which is a work containing
4901the original program or a portion of it) must be available for general
4902use, without restriction other than for a minor transfer fee, and that
4903the source code for such derivative works must likewise be made
4904available. The only restriction is that such derivative works must be
4905subject to the same General Public License terms as the original work.
4906
4907This 3dfx GLIDE Source Code General Public License differs from the
4908standard licenses of this type in that it does not require the entire
4909derivative work to be made available under the terms of this license
4910nor is the recipient required to make available the source code for
4911the entire derivative work. Rather, the license is limited to only the
4912identifiable portion of the derivative work that is derived from the
4913licensed software. The precise terms and conditions for copying,
4914distribution and modification follow.
4915
4916
49172. DEFINITIONS
4918
49192.1 This License applies to any program (or other "work") which
4920contains a notice placed by the copyright holder saying it may be
4921distributed under the terms of this 3dfx GLIDE Source Code General
4922Public License.
4923
49242.2 The term "Program" as used in this Agreement refers to 3DFX''s
4925GLIDE source code and object code and any Derivative Work.
4926
49272.3 "Derivative Work" means, for the purpose of the License, that
4928portion of any work that contains the Program or the identifiable
4929portion of a work that is derived from the Program, either verbatim or
4930with modifications and/or translated into another language, and that
4931performs 3D graphics API operations. It does not include any other
4932portions of a work.
4933
49342.4 "Modifications of the Program" means any work, which includes a
4935Derivative Work, and includes the whole of such work.
4936
49372.5 "License" means this 3dfx GLIDE Source Code General Public License.
4938
49392.6 The "Source Code" for a work means the preferred form of the work
4940for making modifications to it. For an executable work, complete source
4941code means all the source code for all modules it contains, any
4942associated interface definition files, and the scripts used to control
4943compilation and installation of the executable work.
4944
49452.7 "3dfx" means 3dfx Interactive, Inc.
4946
4947
49483. LICENSED ACTIVITIES
4949
49503.1 COPYING - You may copy and distribute verbatim copies of the
4951Program''s Source Code as you receive it, in any medium, subject to the
4952provision of section 3.3 and provided also that:
4953
4954(a) you conspicuously and appropriately publish on each copy
4955an appropriate copyright notice (3dfx Interactive, Inc. 1999), a notice
4956that recipients who wish to copy, distribute or modify the Program can
4957only do so subject to this License, and a disclaimer of warranty as
4958set forth in section 5;
4959
4960(b) keep intact all the notices that refer to this License and
4961to the absence of any warranty; and
4962
4963(c) do not make any use of the GLIDE trademark without the prior
4964written permission of 3dfx, and
4965
4966(d) give all recipients of the Program a copy of this License
4967along with the Program or instructions on how to easily receive a copy
4968of this License.
4969
4970
49713.2 MODIFICATION OF THE PROGRAM/DERIVATIVE WORKS - You may modify your
4972copy or copies of the Program or any portion of it, and copy and
4973distribute such modifications subject to the provisions of section 3.3
4974and provided that you also meet all of the following conditions:
4975
4976(a) you conspicuously and appropriately publish on each copy
4977of a Derivative Work an appropriate copyright notice, a notice that
4978recipients who wish to copy, distribute or modify the Derivative Work
4979can only do so subject to this License, and a disclaimer of warranty
4980as set forth in section 5;
4981
4982(b) keep intact all the notices that refer to this License and
4983to the absence of any warranty; and
4984
4985(c) give all recipients of the Derivative Work a copy of this
4986License along with the Derivative Work or instructions on how to easily
4987receive a copy of this License.
4988
4989(d) You must cause the modified files of the Derivative Work
4990to carry prominent notices stating that you changed the files and the
4991date of any change.
4992
4993(e) You must cause any Derivative Work that you distribute or
4994publish to be licensed at no charge to all third parties under the
4995terms of this License.
4996
4997(f) You do not make any use of the GLIDE trademark without the
4998prior written permission of 3dfx.
4999
5000(g) If the Derivative Work normally reads commands
5001interactively when run, you must cause it, when started running for
5002such interactive use, to print or display an announcement as follows:
5003
5004"COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED THIS
5005SOFTWARE IS FREE AND PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND,
5006EITHER EXPRESSED OR IMPLIED. THERE IS NO RIGHT TO USE THE GLIDE
5007TRADEMARK WITHOUT PRIOR WRITTEN PERMISSION OF 3DFX INTERACTIVE,
5008INC. SEE THE 3DFX GLIDE GENERAL PUBLIC LICENSE FOR A FULL TEXT OF THE
5009DISTRIBUTION AND NON-WARRANTY PROVISIONS (REQUEST COPY FROM
5010INFO@3DFX.COM)."
5011
5012(h) The requirements of this section 3.2 do not apply to the
5013modified work as a whole but only to the Derivative Work. It is not
5014the intent of this License to claim rights or contest your rights to
5015work written entirely by you; rather, the intent is to exercise the
5016right to control the distribution of Derivative Works.
5017
5018
50193.3 DISTRIBUTION
5020
5021(a) All copies of the Program or Derivative Works which are
5022distributed must include in the file headers the following language
5023verbatim:
5024
5025"THIS SOFTWARE IS SUBJECT TO COPYRIGHT PROTECTION AND IS OFFERED
5026ONLY PURSUANT TO THE 3DFX GLIDE GENERAL PUBLIC LICENSE. THERE IS NO
5027RIGHT TO USE THE GLIDE TRADEMARK WITHOUT PRIOR WRITTEN PERMISSION OF
50283DFX INTERACTIVE, INC. A COPY OF THIS LICENSE MAY BE OBTAINED FROM
5029THE DISTRIBUTOR OR BY CONTACTING 3DFX INTERACTIVE INC (info@3dfx.com).
5030THIS PROGRAM. IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
5031EXPRESSED OR IMPLIED. SEE THE 3DFX GLIDE GENERAL PUBLIC LICENSE FOR A
5032FULL TEXT OF THE NON-WARRANTY PROVISIONS.
5033
5034USE, DUPLICATION OR DISCLOSURE BY THE GOVERNMENT IS SUBJECT TO
5035RESTRICTIONS AS SET FORTH IN SUBDIVISION (C)(1)(II) OF THE RIGHTS
5036IN TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE AT DFARS 252.227-7013,
5037AND/OR IN SIMILAR OR SUCCESSOR CLAUSES IN THE FAR, DOD OR NASA FAR
5038SUPPLEMENT. UNPUBLISHED RIGHTS RESERVED UNDER THE COPYRIGHT LAWS OF
5039THE UNITED STATES.
5040
5041COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED"
5042
5043(b) You may distribute the Program or a Derivative Work in
5044object code or executable form under the terms of Sections 3.1 and 3.2
5045provided that you also do one of the following:
5046
5047(1) Accompany it with the complete corresponding
5048machine-readable source code, which must be distributed under the
5049terms of Sections 3.1 and 3.2; or,
5050
5051(2) Accompany it with a written offer, valid for at
5052least three years, to give any third party, for a charge no more than
5053your cost of physically performing source distribution, a complete
5054machine-readable copy of the corresponding source code, to be
5055distributed under the terms of Sections 3.1 and 3.2 on a medium
5056customarily used for software interchange; or,
5057
5058(3) Accompany it with the information you received as
5059to the offer to distribute corresponding source code. (This alternative
5060is allowed only for noncommercial distribution and only if you received
5061the program in object code or executable form with such an offer, in
5062accord with Subsection 3.3(b)(2) above.)
5063
5064(c) The source code distributed need not include anything
5065that is normally distributed (in either source or binary form) with
5066the major components (compiler, kernel, and so on) of the operating
5067system on which the executable runs, unless that component itself
5068accompanies the executable code.
5069
5070(d) If distribution of executable code or object code is made
5071by offering access to copy from a designated place, then offering
5072equivalent access to copy the source code from the same place counts
5073as distribution of the source code, even though third parties are not
5074compelled to copy the source along with the object code.
5075
5076(e) Each time you redistribute the Program or any Derivative
5077Work, the recipient automatically receives a license from 3dfx and
5078successor licensors to copy, distribute or modify the Program and
5079Derivative Works subject to the terms and conditions of the License.
5080You may not impose any further restrictions on the recipients''
5081exercise of the rights granted herein. You are not responsible for
5082enforcing compliance by third parties to this License.
5083
5084(f) You may not make any use of the GLIDE trademark without
5085the prior written permission of 3dfx.
5086
5087(g) You may not copy, modify, sublicense, or distribute the
5088Program or any Derivative Works except as expressly provided under
5089this License. Any attempt otherwise to copy, modify, sublicense or
5090distribute the Program or any Derivative Works is void, and will
5091automatically terminate your rights under this License. However,
5092parties who have received copies, or rights, from you under this
5093License will not have their licenses terminated so long as such
5094parties remain in full compliance.
5095
5096
50974. MISCELLANEOUS
5098
50994.1 Acceptance of this License is voluntary. By using, modifying or
5100distributing the Program or any Derivative Work, you indicate your
5101acceptance of this License to do so, and all its terms and conditions
5102for copying, distributing or modifying the Program or works based on
5103it. Nothing else grants you permission to modify or distribute the
5104Program or Derivative Works and doing so without acceptance of this
5105License is in violation of the U.S. and international copyright laws.
5106
51074.2 If the distribution and/or use of the Program or Derivative Works
5108is restricted in certain countries either by patents or by copyrighted
5109interfaces, the original copyright holder who places the Program under
5110this License may add an explicit geographical distribution limitation
5111excluding those countries, so that distribution is permitted only in
5112or among countries not thus excluded. In such case, this License
5113incorporates the limitation as if written in the body of this License.
5114
51154.3 This License is to be construed according to the laws of the
5116State of California and you consent to personal jurisdiction in the
5117State of California in the event it is necessary to enforce the
5118provisions of this License.
5119
5120
51215. NO WARRANTIES
5122
51235.1 TO THE EXTENT PERMITTED BY APPLICABLE LAW, THERE IS NO WARRANTY
5124FOR THE PROGRAM. OR DERIVATIVE WORKS THE COPYRIGHT HOLDERS AND/OR
5125OTHER PARTIES PROVIDE THE PROGRAM AND ANY DERIVATIVE WORKS"AS IS"
5126WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
5127BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
5128FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY
5129AND PERFORMANCE OF THE PROGRAM AND ANY DERIVATIVE WORK IS WITH YOU.
5130SHOULD THE PROGRAM OR ANY DERIVATIVE WORK PROVE DEFECTIVE, YOU ASSUME
5131THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
5132
51335.2 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL 3DFX
5134INTERACTIVE, INC., OR ANY OTHER COPYRIGHT HOLDER, OR ANY OTHER PARTY
5135WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM OR DERIVATIVE WORKS AS
5136PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
5137SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
5138INABILITY TO USE THE PROGRAM OR DERIVATIVE WORKS (INCLUDING BUT NOT
5139LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
5140SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM OR
5141DERIVATIVE WORKS TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
5142HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
5143DAMAGES. ', 'http://www.ohloh.net/licenses/The_3DFX_GLIDE_Source_Code_General_Public_License', NULL, NULL, NULL, '3DFX GLIDE Source Code General Public License', NULL, NULL, NULL, '', NULL, false, false, false, '46974692f3bf206771c28d710c67debe', 1, NULL);
5144INSERT INTO license_ref VALUES (233, 'APSL-1.1', 'APPLE PUBLIC SOURCE LICENSE
5145Version 1.1 - April 19, 1999
5146
5147Please read this License carefully before downloading this software.
5148By downloading and using this software, you are agreeing to be bound by
5149the terms of this License. If you do not or cannot agree to the terms
5150of this License, please do not download or use the software.
5151
51521. General; Definitions. This License applies to any program or other
5153work which Apple Computer, Inc. ("Apple") publicly announces as
5154subject to this Apple Public Source License and which contains a
5155notice placed by Apple identifying such program or work as "Original
5156Code" and stating that it is subject to the terms of this Apple Public
5157Source License version 1.1 (or subsequent version thereof), as it may
5158be revised from time to time by Apple ("License"). As used in this
5159License:
5160
51611.1 "Affected Original Code" means only those specific portions of
5162Original Code that allegedly infringe upon any party''s intellectual
5163property rights or are otherwise the subject of a claim of
5164infringement.
5165
51661.2 "Applicable Patent Rights" mean: (a) in the case where Apple is
5167the grantor of rights, (i) claims of patents that are now or hereafter
5168acquired, owned by or assigned to Apple and (ii) that cover subject
5169matter contained in the Original Code, but only to the extent
5170necessary to use, reproduce and/or distribute the Original Code
5171without infringement; and (b) in the case where You are the grantor of
5172rights, (i) claims of patents that are now or hereafter acquired,
5173owned by or assigned to You and (ii) that cover subject matter in Your
5174Modifications, taken alone or in combination with Original Code.
5175
51761.3 "Covered Code" means the Original Code, Modifications, the
5177combination of Original Code and any Modifications, and/or any
5178respective portions thereof.
5179
51801.4 "Deploy" means to use, sublicense or distribute Covered Code other
5181than for Your internal research and development (R&D), and includes
5182without limitation, any and all internal use or distribution of
5183Covered Code within Your business or organization except for R&D use,
5184as well as direct or indirect sublicensing or distribution of Covered
5185Code by You to any third party in any form or manner.
5186
51871.5 "Larger Work" means a work which combines Covered Code or portions
5188thereof with code not governed by the terms of this License.
5189
51901.6 "Modifications" mean any addition to, deletion from, and/or change
5191to, the substance and/or structure of Covered Code. When code is
5192released as a series of files, a Modification is: (a) any addition to
5193or deletion from the contents of a file containing Covered Code;
5194and/or (b) any new file or other representation of computer program
5195statements that contains any part of Covered Code.
5196
51971.7 "Original Code" means (a) the Source Code of a program or other
5198work as originally made available by Apple under this License,
5199including the Source Code of any updates or upgrades to such programs
5200or works made available by Apple under this License, and that has been
5201expressly identified by Apple as such in the header file(s) of such
5202work; and (b) the object code compiled from such Source Code and
5203originally made available by Apple under this License.
5204
52051.8 "Source Code" means the human readable form of a program or other
5206work that is suitable for making modifications to it, including all
5207modules it contains, plus any associated interface definition files,
5208scripts used to control compilation and installation of an executable
5209(object code).
5210
52111.9 "You" or "Your" means an individual or a legal entity exercising
5212rights under this License. For legal entities, "You" or "Your"
5213includes any entity which controls, is controlled by, or is under
5214common control with, You, where "control" means (a) the power, direct
5215or indirect, to cause the direction or management of such entity,
5216whether by contract or otherwise, or (b) ownership of fifty percent
5217(50%) or more of the outstanding shares or beneficial ownership of
5218such entity.
5219
52202. Permitted Uses; Conditions & Restrictions. Subject to the terms
5221and conditions of this License, Apple hereby grants You, effective on
5222the date You accept this License and download the Original Code, a
5223world-wide, royalty-free, non-exclusive license, to the extent of
5224Apple''s Applicable Patent Rights and copyrights covering the Original
5225Code, to do the following:
5226
52272.1 You may use, copy, modify and distribute Original Code, with or
5228without Modifications, solely for Your internal research and
5229development, provided that You must in each instance:
5230
5231(a) retain and reproduce in all copies of Original Code the copyright
5232and other proprietary notices and disclaimers of Apple as they appear
5233in the Original Code, and keep intact all notices in the Original Code
5234that refer to this License;
5235
5236(b) include a copy of this License with every copy of Source Code of
5237Covered Code and documentation You distribute, and You may not offer
5238or impose any terms on such Source Code that alter or restrict this
5239License or the recipients'' rights hereunder, except as permitted under
5240Section 6; and
5241
5242(c) completely and accurately document all Modifications that you have
5243made and the date of each such Modification, designate the version of
5244the Original Code you used, prominently include a file carrying such
5245information with the Modifications, and duplicate the notice in
5246Exhibit A in each file of the Source Code of all such Modifications.
5247
52482.2 You may Deploy Covered Code, provided that You must in each
5249instance:
5250
5251(a) satisfy all the conditions of Section 2.1 with respect to the
5252Source Code of the Covered Code;
5253
5254(b) make all Your Deployed Modifications publicly available in Source
5255Code form via electronic distribution (e.g. download from a web site)
5256under the terms of this License and subject to the license grants set
5257forth in Section 3 below, and any additional terms You may choose to
5258offer under Section 6. You must continue to make the Source Code of
5259Your Deployed Modifications available for as long as you Deploy the
5260Covered Code or twelve (12) months from the date of initial
5261Deployment, whichever is longer;
5262
5263(c) if You Deploy Covered Code containing Modifications made by You,
5264inform others of how to obtain those Modifications by filling out and
5265submitting the information found at
5266http://www.apple.com/publicsource/modifications.html, if available;
5267and
5268
5269(d) if You Deploy Covered Code in object code, executable form only,
5270include a prominent notice, in the code itself as well as in related
5271documentation, stating that Source Code of the Covered Code is
5272available under the terms of this License with information on how and
5273where to obtain such Source Code.
5274
52753. Your Grants. In consideration of, and as a condition to, the
5276licenses granted to You under this License:
5277
5278(a) You hereby grant to Apple and all third parties a non-exclusive,
5279royalty-free license, under Your Applicable Patent Rights and other
5280intellectual property rights owned or controlled by You, to use,
5281reproduce, modify, distribute and Deploy Your Modifications of the
5282same scope and extent as Apple''s licenses under Sections 2.1 and 2.2;
5283and
5284
5285(b) You hereby grant to Apple and its subsidiaries a non-exclusive,
5286worldwide, royalty-free, perpetual and irrevocable license, under Your
5287Applicable Patent Rights and other intellectual property rights owned
5288or controlled by You, to use, reproduce, execute, compile, display,
5289perform, modify or have modified (for Apple and/or its subsidiaries),
5290sublicense and distribute Your Modifications, in any form, through
5291multiple tiers of distribution.
5292
52934. Larger Works. You may create a Larger Work by combining Covered
5294Code with other code not governed by the terms of this License and
5295distribute the Larger Work as a single product. In each such instance,
5296You must make sure the requirements of this License are fulfilled for
5297the Covered Code or any portion thereof.
5298
52995. Limitations on Patent License. Except as expressly stated in
5300Section 2, no other patent rights, express or implied, are granted by
5301Apple herein. Modifications and/or Larger Works may require additional
5302patent licenses from Apple which Apple may grant in its sole
5303discretion.
5304
53056. Additional Terms. You may choose to offer, and to charge a fee
5306for, warranty, support, indemnity or liability obligations and/or
5307other rights consistent with the scope of the license granted herein
5308("Additional Terms") to one or more recipients of Covered Code.
5309However, You may do so only on Your own behalf and as Your sole
5310responsibility, and not on behalf of Apple. You must obtain the
5311recipient''s agreement that any such Additional Terms are offered by
5312You alone, and You hereby agree to indemnify, defend and hold Apple
5313harmless for any liability incurred by or claims asserted against
5314Apple by reason of any such Additional Terms.
5315
53167. Versions of the License. Apple may publish revised and/or new
5317versions of this License from time to time. Each version will be given
5318a distinguishing version number. Once Original Code has been published
5319under a particular version of this License, You may continue to use it
5320under the terms of that version. You may also choose to use such
5321Original Code under the terms of any subsequent version of this
5322License published by Apple. No one other than Apple has the right to
5323modify the terms applicable to Covered Code created under this
5324License.
5325
53268. NO WARRANTY OR SUPPORT. The Original Code may contain in whole or in
5327part pre-release, untested, or not fully tested works. The Original
5328Code may contain errors that could cause failures or loss of data, and
5329may be incomplete or contain inaccuracies. You expressly acknowledge
5330and agree that use of the Original Code, or any portion thereof, is at
5331Your sole and entire risk. THE ORIGINAL CODE IS PROVIDED "AS IS" AND
5332WITHOUT WARRANTY, UPGRADES OR SUPPORT OF ANY KIND AND APPLE AND
5333APPLE''S LICENSOR(S) (FOR THE PURPOSES OF SECTIONS 8 AND 9, APPLE AND
5334APPLE''S LICENSOR(S) ARE COLLECTIVELY REFERRED TO AS "APPLE") EXPRESSLY
5335DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED,
5336INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS
5337OF MERCHANTABILITY OR SATISFACTORY QUALITY AND FITNESS FOR A PARTICULAR
5338PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. APPLE DOES NOT
5339WARRANT THAT THE FUNCTIONS CONTAINED IN THE ORIGINAL CODE WILL MEET
5340YOUR REQUIREMENTS, OR THAT THE OPERATION OF THE ORIGINAL CODE WILL BE
5341UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE ORIGINAL CODE WILL
5342BE CORRECTED. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY APPLE
5343OR AN APPLE AUTHORIZED REPRESENTATIVE SHALL CREATE A WARRANTY OR IN
5344ANY WAY INCREASE THE SCOPE OF THIS WARRANTY. You acknowledge that the
5345Original Code is not intended for use in the operation of nuclear
5346facilities, aircraft navigation, communication systems, or air
5347traffic control machines in which case the failure of the Original
5348Code could lead to death, personal injury, or severe physical or
5349environmental damage.
5350
53519. Liability.
5352
53539.1 Infringement. If any portion of, or functionality implemented by,
5354the Original Code becomes the subject of a claim of infringement,
5355Apple may, at its option: (a) attempt to procure the rights necessary
5356for Apple and You to continue using the Affected Original Code; (b)
5357modify the Affected Original Code so that it is no longer infringing;
5358or (c) suspend Your rights to use, reproduce, modify, sublicense and
5359distribute the Affected Original Code until a final determination of
5360the claim is made by a court or governmental administrative agency of
5361competent jurisdiction and Apple lifts the suspension as set forth
5362below. Such suspension of rights will be effective immediately upon
5363Apple''s posting of a notice to such effect on the Apple web site that
5364is used for implementation of this License. Upon such final
5365determination being made, if Apple is legally able, without the
5366payment of a fee or royalty, to resume use, reproduction,
5367modification, sublicensing and distribution of the Affected Original
5368Code, Apple will lift the suspension of rights to the Affected
5369Original Code by posting a notice to such effect on the Apple web site
5370that is used for implementation of this License. If Apple suspends
5371Your rights to Affected Original Code, nothing in this License shall
5372be construed to restrict You, at Your option and subject to applicable
5373law, from replacing the Affected Original Code with non-infringing
5374code or independently negotiating for necessary rights from such third
5375party.
5376
53779.2 LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES SHALL APPLE BE
5378LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
5379ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE OR INABILITY TO
5380USE THE ORIGINAL CODE, OR ANY PORTION THEREOF, WHETHER UNDER A THEORY
5381OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY
5382OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF
5383SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF
5384ANY REMEDY. In no event shall Apple''s total liability to You for all
5385damages under this License exceed the amount of fifty dollars
5386($50.00).
5387
538810. Trademarks. This License does not grant any rights to use the
5389trademarks or trade names "Apple", "Apple Computer", "Mac OS X", "Mac
5390OS X Server" or any other trademarks or trade names belonging to Apple
5391(collectively "Apple Marks") and no Apple Marks may be used to endorse
5392or promote products derived from the Original Code other than as
5393permitted by and in strict compliance at all times with Apple''s third
5394party trademark usage guidelines which are posted at
5395http://www.apple.com/legal/guidelinesfor3rdparties.html.
5396
539711. Ownership. Apple retains all rights, title and interest in and to
5398the Original Code and any Modifications made by or on behalf of Apple
5399("Apple Modifications"), and such Apple Modifications will not be
5400automatically subject to this License. Apple may, at its sole
5401discretion, choose to license such Apple Modifications under this
5402License, or on different terms from those contained in this License or
5403may choose not to license them at all. Apple''s development, use,
5404reproduction, modification, sublicensing and distribution of Covered
5405Code will not be subject to this License.
5406
540712. Termination.
5408
540912.1 Termination. This License and the rights granted hereunder will
5410terminate:
5411
5412(a) automatically without notice from Apple if You fail to comply with
5413any term(s) of this License and fail to cure such breach within 30
5414days of becoming aware of such breach; (b) immediately in the event of
5415the circumstances described in Section 13.5(b); or (c) automatically
5416without notice from Apple if You, at any time during the term of this
5417License, commence an action for patent infringement against Apple.
5418
541912.2 Effect of Termination. Upon termination, You agree to
5420immediately stop any further use, reproduction, modification,
5421sublicensing and distribution of the Covered Code and to destroy all
5422copies of the Covered Code that are in your possession or control.
5423All sublicenses to the Covered Code which have been properly granted
5424prior to termination shall survive any termination of this License.
5425Provisions which, by their nature, should remain in effect beyond the
5426termination of this License shall survive, including but not limited
5427to Sections 3, 5, 8, 9, 10, 11, 12.2 and 13. Neither party will be
5428liable to the other for compensation, indemnity or damages of any sort
5429solely as a result of terminating this License in accordance with its
5430terms, and termination of this License will be without prejudice to
5431any other right or remedy of either party.
5432
543313. Miscellaneous.
5434
543513.1 Government End Users. The Covered Code is a "commercial item" as
5436defined in FAR 2.101. Government software and technical data rights
5437in the Covered Code include only those rights customarily provided to
5438the public as defined in this License. This customary commercial
5439license in technical data and software is provided in accordance with
5440FAR 12.211 (Technical Data) and 12.212 (Computer Software) and, for
5441Department of Defense purchases, DFAR 252.227-7015 (Technical Data --
5442Commercial Items) and 227.7202-3 (Rights in Commercial Computer
5443Software or Computer Software Documentation). Accordingly, all U.S.
5444Government End Users acquire Covered Code with only those rights set
5445forth herein.
5446
544713.2 Relationship of Parties. This License will not be construed as
5448creating an agency, partnership, joint venture or any other form of
5449legal association between You and Apple, and You will not represent to
5450the contrary, whether expressly, by implication, appearance or
5451otherwise.
5452
545313.3 Independent Development. Nothing in this License will impair
5454Apple''s right to acquire, license, develop, have others develop for
5455it, market and/or distribute technology or products that perform the
5456same or similar functions as, or otherwise compete with,
5457Modifications, Larger Works, technology or products that You may
5458develop, produce, market or distribute.
5459
546013.4 Waiver; Construction. Failure by Apple to enforce any provision
5461of this License will not be deemed a waiver of future enforcement of
5462that or any other provision. Any law or regulation which provides
5463that the language of a contract shall be construed against the drafter
5464will not apply to this License.
5465
546613.5 Severability. (a) If for any reason a court of competent
5467jurisdiction finds any provision of this License, or portion thereof,
5468to be unenforceable, that provision of the License will be enforced to
5469the maximum extent permissible so as to effect the economic benefits
5470and intent of the parties, and the remainder of this License will
5471continue in full force and effect. (b) Notwithstanding the foregoing,
5472if applicable law prohibits or restricts You from fully and/or
5473specifically complying with Sections 2 and/or 3 or prevents the
5474enforceability of either of those Sections, this License will
5475immediately terminate and You must immediately discontinue any use of
5476the Covered Code and destroy all copies of it that are in your
5477possession or control.
5478
547913.6 Dispute Resolution. Any litigation or other dispute resolution
5480between You and Apple relating to this License shall take place in the
5481Northern District of California, and You and Apple hereby consent to
5482the personal jurisdiction of, and venue in, the state and federal
5483courts within that District with respect to this License. The
5484application of the United Nations Convention on Contracts for the
5485International Sale of Goods is expressly excluded.
5486
548713.7 Entire Agreement; Governing Law. This License constitutes the
5488entire agreement between the parties with respect to the subject
5489matter hereof. This License shall be governed by the laws of the
5490United States and the State of California, except that body of
5491California law concerning conflicts of law.
5492
5493Where You are located in the province of Quebec, Canada, the following
5494clause applies: The parties hereby confirm that they have requested
5495that this License and all related documents be drafted in English. Les
5496parties ont exige que le present contrat et tous les documents
5497connexes soient rediges en anglais.
5498
5499EXHIBIT A.
5500
5501"Portions Copyright (c) 1999-2000 Apple Computer, Inc. All Rights
5502Reserved. This file contains Original Code and/or Modifications of
5503Original Code as defined in and that are subject to the Apple Public
5504Source License Version 1.1 (the "License"). You may not use this file
5505except in compliance with the License. Please obtain a copy of the
5506License at http://www.apple.com/publicsource and read it before using
5507this file.
5508
5509The Original Code and all software distributed under the License are
5510distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
5511EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
5512INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
5513FITNESS FOR A PARTICULAR PURPOSE OR NON- INFRINGEMENT. Please see the
5514License for the specific language governing rights and limitations
5515under the License."
5516', 'http://spdx.org/licenses/APSL-1.1#licenseText', NULL, NULL, NULL, 'Apple Public Source License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'e8251a6b3cd84410b6c72b5c9639907f', 1, NULL);
5517INSERT INTO license_ref VALUES (234, 'APSL-1.2', 'APPLE PUBLIC SOURCE LICENSE
5518Version 1.2 - January 4, 2001
5519
5520Please read this License carefully before downloading this software.
5521By downloading or using this software, you are agreeing to be bound by
5522the terms of this License. If you do not or cannot agree to the terms
5523of this License, please do not download or use the software.
5524
55251. General; Definitions. This License applies to any program or other
5526work which Apple Computer, Inc. ("Apple") makes publicly available and
5527which contains a notice placed by Apple identifying such program or
5528work as "Original Code" and stating that it is subject to the terms of
5529this Apple Public Source License version 1.2 (or subsequent version
5530thereof) ("License"). As used in this License:
5531
55321.1 "Applicable Patent Rights" mean: (a) in the case where Apple is
5533the grantor of rights, (i) claims of patents that are now or hereafter
5534acquired, owned by or assigned to Apple and (ii) that cover subject
5535matter contained in the Original Code, but only to the extent
5536necessary to use, reproduce and/or distribute the Original Code
5537without infringement; and (b) in the case where You are the grantor of
5538rights, (i) claims of patents that are now or hereafter acquired,
5539owned by or assigned to You and (ii) that cover subject matter in Your
5540Modifications, taken alone or in combination with Original Code.
5541
55421.2 "Contributor" means any person or entity that creates or
5543contributes to the creation of Modifications.
5544
55451.3 "Covered Code" means the Original Code, Modifications, the
5546combination of Original Code and any Modifications, and/or any
5547respective portions thereof.
5548
55491.4 "Deploy" means to use, sublicense or distribute Covered Code other
5550than for Your internal research and development (R&D) and/or
5551Personal Use, and includes without limitation, any and all internal
5552use or distribution of Covered Code within Your business or
5553organization except for R&D use and/or Personal Use, as well as
5554direct or indirect sublicensing or distribution of Covered Code by You
5555to any third party in any form or manner.
5556
55571.5 "Larger Work" means a work which combines Covered Code or portions
5558thereof with code not governed by the terms of this License.
5559
55601.6 "Modifications" mean any addition to, deletion from, and/or change
5561to, the substance and/or structure of the Original Code, any previous
5562Modifications, the combination of Original Code and any previous
5563Modifications, and/or any respective portions thereof. When code is
5564released as a series of files, a Modification is: (a) any addition to
5565or deletion from the contents of a file containing Covered Code;
5566and/or (b) any new file or other representation of computer program
5567statements that contains any part of Covered Code.
5568
55691.7 "Original Code" means (a) the Source Code of a program or other
5570work as originally made available by Apple under this License,
5571including the Source Code of any updates or upgrades to such programs
5572or works made available by Apple under this License, and that has been
5573expressly identified by Apple as such in the header file(s) of such
5574work; and (b) the object code compiled from such Source Code and
5575originally made available by Apple under this License.
5576
55771.8 "Personal Use" means use of Covered Code by an individual solely
5578for his or her personal, private and non-commercial purposes. An
5579individual''s use of Covered Code in his or her capacity as an officer,
5580employee, member, independent contractor or agent of a corporation,
5581business or organization (commercial or non-commercial) does not
5582qualify as Personal Use.
5583
55841.9 "Source Code" means the human readable form of a program or other
5585work that is suitable for making modifications to it, including all
5586modules it contains, plus any associated interface definition files,
5587scripts used to control compilation and installation of an executable
5588(object code).
5589
55901.10 "You" or "Your" means an individual or a legal entity exercising
5591rights under this License. For legal entities, "You" or "Your"
5592includes any entity which controls, is controlled by, or is under
5593common control with, You, where "control" means (a) the power, direct
5594or indirect, to cause the direction or management of such entity,
5595whether by contract or otherwise, or (b) ownership of fifty percent
5596(50%) or more of the outstanding shares or beneficial ownership of
5597such entity.
5598
55992. Permitted Uses; Conditions & Restrictions. Subject to the terms
5600and conditions of this License, Apple hereby grants You, effective on
5601the date You accept this License and download the Original Code, a
5602world-wide, royalty-free, non-exclusive license, to the extent of
5603Apple''s Applicable Patent Rights and copyrights covering the Original
5604Code, to do the following:
5605
56062.1 You may use, reproduce, display, perform, modify and distribute
5607Original Code, with or without Modifications, solely for Your internal
5608research and development and/or Personal Use, provided that in each
5609instance:
5610
5611(a) You must retain and reproduce in all copies of Original Code the
5612copyright and other proprietary notices and disclaimers of Apple as
5613they appear in the Original Code, and keep intact all notices in the
5614Original Code that refer to this License; and
5615
5616(b) You must include a copy of this License with every copy of Source
5617Code of Covered Code and documentation You distribute, and You may not
5618offer or impose any terms on such Source Code that alter or restrict
5619this License or the recipients'' rights hereunder, except as permitted
5620under Section 6.
5621
56222.2 You may use, reproduce, display, perform, modify and Deploy
5623Covered Code, provided that in each instance:
5624
5625(a) You must satisfy all the conditions of Section 2.1 with respect to
5626the Source Code of the Covered Code;
5627
5628(b) You must duplicate, to the extent it does not already exist, the
5629notice in Exhibit A in each file of the Source Code of all Your
5630Modifications, and cause the modified files to carry prominent notices
5631stating that You changed the files and the date of any change;
5632
5633(c) You must make Source Code of all Your Deployed Modifications
5634publicly available under the terms of this License, including the
5635license grants set forth in Section 3 below, for as long as you Deploy
5636the Covered Code or twelve (12) months from the date of initial
5637Deployment, whichever is longer. You should preferably distribute the
5638Source Code of Your Deployed Modifications electronically (e.g.
5639download from a web site); and
5640
5641(d) if You Deploy Covered Code in object code, executable form only,
5642You must include a prominent notice, in the code itself as well as in
5643related documentation, stating that Source Code of the Covered Code is
5644available under the terms of this License with information on how and
5645where to obtain such Source Code.
5646
56472.3 You expressly acknowledge and agree that although Apple and each
5648Contributor grants the licenses to their respective portions of the
5649Covered Code set forth herein, no assurances are provided by Apple or
5650any Contributor that the Covered Code does not infringe the patent or
5651other intellectual property rights of any other entity. Apple and each
5652Contributor disclaim any liability to You for claims brought by any
5653other entity based on infringement of intellectual property rights or
5654otherwise. As a condition to exercising the rights and licenses
5655granted hereunder, You hereby assume sole responsibility to secure any
5656other intellectual property rights needed, if any. For example, if a
5657third party patent license is required to allow You to distribute the
5658Covered Code, it is Your responsibility to acquire that license before
5659distributing the Covered Code.
5660
56613. Your Grants. In consideration of, and as a condition to, the
5662licenses granted to You under this License:
5663
5664(a) You hereby grant to Apple and all third parties a non-exclusive,
5665royalty-free license, under Your Applicable Patent Rights and other
5666intellectual property rights (other than patent) owned or controlled
5667by You, to use, reproduce, display, perform, modify, distribute and
5668Deploy Your Modifications of the same scope and extent as Apple''s
5669licenses under Sections 2.1 and 2.2; and
5670
5671(b) You hereby grant to Apple and its subsidiaries a non-exclusive,
5672worldwide, royalty-free, perpetual and irrevocable license, under Your
5673Applicable Patent Rights and other intellectual property rights (other
5674than patent) owned or controlled by You, to use, reproduce, display,
5675perform, modify or have modified (for Apple and/or its subsidiaries),
5676sublicense and distribute Your Modifications, in any form, through
5677multiple tiers of distribution.
5678
56794. Larger Works. You may create a Larger Work by combining Covered
5680Code with other code not governed by the terms of this License and
5681distribute the Larger Work as a single product. In each such instance,
5682You must make sure the requirements of this License are fulfilled for
5683the Covered Code or any portion thereof.
5684
56855. Limitations on Patent License. Except as expressly stated in
5686Section 2, no other patent rights, express or implied, are granted by
5687Apple herein. Modifications and/or Larger Works may require additional
5688patent licenses from Apple which Apple may grant in its sole
5689discretion.
5690
56916. Additional Terms. You may choose to offer, and to charge a fee for,
5692warranty, support, indemnity or liability obligations and/or other
5693rights consistent with the scope of the license granted herein
5694("Additional Terms") to one or more recipients of Covered Code.
5695However, You may do so only on Your own behalf and as Your sole
5696responsibility, and not on behalf of Apple or any Contributor. You
5697must obtain the recipient''s agreement that any such Additional Terms
5698are offered by You alone, and You hereby agree to indemnify, defend
5699and hold Apple and every Contributor harmless for any liability
5700incurred by or claims asserted against Apple or such Contributor by
5701reason of any such Additional Terms.
5702
57037. Versions of the License. Apple may publish revised and/or new
5704versions of this License from time to time. Each version will be given
5705a distinguishing version number. Once Original Code has been published
5706under a particular version of this License, You may continue to use it
5707under the terms of that version. You may also choose to use such
5708Original Code under the terms of any subsequent version of this
5709License published by Apple. No one other than Apple has the right to
5710modify the terms applicable to Covered Code created under this
5711License.
5712
57138. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in
5714part pre-release, untested, or not fully tested works. The Covered
5715Code may contain errors that could cause failures or loss of data, and
5716may be incomplete or contain inaccuracies. You expressly acknowledge
5717and agree that use of the Covered Code, or any portion thereof, is at
5718Your sole and entire risk. THE COVERED CODE IS PROVIDED "AS IS" AND
5719WITHOUT WARRANTY, UPGRADES OR SUPPORT OF ANY KIND AND APPLE AND
5720APPLE''S LICENSOR(S) (COLLECTIVELY REFERRED TO AS "APPLE" FOR THE
5721PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS EXPRESSLY DISCLAIM
5722ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT
5723NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF
5724MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR
5725PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF THIRD
5726PARTY RIGHTS. APPLE AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST
5727INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE
5728FUNCTIONS CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS,
5729THAT THE OPERATION OF THE COVERED CODE WILL BE UNINTERRUPTED OR
5730ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE CORRECTED. NO
5731ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY APPLE, AN APPLE
5732AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY.
5733You acknowledge that the Covered Code is not intended for use in the
5734operation of nuclear facilities, aircraft navigation, communication
5735systems, or air traffic control machines in which case the failure of
5736the Covered Code could lead to death, personal injury, or severe
5737physical or environmental damage.
5738
57399. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO
5740EVENT SHALL APPLE OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL,
5741SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING
5742TO THIS LICENSE OR YOUR USE OR INABILITY TO USE THE COVERED CODE, OR
5743ANY PORTION THEREOF, WHETHER UNDER A THEORY OF CONTRACT, WARRANTY,
5744TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY OR OTHERWISE, EVEN IF
5745APPLE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
5746DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY
5747REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF
5748INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY
5749TO YOU. In no event shall Apple''s total liability to You for all
5750damages (other than as may be required by applicable law) under this
5751License exceed the amount of fifty dollars ($50.00).
5752
575310. Trademarks. This License does not grant any rights to use the
5754trademarks or trade names "Apple", "Apple Computer", "Mac OS X", "Mac
5755OS X Server", "QuickTime", "QuickTime Streaming Server" or any other
5756trademarks or trade names belonging to Apple (collectively "Apple
5757Marks") or to any trademark or trade name belonging to any
5758Contributor. No Apple Marks may be used to endorse or promote products
5759derived from the Original Code other than as permitted by and in
5760strict compliance at all times with Apple''s third party trademark
5761usage guidelines which are posted at
5762http://www.apple.com/legal/guidelinesfor3rdparties.html.
5763
576411. Ownership. Subject to the licenses granted under this License,
5765each Contributor retains all rights, title and interest in and to any
5766Modifications made by such Contributor. Apple retains all rights,
5767title and interest in and to the Original Code and any Modifications
5768made by or on behalf of Apple ("Apple Modifications"), and such Apple
5769Modifications will not be automatically subject to this License. Apple
5770may, at its sole discretion, choose to license such Apple
5771Modifications under this License, or on different terms from those
5772contained in this License or may choose not to license them at all.
5773
577412. Termination.
5775
577612.1 Termination. This License and the rights granted hereunder will
5777terminate:
5778
5779(a) automatically without notice from Apple if You fail to comply with
5780any term(s) of this License and fail to cure such breach within 30
5781days of becoming aware of such breach;
5782
5783(b) immediately in the event of the circumstances described in Section
578413.5(b); or
5785
5786(c) automatically without notice from Apple if You, at any time during
5787the term of this License, commence an action for patent infringement
5788against Apple.
5789
579012.2 Effect of Termination. Upon termination, You agree to immediately
5791stop any further use, reproduction, modification, sublicensing and
5792distribution of the Covered Code and to destroy all copies of the
5793Covered Code that are in your possession or control. All sublicenses
5794to the Covered Code which have been properly granted prior to
5795termination shall survive any termination of this License. Provisions
5796which, by their nature, should remain in effect beyond the termination
5797of this License shall survive, including but not limited to Sections
57983, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other
5799for compensation, indemnity or damages of any sort solely as a result
5800of terminating this License in accordance with its terms, and
5801termination of this License will be without prejudice to any other
5802right or remedy of any party.
5803
580413. Miscellaneous.
5805
580613.1 Government End Users. The Covered Code is a "commercial item" as
5807defined in FAR 2.101. Government software and technical data rights in
5808the Covered Code include only those rights customarily provided to the
5809public as defined in this License. This customary commercial license
5810in technical data and software is provided in accordance with FAR
581112.211 (Technical Data) and 12.212 (Computer Software) and, for
5812Department of Defense purchases, DFAR 252.227-7015 (Technical Data --
5813Commercial Items) and 227.7202-3 (Rights in Commercial Computer
5814Software or Computer Software Documentation). Accordingly, all U.S.
5815Government End Users acquire Covered Code with only those rights set
5816forth herein.
5817
581813.2 Relationship of Parties. This License will not be construed as
5819creating an agency, partnership, joint venture or any other form of
5820legal association between or among You, Apple or any Contributor, and
5821You will not represent to the contrary, whether expressly, by
5822implication, appearance or otherwise.
5823
582413.3 Independent Development. Nothing in this License will impair
5825Apple''s right to acquire, license, develop, have others develop for
5826it, market and/or distribute technology or products that perform the
5827same or similar functions as, or otherwise compete with,
5828Modifications, Larger Works, technology or products that You may
5829develop, produce, market or distribute.
5830
583113.4 Waiver; Construction. Failure by Apple or any Contributor to
5832enforce any provision of this License will not be deemed a waiver of
5833future enforcement of that or any other provision. Any law or
5834regulation which provides that the language of a contract shall be
5835construed against the drafter will not apply to this License.
5836
583713.5 Severability. (a) If for any reason a court of competent
5838jurisdiction finds any provision of this License, or portion thereof,
5839to be unenforceable, that provision of the License will be enforced to
5840the maximum extent permissible so as to effect the economic benefits
5841and intent of the parties, and the remainder of this License will
5842continue in full force and effect. (b) Notwithstanding the foregoing,
5843if applicable law prohibits or restricts You from fully and/or
5844specifically complying with Sections 2 and/or 3 or prevents the
5845enforceability of either of those Sections, this License will
5846immediately terminate and You must immediately discontinue any use of
5847the Covered Code and destroy all copies of it that are in your
5848possession or control.
5849
585013.6 Dispute Resolution. Any litigation or other dispute resolution
5851between You and Apple relating to this License shall take place in the
5852Northern District of California, and You and Apple hereby consent to
5853the personal jurisdiction of, and venue in, the state and federal
5854courts within that District with respect to this License. The
5855application of the United Nations Convention on Contracts for the
5856International Sale of Goods is expressly excluded.
5857
585813.7 Entire Agreement; Governing Law. This License constitutes the
5859entire agreement between the parties with respect to the subject
5860matter hereof. This License shall be governed by the laws of the
5861United States and the State of California, except that body of
5862California law concerning conflicts of law.
5863
5864Where You are located in the province of Quebec, Canada, the following
5865clause applies: The parties hereby confirm that they have requested
5866that this License and all related documents be drafted in English. Les
5867parties ont exige que le present contrat et tous les documents
5868connexes soient rediges en anglais.
5869
5870EXHIBIT A.
5871
5872"Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights
5873Reserved.
5874
5875This file contains Original Code and/or Modifications of Original Code
5876as defined in and that are subject to the Apple Public Source License
5877Version 1.2 (the ''License''). You may not use this file except in
5878compliance with the License. Please obtain a copy of the License at
5879http://www.apple.com/publicsource and read it before using this file.
5880
5881The Original Code and all software distributed under the License are
5882distributed on an ''AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
5883EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
5884INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
5885FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
5886Please see the License for the specific language governing rights and
5887limitations under the License."
5888', 'http://spdx.org/licenses/APSL-1.2#licenseText', NULL, NULL, NULL, 'Apple Public Source License 1.2', NULL, NULL, NULL, '', NULL, false, false, false, 'e1a9008c299e75205d4f337e858f91c8', 1, NULL);
5889INSERT INTO license_ref VALUES (404, 'CC-BY-ND-1.0', 'Creative Commons Attribution-NoDerivs 1.0
5890
5891CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
5892LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN
5893ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
5894ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
5895INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
5896ITS USE.
5897
5898License
5899
5900THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
5901COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
5902COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
5903AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
5904
5905BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
5906TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
5907RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
5908AND CONDITIONS.
5909
59101. Definitions
5911
5912a. "Collective Work" means a work, such as a periodical issue, anthology
5913or encyclopedia, in which the Work in its entirety in unmodified form,
5914along with a number of other contributions, constituting separate and
5915independent works in themselves, are assembled into a collective whole.
5916A work that constitutes a Collective Work will not be considered a
5917Derivative Work (as defined below) for the purposes of this License.
5918
5919b. "Derivative Work" means a work based upon the Work or upon the Work
5920and other pre-existing works, such as a translation, musical
5921arrangement, dramatization, fictionalization, motion picture version,
5922sound recording, art reproduction, abridgment, condensation, or any
5923other form in which the Work may be recast, transformed, or adapted,
5924except that a work that constitutes a Collective Work will not be
5925considered a Derivative Work for the purpose of this License.
5926
5927c. "Licensor" means the individual or entity that offers the Work under
5928the terms of this License.
5929
5930d. "Original Author" means the individual or entity who created the
5931Work.
5932
5933e. "Work" means the copyrightable work of authorship offered under the
5934terms of this License.
5935
5936f. "You" means an individual or entity exercising rights under this
5937License who has not previously violated the terms of this License with
5938respect to the Work, or who has received express permission from the
5939Licensor to exercise rights under this License despite a previous
5940violation.
5941
59422. Fair Use Rights. Nothing in this license is intended to reduce,
5943limit, or restrict any rights arising from fair use, first sale or other
5944limitations on the exclusive rights of the copyright owner under
5945copyright law or other applicable laws.
5946
59473. License Grant. Subject to the terms and conditions of this License,
5948Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
5949perpetual (for the duration of the applicable copyright) license to
5950exercise the rights in the Work as stated below:
5951
5952a. to reproduce the Work, to incorporate the Work into one or more
5953Collective Works, and to reproduce the Work as incorporated in the
5954Collective Works;
5955
5956b. to distribute copies or phonorecords of, display publicly, perform
5957publicly, and perform publicly by means of a digital audio transmission
5958the Work including as incorporated in Collective Works;
5959
5960
5961The above rights may be exercised in all media and formats whether now
5962known or hereafter devised. The above rights include the right to make
5963such modifications as are technically necessary to exercise the rights
5964in other media and formats. All rights not expressly granted by Licensor
5965are hereby reserved.
5966
59674. Restrictions. The license granted in Section 3 above is expressly
5968made subject to and limited by the following restrictions:
5969
5970a. You may distribute, publicly display, publicly perform, or publicly
5971digitally perform the Work only under the terms of this License, and You
5972must include a copy of, or the Uniform Resource Identifier for, this
5973License with every copy or phonorecord of the Work You distribute,
5974publicly display, publicly perform, or publicly digitally perform. You
5975may not offer or impose any terms on the Work that alter or restrict the
5976terms of this License or the recipients'' exercise of the rights granted
5977hereunder. You may not sublicense the Work. You must keep intact all
5978notices that refer to this License and to the disclaimer of warranties.
5979You may not distribute, publicly display, publicly perform, or publicly
5980digitally perform the Work with any technological measures that control
5981access or use of the Work in a manner inconsistent with the terms of
5982this License Agreement. The above applies to the Work as incorporated in
5983a Collective Work, but this does not require the Collective Work apart
5984from the Work itself to be made subject to the terms of this License. If
5985You create a Collective Work, upon notice from any Licensor You must, to
5986the extent practicable, remove from the Collective Work any reference to
5987such Licensor or the Original Author, as requested.
5988
5989b. If you distribute, publicly display, publicly perform, or publicly
5990digitally perform the Work or any Collective Works, You must keep intact
5991all copyright notices for the Work and give the Original Author credit
5992reasonable to the medium or means You are utilizing by conveying the
5993name (or pseudonym if applicable) of the Original Author if supplied;
5994the title of the Work if supplied. Such credit may be implemented in any
5995reasonable manner; provided, however, that in the case of a Collective
5996Work, at a minimum such credit will appear where any other comparable
5997authorship credit appears and in a manner at least as prominent as such
5998other comparable authorship credit.
5999
60005. Representations, Warranties and Disclaimer
6001
6002a. By offering the Work for public release under this License, Licensor
6003represents and warrants that, to the best of Licensor''s knowledge after
6004reasonable inquiry:
6005
6006i. Licensor has secured all rights in the Work necessary to grant the
6007license rights hereunder and to permit the lawful exercise of the rights
6008granted hereunder without You having any obligation to pay any
6009royalties, compulsory license fees, residuals or any other payments;
6010
6011ii. The Work does not infringe the copyright, trademark, publicity
6012rights, common law rights or any other right of any third party or
6013constitute defamation, invasion of privacy or other tortious injury to
6014any third party.
6015
6016b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN
6017WRITING OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS
6018IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED
6019INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS OR
6020ACCURACY OF THE WORK.
6021
60226. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
6023LAW, AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY
6024RESULTING FROM BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL
6025LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
6026INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF
6027THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED
6028OF THE POSSIBILITY OF SUCH DAMAGES.
6029
60307. Termination
6031
6032a. This License and the rights granted hereunder will terminate
6033automatically upon any breach by You of the terms of this License.
6034Individuals or entities who have received Collective Works from You
6035under this License, however, will not have their licenses terminated
6036provided such individuals or entities remain in full compliance with
6037those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any
6038termination of this License.
6039
6040b. Subject to the above terms and conditions, the license granted here
6041is perpetual (for the duration of the applicable copyright in the Work).
6042Notwithstanding the above, Licensor reserves the right to release the
6043Work under different license terms or to stop distributing the Work at
6044any time; provided, however that any such election will not serve to
6045withdraw this License (or any other license that has been, or is
6046required to be, granted under the terms of this License), and this
6047License will continue in full force and effect unless terminated as
6048stated above.
6049
60508. Miscellaneous
6051
6052a. Each time You distribute or publicly digitally perform the Work or a
6053Collective Work, the Licensor offers to the recipient a license to the
6054Work on the same terms and conditions as the license granted to You
6055under this License.
6056
6057b. If any provision of this License is invalid or unenforceable under
6058applicable law, it shall not affect the validity or enforceability of
6059the remainder of the terms of this License, and without further action
6060by the parties to this agreement, such provision shall be reformed to
6061the minimum extent necessary to make such provision valid and
6062enforceable.
6063
6064c. No term or provision of this License shall be deemed waived and no
6065breach consented to unless such waiver or consent shall be in writing
6066and signed by the party to be charged with such waiver or consent.
6067
6068d. This License constitutes the entire agreement between the parties
6069with respect to the Work licensed here. There are no understandings,
6070agreements or representations with respect to the Work not specified
6071here. Licensor shall not be bound by any additional provisions that may
6072appear in any communication from You. This License may not be modified
6073without the mutual written agreement of the Licensor and You.
6074
6075
6076Creative Commons is not a party to this License, and makes no warranty
6077whatsoever in connection with the Work. Creative Commons will not be
6078liable to You or any party on any legal theory for any damages
6079whatsoever, including without limitation any general, special,
6080incidental or consequential damages arising in connection to this
6081license. Notwithstanding the foregoing two (2) sentences, if Creative
6082Commons has expressly identified itself as the Licensor hereunder, it
6083shall have all rights and obligations of Licensor.
6084
6085Except for the limited purpose of indicating to the public that the Work
6086is licensed under the CCPL, neither party will use the trademark
6087"Creative Commons" or any related trademark or logo of Creative Commons
6088without the prior written consent of Creative Commons. Any permitted use
6089will be in compliance with Creative Commons'' then-current trademark
6090usage guidelines, as may be published on its website or otherwise made
6091available upon request from time to time.
6092
6093Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by-nd/1.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution No Derivatives 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '97d87143e0ce487ffc0f62bfcc98ed0f', 1, NULL);
6094INSERT INTO license_ref VALUES (239, 'BitTorrent-1.1', 'BitTorrent Open Source License
6095
6096Version 1.1
6097
6098This BitTorrent Open Source License (the "License") applies to the BitTorrent client and related software products as well as any updates or maintenance releases of that software ("BitTorrent Products") that are distributed by BitTorrent, Inc. ("Licensor"). Any BitTorrent Product licensed pursuant to this License is a Licensed Product. Licensed Product, in its entirety, is protected by U.S. copyright law. This License identifies the terms under which you may use, copy, distribute or modify Licensed Product.
6099
6100Preamble
6101
6102This Preamble is intended to describe, in plain English, the nature and scope of this License. However, this Preamble is not a part of this license. The legal effect of this License is dependent only upon the terms of the License and not this Preamble.
6103
6104This License complies with the Open Source Definition and is derived from the Jabber Open Source License 1.0 (the "JOSL"), which has been approved by Open Source Initiative. Sections 4(c) and 4(f)(iii) from the JOSL have been deleted.
6105
6106This License provides that:
6107
61081. You may use or give away the Licensed Product, alone or as a component of an aggregate software distribution containing programs from several different sources. No royalty or other fee is required.
6109
61102. Both Source Code and executable versions of the Licensed Product, including Modifications made by previous Contributors, are available for your use. (The terms "Licensed Product," "Modifications," "Contributors" and "Source Code" are defined in the License.)
6111
61123. You are allowed to make Modifications to the Licensed Product, and you can create Derivative Works from it. (The term "Derivative Works" is defined in the License.)
6113
61144. By accepting the Licensed Product under the provisions of this License, you agree that any Modifications you make to the Licensed Product and then distribute are governed by the provisions of this License. In particular, you must make the Source Code of your Modifications available to others free of charge and without a royalty.
6115
61165. You may sell, accept donations or otherwise receive compensation for executable versions of a Licensed Product, without paying a royalty or other fee to the Licensor or any Contributor, provided that such executable versions contain your or another Contributor?s material Modifications. For the avoidance of doubt, to the extent your executable version of a Licensed Product does not contain your or another Contributor?s material Modifications, you may not sell, accept donations or otherwise receive compensation for such executable.
6117
6118You may use the Licensed Product for any purpose, but the Licensor is not providing you any warranty whatsoever, nor is the Licensor accepting any liability in the event that the Licensed Product doesn''t work properly or causes you any injury or damages.
6119
61206. If you sublicense the Licensed Product or Derivative Works, you may charge fees for warranty or support, or for accepting indemnity or liability obligations to your customers. You cannot charge for, sell, accept donations or otherwise receive compensation for the Source Code.
6121
61227. If you assert any patent claims against the Licensor relating to the Licensed Product, or if you breach any terms of the License, your rights to the Licensed Product under this License automatically terminate.
6123
6124You may use this License to distribute your own Derivative Works, in which case the provisions of this License will apply to your Derivative Works just as they do to the original Licensed Product.
6125
6126Alternatively, you may distribute your Derivative Works under any other OSI-approved Open Source license, or under a proprietary license of your choice. If you use any license other than this License, however, you must continue to fulfill the requirements of this License (including the provisions relating to publishing the Source Code) for those portions of your Derivative Works that consist of the Licensed Product, including the files containing Modifications.
6127
6128New versions of this License may be published from time to time in connection with new versions of a Licensed Product or otherwise. You may choose to continue to use the license terms in this version of the License for the Licensed Product that was originally licensed hereunder, however, the new versions of this License will at all times apply to new versions of the Licensed Product released by Licensor after the release of the new version of this License. Only the Licensor has the right to change the License terms as they apply to the Licensed Product.
6129
6130This License relies on precise definitions for certain terms. Those terms are defined when they are first used, and the definitions are repeated for your convenience in a Glossary at the end of the License.
6131
6132License Terms
6133
61341. Grant of License From Licensor. Subject to the terms and conditions of this License, Licensor hereby grants you a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, to do the following:
6135
6136a. Use, reproduce, modify, display, perform, sublicense and distribute any Modifications created by a Contributor or portions thereof, in both Source Code or as an executable program, either on an unmodified basis or as part of Derivative Works.
6137
6138b. Under claims of patents now or hereafter owned or controlled by Contributor, to make, use, sell, offer for sale, have made, and/or otherwise dispose of Modifications or portions thereof, but solely to the extent that any such claim is necessary to enable you to make, use, sell, offer for sale, have made, and/or otherwise dispose of Modifications or portions thereof or Derivative Works thereof.
6139
61402. Grant of License to Modifications From Contributor. "Modifications" means any additions to or deletions from the substance or structure of (i) a file containing a Licensed Product, or (ii) any new file that contains any part of a Licensed Product. Hereinafter in this License, the term "Licensed Product" shall include all previous Modifications that you receive from any Contributor. Subject to the terms and conditions of this License, By application of the provisions in Section 4(a) below, each person or entity who created or contributed to the creation of, and distributed, a Modification (a "Contributor") hereby grants you a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, to do the following:
6141
6142a. Use, reproduce, modify, display, perform, sublicense and distribute any Modifications created by such Contributor or portions thereof, in both Source Code or as an executable program, either on an unmodified basis or as part of Derivative Works.
6143
6144b. Under claims of patents now or hereafter owned or controlled by Contributor, to make, use, sell, offer for sale, have made, and/or otherwise dispose of Modifications or portions thereof, but solely to the extent that any such claim is necessary to enable you to make, use, sell, offer for sale, have made, and/or otherwise dispose of Modifications or portions thereof or Derivative Works thereof.
6145
61463. Exclusions From License Grant. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor or any Contributor except as expressly stated herein. No patent license is granted separate from the Licensed Product, for code that you delete from the Licensed Product, or for combinations of the Licensed Product with other software or hardware. No right is granted to the trademarks of Licensor or any Contributor even if such marks are included in the Licensed Product. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any code that Licensor otherwise would have a right to license. As an express condition for your use of the Licensed Product, you hereby agree that you will not, without the prior written consent of Licensor, use any trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor or any Contributor except as expressly stated herein. For the avoidance of doubt and without limiting the foregoing, you hereby agree that you will not use or display any trademark of Licensor or any Contributor in any domain name, directory filepath, advertisement, link or other reference to you in any manner or in any media.
6147
61484. Your Obligations Regarding Distribution.
6149
6150a. Application of This License to Your Modifications. As an express condition for your use of the Licensed Product, you hereby agree that any Modifications that you create or to which you contribute, and which you distribute, are governed by the terms of this License including, without limitation, Section 2. Any Modifications that you create or to which you contribute may be distributed only under the terms of this License or a future version of this License released under Section 7. You must include a copy of this License with every copy of the Modifications you distribute. You agree not to offer or impose any terms on any Source Code or executable version of the Licensed Product or Modifications that alter or restrict the applicable version of this License or the recipients'' rights hereunder. However, you may include an additional document offering the additional rights described in Section 4(d).
6151
6152b. Availability of Source Code. You must make available, without charge, under the terms of this License, the Source Code of the Licensed Product and any Modifications that you distribute, either on the same media as you distribute any executable or other form of the Licensed Product, or via a mechanism generally accepted in the software development community for the electronic transfer of data (an "Electronic Distribution Mechanism"). The Source Code for any version of Licensed Product or Modifications that you distribute must remain available for as long as any executable or other form of the Licensed Product is distributed by you. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
6153
6154c. Intellectual Property Matters.
6155
6156i. Third Party Claims. If you have knowledge that a license to a third party''s intellectual property right is required to exercise the rights granted by this License, you must include a text file with the Source Code distribution titled "LEGAL" that describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after you make any Modifications available as described in Section 4(b), you shall promptly modify the LEGAL file in all copies you make available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Licensed Product from you that new knowledge has been obtained.
6157
6158ii. Contributor APIs. If your Modifications include an application programming interface ("API") and you have knowledge of patent licenses that are reasonably necessary to implement that API, you must also include this information in the LEGAL file.
6159
6160iii. Representations. You represent that, except as disclosed pursuant to 4(c)(i) above, you believe that any Modifications you distribute are your original creations and that you have sufficient rights to grant the rights conveyed by this License.
6161
6162d. Required Notices. You must duplicate this License in any documentation you provide along with the Source Code of any Modifications you create or to which you contribute, and which you distribute, wherever you describe recipients'' rights relating to Licensed Product. You must duplicate the notice contained in Exhibit A (the "Notice") in each file of the Source Code of any copy you distribute of the Licensed Product. If you created a Modification, you may add your name as a Contributor to the Notice. If it is not possible to put the Notice in a particular Source Code file due to its structure, then you must include such Notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Licensed Product. However, you may do so only on your own behalf, and not on behalf of the Licensor or any Contributor. You must make it clear that any such warranty, support, indemnity or liability obligation is offered by you alone, and you hereby agree to indemnify the Licensor and every Contributor for any liability incurred by the Licensor or such Contributor as a result of warranty, support, indemnity or liability terms you offer.
6163
6164e. Distribution of Executable Versions. You may distribute Licensed Product as an executable program under a license of your choice that may contain terms different from this License provided (i) you have satisfied the requirements of Sections 4(a) through 4(d) for that distribution, (ii) you include a conspicuous notice in the executable version, related documentation and collateral materials stating that the Source Code version of the Licensed Product is available under the terms of this License, including a description of how and where you have fulfilled the obligations of Section 4(b), and (iii) you make it clear that any terms that differ from this License are offered by you alone, not by Licensor or any Contributor. You hereby agree to indemnify the Licensor and every Contributor for any liability incurred by Licensor or such Contributor as a result of any terms you offer.
6165
6166f. Distribution of Derivative Works. You may create Derivative Works (e.g., combinations of some or all of the Licensed Product with other code) and distribute the Derivative Works as products under any other license you select, with the proviso that the requirements of this License are fulfilled for those portions of the Derivative Works that consist of the Licensed Product or any Modifications thereto.
6167
6168g. Compensation for Distribution of Executable Versions of Licensed Products, Modifications or Derivative Works. Notwithstanding any provision of this License to the contrary, by distributing, selling, licensing, sublicensing or otherwise making available any Licensed Product, or Modification or Derivative Work thereof, you and Licensor hereby acknowledge and agree that you may sell, license or sublicense for a fee, accept donations or otherwise receive compensation for executable versions of a Licensed Product, without paying a royalty or other fee to the Licensor or any other Contributor, provided that such executable versions (i) contain your or another Contributor?s material Modifications, or (ii) are otherwise material Derivative Works. For purposes of this License, an executable version of the Licensed Product will be deemed to contain a material Modification, or will otherwise be deemed a material Derivative Work, if (a) the Licensed Product is modified with your own or a third party?s software programs or other code, and/or the Licensed Product is combined with a number of your own or a third party?s software programs or code, respectively, and (b) such software programs or code add or contribute material value, functionality or features to the License Product. For the avoidance of doubt, to the extent your executable version of a Licensed Product does not contain your or another Contributor?s material Modifications or is otherwise not a material Derivative Work, in each case as contemplated herein, you may not sell, license or sublicense for a fee, accept donations or otherwise receive compensation for such executable. Additionally, without limitation of the foregoing and notwithstanding any provision of this License to the contrary, you cannot charge for, sell, license or sublicense for a fee, accept donations or otherwise receive compensation for the Source Code.
6169
61705. Inability to Comply Due to Statute or Regulation. If it is impossible for you to comply with any of the terms of this License with respect to some or all of the Licensed Product due to statute, judicial order, or regulation, then you must (i) comply with the terms of this License to the maximum extent possible, (ii) cite the statute or regulation that prohibits you from adhering to the License, and (iii) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 4(d), and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill at computer programming to be able to understand it.
6171
61726. Application of This License. This License applies to code to which Licensor or Contributor has attached the Notice in Exhibit A, which is incorporated herein by this reference.
6173
61747. Versions of This License.
6175
6176a. New Versions. Licensor may publish from time to time revised and/or new versions of the License.
6177
6178b. Effect of New Versions. Once Licensed Product has been published under a particular version of the License, you may always continue to use it under the terms of that version, provided that any such license be in full force and effect at the time, and has not been revoked or otherwise terminated. You may also choose to use such Licensed Product under the terms of any subsequent version (but not any prior version) of the License published by Licensor. No one other than Licensor has the right to modify the terms applicable to Licensed Product created under this License.
6179
6180c. Derivative Works of this License. If you create or use a modified version of this License, which you may do only in order to apply it to software that is not already a Licensed Product under this License, you must rename your license so that it is not confusingly similar to this License, and must make it clear that your license contains terms that differ from this License. In so naming your license, you may not use any trademark of Licensor or any Contributor.
6181
61828. Disclaimer of Warranty. LICENSED PRODUCT IS PROVIDED UNDER THIS LICENSE ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE LICENSED PRODUCT IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LICENSED PRODUCT IS WITH YOU. SHOULD LICENSED PRODUCT PROVE DEFECTIVE IN ANY RESPECT, YOU (AND NOT THE LICENSOR OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF LICENSED PRODUCT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
6183
61849. Termination.
6185
6186a. Automatic Termination Upon Breach. This license and the rights granted hereunder will terminate automatically if you fail to comply with the terms herein and fail to cure such breach within ten (10) days of being notified of the breach by the Licensor. For purposes of this provision, proof of delivery via email to the address listed in the ?WHOIS? database of the registrar for any website through which you distribute or market any Licensed Product, or to any alternate email address which you designate in writing to the Licensor, shall constitute sufficient notification. All sublicenses to the Licensed Product that are properly granted shall survive any termination of this license so long as they continue to complye with the terms of this License. Provisions that, by their nature, must remain in effect beyond the termination of this License, shall survive.
6187
6188b. Termination Upon Assertion of Patent Infringement. If you initiate litigation by asserting a patent infringement claim (excluding declaratory judgment actions) against Licensor or a Contributor (Licensor or Contributor against whom you file such an action is referred to herein as Respondent) alleging that Licensed Product directly or indirectly infringes any patent, then any and all rights granted by such Respondent to you under Sections 1 or 2 of this License shall terminate prospectively upon sixty (60) days notice from Respondent (the "Notice Period") unless within that Notice Period you either agree in writing (i) to pay Respondent a mutually agreeable reasonably royalty for your past or future use of Licensed Product made by such Respondent, or (ii) withdraw your litigation claim with respect to Licensed Product against such Respondent. If within said Notice Period a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Licensor to you under Sections 1 and 2 automatically terminate at the expiration of said Notice Period.
6189
6190c. Reasonable Value of This License. If you assert a patent infringement claim against Respondent alleging that Licensed Product directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by said Respondent under Sections 1 and 2 shall be taken into account in determining the amount or value of any payment or license.
6191
6192d. No Retroactive Effect of Termination. In the event of termination under Sections 9(a) or 9(b) above, all end user license agreements (excluding licenses to distributors and resellers) that have been validly granted by you or any distributor hereunder prior to termination shall survive termination.
6193
619410. Limitation of Liability. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE LICENSOR, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF LICENSED PRODUCT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTYS NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
6195
619611. Responsibility for Claims. As between Licensor and Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License. You agree to work with Licensor and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
6197
619812. U.S. Government End Users. The Licensed Product is a commercial item, as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of commercial computer software and commercial computer software documentation, as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Licensed Product with only those rights set forth herein.
6199
620013. Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. You expressly agree that in any litigation relating to this license the losing party shall be responsible for costs including, without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation that provides that the language of a contract shall be construed against the drafter shall not apply to this License.
6201
620214. Definition of You in This License. You throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 7. For legal entities, you includes any entity that controls, is controlled by, is under common control with, or affiliated with, you. For purposes of this definition, control means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. You are responsible for advising any affiliated entity of the terms of this License, and that any rights or privileges derived from or obtained by way of this License are subject to the restrictions outlined herein.
6203
620415. Glossary. All defined terms in this License that are used in more than one Section of this License are repeated here, in alphabetical order, for the convenience of the reader. The Section of this License in which each defined term is first used is shown in parentheses.
6205
6206Contributor: Each person or entity who created or contributed to the creation of, and distributed, a Modification. (See Section 2)
6207
6208Derivative Works: That term as used in this License is defined under U.S. copyright law. (See Section 1(b))
6209
6210License: This BitTorrent Open Source License. (See first paragraph of License)
6211
6212Licensed Product: Any BitTorrent Product licensed pursuant to this License. The term "Licensed Product" includes all previous Modifications from any Contributor that you receive. (See first paragraph of License and Section 2)
6213
6214Licensor: BitTorrent, Inc. (See first paragraph of License)
6215
6216Modifications: Any additions to or deletions from the substance or structure of (i) a file containing Licensed Product, or (ii) any new file that contains any part of Licensed Product. (See Section 2)
6217
6218Notice: The notice contained in Exhibit A. (See Section 4(e))
6219
6220Source Code: The preferred form for making modifications to the Licensed Product, including all modules contained therein, plus any associated interface definition files, scripts used to control compilation and installation of an executable program, or a list of differential comparisons against the Source Code of the Licensed Product. (See Section 1(a))
6221
6222You: This term is defined in Section 14 of this License.
6223
6224EXHIBIT A
6225
6226The Notice below must appear in each file of the Source Code of any copy you distribute of the Licensed Product or any hereto. Contributors to any Modifications may add their own copyright notices to identify their own contributions.
6227
6228License:
6229
6230The contents of this file are subject to the BitTorrent Open Source License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License at http://www.bittorrent.com/license/.
6231
6232Software distributed under the License is distributed on an AS IS basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.', 'http://spdx.org/licenses/BitTorrent-1.1#licenseText', NULL, NULL, NULL, 'BitTorrent Open Source License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, '583a9329f811da3fada5d0efe13e4a96', 1, NULL);
6233INSERT INTO license_ref VALUES (235, 'BitTorrent-1.0', 'The contents of this file are subject to the BitTorrent Open Source
6234License Version 1.0 (the License). You may not copy or use this file,
6235in either source code or executable form, except in compliance with the
6236License. You may obtain a copy of the License at
6237http://www.bittorrent.com/license/.
6238', 'http://spdx.org/licenses/BitTorrent-1.0#licenseText', NULL, NULL, NULL, 'BitTorrent Open Source License v1.0', NULL, NULL, NULL, '', NULL, false, false, false, '657227b7c659b6f3c3575e22ab024c75', 1, NULL);
6239INSERT INTO license_ref VALUES (237, 'CDDL-1.0', 'COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
6240
6241
6242      1. Definitions.
6243
6244            1.1. Contributor means each individual or entity that
6245            creates or contributes to the creation of Modifications.
6246
6247            1.2. Contributor Version means the combination of the
6248            Original Software, prior Modifications used by a
6249            Contributor (if any), and the Modifications made by that
6250            particular Contributor.
6251
6252            1.3. Covered Software means (a) the Original Software, or
6253            (b) Modifications, or (c) the combination of files
6254            containing Original Software with files containing
6255            Modifications, in each case including portions thereof.
6256
6257            1.4. Executable means the Covered Software in any form
6258            other than Source Code.
6259
6260            1.5. Initial Developer means the individual or entity
6261            that first makes Original Software available under this
6262            License.
6263
6264            1.6. Larger Work means a work which combines Covered
6265            Software or portions thereof with code not governed by the
6266            terms of this License.
6267
6268            1.7. License means this document.
6269
6270            1.8. Licensable means having the right to grant, to the
6271            maximum extent possible, whether at the time of the initial
6272            grant or subsequently acquired, any and all of the rights
6273            conveyed herein.
6274
6275            1.9. Modifications means the Source Code and Executable
6276            form of any of the following:
6277
6278                  A. Any file that results from an addition to,
6279                  deletion from or modification of the contents of a
6280                  file containing Original Software or previous
6281                  Modifications;
6282
6283                  B. Any new file that contains any part of the
6284                  Original Software or previous Modification; or
6285
6286                  C. Any new file that is contributed or otherwise made
6287                  available under the terms of this License.
6288
6289            1.10. Original Software means the Source Code and
6290            Executable form of computer software code that is
6291            originally released under this License.
6292
6293            1.11. Patent Claims means any patent claim(s), now owned
6294            or hereafter acquired, including without limitation,
6295            method, process, and apparatus claims, in any patent
6296            Licensable by grantor.
6297
6298            1.12. Source Code means (a) the common form of computer
6299            software code in which modifications are made and (b)
6300            associated documentation included in or with such code.
6301
6302            1.13. You (or Your) means an individual or a legal
6303            entity exercising rights under, and complying with all of
6304            the terms of, this License. For legal entities, You
6305            includes any entity which controls, is controlled by, or is
6306            under common control with You. For purposes of this
6307            definition, control means (a) the power, direct or
6308            indirect, to cause the direction or management of such
6309            entity, whether by contract or otherwise, or (b) ownership
6310            of more than fifty percent (50%) of the outstanding shares
6311            or beneficial ownership of such entity.
6312
6313      2. License Grants.
6314
6315            2.1. The Initial Developer Grant.
6316
6317            Conditioned upon Your compliance with Section 3.1 below and
6318            subject to third party intellectual property claims, the
6319            Initial Developer hereby grants You a world-wide,
6320            royalty-free, non-exclusive license:
6321
6322                  (a) under intellectual property rights (other than
6323                  patent or trademark) Licensable by Initial Developer,
6324                  to use, reproduce, modify, display, perform,
6325                  sublicense and distribute the Original Software (or
6326                  portions thereof), with or without Modifications,
6327                  and/or as part of a Larger Work; and
6328
6329                  (b) under Patent Claims infringed by the making,
6330                  using or selling of Original Software, to make, have
6331                  made, use, practice, sell, and offer for sale, and/or
6332                  otherwise dispose of the Original Software (or
6333                  portions thereof).
6334
6335                  (c) The licenses granted in Sections 2.1(a) and (b)
6336                  are effective on the date Initial Developer first
6337                  distributes or otherwise makes the Original Software
6338                  available to a third party under the terms of this
6339                  License.
6340
6341                  (d) Notwithstanding Section 2.1(b) above, no patent
6342                  license is granted: (1) for code that You delete from
6343                  the Original Software, or (2) for infringements
6344                  caused by: (i) the modification of the Original
6345                  Software, or (ii) the combination of the Original
6346                  Software with other software or devices.
6347
6348            2.2. Contributor Grant.
6349
6350            Conditioned upon Your compliance with Section 3.1 below and
6351            subject to third party intellectual property claims, each
6352            Contributor hereby grants You a world-wide, royalty-free,
6353            non-exclusive license:
6354
6355                  (a) under intellectual property rights (other than
6356                  patent or trademark) Licensable by Contributor to
6357                  use, reproduce, modify, display, perform, sublicense
6358                  and distribute the Modifications created by such
6359                  Contributor (or portions thereof), either on an
6360                  unmodified basis, with other Modifications, as
6361                  Covered Software and/or as part of a Larger Work; and
6362
6363
6364                  (b) under Patent Claims infringed by the making,
6365                  using, or selling of Modifications made by that
6366                  Contributor either alone and/or in combination with
6367                  its Contributor Version (or portions of such
6368                  combination), to make, use, sell, offer for sale,
6369                  have made, and/or otherwise dispose of: (1)
6370                  Modifications made by that Contributor (or portions
6371                  thereof); and (2) the combination of Modifications
6372                  made by that Contributor with its Contributor Version
6373                  (or portions of such combination).
6374
6375                  (c) The licenses granted in Sections 2.2(a) and
6376                  2.2(b) are effective on the date Contributor first
6377                  distributes or otherwise makes the Modifications
6378                  available to a third party.
6379
6380                  (d) Notwithstanding Section 2.2(b) above, no patent
6381                  license is granted: (1) for any code that Contributor
6382                  has deleted from the Contributor Version; (2) for
6383                  infringements caused by: (i) third party
6384                  modifications of Contributor Version, or (ii) the
6385                  combination of Modifications made by that Contributor
6386                  with other software (except as part of the
6387                  Contributor Version) or other devices; or (3) under
6388                  Patent Claims infringed by Covered Software in the
6389                  absence of Modifications made by that Contributor.
6390
6391      3. Distribution Obligations.
6392
6393            3.1. Availability of Source Code.
6394
6395            Any Covered Software that You distribute or otherwise make
6396            available in Executable form must also be made available in
6397            Source Code form and that Source Code form must be
6398            distributed only under the terms of this License. You must
6399            include a copy of this License with every copy of the
6400            Source Code form of the Covered Software You distribute or
6401            otherwise make available. You must inform recipients of any
6402            such Covered Software in Executable form as to how they can
6403            obtain such Covered Software in Source Code form in a
6404            reasonable manner on or through a medium customarily used
6405            for software exchange.
6406
6407            3.2. Modifications.
6408
6409            The Modifications that You create or to which You
6410            contribute are governed by the terms of this License. You
6411            represent that You believe Your Modifications are Your
6412            original creation(s) and/or You have sufficient rights to
6413            grant the rights conveyed by this License.
6414
6415            3.3. Required Notices.
6416
6417            You must include a notice in each of Your Modifications
6418            that identifies You as the Contributor of the Modification.
6419            You may not remove or alter any copyright, patent or
6420            trademark notices contained within the Covered Software, or
6421            any notices of licensing or any descriptive text giving
6422            attribution to any Contributor or the Initial Developer.
6423
6424            3.4. Application of Additional Terms.
6425
6426            You may not offer or impose any terms on any Covered
6427            Software in Source Code form that alters or restricts the
6428            applicable version of this License or the recipients''
6429            rights hereunder. You may choose to offer, and to charge a
6430            fee for, warranty, support, indemnity or liability
6431            obligations to one or more recipients of Covered Software.
6432            However, you may do so only on Your own behalf, and not on
6433            behalf of the Initial Developer or any Contributor. You
6434            must make it absolutely clear that any such warranty,
6435            support, indemnity or liability obligation is offered by
6436            You alone, and You hereby agree to indemnify the Initial
6437            Developer and every Contributor for any liability incurred
6438            by the Initial Developer or such Contributor as a result of
6439            warranty, support, indemnity or liability terms You offer.
6440
6441
6442            3.5. Distribution of Executable Versions.
6443
6444            You may distribute the Executable form of the Covered
6445            Software under the terms of this License or under the terms
6446            of a license of Your choice, which may contain terms
6447            different from this License, provided that You are in
6448            compliance with the terms of this License and that the
6449            license for the Executable form does not attempt to limit
6450            or alter the recipient''s rights in the Source Code form
6451            from the rights set forth in this License. If You
6452            distribute the Covered Software in Executable form under a
6453            different license, You must make it absolutely clear that
6454            any terms which differ from this License are offered by You
6455            alone, not by the Initial Developer or Contributor. You
6456            hereby agree to indemnify the Initial Developer and every
6457            Contributor for any liability incurred by the Initial
6458            Developer or such Contributor as a result of any such terms
6459            You offer.
6460
6461            3.6. Larger Works.
6462
6463            You may create a Larger Work by combining Covered Software
6464            with other code not governed by the terms of this License
6465            and distribute the Larger Work as a single product. In such
6466            a case, You must make sure the requirements of this License
6467            are fulfilled for the Covered Software.
6468
6469      4. Versions of the License.
6470
6471            4.1. New Versions.
6472
6473            Sun Microsystems, Inc. is the initial license steward and
6474            may publish revised and/or new versions of this License
6475            from time to time. Each version will be given a
6476            distinguishing version number. Except as provided in
6477            Section 4.3, no one other than the license steward has the
6478            right to modify this License.
6479
6480            4.2. Effect of New Versions.
6481
6482            You may always continue to use, distribute or otherwise
6483            make the Covered Software available under the terms of the
6484            version of the License under which You originally received
6485            the Covered Software. If the Initial Developer includes a
6486            notice in the Original Software prohibiting it from being
6487            distributed or otherwise made available under any
6488            subsequent version of the License, You must distribute and
6489            make the Covered Software available under the terms of the
6490            version of the License under which You originally received
6491            the Covered Software. Otherwise, You may also choose to
6492            use, distribute or otherwise make the Covered Software
6493            available under the terms of any subsequent version of the
6494            License published by the license steward.
6495
6496            4.3. Modified Versions.
6497
6498            When You are an Initial Developer and You want to create a
6499            new license for Your Original Software, You may create and
6500            use a modified version of this License if You: (a) rename
6501            the license and remove any references to the name of the
6502            license steward (except to note that the license differs
6503            from this License); and (b) otherwise make it clear that
6504            the license contains terms which differ from this License.
6505
6506
6507      5. DISCLAIMER OF WARRANTY.
6508
6509      COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN AS IS
6510      BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
6511      INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
6512      SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
6513      PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
6514      PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
6515      COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
6516      INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
6517      ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
6518      WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
6519      ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
6520      DISCLAIMER.
6521
6522      6. TERMINATION.
6523
6524            6.1. This License and the rights granted hereunder will
6525            terminate automatically if You fail to comply with terms
6526            herein and fail to cure such breach within 30 days of
6527            becoming aware of the breach. Provisions which, by their
6528            nature, must remain in effect beyond the termination of
6529            this License shall survive.
6530
6531            6.2. If You assert a patent infringement claim (excluding
6532            declaratory judgment actions) against Initial Developer or
6533            a Contributor (the Initial Developer or Contributor against
6534            whom You assert such claim is referred to as Participant)
6535            alleging that the Participant Software (meaning the
6536            Contributor Version where the Participant is a Contributor
6537            or the Original Software where the Participant is the
6538            Initial Developer) directly or indirectly infringes any
6539            patent, then any and all rights granted directly or
6540            indirectly to You by such Participant, the Initial
6541            Developer (if the Initial Developer is not the Participant)
6542            and all Contributors under Sections 2.1 and/or 2.2 of this
6543            License shall, upon 60 days notice from Participant
6544            terminate prospectively and automatically at the expiration
6545            of such 60 day notice period, unless if within such 60 day
6546            period You withdraw Your claim with respect to the
6547            Participant Software against such Participant either
6548            unilaterally or pursuant to a written agreement with
6549            Participant.
6550
6551            6.3. In the event of termination under Sections 6.1 or 6.2
6552            above, all end user licenses that have been validly granted
6553            by You or any distributor hereunder prior to termination
6554            (excluding licenses granted to You by any distributor)
6555            shall survive termination.
6556
6557      7. LIMITATION OF LIABILITY.
6558
6559      UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
6560      (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
6561      INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
6562      COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
6563      LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
6564      CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
6565      LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
6566      STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
6567      COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
6568      INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
6569      LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
6570      INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT
6571      APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
6572      NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
6573      CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
6574      APPLY TO YOU.
6575
6576      8. U.S. GOVERNMENT END USERS.
6577
6578      The Covered Software is a commercial item, as that term is
6579      defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of commercial
6580      computer software (as that term is defined at 48 C.F.R.
6581      252.227-7014(a)(1)) and commercial computer software
6582      documentation as such terms are used in 48 C.F.R. 12.212 (Sept.
6583      1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
6584      through 227.7202-4 (June 1995), all U.S. Government End Users
6585      acquire Covered Software with only those rights set forth herein.
6586      This U.S. Government Rights clause is in lieu of, and supersedes,
6587      any other FAR, DFAR, or other clause or provision that addresses
6588      Government rights in computer software under this License.
6589
6590      9. MISCELLANEOUS.
6591
6592      This License represents the complete agreement concerning subject
6593      matter hereof. If any provision of this License is held to be
6594      unenforceable, such provision shall be reformed only to the
6595      extent necessary to make it enforceable. This License shall be
6596      governed by the law of the jurisdiction specified in a notice
6597      contained within the Original Software (except to the extent
6598      applicable law, if any, provides otherwise), excluding such
6599      jurisdiction''s conflict-of-law provisions. Any litigation
6600      relating to this License shall be subject to the jurisdiction of
6601      the courts located in the jurisdiction and venue specified in a
6602      notice contained within the Original Software, with the losing
6603      party responsible for costs, including, without limitation, court
6604      costs and reasonable attorneys'' fees and expenses. The
6605      application of the United Nations Convention on Contracts for the
6606      International Sale of Goods is expressly excluded. Any law or
6607      regulation which provides that the language of a contract shall
6608      be construed against the drafter shall not apply to this License.
6609      You agree that You alone are responsible for compliance with the
6610      United States export administration regulations (and the export
6611      control laws and regulation of any other countries) when You use,
6612      distribute or otherwise make available any Covered Software.
6613
6614      10. RESPONSIBILITY FOR CLAIMS.
6615
6616      As between Initial Developer and the Contributors, each party is
6617      responsible for claims and damages arising, directly or
6618      indirectly, out of its utilization of rights under this License
6619      and You agree to work with Initial Developer and Contributors to
6620      distribute such responsibility on an equitable basis. Nothing
6621      herein is intended or shall be deemed to constitute any admission
6622      of liability.
6623', 'http://www.opensource.org/licenses/cddl1', NULL, NULL, NULL, 'Common Development and Distribution License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '8e410994d0fee93d92cd22bffe363145', 1, NULL);
6624INSERT INTO license_ref VALUES (261, 'CC-BY-SA-3.0', 'Attribution-ShareAlike 3.0 Unported
6625
6626CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
6627License
6628
6629THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
6630
6631BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
6632
66331. Definitions
6634
6635"Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License.
6636"Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined below) for the purposes of this License.
6637"Creative Commons Compatible License" means a license that is listed at http://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of adaptations of works made available under that license under this License or a Creative Commons jurisdiction license with the same License Elements as this License.
6638"Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership.
6639"License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike.
6640"Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License.
6641"Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast.
6642"Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work.
6643"You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
6644"Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images.
6645"Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium.
66462. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws.
6647
66483. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
6649
6650to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections;
6651to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified.";
6652to Distribute and Publicly Perform the Work including as incorporated in Collections; and,
6653to Distribute and Publicly Perform Adaptations.
6654For the avoidance of doubt:
6655
6656Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;
6657Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,
6658Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.
6659The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved.
6660
66614. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
6662
6663You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(c), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(c), as requested.
6664You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible License. If you license the Adaptation under one of the licenses mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), you must comply with the terms of the Applicable License generally and the following provisions: (I) You must include a copy of, or the URI for, the Applicable License with every copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License; (III) You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License.
6665If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor''s copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Ssection 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties.
6666Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author''s honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author''s honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise.
66675. Representations, Warranties and Disclaimer
6668
6669UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
6670
66716. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
6672
66737. Termination
6674
6675This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
6676Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
66778. Miscellaneous
6678
6679Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
6680Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
6681If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
6682No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
6683This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
6684The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law.
6685Creative Commons Notice
6686
6687Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.
6688
6689Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons'' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of the License.
6690
6691Creative Commons may be contacted at http://creativecommons.org/.', 'http://creativecommons.org/licenses/by-sa/3.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution-ShareAlike 3.0', NULL, NULL, NULL, '', NULL, false, false, false, 'e310dca2562832823024a2fed8b85966', 1, NULL);
6692INSERT INTO license_ref VALUES (3, 'GPL-1.0+', 'GNU General Public License, version 1
6693
6694GNU GENERAL PUBLIC LICENSE
6695Version 1, February 1989
6696
6697Copyright (C) 1989 Free Software Foundation, Inc.
669851 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
6699Everyone is permitted to copy and distribute verbatim copies
6700of this license document, but changing it is not allowed.
6701
6702Preamble
6703
6704The license agreements of most software companies try to keep users
6705at the mercy of those companies. By contrast, our General Public
6706License is intended to guarantee your freedom to share and change free
6707software--to make sure the software is free for all its users. The
6708General Public License applies to the Free Software Foundation''s
6709software and to any other program whose authors commit to using it.
6710You can use it for your programs, too.
6711
6712When we speak of free software, we are referring to freedom, not
6713price. Specifically, the General Public License is designed to make
6714sure that you have the freedom to give away or sell copies of free
6715software, that you receive source code or can get it if you want it,
6716that you can change the software or use pieces of it in new free
6717programs; and that you know you can do these things.
6718
6719To protect your rights, we need to make restrictions that forbid
6720anyone to deny you these rights or to ask you to surrender the rights.
6721These restrictions translate to certain responsibilities for you if you
6722distribute copies of the software, or if you modify it.
6723
6724For example, if you distribute copies of a such a program, whether
6725gratis or for a fee, you must give the recipients all the rights that
6726you have. You must make sure that they, too, receive or can get the
6727source code. And you must tell them their rights.
6728
6729We protect your rights with two steps: (1) copyright the software, and
6730(2) offer you this license which gives you legal permission to copy,
6731distribute and/or modify the software.
6732
6733Also, for each author''s protection and ours, we want to make certain
6734that everyone understands that there is no warranty for this free
6735software. If the software is modified by someone else and passed on, we
6736want its recipients to know that what they have is not the original, so
6737that any problems introduced by others will not reflect on the original
6738authors'' reputations.
6739
6740The precise terms and conditions for copying, distribution and
6741modification follow.
6742
6743GNU GENERAL PUBLIC LICENSE
6744TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
6745
67460. This License Agreement applies to any program or other work which
6747contains a notice placed by the copyright holder saying it may be
6748distributed under the terms of this General Public License. The
6749"Program", below, refers to any such program or work, and a "work based
6750on the Program" means either the Program or any work containing the
6751Program or a portion of it, either verbatim or with modifications. Each
6752licensee is addressed as "you".
6753
67541. You may copy and distribute verbatim copies of the Program''s source
6755code as you receive it, in any medium, provided that you conspicuously and
6756appropriately publish on each copy an appropriate copyright notice and
6757disclaimer of warranty; keep intact all the notices that refer to this
6758General Public License and to the absence of any warranty; and give any
6759other recipients of the Program a copy of this General Public License
6760along with the Program. You may charge a fee for the physical act of
6761transferring a copy.
6762
67632. You may modify your copy or copies of the Program or any portion of
6764it, and copy and distribute such modifications under the terms of Paragraph
67651 above, provided that you also do the following:
6766
6767a) cause the modified files to carry prominent notices stating that
6768you changed the files and the date of any change; and
6769
6770b) cause the whole of any work that you distribute or publish, that
6771in whole or in part contains the Program or any part thereof, either
6772with or without modifications, to be licensed at no charge to all
6773third parties under the terms of this General Public License (except
6774that you may choose to grant warranty protection to some or all
6775third parties, at your option).
6776
6777c) If the modified program normally reads commands interactively when
6778run, you must cause it, when started running for such interactive use
6779in the simplest and most usual way, to print or display an
6780announcement including an appropriate copyright notice and a notice
6781that there is no warranty (or else, saying that you provide a
6782warranty) and that users may redistribute the program under these
6783conditions, and telling the user how to view a copy of this General
6784Public License.
6785
6786d) You may charge a fee for the physical act of transferring a
6787copy, and you may at your option offer warranty protection in
6788exchange for a fee.
6789
6790Mere aggregation of another independent work with the Program (or its
6791derivative) on a volume of a storage or distribution medium does not bring
6792the other work under the scope of these terms.
6793
67943. You may copy and distribute the Program (or a portion or derivative of
6795it, under Paragraph 2) in object code or executable form under the terms of
6796Paragraphs 1 and 2 above provided that you also do one of the following:
6797
6798a) accompany it with the complete corresponding machine-readable
6799source code, which must be distributed under the terms of
6800Paragraphs 1 and 2 above; or,
6801
6802b) accompany it with a written offer, valid for at least three
6803years, to give any third party free (except for a nominal charge
6804for the cost of distribution) a complete machine-readable copy of the
6805corresponding source code, to be distributed under the terms of
6806Paragraphs 1 and 2 above; or,
6807
6808c) accompany it with the information you received as to where the
6809corresponding source code may be obtained. (This alternative is
6810allowed only for noncommercial distribution and only if you
6811received the program in object code or executable form alone.)
6812
6813Source code for a work means the preferred form of the work for making
6814modifications to it. For an executable file, complete source code means
6815all the source code for all modules it contains; but, as a special
6816exception, it need not include source code for modules which are standard
6817libraries that accompany the operating system on which the executable
6818file runs, or for standard header files or definitions files that
6819accompany that operating system.
6820
68214. You may not copy, modify, sublicense, distribute or transfer the
6822Program except as expressly provided under this General Public License.
6823Any attempt otherwise to copy, modify, sublicense, distribute or transfer
6824the Program is void, and will automatically terminate your rights to use
6825the Program under this License. However, parties who have received
6826copies, or rights to use copies, from you under this General Public
6827License will not have their licenses terminated so long as such parties
6828remain in full compliance.
6829
68305. By copying, distributing or modifying the Program (or any work based
6831on the Program) you indicate your acceptance of this license to do so,
6832and all its terms and conditions.
6833
68346. Each time you redistribute the Program (or any work based on the
6835Program), the recipient automatically receives a license from the original
6836licensor to copy, distribute or modify the Program subject to these
6837terms and conditions. You may not impose any further restrictions on the
6838recipients'' exercise of the rights granted herein.
6839
68407. The Free Software Foundation may publish revised and/or new versions
6841of the General Public License from time to time. Such new versions will
6842be similar in spirit to the present version, but may differ in detail to
6843address new problems or concerns.
6844
6845Each version is given a distinguishing version number. If the Program
6846specifies a version number of the license which applies to it and "any
6847later version", you have the option of following the terms and conditions
6848either of that version or of any later version published by the Free
6849Software Foundation. If the Program does not specify a version number of
6850the license, you may choose any version ever published by the Free Software
6851Foundation.
6852
68538. If you wish to incorporate parts of the Program into other free
6854programs whose distribution conditions are different, write to the author
6855to ask for permission. For software which is copyrighted by the Free
6856Software Foundation, write to the Free Software Foundation; we sometimes
6857make exceptions for this. Our decision will be guided by the two goals
6858of preserving the free status of all derivatives of our free software and
6859of promoting the sharing and reuse of software generally.
6860
6861NO WARRANTY
6862
68639. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
6864FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
6865OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
6866PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
6867OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
6868MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
6869TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
6870PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
6871REPAIR OR CORRECTION.
6872
687310. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
6874WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
6875REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
6876INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
6877OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
6878TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
6879YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
6880PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
6881POSSIBILITY OF SUCH DAMAGES.
6882
6883END OF TERMS AND CONDITIONS
6884
6885Appendix: How to Apply These Terms to Your New Programs
6886
6887If you develop a new program, and you want it to be of the greatest
6888possible use to humanity, the best way to achieve this is to make it
6889free software which everyone can redistribute and change under these
6890terms.
6891
6892To do so, attach the following notices to the program. It is safest to
6893attach them to the start of each source file to most effectively convey
6894the exclusion of warranty; and each file should have at least the
6895"copyright" line and a pointer to where the full notice is found.
6896
6897<one line to give the program''s name and a brief idea of what it does.>
6898Copyright (C) 19yy <name of author>
6899
6900This program is free software; you can redistribute it and/or modify
6901it under the terms of the GNU General Public License as published by
6902the Free Software Foundation; either version 1, or (at your option)
6903any later version.
6904
6905This program is distributed in the hope that it will be useful,
6906but WITHOUT ANY WARRANTY; without even the implied warranty of
6907MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6908GNU General Public License for more details.
6909
6910You should have received a copy of the GNU General Public License
6911along with this program; if not, write to the Free Software
6912Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
6913
6914Also add information on how to contact you by electronic and paper mail.
6915
6916If the program is interactive, make it output a short notice like this
6917when it starts in an interactive mode:
6918
6919Gnomovision version 69, Copyright (C) 19xx name of author
6920Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w''.
6921This is free software, and you are welcome to redistribute it
6922under certain conditions; type `show c'' for details.
6923
6924The hypothetical commands `show w'' and `show c'' should show the
6925appropriate parts of the General Public License. Of course, the
6926commands you use may be called something other than `show w'' and `show
6927c''; they could even be mouse-clicks or menu items--whatever suits your
6928program.
6929
6930You should also get your employer (if you work as a programmer) or your
6931school, if any, to sign a "copyright disclaimer" for the program, if
6932necessary. Here a sample; alter the names:
6933
6934Yoyodyne, Inc., hereby disclaims all copyright interest in the
6935program `Gnomovision'' (a program to direct compilers to make passes
6936at assemblers) written by James Hacker.
6937
6938<signature of Ty Coon>, 1 April 1989
6939Ty Coon, President of Vice
6940
6941That''s all there is to it! ', 'http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html', NULL, NULL, NULL, 'GNU General Public License v1.0 or later', NULL, NULL, NULL, '', NULL, false, false, false, '6a9e4f5c89309130719a978a69458ab5', 1, NULL);
6942INSERT INTO license_ref VALUES (7, 'LGPL-2.0+', 'GNU LIBRARY GENERAL PUBLIC LICENSE
6943
6944Version 2, June 1991
6945
6946Copyright (C) 1991 Free Software Foundation, Inc.
694751 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
6948Everyone is permitted to copy and distribute verbatim copies
6949of this license document, but changing it is not allowed.
6950
6951[This is the first released version of the library GPL. It is
6952numbered 2 because it goes with version 2 of the ordinary GPL.]
6953Preamble
6954
6955The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.
6956
6957This license, the Library General Public License, applies to some specially designated Free Software Foundation software, and to any other libraries whose authors decide to use it. You can use it for your libraries, too.
6958
6959When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
6960
6961To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library, or if you modify it.
6962
6963For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link a program with the library, you must provide complete object files to the recipients so that they can relink them with the library, after making changes to the library and recompiling it. And you must show them these terms so they know their rights.
6964
6965Our method of protecting your rights has two steps: (1) copyright the library, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the library.
6966
6967Also, for each distributor''s protection, we want to make certain that everyone understands that there is no warranty for this free library. If the library is modified by someone else and passed on, we want its recipients to know that what they have is not the original version, so that any problems introduced by others will not reflect on the original authors'' reputations.
6968
6969Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that companies distributing free software will individually obtain patent licenses, thus in effect transforming the program into proprietary software. To prevent this, we have made it clear that any patent must be licensed for everyone''s free use or not licensed at all.
6970
6971Most GNU software, including some libraries, is covered by the ordinary GNU General Public License, which was designed for utility programs. This license, the GNU Library General Public License, applies to certain designated libraries. This license is quite different from the ordinary one; be sure to read it in full, and don''t assume that anything in it is the same as in the ordinary license.
6972
6973The reason we have a separate public license for some libraries is that they blur the distinction we usually make between modifying or adding to a program and simply using it. Linking a program with a library, without changing the library, is in some sense simply using the library, and is analogous to running a utility program or application program. However, in a textual and legal sense, the linked executable is a combined work, a derivative of the original library, and the ordinary General Public License treats it as such.
6974
6975Because of this blurred distinction, using the ordinary General Public License for libraries did not effectively promote software sharing, because most developers did not use the libraries. We concluded that weaker conditions might promote sharing better.
6976
6977However, unrestricted linking of non-free programs would deprive the users of those programs of all benefit from the free status of the libraries themselves. This Library General Public License is intended to permit developers of non-free programs to use free libraries, while preserving your freedom as a user of such programs to change the free libraries that are incorporated in them. (We have not seen how to achieve this as regards changes in header files, but we have achieved it as regards changes in the actual functions of the Library.) The hope is that this will lead to faster development of free libraries.
6978
6979The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, while the latter only works together with the library.
6980
6981Note that it is possible for a library to be covered by the ordinary General Public License rather than by this special one.
6982
6983TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
6984
69850. This License Agreement applies to any software library which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Library General Public License (also called "this License"). Each licensee is addressed as "you".
6986
6987A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables.
6988
6989The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".)
6990
6991"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library.
6992
6993Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.
6994
69951. You may copy and distribute verbatim copies of the Library''s complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library.
6996
6997You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
6998
69992. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
7000
7001a) The modified work must itself be a software library.
7002b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.
7003c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License.
7004d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful.
7005(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.)
7006
7007These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
7008
7009Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library.
7010
7011In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
7012
70133. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices.
7014
7015Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy.
7016
7017This option is useful when you wish to copy part of the code of the Library into a program that is not a library.
7018
70194. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange.
7020
7021If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code.
7022
70235. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.
7024
7025However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.
7026
7027When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.
7028
7029If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)
7030
7031Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.
7032
70336. As an exception to the Sections above, you may also compile or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer''s own use and reverse engineering for debugging such modifications.
7034
7035You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things:
7036
7037a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.)
7038b) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution.
7039c) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place.
7040d) Verify that the user has already received a copy of these materials or that you have already sent this user a copy.
7041For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
7042
7043It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute.
7044
70457. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things:
7046
7047a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above.
7048b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
70498. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
7050
70519. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it.
7052
705310. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients'' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
7054
705511. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library.
7056
7057If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances.
7058
7059It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
7060
7061This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
7062
706312. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
7064
706513. The Free Software Foundation may publish revised and/or new versions of the Library General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
7066
7067Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation.
7068
706914. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
7070
7071NO WARRANTY
7072
707315. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
7074
707516. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
7076
7077END OF TERMS AND CONDITIONS
7078
7079How to Apply These Terms to Your New Libraries
7080
7081If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License).
7082
7083To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
7084
7085one line to give the library''s name and an idea of what it does.
7086Copyright (C) year name of author
7087
7088This library is free software; you can redistribute it and/or
7089modify it under the terms of the GNU Library General Public
7090License as published by the Free Software Foundation; either
7091version 2 of the License, or (at your option) any later version.
7092
7093This library is distributed in the hope that it will be useful,
7094but WITHOUT ANY WARRANTY; without even the implied warranty of
7095MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
7096Library General Public License for more details.
7097
7098You should have received a copy of the GNU Library General Public
7099License along with this library; if not, write to the
7100Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
7101Boston, MA 02110-1301, USA.
7102Also add information on how to contact you by electronic and paper mail.
7103
7104You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:
7105
7106Yoyodyne, Inc., hereby disclaims all copyright interest in
7107the library `Frob'' (a library for tweaking knobs) written
7108by James Random Hacker.
7109
7110signature of Ty Coon, 1 April 1990
7111Ty Coon, President of Vice
7112That''s all there is to it!  ', 'http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html', NULL, NULL, NULL, 'GNU Library General Public License v2 or later', NULL, NULL, NULL, '', NULL, false, false, false, '85dc9607a1a3f4031f3a46ae7eb35c4e', 1, NULL);
7113INSERT INTO license_ref VALUES (281, 'SISSL', 'Sun Industry Standards Source License (SISSL)
7114
7115(Sun has ceased to use or recommend this license)
7116
71171.0 DEFINITIONS
7118
71191.1 "Commercial Use" means distribution or otherwise making the
7120Original Code available to a third party.
7121
71221.2 "Contributor Version" means the combination of the Original
7123Code, and the Modifications made by that particular Contributor.
7124
71251.3 "Electronic Distribution Mechanism" means a mechanism generally
7126accepted in the software development community for the electronic transfer
7127of data.
7128
71291.4 "Executable" means Original Code in any form other than Source
7130Code.
7131
71321.5 "Initial Developer" means the individual or entity identified
7133as the Initial Developer in the Source Code notice required by Exhibit
7134A.
7135
71361.6 "Larger Work" means a work which combines Original Code or
7137portions thereof with code not governed by the terms of this License.
7138
71391.7 "License" means this document.
7140
71411.8 "Licensable" means having the right to grant, to the maximum
7142extent possible, whether at the time of the initial grant or subsequently
7143acquired, any and all of the rights conveyed herein.
7144
71451.9 "Modifications" means any addition to or deletion from the
7146substance or structure of either the Original Code or any previous
7147Modifications.
7148A Modification is:
7149
7150A. Any addition to or deletion from the contents of a file containing
7151Original Code or previous Modifications.
7152B. Any new file that contains any part of the Original
7153Code or previous Modifications.
7154
71551.10 "Original Code" means Source Code of computer software code
7156which is described in the Source Code notice required by Exhibit A as Original
7157Code.
7158
71591.11 "Patent Claims" means any patent claim(s), now owned or
7160hereafter acquired, including without limitation, method, process, and
7161apparatus claims, in any patent Licensable by grantor.
7162
71631.12 "Source Code" means the preferred form of the Original Code
7164for making modifications to it, including all modules it contains, plus
7165any associated interface definition files, or scripts used to control
7166compilation
7167and installation of an Executable.
7168
71691.13 "Standards" means the standards identified in Exhibit B.
7170
71711.14 "You" (or "Your") means an individual or a legal entity
7172exercising rights under, and complying with all of the terms of, this License
7173or a future version of this License issued under Section 6.1. For legal
7174entities, "You'''' includes any entity which controls, is controlled by,
7175or is under common control with You. For purposes of this definition, "control''''
7176
7177means (a) the power, direct or indirect, to cause the direction or management
7178of such entity, whether by contract or otherwise, or (b) ownership of more
7179than fifty percent (50%) of the outstanding shares or beneficial ownership
7180of such entity.
7181
71822.0 SOURCE CODE LICENSE
7183
71842.1 The Initial Developer Grant
7185
7186The Initial Developer hereby grants You a world-wide, royalty-free,
7187non-exclusive license, subject to third party intellectual property
7188claims:
7189
7190(a) under intellectual property rights (other than patent or
7191trademark) Licensable by Initial Developer to use, reproduce, modify, display,
7192perform, sublicense and distribute the Original Code (or portions thereof)
7193with or without Modifications, and/or as part of a Larger Work; and
7194(b) under Patents Claims infringed by the making, using or selling
7195of Original Code, to make, have made, use, practice, sell, and offer for
7196sale, and/or otherwise dispose of the Original Code (or portions thereof).
7197
7198(c) the licenses granted in this Section 2.1(a) and (b) are effective
7199on the date Initial Developer first distributes Original Code under the
7200terms of this License.
7201
7202(d) Notwithstanding Section
72032.1(b) above, no patent license is granted: 1) for code that You delete from
7204the Original Code; 2) separate from the Original Code; or 3) for infringements
7205
7206caused by: i) the modification of the Original Code or ii) the combination of
7207
7208the Original Code with other software or devices, including but not limited to
7209
7210Modifications.
7211
72123.0 DISTRIBUTION OBLIGATIONS
7213
72143.1 Application of License.
7215
7216
7217The Source Code version of Original Code may be distributed only under
7218the terms of this License or a future version of this License released
7219under Section 6.1, and You must include a copy of this License with every
7220copy of the Source Code You distribute. You may not offer or impose any
7221terms on any Source Code version that alters or restricts the applicable
7222version of this License or the recipients'' rights hereunder. Your license
7223for shipment of the Contributor Version is conditioned upon Your full compliance
7224
7225with this Section. The Modifications which You create must comply with
7226all requirements set out by the Standards body in effect one hundred twenty
7227(120) days before You ship the Contributor Version. In the event that the
7228Modifications do not meet such requirements, You agree to publish either
7229(i) any deviation from the Standards protocol resulting from implementation
7230of Your Modifications and a reference implementation of Your Modifications
7231or (ii) Your Modifications in Source Code form, and to make any such deviation
7232and reference implementation or Modifications available to all third parties
7233under the same terms as this license on a royalty free basis within thirty
7234(30) days of Your first customer shipment of Your Modifications.
7235
72363.2 Required Notices.
7237
7238
7239You must duplicate the notice in Exhibit A in each file of the
7240Source Code. If it is not possible to put such notice in a particular Source
7241Code file due to its structure, then You must include such notice in a
7242location (such as a relevant directory) where a user would be likely to
7243look for such a notice. If You created one or more Modification(s) You
7244may add Your name as a Contributor to the notice described in Exhibit
7245A. You must also duplicate this License in any documentation for the
7246Source Code where You describe recipients'' rights or ownership rights relating
7247to Initial Code. You may choose to offer, and to charge a fee for, warranty,
7248support, indemnity or liability obligations to one or more recipients of
7249Your version of the Code. However, You may do so only on Your own behalf,
7250and not on behalf of the Initial Developer. You must make it absolutely
7251clear than any such warranty, support, indemnity or liability obligation
7252is offered by You alone, and You hereby agree to indemnify the Initial
7253Developer for any liability incurred by the Initial Developer as a result
7254of warranty, support, indemnity or liability terms You offer.
7255
72563.3 Distribution of Executable Versions.
7257
7258
7259You may distribute Original Code in Executable and Source form only
7260if the requirements of Sections 3.1 and 3.2 have been met for that Original
7261Code, and if You include a notice stating that the Source Code version
7262of the Original Code is available under the terms of this License. The
7263notice must be conspicuously included in any notice in an Executable or
7264Source versions, related documentation or collateral in which You describe
7265recipients'' rights relating to the Original Code. You may distribute the
7266Executable and Source versions of Your version of the Code or ownership
7267rights under a license of Your choice, which may contain terms different
7268from this License, provided that You are in compliance with the terms of
7269this License. If You distribute the Executable and Source versions under
7270a different license You must make it absolutely clear that any terms which
7271differ from this License are offered by You alone, not by the Initial Developer.
7272
7273You hereby agree to indemnify the Initial Developer for any liability incurred
7274by the Initial Developer as a result of any such terms You offer.
7275
72763.4 Larger Works.
7277
7278
7279You may create a Larger Work by combining Original Code with other
7280code not governed by the terms of this License and distribute the Larger
7281Work as a single product. In such a case, You must make sure the requirements
7282of this License are fulfilled for the Original Code.
7283
72844.0 INABILITY TO COMPLY DUE TO STATUTE OR REGULATION
7285
7286If it is impossible for You to comply with any of the terms of this
7287License with respect to some or all of the Original Code due to statute,
7288judicial order, or regulation then You must: (a) comply with the terms
7289of this License to the maximum extent possible; and (b) describe the limitations
7290
7291and the code they affect. Such description must be included in the LEGAL
7292file described in Section 3.2 and must be included with all distributions
7293of the Source Code. Except to the extent prohibited by statute or regulation,
7294such description must be sufficiently detailed for a recipient of ordinary
7295skill to be able to understand it.
7296
72975.0 APPLICATION OF THIS LICENSE
7298
7299This License applies to code to which the Initial Developer has attached
7300the notice in Exhibit A and to related Modifications as set out in Section
73013.1.
7302
73036.0 VERSIONS OF THE LICENSE
7304
73056.1 New Versions.
7306
7307
7308Sun may publish revised and/or new versions of the License from time
7309to time. Each version will be given a distinguishing version number.
7310
73116.2 Effect of New Versions.
7312
7313
7314Once Original Code has been published under a particular version of
7315the License, You may always continue to use it under the terms of that
7316version. You may also choose to use such Original Code under the terms
7317of any subsequent version of the License published by Sun. No one other
7318than Sun has the right to modify the terms applicable to Original Code.
7319
73207.0 DISCLAIMER OF WARRANTY
7321
7322ORIGINAL CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT
7323WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
7324LIMITATION,
7325WARRANTIES THAT THE ORIGINAL CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT
7326FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY
7327AND PERFORMANCE OF THE ORIGINAL CODE IS WITH YOU. SHOULD ANY ORIGINAL CODE
7328PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER) ASSUME
7329THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
7330OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY
7331ORIGINAL CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
7332
73338.0 TERMINATION
7334
73358.1 This License and the rights granted hereunder will terminate
7336automatically if You fail to comply with terms herein and fail to cure
7337such breach within 30 days of becoming aware of the breach. All sublicenses
7338to the Original Code which are properly granted shall survive any termination
7339of this License. Provisions which, by their nature, must remain in effect
7340beyond the termination of this License shall survive.
7341
73428.2 In the event of termination under Section 8.1 above, all
7343end user license agreements (excluding distributors and resellers) which
7344have been validly granted by You or any distributor hereunder prior to
7345termination shall survive termination.
7346
73479.0 LIMIT OF LIABILITY
7348
7349UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
7350NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER,
7351ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF ORIGINAL CODE, OR ANY SUPPLIER
7352OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
7353INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
7354LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE
7355OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN
7356IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES.
7357THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR
7358PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE
7359LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
7360OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION
7361AND LIMITATION MAY NOT APPLY TO YOU.
7362
736310.0 U.S. GOVERNMENT END USERS
7364
7365U.S. Government: If this Software is being acquired by or on behalf
7366of the U.S. Government or by a U.S. Government prime contractor or subcontractor
7367
7368(at any tier), then the Government''s rights in the Software and accompanying
7369documentation shall be only as set forth in this license; this is in accordance
7370with 48 C.F.R. 227.7201 through 227.7202-4 (for Department of Defense (DoD)
7371acquisitions) and with 48 C.F.R. 2.101 and 12.212 (for non-DoD acquisitions).
7372
737311.0 MISCELLANEOUS
7374
7375This License represents the complete agreement concerning subject matter
7376hereof. If any provision of this License is held to be unenforceable, such
7377provision shall be reformed only to the extent necessary to make it enforceable.
7378
7379This License shall be governed by California law provisions (except to
7380the extent applicable law, if any, provides otherwise), excluding its
7381conflict-of-law
7382provisions. With respect to disputes in which at least one party is a citizen
7383of, or an entity chartered or registered to do business in the United States
7384of America, any litigation relating to this License shall be subject to
7385the jurisdiction of the Federal Courts of the Northern District of California,
7386with venue lying in Santa Clara County, California, with the losing party
7387responsible for costs, including without limitation, court costs and reasonable
7388attorneys'' fees and expenses. The application of the United Nations Convention
7389on Contracts for the International Sale of Goods is expressly excluded.
7390Any law or regulation which provides that the language of a contract shall
7391be construed against the drafter shall not apply to this License.
7392
7393EXHIBIT A - Sun Standards License
7394
7395"The contents of this file are subject to the Sun Standards
7396License Version 1.1 (the "License");
7397You may not use this file except in compliance with the
7398License. You may obtain a copy of the
7399License at _______________________________.
7400
7401Software distributed under the License is distributed on
7402an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
7403express or implied. See the License for the specific
7404language governing rights and limitations under the License.
7405
7406The Original Code is ______________________________________.
7407
7408The Initial Developer of the Original Code is:
7409Sun Microsystems, Inc..
7410
7411Portions created by: _______________________________________
7412
7413are Copyright (C): _______________________________________
7414
7415All Rights Reserved.
7416
7417Contributor(s): _______________________________________
7418
7419EXHIBIT B - Standards
7420
7421The Standard is defined as the following:
7422
7423OpenOffice.org XML File Format Specification, located at
7424href="http://xml.openoffice.org">http://xml.openoffice.org
7425
7426OpenOffice.org Application Programming Interface Specification, located
7427at
7428
7429http://api.openoffice.org', 'http://www.opensource.org/licenses/sisslpl.php', NULL, NULL, NULL, 'Sun Industry Standards Source License', NULL, NULL, NULL, '', NULL, false, false, false, '5ebc45f58d5d2a638a8afb243a43f400', 1, NULL);
7430INSERT INTO license_ref VALUES (377, 'FedoraCLA', 'The Fedora Project
7431
7432Individual Contributor License Agreement (CLA)
7433
7434http://fedoraproject.org/wiki/Legal/Licenses/CLA
7435
7436Thank you for your interest in The Fedora Project (the "Project"). In order to clarify the intellectual property license granted with Contributions from any person or entity, Red Hat, Inc. ("Red Hat"), as maintainer of the Project, must have a Contributor License Agreement (CLA) on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for Your protection as a Contributor as well as the protection of the Project and its users; it does not change your rights to use your own Contributions for any other purpose.
7437
7438You and the Project hereby accept and agree to the following terms and conditions:
7439
74401. Contributors and Contributions.
7441A. The Project and any individual or legal entity that voluntarily submits to the Project a Contribution are collectively addressed herein as "Contributors". For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
7442B. A "Contribution" is any original work, including any modification or addition to an existing work, that has been submitted for inclusion in, or documentation of, any of the products owned or managed by the Project, where such work originates from that particular Contributor or from some entity acting on behalf of that Contributor.
7443C. A Contribution is "submitted" when any form of electronic, verbal, or written communication is sent to the Project, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Project for the purpose of discussing or improving software or documentation of the Project, but excluding communication that is conspicuously marked or otherwise designated in writing by you as "Not a Contribution."
7444D. Any Contribution submitted by you to the Project shall be under the terms and conditions of this License, without any additional terms or conditions, unless you explicitly state otherwise in the submission.
74452. Contributor Grant of License. You hereby grant to Red Hat, Inc., on behalf of the Project, and to recipients of software distributed by the Project:
7446(a) a perpetual, non-exclusive, worldwide, fully paid-up, royalty free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute your Contribution and such derivative works; and,
7447(b) a perpetual, non-exclusive, worldwide, fully paid-up, royalty free, irrevocable (subject to Section 3) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer your Contribution and derivative works thereof, where such license applies only to those patent claims licensable by you that are necessarily infringed by your Contribution alone or by combination of your Contribution with the work to which you submitted the Contribution. Except for the license granted in this section, you reserve all right, title and interest in and to your Contributions.
74483. Reciprocity. As of the date any such litigation is filed, your patent grant shall immediately terminate with respect to any party that institutes patent litigation against you (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the work to which you have contributed, constitutes direct or contributory patent infringement.
74494. You represent that you are legally entitled to grant the above license. If your employer(s) has rights to intellectual property that you create that includes your Contributions, you represent that you have received permission to make Contributions on behalf of that employer, that your employer has waived such rights for your Contributions to the Project, or that your employer has executed a separate Corporate CLA with the Project.
74505. You represent that each of your Contributions is your original creation (see section 7 for submissions on behalf of others). You represent that your Contribution submission(s) include complete details of any third-party license or other restriction (including, but not limited to, related copyright, patents and trademarks) of which you are personally aware and which are associated with any part of your Contribution.
74516. You are not expected to provide support for your Contributions, except to the extent you desire to provide support. You may provide support for free, for a fee, or not at all. Your Contributions are provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.
74527. Should you wish to submit work that is not your original creation, you may submit it to the Project separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here] ".
74538. You agree to notify the Project of any facts or circumstances of which you become aware that would make these representations inaccurate in any respect.
74549. The Project is under no obligations to accept and include every contribution..', 'http://fedoraproject.org/wiki/Legal/Licenses/CLA', NULL, NULL, NULL, 'Fedora Individual Contributor License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, 'abe5bdb4220e42552ad59d661552d539', 1, NULL);
7455INSERT INTO license_ref VALUES (244, 'ZPL-1.1', 'Zope Public License (ZPL) Version 1.1
7456
7457Copyright (c) Zope Corporation. All rights reserved.
7458
7459This license has been certified as open source.
7460
7461Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
7462
7463Redistributions in source code must retain the above copyright notice, this list of conditions, and the following disclaimer.
7464Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution.
7465All advertising materials and documentation mentioning features derived from or use of this software must display the following acknowledgement:
7466"This product includes software developed by Zope Corporation for use in the Z Object Publishing Environment (http://www.zope.com/)."
7467
7468In the event that the product being advertised includes an intact Zope distribution (with copyright and license included) then this clause is waived.
7469
7470Names associated with Zope or Zope Corporation must not be used to endorse or promote products derived from this software without prior written permission from Zope Corporation.
7471Modified redistributions of any form whatsoever must retain the following acknowledgment:
7472"This product includes software developed by Zope Corporation for use in the Z Object Publishing Environment (http://www.zope.com/)."
7473
7474Intact (re-)distributions of any official Zope release do not require an external acknowledgement.
7475
7476Modifications are encouraged but must be packaged separately as patches to official Zope releases. Distributions that do not clearly separate the patches from the original work must be clearly labeled as unofficial distributions. Modifications which do not carry the name Zope may be packaged in any form, as long as they conform to all of the clauses above.
7477Disclaimer
7478THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7479
7480This software consists of contributions made by Zope Corporation and many individuals on behalf of Zope Corporation. Specific attributions are listed in the accompanying credits file.', 'http://www.zope.org/Resources/License/ZPL-1.1', NULL, NULL, NULL, 'Zope Public License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, '5d561229dc0b5c07e7f6fe96333afb5b', 1, NULL);
7481INSERT INTO license_ref VALUES (246, 'Trolltech', 'Trolltech GPL Exception Version 1.1
7482
7483Additional rights granted beyond the GPL (the "Exception").
7484
7485As a special exception to the terms and conditions of version 2.0 of the GPL, Trolltech hereby grants you the rights described below, provided you agree to the terms and conditions in this Exception, including its obligations and restrictions on use.
7486
7487Nothing in this Exception gives you or anyone else the right to change the licensing terms of the Qt Open Source Edition.
7488
7489Below, "Licensed Software" shall refer to the software licensed under the GPL and this exception.
7490
74911) The right to use Open Source Licenses not compatible with the GNU General Public License: You may link software (hereafter referred to as "Your Software") against the Licensed Software and/or distribute binaries of Your Software linked against the Licensed Software, provided that:
7492
7493A) Your Software is licensed under one of the following licenses:
7494
7495License name	Version(s)/Copyright Date
7496Academic Free License	2.0, 2.1, 3.0
7497Apache Software License	1.0 or 1.1
7498Apache License	2.0
7499Apple Public Source License	2.0
7500Artistic license	From Perl 5.8.0
7501BSD license	"July 22 1999"
7502Common Public License	1.0
7503Eclipse Public License	1.0
7504GNU Library or "Lesser" General Public License (LGPL)	2.0 or 2.1
7505Jabber Open Source License	1.0
7506MIT License	(as set forth in the addendum file)
7507Mozilla Public License (MPL)	1.0 or 1.1
7508Open Software License	2.0, 3.0
7509OpenSSL license (with original SSLeay license)	"2003" ("1998")
7510PHP License	3.0
7511Python license (CNRI Python License)	(as set forth in the addendum file)
7512Python Software Foundation License	2.1.1
7513Q Public License	v1.0
7514Sleepycat License	"1999"
7515W3C License	"2001"
7516X11 License	X11R6.6
7517Zlib/libpng License	(as set forth in the addendum file)
7518Zope Public License	2.0, 2.1
7519(Licenses without a specific version number or date are reproduced in the Addendum to the Trolltech GPL Exception Version 1.0.
7520
7521and
7522
7523B) You must, on request, make a complete package including the complete source code of Your Software (as defined in the GNU General Public License version 2, section 3, but excluding anything excluded by the special exception in the same section) available to Trolltech under the same license as that granted to other recipients of the source code of Your Software.
7524
7525and
7526
7527C) Your or any other contributor''s rights to:
7528
7529i) distribute the source code of Your Software to anyone for any purpose;
7530
7531and
7532
7533ii) publicly discuss the development project for Your Software and its goals in any form and in any forum
7534
7535are not prohibited by any legal instrument, including but not limited to contracts, non-disclosure agreements, and employee contracts.
7536
75372) The right to link non-Open Source applications with pre-installed versions of the Licensed Software: You may link applications with binary pre-installed versions of the Licensed Software, provided that such applications have been developed and are deployed in accordance with the terms and conditions of the Qt Commercial License Agreement.
7538', 'http://doc.trolltech.com/4.3/license-gpl-exceptions.html', NULL, NULL, NULL, 'Trolltech GPL Exception 1.1', NULL, NULL, NULL, '', NULL, false, false, true, '0da1a47ef1495e251e04ba21583624c4', 1, NULL);
7539INSERT INTO license_ref VALUES (247, 'Adobe', 'Adobe Systems Incorporated(r) Source Code License Agreement
7540Copyright(c) 2006 Adobe Systems Incorporated. All rights reserved.
7541
7542Please read this Source Code License Agreement carefully before using
7543the source code.
7544
7545Adobe Systems Incorporated grants to you a perpetual, worldwide, non-exclusive,
7546no-charge, royalty-free, irrevocable copyright license, to reproduce,
7547prepare derivative works of, publicly display, publicly perform, and
7548distribute this source code and such derivative works in source or
7549object code form without any attribution requirements.
7550
7551The name "Adobe Systems Incorporated" must not be used to endorse or promote products derived from the source code without prior written permission.
7552
7553You agree to indemnify, hold harmless and defend Adobe Systems Incorporated from and against any loss, damage, claims or lawsuits, including attorney''s fees that arise or result from your use or distribution of the source code.
7554
7555THIS SOURCE CODE IS PROVIDED "AS IS" AND "WITH ALL FAULTS", WITHOUT
7556ANY TECHNICAL SUPPORT OR ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING,
7557BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
7558FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ALSO, THERE IS NO WARRANTY OF
7559NON-INFRINGEMENT, TITLE OR QUIET ENJOYMENT. IN NO EVENT SHALL MACROMEDIA
7560OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
7561EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
7562PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
7563OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
7564WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
7565OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOURCE CODE, EVEN IF
7566ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7567', 'http://fedoraproject.org/wiki/Licensing/AdobeLicense', NULL, NULL, NULL, 'Adobe Source Code License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, 'ba29fac4653014dee12e7ff21c3f961b', 1, NULL);
7568INSERT INTO license_ref VALUES (245, 'Alfresco-FLOSS', 'Version 0.5, 30 August 2006
7569
7570Exception Intent
7571
7572We want specified Free/Libre and Open Source Software ("FLOSS") applications to be able to use specified GPL-licensed Alfresco software (the "Program") despite the fact that not all FLOSS licenses are compatible with version 2 of the GNU General Public License (the "GPL")
7573Legal Terms and Conditions
7574
7575As a special exception to the terms and conditions of version 2.0 of the GPL:
7576
7577You are free to distribute a Derivative Work that is formed entirely from the Program and one or more works (each, a "FLOSS Work") licensed under one or more of the licenses listed below in section 1, as long as:
7578
7579You obey the GPL in all respects for the Program and the Derivative Work, except for identifiable sections of the Derivative Work which are not derived from the Program, and which can reasonably be considered independent and separate works in themselves,
7580all identifiable sections of the Derivative Work which are not derived from the Program, and which can reasonably be considered independent and separate works in themselves,
7581are distributed subject to one of the FLOSS licenses listed below, and
7582the object code or executable form of those sections are accompanied by the complete corresponding machine-readable source code for those sections on the same medium and under the same FLOSS license as the corresponding object code or executable forms of those sections, and
7583any works which are aggregated with the Program or with a Derivative Work on a volume of a storage or distribution medium in accordance with the GPL, can reasonably be considered independent and separate works in themselves which are not derivatives of either the Program, a Derivative Work or a FLOSS Work.
7584If the above conditions are not met, then the Program may only be copied, modified, distributed or used under the terms and conditions of the GPL or another valid licensing option from Alfresco Software, Ltd.
7585
75861. FLOSS License List
7587
7588License name	Version(s)/Copyright Date
7589Academic Free License	2.0
7590Apache Software License	1.0/1.1/2.0
7591Apple Public Source License	2.0
7592Artistic license	From Perl 5.8.0
7593BSD license	"July 22 1999"
7594Common Development and Distribution License (CDDL)	1.0
7595Common Public License	1.0
7596GNU Library or "Lesser" General Public License (LGPL)	2.0/2.1
7597Jabber Open Source License	1.0
7598MIT License (As listed in file MIT-License.txt)	-
7599Mozilla Public License (MPL)	1.0/1.1
7600Open Software License	2.0
7601OpenSSL license (with original SSLeay license)	 "2003" ("1998")
7602PHP License	3.0
7603Python license (CNRI Python License)	-
7604Python Software Foundation License	2.1.1
7605Sleepycat License	"1999"
7606University of Illinois/NCSA Open Source License	-
7607W3C License	"2001"
7608X11 License	"2001"
7609Zlib/libpng License	-
7610Zope Public License	2.0
7611Due to the many variants of some of the above licenses, we require that any version follow the 2003 version of the Free Software Foundation''s Free Software Definition (http://www.gnu.org/philosophy/free-sw.html) or version 1.9 of the Open Source Definition by the Open Source Initiative (http://www.opensource.org/docs/definition.php).
7612
76132. Definitions
7614
7615Terms used, but not defined, herein shall have the meaning provided in the GPL.
7616Derivative Work means a derivative work under copyright law.
76173. Applicability
7618
7619This FLOSS Exception applies to all Programs that contain a notice placed by Alfresco Software, Ltd. saying that the Program may be distributed under the terms of this FLOSS Exception. If you create or distribute a work which is a Derivative Work of both the Program and any other work licensed under the GPL, then this FLOSS Exception is not available for that work; thus, you must remove the FLOSS Exception notice from that work and comply with the GPL in all respects, including by retaining all GPL notices. You may choose to redistribute a copy of the Program exclusively under the terms of the GPL by removing the FLOSS Exception notice from that copy of the Program, provided that the copy has never been modified by you or any third party.
7620
7621Appendix A. Qualified Libraries and Packages
7622
7623The following is a a non-exhaustive list of libraries and packages which are covered by the FLOSS License Exception. Please note that appendix is merely provided as an additional service to specific FLOSS projects who wish to simplify licensing information for their users. Compliance with one of the licenses noted under the "FLOSS license list" section remains a prerequisite.
7624
7625Package name	Qualifying License and Version
7626Apache Portable Runtime (APR)	Apache Software License 2.0', 'http://www.alfresco.com/legal', NULL, NULL, NULL, 'The Alfresco Software, Ltd. Exception for Free/Libre and Open Source Software-only Applications', NULL, NULL, NULL, '', NULL, false, false, false, 'a1b8e2aabc778e29a6d27bcc1286fdab', 1, NULL);
7627INSERT INTO license_ref VALUES (405, 'CC-BY-ND-2.0', 'Creative Commons Attribution-NoDerivs 2.0
7628
7629CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
7630LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
7631ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
7632ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
7633INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
7634ITS USE.
7635
7636License
7637
7638THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
7639COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
7640COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
7641AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
7642
7643BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
7644TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
7645RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
7646AND CONDITIONS.
7647
76481. Definitions
7649
7650a. "Collective Work" means a work, such as a periodical issue, anthology
7651or encyclopedia, in which the Work in its entirety in unmodified form,
7652along with a number of other contributions, constituting separate and
7653independent works in themselves, are assembled into a collective whole.
7654A work that constitutes a Collective Work will not be considered a
7655Derivative Work (as defined below) for the purposes of this License.
7656
7657b. "Derivative Work" means a work based upon the Work or upon the Work
7658and other pre-existing works, such as a translation, musical
7659arrangement, dramatization, fictionalization, motion picture version,
7660sound recording, art reproduction, abridgment, condensation, or any
7661other form in which the Work may be recast, transformed, or adapted,
7662except that a work that constitutes a Collective Work will not be
7663considered a Derivative Work for the purpose of this License. For the
7664avoidance of doubt, where the Work is a musical composition or sound
7665recording, the synchronization of the Work in timed-relation with a
7666moving image ("synching") will be considered a Derivative Work for the
7667purpose of this License.
7668
7669c. "Licensor" means the individual or entity that offers the Work under
7670the terms of this License.
7671
7672d. "Original Author" means the individual or entity who created the
7673Work.
7674
7675e. "Work" means the copyrightable work of authorship offered under the
7676terms of this License.
7677
7678f. "You" means an individual or entity exercising rights under this
7679License who has not previously violated the terms of this License with
7680respect to the Work, or who has received express permission from the
7681Licensor to exercise rights under this License despite a previous
7682violation.
7683
76842. Fair Use Rights. Nothing in this license is intended to reduce,
7685limit, or restrict any rights arising from fair use, first sale or other
7686limitations on the exclusive rights of the copyright owner under
7687copyright law or other applicable laws.
7688
76893. License Grant. Subject to the terms and conditions of this License,
7690Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
7691perpetual (for the duration of the applicable copyright) license to
7692exercise the rights in the Work as stated below:
7693
7694a. to reproduce the Work, to incorporate the Work into one or more
7695Collective Works, and to reproduce the Work as incorporated in the
7696Collective Works;
7697
7698b. to distribute copies or phonorecords of, display publicly, perform
7699publicly, and perform publicly by means of a digital audio transmission
7700the Work including as incorporated in Collective Works.
7701
7702c. For the avoidance of doubt, where the work is a musical composition:
7703
7704i. Performance Royalties Under Blanket Licenses. Licensor waives the
7705exclusive right to collect, whether individually or via a performance
7706rights society (e.g. ASCAP, BMI, SESAC), royalties for the public
7707performance or public digital performance (e.g. webcast) of the Work.
7708
7709ii. Mechanical Rights and Statutory Royalties. Licensor waives the
7710exclusive right to collect, whether individually or via a music rights
7711society or designated agent (e.g. Harry Fox Agency), royalties for any
7712phonorecord You create from the Work ("cover version") and distribute,
7713subject to the compulsory license created by 17 USC Section 115 of the
7714US Copyright Act (or the equivalent in other jurisdictions).
7715
7716d. Webcasting Rights and Statutory Royalties. For the avoidance of
7717doubt, where the Work is a sound recording, Licensor waives the
7718exclusive right to collect, whether individually or via a
7719performance-rights society (e.g. SoundExchange), royalties for the
7720public digital performance (e.g. webcast) of the Work, subject to the
7721compulsory license created by 17 USC Section 114 of the US Copyright Act
7722(or the equivalent in other jurisdictions).
7723
7724The above rights may be exercised in all media and formats whether now
7725known or hereafter devised. The above rights include the right to make
7726such modifications as are technically necessary to exercise the rights
7727in other media and formats, but otherwise you have no rights to make
7728Derivative Works. All rights not expressly granted by Licensor are
7729hereby reserved.
7730
77314. Restrictions. The license granted in Section 3 above is expressly
7732made subject to and limited by the following restrictions:
7733
7734a. You may distribute, publicly display, publicly perform, or publicly
7735digitally perform the Work only under the terms of this License, and You
7736must include a copy of, or the Uniform Resource Identifier for, this
7737License with every copy or phonorecord of the Work You distribute,
7738publicly display, publicly perform, or publicly digitally perform. You
7739may not offer or impose any terms on the Work that alter or restrict the
7740terms of this License or the recipients'' exercise of the rights granted
7741hereunder. You may not sublicense the Work. You must keep intact all
7742notices that refer to this License and to the disclaimer of warranties.
7743You may not distribute, publicly display, publicly perform, or publicly
7744digitally perform the Work with any technological measures that control
7745access or use of the Work in a manner inconsistent with the terms of
7746this License Agreement. The above applies to the Work as incorporated in
7747a Collective Work, but this does not require the Collective Work apart
7748from the Work itself to be made subject to the terms of this License. If
7749You create a Collective Work, upon notice from any Licensor You must, to
7750the extent practicable, remove from the Collective Work any reference to
7751such Licensor or the Original Author, as requested.
7752
7753b. If you distribute, publicly display, publicly perform, or publicly
7754digitally perform the Work or Collective Works, You must keep intact all
7755copyright notices for the Work and give the Original Author credit
7756reasonable to the medium or means You are utilizing by conveying the
7757name (or pseudonym if applicable) of the Original Author if supplied;
7758the title of the Work if supplied; and to the extent reasonably
7759practicable, the Uniform Resource Identifier, if any, that Licensor
7760specifies to be associated with the Work, unless such URI does not refer
7761to the copyright notice or licensing information for the Work. Such
7762credit may be implemented in any reasonable manner; provided, however,
7763that in the case of a Collective Work, at a minimum such credit will
7764appear where any other comparable authorship credit appears and in a
7765manner at least as prominent as such other comparable authorship credit.
7766
77675. Representations, Warranties and Disclaimer
7768
7769UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
7770OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
7771KIND CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
7772INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
7773FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
7774LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
7775WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
7776EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
7777
77786. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
7779LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
7780ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
7781ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
7782BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
7783
77847. Termination
7785
7786a. This License and the rights granted hereunder will terminate
7787automatically upon any breach by You of the terms of this License.
7788Individuals or entities who have received Collective Works from You
7789under this License, however, will not have their licenses terminated
7790provided such individuals or entities remain in full compliance with
7791those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any
7792termination of this License.
7793
7794b. Subject to the above terms and conditions, the license granted here
7795is perpetual (for the duration of the applicable copyright in the Work).
7796Notwithstanding the above, Licensor reserves the right to release the
7797Work under different license terms or to stop distributing the Work at
7798any time; provided, however that any such election will not serve to
7799withdraw this License (or any other license that has been, or is
7800required to be, granted under the terms of this License), and this
7801License will continue in full force and effect unless terminated as
7802stated above.
7803
78048. Miscellaneous
7805
7806a. Each time You distribute or publicly digitally perform the Work, the
7807Licensor offers to the recipient a license to the Work on the same terms
7808and conditions as the license granted to You under this License.
7809
7810b. If any provision of this License is invalid or unenforceable under
7811applicable law, it shall not affect the validity or enforceability of
7812the remainder of the terms of this License, and without further action
7813by the parties to this agreement, such provision shall be reformed to
7814the minimum extent necessary to make such provision valid and
7815enforceable.
7816
7817c. No term or provision of this License shall be deemed waived and no
7818breach consented to unless such waiver or consent shall be in writing
7819and signed by the party to be charged with such waiver or consent. This
7820License constitutes the entire agreement between the parties with
7821respect to the Work licensed here. There are no understandings,
7822agreements or representations with respect to the Work not specified
7823here. Licensor shall not be bound by any additional provisions that may
7824appear in any communication from You.
7825
7826d. This License may not be modified without the mutual written agreement
7827of the Licensor and You.
7828
7829
7830Creative Commons is not a party to this License, and makes no warranty
7831whatsoever in connection with the Work. Creative Commons will not be
7832liable to You or any party on any legal theory for any damages
7833whatsoever, including without limitation any general, special,
7834incidental or consequential damages arising in connection to this
7835license. Notwithstanding the foregoing two (2) sentences, if Creative
7836Commons has expressly identified itself as the Licensor hereunder, it
7837shall have all rights and obligations of Licensor.
7838
7839Except for the limited purpose of indicating to the public that the Work
7840is licensed under the CCPL, neither party will use the trademark
7841"Creative Commons" or any related trademark or logo of Creative Commons
7842without the prior written consent of Creative Commons. Any permitted use
7843will be in compliance with Creative Commons'' then-current trademark
7844usage guidelines, as may be published on its website or otherwise made
7845available upon request from time to time.
7846
7847Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by-nd/2.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution No Derivatives 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '4010c0a019f2a5945b448db5f3165cb9', 1, NULL);
7848INSERT INTO license_ref VALUES (4, 'GPL-3.0+', 'GNU GENERAL PUBLIC LICENSE
7849Version 3, 29 June 2007
7850
7851Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
7852
7853Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
7854
7855Preamble
7856
7857The GNU General Public License is a free, copyleft license for software and other kinds of works.
7858
7859The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.
7860
7861When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
7862
7863To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.
7864
7865For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
7866
7867Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.
7868
7869For the developers'' and authors'' protection, the GPL clearly explains that there is no warranty for this free software. For both users'' and authors'' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.
7870
7871Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users'' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.
7872
7873Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.
7874
7875The precise terms and conditions for copying, distribution and modification follow.
7876
7877TERMS AND CONDITIONS
7878
78790. Definitions.
7880“This License” refers to version 3 of the GNU General Public License.
7881
7882“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
7883
7884“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.
7885
7886To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.
7887
7888A “covered work” means either the unmodified Program or a work based on the Program.
7889
7890To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
7891
7892To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
7893
7894An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
7895
78961. Source Code.
7897The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.
7898
7899A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
7900
7901The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
7902
7903The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work''s System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
7904
7905The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
7906
7907The Corresponding Source for a work in source code form is that same work.
7908
79092. Basic Permissions.
7910All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
7911
7912You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
7913
7914Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
7915
79163. Protecting Users'' Legal Rights From Anti-Circumvention Law.
7917No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
7918
7919When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work''s users, your or third parties'' legal rights to forbid circumvention of technological measures.
7920
79214. Conveying Verbatim Copies.
7922You may convey verbatim copies of the Program''s source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
7923
7924You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
7925
79265. Conveying Modified Source Versions.
7927You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
7928
7929a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
7930b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”.
7931c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
7932d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
7933A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation''s users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
7934
79356. Conveying Non-Source Forms.
7936You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
7937
7938a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
7939b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
7940c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
7941d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
7942e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
7943A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
7944
7945A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
7946
7947“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
7948
7949If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
7950
7951The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
7952
7953Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
7954
79557. Additional Terms.
7956“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
7957
7958When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
7959
7960Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
7961
7962a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
7963b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
7964c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
7965d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
7966e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
7967f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
7968All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
7969
7970If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
7971
7972Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
7973
79748. Termination.
7975You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
7976
7977However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
7978
7979Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
7980
7981Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
7982
79839. Acceptance Not Required for Having Copies.
7984You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
7985
798610. Automatic Licensing of Downstream Recipients.
7987Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
7988
7989An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party''s predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
7990
7991You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
7992
799311. Patents.
7994A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor''s “contributor version”.
7995
7996A contributor''s “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
7997
7998Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor''s essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
7999
8000In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
8001
8002If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient''s use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
8003
8004If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
8005
8006A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
8007
8008Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
8009
801012. No Surrender of Others'' Freedom.
8011If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
8012
801313. Use with the GNU Affero General Public License.
8014Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.
8015
801614. Revised Versions of this License.
8017The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
8018
8019Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.
8020
8021If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy''s public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
8022
8023Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
8024
802515. Disclaimer of Warranty.
8026THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
8027
802816. Limitation of Liability.
8029IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
8030
803117. Interpretation of Sections 15 and 16.
8032If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
8033
8034END OF TERMS AND CONDITIONS
8035
8036How to Apply These Terms to Your New Programs
8037If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
8038
8039To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.
8040
8041<one line to give the program''s name and a brief idea of what it does.>
8042Copyright (C) <year> <name of author>
8043
8044This program is free software: you can redistribute it and/or modify
8045it under the terms of the GNU General Public License as published by
8046the Free Software Foundation, either version 3 of the License, or
8047(at your option) any later version.
8048
8049This program is distributed in the hope that it will be useful,
8050but WITHOUT ANY WARRANTY; without even the implied warranty of
8051MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8052GNU General Public License for more details.
8053
8054You should have received a copy of the GNU General Public License
8055along with this program. If not, see <http://www.gnu.org/licenses/>.
8056
8057Also add information on how to contact you by electronic and paper mail.
8058
8059If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:
8060
8061<program> Copyright (C) <year> <name of author>
8062This program comes with ABSOLUTELY NO WARRANTY; for details type `show w''.
8063This is free software, and you are welcome to redistribute it
8064under certain conditions; type `show c'' for details.
8065
8066The hypothetical commands `show w'' and `show c'' should show the appropriate parts of the General Public License. Of course, your program''s commands might be different; for a GUI interface, you would use an “about box”.
8067
8068You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http://www.gnu.org/licenses/>.
8069
8070The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http://www.gnu.org/philosophy/why-not-lgpl.html>. ', 'http://www.opensource.org/licenses/GPL-3.0', NULL, NULL, NULL, 'GNU General Public License v3.0 or later', NULL, NULL, NULL, '', NULL, false, false, false, '5c4ec7d4e247976d88d5d030f9b98ffc', 1, NULL);
8071INSERT INTO license_ref VALUES (8, 'LGPL-2.1+', 'GNU LESSER GENERAL PUBLIC LICENSE
8072
8073Version 2.1, February 1999
8074
8075Copyright (C) 1991, 1999 Free Software Foundation, Inc.
807651 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
8077Everyone is permitted to copy and distribute verbatim copies
8078of this license document, but changing it is not allowed.
8079
8080[This is the first released version of the Lesser GPL. It also counts
8081as the successor of the GNU Library Public License, version 2, hence
8082the version number 2.1.]
8083
8084Preamble
8085
8086The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.
8087
8088This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below.
8089
8090When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things.
8091
8092To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it.
8093
8094For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights.
8095
8096We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library.
8097
8098To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author''s reputation will not be affected by problems that might be introduced by others.
8099
8100Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license.
8101
8102Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs.
8103
8104When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library.
8105
8106We call this license the "Lesser" General Public License because it does Less to protect the user''s freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances.
8107
8108For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License.
8109
8110In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system.
8111
8112Although the Lesser General Public License is Less protective of the users'' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library.
8113
8114The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run.
8115
8116TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
8117
81180. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you".
8119
8120A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables.
8121
8122The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".)
8123
8124"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library.
8125
8126Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.
8127
81281. You may copy and distribute verbatim copies of the Library''s complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library.
8129
8130You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
8131
81322. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
8133
8134a) The modified work must itself be a software library.
8135b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.
8136c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License.
8137d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful.
8138(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.)
8139
8140These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
8141
8142Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library.
8143
8144In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
8145
81463. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices.
8147
8148Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy.
8149
8150This option is useful when you wish to copy part of the code of the Library into a program that is not a library.
8151
81524. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange.
8153
8154If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code.
8155
81565. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.
8157
8158However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.
8159
8160When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.
8161
8162If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)
8163
8164Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.
8165
81666. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer''s own use and reverse engineering for debugging such modifications.
8167
8168You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things:
8169
8170a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.)
8171b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user''s computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with.
8172c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution.
8173d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place.
8174e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy.
8175For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
8176
8177It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute.
8178
81797. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things:
8180
8181a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above.
8182b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
81838. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
8184
81859. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it.
8186
818710. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients'' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License.
8188
818911. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library.
8190
8191If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances.
8192
8193It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
8194
8195This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
8196
819712. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
8198
819913. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
8200
8201Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation.
8202
820314. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
8204
8205NO WARRANTY
8206
820715. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
8208
820916. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
8210
8211END OF TERMS AND CONDITIONS
8212
8213How to Apply These Terms to Your New Libraries
8214
8215If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License).
8216
8217To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
8218
8219one line to give the library''s name and an idea of what it does.
8220Copyright (C) year name of author
8221
8222This library is free software; you can redistribute it and/or
8223modify it under the terms of the GNU Lesser General Public
8224License as published by the Free Software Foundation; either
8225version 2.1 of the License, or (at your option) any later version.
8226
8227This library is distributed in the hope that it will be useful,
8228but WITHOUT ANY WARRANTY; without even the implied warranty of
8229MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
8230Lesser General Public License for more details.
8231
8232You should have received a copy of the GNU Lesser General Public
8233License along with this library; if not, write to the Free Software
8234Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
8235Also add information on how to contact you by electronic and paper mail.
8236
8237You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:
8238
8239Yoyodyne, Inc., hereby disclaims all copyright interest in
8240the library `Frob'' (a library for tweaking knobs) written
8241by James Random Hacker.
8242
8243signature of Ty Coon, 1 April 1990
8244Ty Coon, President of Vice
8245That''s all there is to it! ', 'http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html', NULL, NULL, NULL, 'GNU Lesser General Public License v2.1 or later', NULL, NULL, NULL, '', NULL, false, false, false, '452a64d7e25f94ca98bca4475306c66d', 1, NULL);
8246INSERT INTO license_ref VALUES (323, 'OSL-1.0', 'Open Software License, v 1.0
8247
8248The Open Software License
8249v. 1.0
8250
8251This Open Software License (the "License") applies to any original
8252work of authorship (the "Original Work") whose owner (the "Licensor")
8253has placed the following notice immediately following the copyright
8254notice for the Original Work: "Licensed under the Open Software
8255License version 1.0"
8256
8257License Terms
8258
82591) Grant of Copyright License. Licensor hereby grants You a
8260world-wide, royalty-free, non-exclusive, perpetual, non-sublicenseable
8261license to do the following:
8262
8263a) to reproduce the Original Work in copies;
8264
8265b) to prepare derivative works ("Derivative Works") based upon the
8266Original Work;
8267
8268c) to distribute copies of the Original Work and Derivative Works
8269to the public, with the proviso that copies of Original Work or
8270Derivative Works that You distribute shall be licensed under the
8271Open Software License;
8272
8273d) to perform the Original Work publicly; and
8274
8275e) to display the Original Work publicly.
8276
82772) Grant of Patent License. Licensor hereby grants You a world-wide,
8278royalty-free, non-exclusive, perpetual, non-sublicenseable license,
8279under patent claims owned or controlled by the Licensor that are
8280embodied in the Original Work as furnished by the Licensor ("Licensed
8281Claims") to make, use, sell and offer for sale the Original Work.
8282Licensor hereby grants You a world-wide, royalty-free, non-exclusive,
8283perpetual, non-sublicenseable license under the Licensed Claims to
8284make, use, sell and offer for sale Derivative Works.
8285
82863) Grant of Source Code License. The term "Source Code" means the
8287preferred form of the Original Work for making modifications to it and
8288all available documentation describing how to access and modify the
8289Original Work. Licensor hereby agrees to provide a machine-readable
8290copy of the Source Code of the Original Work along with each copy of
8291the Original Work that Licensor distributes. Licensor reserves the
8292right to satisfy this obligation by placing a machine-readable copy of
8293the Source Code in an information repository reasonably calculated to
8294permit inexpensive and convenient access by You for as long as
8295Licensor continues to distribute the Original Work, and by publishing
8296the address of that information repository in a notice immediately
8297following the copyright notice that applies to the Original Work.
8298
82994) Exclusions From License Grant. Nothing in this License shall be
8300deemed to grant any rights to trademarks, copyrights, patents, trade
8301secrets or any other intellectual property of Licensor except as
8302expressly stated herein. No patent license is granted to make, use,
8303sell or offer to sell embodiments of any patent claims other than the
8304Licensed Claims defined in Section 2. No right is granted to the
8305trademarks of Licensor even if such marks are included in the Original
8306Work. Nothing in this License shall be interpreted to prohibit
8307Licensor from licensing under different terms from this License any
8308Original Work that Licensor otherwise would have a right to license.
8309
83105) External Deployment. The term "External Deployment" means the use
8311or distribution of the Original Work or Derivative Works in any way
8312such that the Original Work or Derivative Works may be accessed or
8313used by anyone other than You, whether the Original Work or Derivative
8314Works are distributed to those persons, made available as an
8315application intended for use over a computer network, or used to
8316provide services or otherwise deliver content to anyone other than
8317You. As an express condition for the grants of license hereunder, You
8318agree that any External Deployment by You shall be deemed a
8319distribution and shall be licensed to all under the terms of this
8320License, as prescribed in section 1(c) herein.
8321
83226) Warranty and Disclaimer of Warranty. LICENSOR WARRANTS THAT THE
8323COPYRIGHT IN AND TO THE ORIGINAL WORK IS OWNED BY THE LICENSOR OR THAT
8324THE ORIGINAL WORK IS DISTRIBUTED BY LICENSOR UNDER A VALID CURRENT
8325LICENSE FROM THE COPYRIGHT OWNER. EXCEPT AS EXPRESSLY STATED IN THE
8326IMMEDIATELY PRECEEDING SENTENCE, THE ORIGINAL WORK IS PROVIDED UNDER
8327THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY, EITHER EXPRESS OR
8328IMPLIED, INCLUDING, WITHOUT LIMITATION, THE WARRANTY OF
8329NON-INFRINGEMENT AND WARRANTIES THAT THE ORIGINAL WORK IS MERCHANTABLE
8330OR FIT FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF
8331THE ORIGINAL WORK IS WITH YOU. THIS DISCLAIMER OF WARRANTY CONSTITUTES
8332AN ESSENTIAL PART OF THIS LICENSE. NO LICENSE TO ORIGINAL WORK IS
8333GRANTED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
8334
83357) Limitation of Liability. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
8336THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE,
8337SHALL THE LICENSOR BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT,
8338SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING
8339AS A RESULT OF THIS LICENSE OR THE USE OF THE ORIGINAL WORK INCLUDING,
8340WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE,
8341COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL
8342DAMAGES OR LOSSES, EVEN IF SUCH PERSON SHALL HAVE BEEN INFORMED OF THE
8343POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT
8344APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH
8345PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
8346LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
8347LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION
8348AND LIMITATION MAY NOT APPLY TO YOU.
8349
83508) Acceptance and Termination. Nothing else but this License (or
8351another written agreement between Licensor and You) grants You
8352permission to create Derivative Works based upon the Original Work,
8353and any attempt to do so except under the terms of this License (or
8354another written agreement between Licensor and You) is expressly
8355prohibited by U.S. copyright law, the equivalent laws of other
8356countries, and by international treaty. Therefore, by exercising any
8357of the rights granted to You in Sections 1 and 2 herein, You indicate
8358Your acceptance of this License and all of its terms and conditions.
8359This license shall terminate immediately and you may no longer
8360exercise any of the rights granted to You by this License upon Your
8361failure to honor the proviso in Section 1(c) herein.
8362
83639) Mutual Termination for Patent Action. This License shall terminate
8364automatically and You may no longer exercise any of the rights granted
8365to You by this License if You file a lawsuit in any court alleging
8366that any OSI Certified open source software that is licensed under any
8367license containing this "Mutual Termination for Patent Action" clause
8368infringes any patent claims that are essential to use that software.
8369
837010) Jurisdiction, Venue and Governing Law. You agree that any lawsuit
8371arising under or relating to this License shall be maintained in the
8372courts of the jurisdiction wherein the Licensor resides or in which
8373Licensor conducts its primary business, and under the laws of that
8374jurisdiction excluding its conflict-of-law provisions. The application
8375of the United Nations Convention on Contracts for the International
8376Sale of Goods is expressly excluded. Any use of the Original Work
8377outside the scope of this License or after its termination shall be
8378subject to the requirements and penalties of the U.S. Copyright Act,
837917 U.S.C. § 101 et seq., the equivalent laws of other countries, and
8380international treaty. This section shall survive the termination of
8381this License.
8382
838311) Attorneys Fees. In any action to enforce the terms of this License
8384or seeking damages relating thereto, the prevailing party shall be
8385entitled to recover its costs and expenses, including, without
8386limitation, reasonable attorneys'' fees and costs incurred in
8387connection with such action, including any appeal of such action. This
8388section shall survive the termination of this License.
8389
839012) Miscellaneous. This License represents the complete agreement
8391concerning the subject matter hereof. If any provision of this License
8392is held to be unenforceable, such provision shall be reformed only to
8393the extent necessary to make it enforceable.
8394
839513) Definition of "You" in This License. "You" throughout this
8396License, whether in upper or lower case, means an individual or a
8397legal entity exercising rights under, and complying with all of the
8398terms of, this License. For legal entities, "You" includes any entity
8399that controls, is controlled by, or is under common control with you.
8400For purposes of this definition, "control" means (i) the power, direct
8401or indirect, to cause the direction or management of such entity,
8402whether by contract or otherwise, or (ii) ownership of fifty percent
8403(50%) or more of the outstanding shares, or (iii) beneficial ownership
8404of such entity.
8405
8406This license is Copyright (C) 2002 Lawrence E. Rosen. All rights
8407reserved. Permission is hereby granted to copy and distribute this
8408license without modification. This license may not be modified without
8409the express written permission of its copyright owner.', 'http://www.opensource.org/licenses/osl-1.0.txt', NULL, NULL, NULL, 'Open Software License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'e58c1a02d9c740b7888c76e08cabb64f', 1, NULL);
8410INSERT INTO license_ref VALUES (384, 'GPL-1.0', '                    GNU GENERAL PUBLIC LICENSE
8411                     Version 1, February 1989
8412
8413 Copyright (C) 1989 Free Software Foundation, Inc.
8414                    51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
8415
8416 Everyone is permitted to copy and distribute verbatim copies
8417 of this license document, but changing it is not allowed.
8418
8419                            Preamble
8420
8421  The license agreements of most software companies try to keep users
8422at the mercy of those companies.  By contrast, our General Public
8423License is intended to guarantee your freedom to share and change free
8424software--to make sure the software is free for all its users.  The
8425General Public License applies to the Free Software Foundation''s
8426software and to any other program whose authors commit to using it.
8427You can use it for your programs, too.
8428
8429  When we speak of free software, we are referring to freedom, not
8430price.  Specifically, the General Public License is designed to make
8431sure that you have the freedom to give away or sell copies of free
8432software, that you receive source code or can get it if you want it,
8433that you can change the software or use pieces of it in new free
8434programs; and that you know you can do these things.
8435
8436  To protect your rights, we need to make restrictions that forbid
8437anyone to deny you these rights or to ask you to surrender the rights.
8438These restrictions translate to certain responsibilities for you if you
8439distribute copies of the software, or if you modify it.
8440
8441  For example, if you distribute copies of a such a program, whether
8442gratis or for a fee, you must give the recipients all the rights that
8443you have.  You must make sure that they, too, receive or can get the
8444source code.  And you must tell them their rights.
8445
8446  We protect your rights with two steps: (1) copyright the software, and
8447(2) offer you this license which gives you legal permission to copy,
8448distribute and/or modify the software.
8449
8450  Also, for each author''s protection and ours, we want to make certain
8451that everyone understands that there is no warranty for this free
8452software.  If the software is modified by someone else and passed on, we
8453want its recipients to know that what they have is not the original, so
8454that any problems introduced by others will not reflect on the original
8455authors'' reputations.
8456
8457  The precise terms and conditions for copying, distribution and
8458modification follow.
8459
8460                    GNU GENERAL PUBLIC LICENSE
8461   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
8462
8463  0. This License Agreement applies to any program or other work which
8464contains a notice placed by the copyright holder saying it may be
8465distributed under the terms of this General Public License.  The
8466"Program", below, refers to any such program or work, and a "work based
8467on the Program" means either the Program or any work containing the
8468Program or a portion of it, either verbatim or with modifications.  Each
8469licensee is addressed as "you".
8470
8471  1. You may copy and distribute verbatim copies of the Program''s source
8472code as you receive it, in any medium, provided that you conspicuously and
8473appropriately publish on each copy an appropriate copyright notice and
8474disclaimer of warranty; keep intact all the notices that refer to this
8475General Public License and to the absence of any warranty; and give any
8476other recipients of the Program a copy of this General Public License
8477along with the Program.  You may charge a fee for the physical act of
8478transferring a copy.
8479
8480  2. You may modify your copy or copies of the Program or any portion of
8481it, and copy and distribute such modifications under the terms of Paragraph
84821 above, provided that you also do the following:
8483
8484    a) cause the modified files to carry prominent notices stating that
8485    you changed the files and the date of any change; and
8486
8487    b) cause the whole of any work that you distribute or publish, that
8488    in whole or in part contains the Program or any part thereof, either
8489    with or without modifications, to be licensed at no charge to all
8490    third parties under the terms of this General Public License (except
8491    that you may choose to grant warranty protection to some or all
8492    third parties, at your option).
8493
8494    c) If the modified program normally reads commands interactively when
8495    run, you must cause it, when started running for such interactive use
8496    in the simplest and most usual way, to print or display an
8497    announcement including an appropriate copyright notice and a notice
8498    that there is no warranty (or else, saying that you provide a
8499    warranty) and that users may redistribute the program under these
8500    conditions, and telling the user how to view a copy of this General
8501    Public License.
8502
8503    d) You may charge a fee for the physical act of transferring a
8504    copy, and you may at your option offer warranty protection in
8505    exchange for a fee.
8506
8507Mere aggregation of another independent work with the Program (or its
8508derivative) on a volume of a storage or distribution medium does not bring
8509the other work under the scope of these terms.
8510
8511  3. You may copy and distribute the Program (or a portion or derivative of
8512it, under Paragraph 2) in object code or executable form under the terms of
8513Paragraphs 1 and 2 above provided that you also do one of the following:
8514
8515    a) accompany it with the complete corresponding machine-readable
8516    source code, which must be distributed under the terms of
8517    Paragraphs 1 and 2 above; or,
8518
8519    b) accompany it with a written offer, valid for at least three
8520    years, to give any third party free (except for a nominal charge
8521    for the cost of distribution) a complete machine-readable copy of the
8522    corresponding source code, to be distributed under the terms of
8523    Paragraphs 1 and 2 above; or,
8524
8525    c) accompany it with the information you received as to where the
8526    corresponding source code may be obtained.  (This alternative is
8527    allowed only for noncommercial distribution and only if you
8528    received the program in object code or executable form alone.)
8529
8530Source code for a work means the preferred form of the work for making
8531modifications to it.  For an executable file, complete source code means
8532all the source code for all modules it contains; but, as a special
8533exception, it need not include source code for modules which are standard
8534libraries that accompany the operating system on which the executable
8535file runs, or for standard header files or definitions files that
8536accompany that operating system.
8537
8538  4. You may not copy, modify, sublicense, distribute or transfer the
8539Program except as expressly provided under this General Public License.
8540Any attempt otherwise to copy, modify, sublicense, distribute or transfer
8541the Program is void, and will automatically terminate your rights to use
8542the Program under this License.  However, parties who have received
8543copies, or rights to use copies, from you under this General Public
8544License will not have their licenses terminated so long as such parties
8545remain in full compliance.
8546
8547  5. By copying, distributing or modifying the Program (or any work based
8548on the Program) you indicate your acceptance of this license to do so,
8549and all its terms and conditions.
8550
8551  6. Each time you redistribute the Program (or any work based on the
8552Program), the recipient automatically receives a license from the original
8553licensor to copy, distribute or modify the Program subject to these
8554terms and conditions.  You may not impose any further restrictions on the
8555recipients'' exercise of the rights granted herein.
8556
8557  7. The Free Software Foundation may publish revised and/or new versions
8558of the General Public License from time to time.  Such new versions will
8559be similar in spirit to the present version, but may differ in detail to
8560address new problems or concerns.
8561
8562Each version is given a distinguishing version number.  If the Program
8563specifies a version number of the license which applies to it and "any
8564later version", you have the option of following the terms and conditions
8565either of that version or of any later version published by the Free
8566Software Foundation.  If the Program does not specify a version number of
8567the license, you may choose any version ever published by the Free Software
8568Foundation.
8569
8570  8. If you wish to incorporate parts of the Program into other free
8571programs whose distribution conditions are different, write to the author
8572to ask for permission.  For software which is copyrighted by the Free
8573Software Foundation, write to the Free Software Foundation; we sometimes
8574make exceptions for this.  Our decision will be guided by the two goals
8575of preserving the free status of all derivatives of our free software and
8576of promoting the sharing and reuse of software generally.
8577
8578                            NO WARRANTY
8579
8580  9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
8581FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
8582OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
8583PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
8584OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
8585MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
8586TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
8587PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
8588REPAIR OR CORRECTION.
8589
8590  10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
8591WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
8592REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
8593INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
8594OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
8595TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
8596YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
8597PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
8598POSSIBILITY OF SUCH DAMAGES.
8599
8600                     END OF TERMS AND CONDITIONS
8601
8602        Appendix: How to Apply These Terms to Your New Programs
8603
8604  If you develop a new program, and you want it to be of the greatest
8605possible use to humanity, the best way to achieve this is to make it
8606free software which everyone can redistribute and change under these
8607terms.
8608
8609  To do so, attach the following notices to the program.  It is safest to
8610attach them to the start of each source file to most effectively convey
8611the exclusion of warranty; and each file should have at least the
8612"copyright" line and a pointer to where the full notice is found.
8613
8614    <one line to give the program''s name and a brief idea of what it does.>
8615    Copyright (C) 19yy  <name of author>
8616
8617    This program is free software; you can redistribute it and/or modify
8618    it under the terms of the GNU General Public License as published by
8619    the Free Software Foundation; either version 1, or (at your option)
8620    any later version.
8621
8622    This program is distributed in the hope that it will be useful,
8623    but WITHOUT ANY WARRANTY; without even the implied warranty of
8624    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8625    GNU General Public License for more details.
8626
8627    You should have received a copy of the GNU General Public License
8628    along with this program; if not, write to the Free Software
8629    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
8630
8631
8632Also add information on how to contact you by electronic and paper mail.
8633
8634If the program is interactive, make it output a short notice like this
8635when it starts in an interactive mode:
8636
8637    Gnomovision version 69, Copyright (C) 19xx name of author
8638    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w''.
8639    This is free software, and you are welcome to redistribute it
8640    under certain conditions; type `show c'' for details.
8641
8642The hypothetical commands `show w'' and `show c'' should show the
8643appropriate parts of the General Public License.  Of course, the
8644commands you use may be called something other than `show w'' and `show
8645c''; they could even be mouse-clicks or menu items--whatever suits your
8646program.
8647
8648You should also get your employer (if you work as a programmer) or your
8649school, if any, to sign a "copyright disclaimer" for the program, if
8650necessary.  Here a sample; alter the names:
8651
8652  Yoyodyne, Inc., hereby disclaims all copyright interest in the
8653  program `Gnomovision'' (a program to direct compilers to make passes
8654  at assemblers) written by James Hacker.
8655
8656  <signature of Ty Coon>, 1 April 1989
8657  Ty Coon, President of Vice
8658
8659That''s all there is to it!', 'http://www.gnu.org/licenses/gpl-1.0.txt', NULL, NULL, NULL, 'GNU General Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '46644d93b4b711771f8288ed769de09e', 1, NULL);
8660INSERT INTO license_ref VALUES (385, 'GPL-3.0', '                    GNU GENERAL PUBLIC LICENSE
8661                       Version 3, 29 June 2007
8662
8663 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
8664 Everyone is permitted to copy and distribute verbatim copies
8665 of this license document, but changing it is not allowed.
8666
8667                            Preamble
8668
8669  The GNU General Public License is a free, copyleft license for
8670software and other kinds of works.
8671
8672  The licenses for most software and other practical works are designed
8673to take away your freedom to share and change the works.  By contrast,
8674the GNU General Public License is intended to guarantee your freedom to
8675share and change all versions of a program--to make sure it remains free
8676software for all its users.  We, the Free Software Foundation, use the
8677GNU General Public License for most of our software; it applies also to
8678any other work released this way by its authors.  You can apply it to
8679your programs, too.
8680
8681  When we speak of free software, we are referring to freedom, not
8682price.  Our General Public Licenses are designed to make sure that you
8683have the freedom to distribute copies of free software (and charge for
8684them if you wish), that you receive source code or can get it if you
8685want it, that you can change the software or use pieces of it in new
8686free programs, and that you know you can do these things.
8687
8688  To protect your rights, we need to prevent others from denying you
8689these rights or asking you to surrender the rights.  Therefore, you have
8690certain responsibilities if you distribute copies of the software, or if
8691you modify it: responsibilities to respect the freedom of others.
8692
8693  For example, if you distribute copies of such a program, whether
8694gratis or for a fee, you must pass on to the recipients the same
8695freedoms that you received.  You must make sure that they, too, receive
8696or can get the source code.  And you must show them these terms so they
8697know their rights.
8698
8699  Developers that use the GNU GPL protect your rights with two steps:
8700(1) assert copyright on the software, and (2) offer you this License
8701giving you legal permission to copy, distribute and/or modify it.
8702
8703  For the developers'' and authors'' protection, the GPL clearly explains
8704that there is no warranty for this free software.  For both users'' and
8705authors'' sake, the GPL requires that modified versions be marked as
8706changed, so that their problems will not be attributed erroneously to
8707authors of previous versions.
8708
8709  Some devices are designed to deny users access to install or run
8710modified versions of the software inside them, although the manufacturer
8711can do so.  This is fundamentally incompatible with the aim of
8712protecting users'' freedom to change the software.  The systematic
8713pattern of such abuse occurs in the area of products for individuals to
8714use, which is precisely where it is most unacceptable.  Therefore, we
8715have designed this version of the GPL to prohibit the practice for those
8716products.  If such problems arise substantially in other domains, we
8717stand ready to extend this provision to those domains in future versions
8718of the GPL, as needed to protect the freedom of users.
8719
8720  Finally, every program is threatened constantly by software patents.
8721States should not allow patents to restrict development and use of
8722software on general-purpose computers, but in those that do, we wish to
8723avoid the special danger that patents applied to a free program could
8724make it effectively proprietary.  To prevent this, the GPL assures that
8725patents cannot be used to render the program non-free.
8726
8727  The precise terms and conditions for copying, distribution and
8728modification follow.
8729
8730                       TERMS AND CONDITIONS
8731
8732  0. Definitions.
8733
8734  "This License" refers to version 3 of the GNU General Public License.
8735
8736  "Copyright" also means copyright-like laws that apply to other kinds of
8737works, such as semiconductor masks.
8738
8739  "The Program" refers to any copyrightable work licensed under this
8740License.  Each licensee is addressed as "you".  "Licensees" and
8741"recipients" may be individuals or organizations.
8742
8743  To "modify" a work means to copy from or adapt all or part of the work
8744in a fashion requiring copyright permission, other than the making of an
8745exact copy.  The resulting work is called a "modified version" of the
8746earlier work or a work "based on" the earlier work.
8747
8748  A "covered work" means either the unmodified Program or a work based
8749on the Program.
8750
8751  To "propagate" a work means to do anything with it that, without
8752permission, would make you directly or secondarily liable for
8753infringement under applicable copyright law, except executing it on a
8754computer or modifying a private copy.  Propagation includes copying,
8755distribution (with or without modification), making available to the
8756public, and in some countries other activities as well.
8757
8758  To "convey" a work means any kind of propagation that enables other
8759parties to make or receive copies.  Mere interaction with a user through
8760a computer network, with no transfer of a copy, is not conveying.
8761
8762  An interactive user interface displays "Appropriate Legal Notices"
8763to the extent that it includes a convenient and prominently visible
8764feature that (1) displays an appropriate copyright notice, and (2)
8765tells the user that there is no warranty for the work (except to the
8766extent that warranties are provided), that licensees may convey the
8767work under this License, and how to view a copy of this License.  If
8768the interface presents a list of user commands or options, such as a
8769menu, a prominent item in the list meets this criterion.
8770
8771  1. Source Code.
8772
8773  The "source code" for a work means the preferred form of the work
8774for making modifications to it.  "Object code" means any non-source
8775form of a work.
8776
8777  A "Standard Interface" means an interface that either is an official
8778standard defined by a recognized standards body, or, in the case of
8779interfaces specified for a particular programming language, one that
8780is widely used among developers working in that language.
8781
8782  The "System Libraries" of an executable work include anything, other
8783than the work as a whole, that (a) is included in the normal form of
8784packaging a Major Component, but which is not part of that Major
8785Component, and (b) serves only to enable use of the work with that
8786Major Component, or to implement a Standard Interface for which an
8787implementation is available to the public in source code form.  A
8788"Major Component", in this context, means a major essential component
8789(kernel, window system, and so on) of the specific operating system
8790(if any) on which the executable work runs, or a compiler used to
8791produce the work, or an object code interpreter used to run it.
8792
8793  The "Corresponding Source" for a work in object code form means all
8794the source code needed to generate, install, and (for an executable
8795work) run the object code and to modify the work, including scripts to
8796control those activities.  However, it does not include the work''s
8797System Libraries, or general-purpose tools or generally available free
8798programs which are used unmodified in performing those activities but
8799which are not part of the work.  For example, Corresponding Source
8800includes interface definition files associated with source files for
8801the work, and the source code for shared libraries and dynamically
8802linked subprograms that the work is specifically designed to require,
8803such as by intimate data communication or control flow between those
8804subprograms and other parts of the work.
8805
8806  The Corresponding Source need not include anything that users
8807can regenerate automatically from other parts of the Corresponding
8808Source.
8809
8810  The Corresponding Source for a work in source code form is that
8811same work.
8812
8813  2. Basic Permissions.
8814
8815  All rights granted under this License are granted for the term of
8816copyright on the Program, and are irrevocable provided the stated
8817conditions are met.  This License explicitly affirms your unlimited
8818permission to run the unmodified Program.  The output from running a
8819covered work is covered by this License only if the output, given its
8820content, constitutes a covered work.  This License acknowledges your
8821rights of fair use or other equivalent, as provided by copyright law.
8822
8823  You may make, run and propagate covered works that you do not
8824convey, without conditions so long as your license otherwise remains
8825in force.  You may convey covered works to others for the sole purpose
8826of having them make modifications exclusively for you, or provide you
8827with facilities for running those works, provided that you comply with
8828the terms of this License in conveying all material for which you do
8829not control copyright.  Those thus making or running the covered works
8830for you must do so exclusively on your behalf, under your direction
8831and control, on terms that prohibit them from making any copies of
8832your copyrighted material outside their relationship with you.
8833
8834  Conveying under any other circumstances is permitted solely under
8835the conditions stated below.  Sublicensing is not allowed; section 10
8836makes it unnecessary.
8837
8838  3. Protecting Users'' Legal Rights From Anti-Circumvention Law.
8839
8840  No covered work shall be deemed part of an effective technological
8841measure under any applicable law fulfilling obligations under article
884211 of the WIPO copyright treaty adopted on 20 December 1996, or
8843similar laws prohibiting or restricting circumvention of such
8844measures.
8845
8846  When you convey a covered work, you waive any legal power to forbid
8847circumvention of technological measures to the extent such circumvention
8848is effected by exercising rights under this License with respect to
8849the covered work, and you disclaim any intention to limit operation or
8850modification of the work as a means of enforcing, against the work''s
8851users, your or third parties'' legal rights to forbid circumvention of
8852technological measures.
8853
8854  4. Conveying Verbatim Copies.
8855
8856  You may convey verbatim copies of the Program''s source code as you
8857receive it, in any medium, provided that you conspicuously and
8858appropriately publish on each copy an appropriate copyright notice;
8859keep intact all notices stating that this License and any
8860non-permissive terms added in accord with section 7 apply to the code;
8861keep intact all notices of the absence of any warranty; and give all
8862recipients a copy of this License along with the Program.
8863
8864  You may charge any price or no price for each copy that you convey,
8865and you may offer support or warranty protection for a fee.
8866
8867  5. Conveying Modified Source Versions.
8868
8869  You may convey a work based on the Program, or the modifications to
8870produce it from the Program, in the form of source code under the
8871terms of section 4, provided that you also meet all of these conditions:
8872
8873    a) The work must carry prominent notices stating that you modified
8874    it, and giving a relevant date.
8875
8876    b) The work must carry prominent notices stating that it is
8877    released under this License and any conditions added under section
8878    7.  This requirement modifies the requirement in section 4 to
8879    "keep intact all notices".
8880
8881    c) You must license the entire work, as a whole, under this
8882    License to anyone who comes into possession of a copy.  This
8883    License will therefore apply, along with any applicable section 7
8884    additional terms, to the whole of the work, and all its parts,
8885    regardless of how they are packaged.  This License gives no
8886    permission to license the work in any other way, but it does not
8887    invalidate such permission if you have separately received it.
8888
8889    d) If the work has interactive user interfaces, each must display
8890    Appropriate Legal Notices; however, if the Program has interactive
8891    interfaces that do not display Appropriate Legal Notices, your
8892    work need not make them do so.
8893
8894  A compilation of a covered work with other separate and independent
8895works, which are not by their nature extensions of the covered work,
8896and which are not combined with it such as to form a larger program,
8897in or on a volume of a storage or distribution medium, is called an
8898"aggregate" if the compilation and its resulting copyright are not
8899used to limit the access or legal rights of the compilation''s users
8900beyond what the individual works permit.  Inclusion of a covered work
8901in an aggregate does not cause this License to apply to the other
8902parts of the aggregate.
8903
8904  6. Conveying Non-Source Forms.
8905
8906  You may convey a covered work in object code form under the terms
8907of sections 4 and 5, provided that you also convey the
8908machine-readable Corresponding Source under the terms of this License,
8909in one of these ways:
8910
8911    a) Convey the object code in, or embodied in, a physical product
8912    (including a physical distribution medium), accompanied by the
8913    Corresponding Source fixed on a durable physical medium
8914    customarily used for software interchange.
8915
8916    b) Convey the object code in, or embodied in, a physical product
8917    (including a physical distribution medium), accompanied by a
8918    written offer, valid for at least three years and valid for as
8919    long as you offer spare parts or customer support for that product
8920    model, to give anyone who possesses the object code either (1) a
8921    copy of the Corresponding Source for all the software in the
8922    product that is covered by this License, on a durable physical
8923    medium customarily used for software interchange, for a price no
8924    more than your reasonable cost of physically performing this
8925    conveying of source, or (2) access to copy the
8926    Corresponding Source from a network server at no charge.
8927
8928    c) Convey individual copies of the object code with a copy of the
8929    written offer to provide the Corresponding Source.  This
8930    alternative is allowed only occasionally and noncommercially, and
8931    only if you received the object code with such an offer, in accord
8932    with subsection 6b.
8933
8934    d) Convey the object code by offering access from a designated
8935    place (gratis or for a charge), and offer equivalent access to the
8936    Corresponding Source in the same way through the same place at no
8937    further charge.  You need not require recipients to copy the
8938    Corresponding Source along with the object code.  If the place to
8939    copy the object code is a network server, the Corresponding Source
8940    may be on a different server (operated by you or a third party)
8941    that supports equivalent copying facilities, provided you maintain
8942    clear directions next to the object code saying where to find the
8943    Corresponding Source.  Regardless of what server hosts the
8944    Corresponding Source, you remain obligated to ensure that it is
8945    available for as long as needed to satisfy these requirements.
8946
8947    e) Convey the object code using peer-to-peer transmission, provided
8948    you inform other peers where the object code and Corresponding
8949    Source of the work are being offered to the general public at no
8950    charge under subsection 6d.
8951
8952  A separable portion of the object code, whose source code is excluded
8953from the Corresponding Source as a System Library, need not be
8954included in conveying the object code work.
8955
8956  A "User Product" is either (1) a "consumer product", which means any
8957tangible personal property which is normally used for personal, family,
8958or household purposes, or (2) anything designed or sold for incorporation
8959into a dwelling.  In determining whether a product is a consumer product,
8960doubtful cases shall be resolved in favor of coverage.  For a particular
8961product received by a particular user, "normally used" refers to a
8962typical or common use of that class of product, regardless of the status
8963of the particular user or of the way in which the particular user
8964actually uses, or expects or is expected to use, the product.  A product
8965is a consumer product regardless of whether the product has substantial
8966commercial, industrial or non-consumer uses, unless such uses represent
8967the only significant mode of use of the product.
8968
8969  "Installation Information" for a User Product means any methods,
8970procedures, authorization keys, or other information required to install
8971and execute modified versions of a covered work in that User Product from
8972a modified version of its Corresponding Source.  The information must
8973suffice to ensure that the continued functioning of the modified object
8974code is in no case prevented or interfered with solely because
8975modification has been made.
8976
8977  If you convey an object code work under this section in, or with, or
8978specifically for use in, a User Product, and the conveying occurs as
8979part of a transaction in which the right of possession and use of the
8980User Product is transferred to the recipient in perpetuity or for a
8981fixed term (regardless of how the transaction is characterized), the
8982Corresponding Source conveyed under this section must be accompanied
8983by the Installation Information.  But this requirement does not apply
8984if neither you nor any third party retains the ability to install
8985modified object code on the User Product (for example, the work has
8986been installed in ROM).
8987
8988  The requirement to provide Installation Information does not include a
8989requirement to continue to provide support service, warranty, or updates
8990for a work that has been modified or installed by the recipient, or for
8991the User Product in which it has been modified or installed.  Access to a
8992network may be denied when the modification itself materially and
8993adversely affects the operation of the network or violates the rules and
8994protocols for communication across the network.
8995
8996  Corresponding Source conveyed, and Installation Information provided,
8997in accord with this section must be in a format that is publicly
8998documented (and with an implementation available to the public in
8999source code form), and must require no special password or key for
9000unpacking, reading or copying.
9001
9002  7. Additional Terms.
9003
9004  "Additional permissions" are terms that supplement the terms of this
9005License by making exceptions from one or more of its conditions.
9006Additional permissions that are applicable to the entire Program shall
9007be treated as though they were included in this License, to the extent
9008that they are valid under applicable law.  If additional permissions
9009apply only to part of the Program, that part may be used separately
9010under those permissions, but the entire Program remains governed by
9011this License without regard to the additional permissions.
9012
9013  When you convey a copy of a covered work, you may at your option
9014remove any additional permissions from that copy, or from any part of
9015it.  (Additional permissions may be written to require their own
9016removal in certain cases when you modify the work.)  You may place
9017additional permissions on material, added by you to a covered work,
9018for which you have or can give appropriate copyright permission.
9019
9020  Notwithstanding any other provision of this License, for material you
9021add to a covered work, you may (if authorized by the copyright holders of
9022that material) supplement the terms of this License with terms:
9023
9024    a) Disclaiming warranty or limiting liability differently from the
9025    terms of sections 15 and 16 of this License; or
9026
9027    b) Requiring preservation of specified reasonable legal notices or
9028    author attributions in that material or in the Appropriate Legal
9029    Notices displayed by works containing it; or
9030
9031    c) Prohibiting misrepresentation of the origin of that material, or
9032    requiring that modified versions of such material be marked in
9033    reasonable ways as different from the original version; or
9034
9035    d) Limiting the use for publicity purposes of names of licensors or
9036    authors of the material; or
9037
9038    e) Declining to grant rights under trademark law for use of some
9039    trade names, trademarks, or service marks; or
9040
9041    f) Requiring indemnification of licensors and authors of that
9042    material by anyone who conveys the material (or modified versions of
9043    it) with contractual assumptions of liability to the recipient, for
9044    any liability that these contractual assumptions directly impose on
9045    those licensors and authors.
9046
9047  All other non-permissive additional terms are considered "further
9048restrictions" within the meaning of section 10.  If the Program as you
9049received it, or any part of it, contains a notice stating that it is
9050governed by this License along with a term that is a further
9051restriction, you may remove that term.  If a license document contains
9052a further restriction but permits relicensing or conveying under this
9053License, you may add to a covered work material governed by the terms
9054of that license document, provided that the further restriction does
9055not survive such relicensing or conveying.
9056
9057  If you add terms to a covered work in accord with this section, you
9058must place, in the relevant source files, a statement of the
9059additional terms that apply to those files, or a notice indicating
9060where to find the applicable terms.
9061
9062  Additional terms, permissive or non-permissive, may be stated in the
9063form of a separately written license, or stated as exceptions;
9064the above requirements apply either way.
9065
9066  8. Termination.
9067
9068  You may not propagate or modify a covered work except as expressly
9069provided under this License.  Any attempt otherwise to propagate or
9070modify it is void, and will automatically terminate your rights under
9071this License (including any patent licenses granted under the third
9072paragraph of section 11).
9073
9074  However, if you cease all violation of this License, then your
9075license from a particular copyright holder is reinstated (a)
9076provisionally, unless and until the copyright holder explicitly and
9077finally terminates your license, and (b) permanently, if the copyright
9078holder fails to notify you of the violation by some reasonable means
9079prior to 60 days after the cessation.
9080
9081  Moreover, your license from a particular copyright holder is
9082reinstated permanently if the copyright holder notifies you of the
9083violation by some reasonable means, this is the first time you have
9084received notice of violation of this License (for any work) from that
9085copyright holder, and you cure the violation prior to 30 days after
9086your receipt of the notice.
9087
9088  Termination of your rights under this section does not terminate the
9089licenses of parties who have received copies or rights from you under
9090this License.  If your rights have been terminated and not permanently
9091reinstated, you do not qualify to receive new licenses for the same
9092material under section 10.
9093
9094  9. Acceptance Not Required for Having Copies.
9095
9096  You are not required to accept this License in order to receive or
9097run a copy of the Program.  Ancillary propagation of a covered work
9098occurring solely as a consequence of using peer-to-peer transmission
9099to receive a copy likewise does not require acceptance.  However,
9100nothing other than this License grants you permission to propagate or
9101modify any covered work.  These actions infringe copyright if you do
9102not accept this License.  Therefore, by modifying or propagating a
9103covered work, you indicate your acceptance of this License to do so.
9104
9105  10. Automatic Licensing of Downstream Recipients.
9106
9107  Each time you convey a covered work, the recipient automatically
9108receives a license from the original licensors, to run, modify and
9109propagate that work, subject to this License.  You are not responsible
9110for enforcing compliance by third parties with this License.
9111
9112  An "entity transaction" is a transaction transferring control of an
9113organization, or substantially all assets of one, or subdividing an
9114organization, or merging organizations.  If propagation of a covered
9115work results from an entity transaction, each party to that
9116transaction who receives a copy of the work also receives whatever
9117licenses to the work the party''s predecessor in interest had or could
9118give under the previous paragraph, plus a right to possession of the
9119Corresponding Source of the work from the predecessor in interest, if
9120the predecessor has it or can get it with reasonable efforts.
9121
9122  You may not impose any further restrictions on the exercise of the
9123rights granted or affirmed under this License.  For example, you may
9124not impose a license fee, royalty, or other charge for exercise of
9125rights granted under this License, and you may not initiate litigation
9126(including a cross-claim or counterclaim in a lawsuit) alleging that
9127any patent claim is infringed by making, using, selling, offering for
9128sale, or importing the Program or any portion of it.
9129
9130  11. Patents.
9131
9132  A "contributor" is a copyright holder who authorizes use under this
9133License of the Program or a work on which the Program is based.  The
9134work thus licensed is called the contributor''s "contributor version".
9135
9136  A contributor''s "essential patent claims" are all patent claims
9137owned or controlled by the contributor, whether already acquired or
9138hereafter acquired, that would be infringed by some manner, permitted
9139by this License, of making, using, or selling its contributor version,
9140but do not include claims that would be infringed only as a
9141consequence of further modification of the contributor version.  For
9142purposes of this definition, "control" includes the right to grant
9143patent sublicenses in a manner consistent with the requirements of
9144this License.
9145
9146  Each contributor grants you a non-exclusive, worldwide, royalty-free
9147patent license under the contributor''s essential patent claims, to
9148make, use, sell, offer for sale, import and otherwise run, modify and
9149propagate the contents of its contributor version.
9150
9151  In the following three paragraphs, a "patent license" is any express
9152agreement or commitment, however denominated, not to enforce a patent
9153(such as an express permission to practice a patent or covenant not to
9154sue for patent infringement).  To "grant" such a patent license to a
9155party means to make such an agreement or commitment not to enforce a
9156patent against the party.
9157
9158  If you convey a covered work, knowingly relying on a patent license,
9159and the Corresponding Source of the work is not available for anyone
9160to copy, free of charge and under the terms of this License, through a
9161publicly available network server or other readily accessible means,
9162then you must either (1) cause the Corresponding Source to be so
9163available, or (2) arrange to deprive yourself of the benefit of the
9164patent license for this particular work, or (3) arrange, in a manner
9165consistent with the requirements of this License, to extend the patent
9166license to downstream recipients.  "Knowingly relying" means you have
9167actual knowledge that, but for the patent license, your conveying the
9168covered work in a country, or your recipient''s use of the covered work
9169in a country, would infringe one or more identifiable patents in that
9170country that you have reason to believe are valid.
9171
9172  If, pursuant to or in connection with a single transaction or
9173arrangement, you convey, or propagate by procuring conveyance of, a
9174covered work, and grant a patent license to some of the parties
9175receiving the covered work authorizing them to use, propagate, modify
9176or convey a specific copy of the covered work, then the patent license
9177you grant is automatically extended to all recipients of the covered
9178work and works based on it.
9179
9180  A patent license is "discriminatory" if it does not include within
9181the scope of its coverage, prohibits the exercise of, or is
9182conditioned on the non-exercise of one or more of the rights that are
9183specifically granted under this License.  You may not convey a covered
9184work if you are a party to an arrangement with a third party that is
9185in the business of distributing software, under which you make payment
9186to the third party based on the extent of your activity of conveying
9187the work, and under which the third party grants, to any of the
9188parties who would receive the covered work from you, a discriminatory
9189patent license (a) in connection with copies of the covered work
9190conveyed by you (or copies made from those copies), or (b) primarily
9191for and in connection with specific products or compilations that
9192contain the covered work, unless you entered into that arrangement,
9193or that patent license was granted, prior to 28 March 2007.
9194
9195  Nothing in this License shall be construed as excluding or limiting
9196any implied license or other defenses to infringement that may
9197otherwise be available to you under applicable patent law.
9198
9199  12. No Surrender of Others'' Freedom.
9200
9201  If conditions are imposed on you (whether by court order, agreement or
9202otherwise) that contradict the conditions of this License, they do not
9203excuse you from the conditions of this License.  If you cannot convey a
9204covered work so as to satisfy simultaneously your obligations under this
9205License and any other pertinent obligations, then as a consequence you may
9206not convey it at all.  For example, if you agree to terms that obligate you
9207to collect a royalty for further conveying from those to whom you convey
9208the Program, the only way you could satisfy both those terms and this
9209License would be to refrain entirely from conveying the Program.
9210
9211  13. Use with the GNU Affero General Public License.
9212
9213  Notwithstanding any other provision of this License, you have
9214permission to link or combine any covered work with a work licensed
9215under version 3 of the GNU Affero General Public License into a single
9216combined work, and to convey the resulting work.  The terms of this
9217License will continue to apply to the part which is the covered work,
9218but the special requirements of the GNU Affero General Public License,
9219section 13, concerning interaction through a network will apply to the
9220combination as such.
9221
9222  14. Revised Versions of this License.
9223
9224  The Free Software Foundation may publish revised and/or new versions of
9225the GNU General Public License from time to time.  Such new versions will
9226be similar in spirit to the present version, but may differ in detail to
9227address new problems or concerns.
9228
9229  Each version is given a distinguishing version number.  If the
9230Program specifies that a certain numbered version of the GNU General
9231Public License "or any later version" applies to it, you have the
9232option of following the terms and conditions either of that numbered
9233version or of any later version published by the Free Software
9234Foundation.  If the Program does not specify a version number of the
9235GNU General Public License, you may choose any version ever published
9236by the Free Software Foundation.
9237
9238  If the Program specifies that a proxy can decide which future
9239versions of the GNU General Public License can be used, that proxy''s
9240public statement of acceptance of a version permanently authorizes you
9241to choose that version for the Program.
9242
9243  Later license versions may give you additional or different
9244permissions.  However, no additional obligations are imposed on any
9245author or copyright holder as a result of your choosing to follow a
9246later version.
9247
9248  15. Disclaimer of Warranty.
9249
9250  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
9251APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
9252HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
9253OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
9254THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
9255PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
9256IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
9257ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
9258
9259  16. Limitation of Liability.
9260
9261  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
9262WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
9263THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
9264GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
9265USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
9266DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
9267PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
9268EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
9269SUCH DAMAGES.
9270
9271  17. Interpretation of Sections 15 and 16.
9272
9273  If the disclaimer of warranty and limitation of liability provided
9274above cannot be given local legal effect according to their terms,
9275reviewing courts shall apply local law that most closely approximates
9276an absolute waiver of all civil liability in connection with the
9277Program, unless a warranty or assumption of liability accompanies a
9278copy of the Program in return for a fee.
9279
9280                     END OF TERMS AND CONDITIONS
9281
9282            How to Apply These Terms to Your New Programs
9283
9284  If you develop a new program, and you want it to be of the greatest
9285possible use to the public, the best way to achieve this is to make it
9286free software which everyone can redistribute and change under these terms.
9287
9288  To do so, attach the following notices to the program.  It is safest
9289to attach them to the start of each source file to most effectively
9290state the exclusion of warranty; and each file should have at least
9291the "copyright" line and a pointer to where the full notice is found.
9292
9293    <one line to give the program''s name and a brief idea of what it does.>
9294    Copyright (C) <year>  <name of author>
9295
9296    This program is free software: you can redistribute it and/or modify
9297    it under the terms of the GNU General Public License as published by
9298    the Free Software Foundation, either version 3 of the License, or
9299    (at your option) any later version.
9300
9301    This program is distributed in the hope that it will be useful,
9302    but WITHOUT ANY WARRANTY; without even the implied warranty of
9303    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9304    GNU General Public License for more details.
9305
9306    You should have received a copy of the GNU General Public License
9307    along with this program.  If not, see <http://www.gnu.org/licenses/>.
9308
9309Also add information on how to contact you by electronic and paper mail.
9310
9311  If the program does terminal interaction, make it output a short
9312notice like this when it starts in an interactive mode:
9313
9314    <program>  Copyright (C) <year>  <name of author>
9315    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w''.
9316    This is free software, and you are welcome to redistribute it
9317    under certain conditions; type `show c'' for details.
9318
9319The hypothetical commands `show w'' and `show c'' should show the appropriate
9320parts of the General Public License.  Of course, your program''s commands
9321might be different; for a GUI interface, you would use an "about box".
9322
9323  You should also get your employer (if you work as a programmer) or school,
9324if any, to sign a "copyright disclaimer" for the program, if necessary.
9325For more information on this, and how to apply and follow the GNU GPL, see
9326<http://www.gnu.org/licenses/>.
9327
9328  The GNU General Public License does not permit incorporating your program
9329into proprietary programs.  If your program is a subroutine library, you
9330may consider it more useful to permit linking proprietary applications with
9331the library.  If this is what you want to do, use the GNU Lesser General
9332Public License instead of this License.  But first, please read
9333<http://www.gnu.org/philosophy/why-not-lgpl.html>.', 'http://www.gnu.org/licenses/gpl-3.0.txt', NULL, NULL, NULL, 'GNU General Public License 3.0', NULL, NULL, NULL, '', NULL, false, false, false, 'ea182d1da684e3c5f05738164d7b2178', 1, NULL);
9334INSERT INTO license_ref VALUES (422, 'IPA', 'IPA Font License Agreement v1.0
9335
9336
9337The Licensor provides the Licensed Program (as defined in Article 1 below) under the terms of this license agreement ("Agreement"). Any use, reproduction or distribution of the Licensed Program, or any exercise of rights under this Agreement by a Recipient (as defined in Article 1 below) constitutes the Recipient''s acceptance of this Agreement.
9338
9339
9340Article 1 (Definitions)
9341
93421. "Digital Font Program" shall mean a computer program containing, or used to render or display fonts.
9343
93442. "Licensed Program" shall mean a Digital Font Program licensed by the Licensor under this Agreement.
9345
93463. "Derived Program" shall mean a Digital Font Program created as a result of a modification, addition, deletion, replacement or any other adaptation to or of a part or all of the Licensed Program, and includes a case where a Digital Font Program newly created by retrieving font information from a part or all of the Licensed Program or Embedded Fonts from a Digital Document File with or without modification of the retrieved font information.
9347
93484. "Digital Content" shall mean products provided to end users in the form of digital data, including video content, motion and/or still pictures, TV programs or other broadcasting content and products consisting of character text, pictures, photographic images, graphic symbols and/or the like.
9349
93505. "Digital Document File" shall mean a PDF file or other Digital Content created by various software programs in which a part or all of the Licensed Program becomes embedded or contained in the file for the display of the font ("Embedded Fonts"). Embedded Fonts are used only in the display of characters in the particular Digital Document File within which they are embedded, and shall be distinguished from those in any Digital Font Program, which may be used for display of characters outside that particular Digital Document File.
9351
93526. "Computer" shall include a server in this Agreement.
9353
93547. "Reproduction and Other Exploitation" shall mean reproduction, transfer, distribution, lease, public transmission, presentation, exhibition, adaptation and any other exploitation.
9355
93568. "Recipient" shall mean anyone who receives the Licensed Program under this Agreement, including one that receives the Licensed Program from a Recipient.
9357
9358
9359
9360Article 2 (Grant of License)
9361
9362The Licensor grants to the Recipient a license to use the Licensed Program in any and all countries in accordance with each of the provisions set forth in this Agreement. However, any and all rights underlying in the Licensed Program shall be held by the Licensor. In no sense is this Agreement intended to transfer any right relating to the Licensed Program held by the Licensor except as specifically set forth herein or any right relating to any trademark, trade name, or service mark to the Recipient.
9363
9364
9365
93661. The Recipient may install the Licensed Program on any number of Computers and use the same in accordance with the provisions set forth in this Agreement.
9367
93682. The Recipient may use the Licensed Program, with or without modification in printed materials or in Digital Content as an expression of character texts or the like.
9369
93703. The Recipient may conduct Reproduction and Other Exploitation of the printed materials and Digital Content created in accordance with the preceding Paragraph, for commercial or non-commercial purposes and in any form of media including but not limited to broadcasting, communication and various recording media.
9371
93724. If any Recipient extracts Embedded Fonts from a Digital Document File to create a Derived Program, such Derived Program shall be subject to the terms of this agreement.
9373
93745. If any Recipient performs Reproduction or Other Exploitation of a Digital Document File in which Embedded Fonts of the Licensed Program are used only for rendering the Digital Content within such Digital Document File then such Recipient shall have no further obligations under this Agreement in relation to such actions.
9375
93766. The Recipient may reproduce the Licensed Program as is without modification and transfer such copies, publicly transmit or otherwise redistribute the Licensed Program to a third party for commercial or non-commercial purposes ("Redistribute"), in accordance with the provisions set forth in Article 3 Paragraph 2.
9377
93787. The Recipient may create, use, reproduce and/or Redistribute a Derived Program under the terms stated above for the Licensed Program: provided, that the Recipient shall follow the provisions set forth in Article 3 Paragraph 1 when Redistributing the Derived Program.
9379
9380
9381Article 3 (Restriction)
9382
9383The license granted in the preceding Article shall be subject to the following restrictions:
9384
9385
93861. If a Derived Program is Redistributed pursuant to Paragraph 4 and 7 of the preceding Article, the following conditions must be met :
9387
9388(1) The following must be also Redistributed together with the Derived Program, or be made available online or by means of mailing mechanisms in exchange for a cost which does not exceed the total costs of postage, storage medium and handling fees:
9389
9390(a) a copy of the Derived Program; and
9391
9392(b) any additional file created by the font developing program in the course of creating the Derived Program that can be used for further modification of the Derived Program, if any.
9393
9394(2) It is required to also Redistribute means to enable recipients of the Derived Program to replace the Derived Program with the Licensed Program first released under this License (the "Original Program"). Such means may be to provide a difference file from the Original Program, or instructions setting out a method to replace the Derived Program with the Original Program.
9395
9396(3) The Recipient must license the Derived Program under the terms and conditions of this Agreement.
9397
9398(4) No one may use or include the name of the Licensed Program as a program name, font name or file name of the Derived Program.
9399
9400(5) Any material to be made available online or by means of mailing a medium to satisfy the requirements of this paragraph may be provided, verbatim, by any party wishing to do so.
9401
94022. If the Recipient Redistributes the Licensed Program pursuant to Paragraph 6 of the preceding Article, the Recipient shall meet all of the following conditions:
9403
9404(1) The Recipient may not change the name of the Licensed Program.
9405
9406(2) The Recipient may not alter or otherwise modify the Licensed Program.
9407
9408(3) The Recipient must attach a copy of this Agreement to the Licensed Program.
9409
94103. THIS LICENSED PROGRAM IS PROVIDED BY THE LICENSOR "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTY AS TO THE LICENSED PROGRAM OR ANY DERIVED PROGRAM, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE, ARE DISCLAIMED. IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXTENDED, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO; PROCUREMENT OF SUBSTITUTED GOODS OR SERVICE; DAMAGES ARISING FROM SYSTEM FAILURE; LOSS OR CORRUPTION OF EXISTING DATA OR PROGRAM; LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE INSTALLATION, USE, THE REPRODUCTION OR OTHER EXPLOITATION OF THE LICENSED PROGRAM OR ANY DERIVED PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
9411
94124. The Licensor is under no obligation to respond to any technical questions or inquiries, or provide any other user support in connection with the installation, use or the Reproduction and Other Exploitation of the Licensed Program or Derived Programs thereof.
9413
9414
9415Article 4 (Termination of Agreement)
9416
94171. The term of this Agreement shall begin from the time of receipt of the Licensed Program by the Recipient and shall continue as long as the Recipient retains any such Licensed Program in any way.
9418
94192. Notwithstanding the provision set forth in the preceding Paragraph, in the event of the breach of any of the provisions set forth in this Agreement by the Recipient, this Agreement shall automatically terminate without any notice. In the case of such termination, the Recipient may not use or conduct Reproduction and Other Exploitation of the Licensed Program or a Derived Program: provided that such termination shall not affect any rights of any other Recipient receiving the Licensed Program or the Derived Program from such Recipient who breached this Agreement.
9420
9421
9422Article 5 (Governing Law)
9423
94241. IPA may publish revised and/or new versions of this License. In such an event, the Recipient may select either this Agreement or any subsequent version of the Agreement in using, conducting the Reproduction and Other Exploitation of, or Redistributing the Licensed Program or a Derived Program. Other matters not specified above shall be subject to the Copyright Law of Japan and other related laws and regulations of Japan.
9425
94262. This Agreement shall be construed under the laws of Japan.', 'http://www.opensource.org/licenses/IPA', NULL, NULL, NULL, 'IPA Font License', NULL, NULL, NULL, '', NULL, false, false, false, 'd2eb47259026ed0d6722e00120a73a3f', 1, NULL);
9427INSERT INTO license_ref VALUES (248, 'AdobeAFM', '            Adobe Core 35 AFM Files with 314 Glyph Entries - ReadMe
9428
9429   This file and the 35 PostScript(R) AFM files it accompanies may be
9430   used, copied, and distributed for any purpose and without charge, with
9431   or without modification, provided that all copyright notices are
9432   retained; that the AFM files are not distributed without this file;
9433   that all modifications to this file or any of the AFM files are
9434   prominently noted in the modified file(s); and that this paragraph is
9435   not modified. Adobe Systems has no responsibility or obligation to
9436   support the use of the AFM files.
9437', 'http://olex.openlogic.com/licenses/adobeafm', NULL, NULL, NULL, 'Adobe Core AFM Files', NULL, NULL, NULL, '', NULL, false, false, false, 'c5ec9b88509a3f598c10242788efd618', 1, NULL);
9438INSERT INTO license_ref VALUES (249, 'BSL-1.0', 'Boost Software License - Version 1.0 - August 17th, 2003
9439
9440Permission is hereby granted, free of charge, to any person or organization
9441obtaining a copy of the software and accompanying documentation covered by
9442this license (the "Software") to use, reproduce, display, distribute,
9443execute, and transmit the Software, and to prepare derivative works of the
9444Software, and to permit third-parties to whom the Software is furnished to
9445do so, all subject to the following:
9446
9447The copyright notices in the Software and this entire statement, including
9448the above license grant, this restriction and the following disclaimer,
9449must be included in all copies of the Software, in whole or in part, and
9450all derivative works of the Software, unless such copies or derivative
9451works are solely in the form of machine-executable object code generated by
9452a source language processor.
9453
9454THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9455IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9456FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
9457SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
9458FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
9459ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
9460DEALINGS IN THE SOFTWARE.', 'http://www.boost.org/LICENSE_1_0.txt', NULL, NULL, NULL, 'Boost Software License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'e4cbe3f85f5c5eada3480adda17b7628', 1, NULL);
9461INSERT INTO license_ref VALUES (250, 'CC-BY-SA-2.5', 'Attribution-ShareAlike 2.5
9462
9463CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
9464License
9465
9466THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
9467
9468BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
9469
94701. Definitions
9471
9472"Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.
9473"Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this License.
9474"Licensor" means the individual or entity that offers the Work under the terms of this License.
9475"Original Author" means the individual or entity who created the Work.
9476"Work" means the copyrightable work of authorship offered under the terms of this License.
9477"You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
9478"License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike.
94792. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.
9480
94813. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
9482
9483to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;
9484to create and reproduce Derivative Works;
9485to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;
9486to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.
9487For the avoidance of doubt, where the work is a musical composition:
9488
9489Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.
9490Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights society or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work ("cover version") and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).
9491Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).
9492The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.
9493
94944. Restrictions.The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
9495
9496You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients'' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(c), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(c), as requested.
9497You may distribute, publicly display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of this License, a later version of this License with the same License Elements as this License, or a Creative Commons iCommons license that contains the same License Elements as this License (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, or the Uniform Resource Identifier for, this License or other license specified in the previous sentence with every copy or phonorecord of each Derivative Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Derivative Works that alter or restrict the terms of this License or the recipients'' exercise of the rights granted hereunder, and You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Derivative Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Derivative Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Derivative Work itself to be made subject to the terms of this License.
9498If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor''s copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.
94995. Representations, Warranties and Disclaimer
9500
9501UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
9502
95036. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
9504
95057. Termination
9506
9507This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
9508Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
95098. Miscellaneous
9510
9511Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
9512Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
9513If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
9514No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
9515This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
9516Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.
9517
9518Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons'' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.
9519
9520Creative Commons may be contacted at http://creativecommons.org/.', 'http://creativecommons.org/licenses/by-sa/2.5/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution-ShareAlike 2.5', NULL, NULL, NULL, '', NULL, false, false, false, '9b324eed2e0a8e50be510e3de35334d7', 1, NULL);
9521INSERT INTO license_ref VALUES (251, 'CUA-OPL-1.0', 'CUA Office Public License Version 1.0
9522(plain text)
95231. Definitions.
9524
95251.0.1. "Commercial Use" means distribution or otherwise making the
9526Covered Code available to a third party.
9527
95281.1. "Contributor" means each entity that creates or contributes to
9529the creation of Modifications.
9530
95311.2. "Contributor Version" means the combination of the Original
9532Code, prior Modifications used by a Contributor, and the Modifications
9533made by that particular Contributor.
9534
95351.3. "Covered Code" means the Original Code or Modifications or the
9536combination of the Original Code and Modifications, in each case
9537including portions thereof.
9538
95391.4. "Electronic Distribution Mechanism" means a mechanism generally
9540accepted in the software development community for the electronic
9541transfer of data.
9542
95431.5. "Executable" means Covered Code in any form other than Source
9544Code.
9545
95461.6. "Initial Developer" means the individual or entity identified
9547as the Initial Developer in the Source Code notice required by Exhibit
9548A.
9549
95501.7. "Larger Work" means a work which combines Covered Code or
9551portions thereof with code not governed by the terms of this License.
9552
95531.8. "License" means this document.
9554
95551.8.1. "Licensable" means having the right to grant, to the maximum
9556extent possible, whether at the time of the initial grant or
9557subsequently acquired, any and all of the rights conveyed herein.
9558
95591.9. "Modifications" means any addition to or deletion from the
9560substance or structure of either the Original Code or any previous
9561Modifications. When Covered Code is released as a series of files, a
9562Modification is:
9563
9564A. Any addition to or deletion from the contents of a file
9565containing Original Code or previous Modifications.
9566
9567B. Any new file that contains any part of the Original Code or
9568previous Modifications.
9569
95701.10. "Original Code" means Source Code of computer software code
9571which is described in the Source Code notice required by Exhibit A as
9572Original Code, and which, at the time of its release under this
9573License is not already Covered Code governed by this License.
9574
95751.10.1. "Patent Claims" means any patent claim(s), now owned or
9576hereafter acquired, including without limitation, method, process,
9577and apparatus claims, in any patent Licensable by grantor.
9578
95791.11. "Source Code" means the preferred form of the Covered Code for
9580making modifications to it, including all modules it contains, plus
9581any associated interface definition files, scripts used to control
9582compilation and installation of an Executable, or source code
9583differential comparisons against either the Original Code or another
9584well known, available Covered Code of the Contributor''s choice. The
9585Source Code can be in a compressed or archival form, provided the
9586appropriate decompression or de-archiving software is widely available
9587for no charge.
9588
95891.12. "You" (or "Your") means an individual or a legal entity
9590exercising rights under, and complying with all of the terms of, this
9591License or a future version of this License issued under Section 6.1.
9592For legal entities, "You" includes any entity which controls, is
9593controlled by, or is under common control with You. For purposes of
9594this definition, "control" means (a) the power, direct or indirect,
9595to cause the direction or management of such entity, whether by
9596contract or otherwise, or (b) ownership of more than fifty percent
9597(50%) of the outstanding shares or beneficial ownership of such
9598entity.
9599
96002. Source Code License.
9601
96022.1. The Initial Developer Grant.
9603The Initial Developer hereby grants You a world-wide, royalty-free,
9604non-exclusive license, subject to third party intellectual property
9605claims:
9606
9607(a) under intellectual property rights (other than patent or
9608trademark) Licensable by Initial Developer to use, reproduce,
9609modify, display, perform, sublicense and distribute the Original
9610Code (or portions thereof) with or without Modifications, and/or
9611as part of a Larger Work; and
9612
9613(b) under Patents Claims infringed by the making, using or
9614selling of Original Code, to make, have made, use, practice,
9615sell, and offer for sale, and/or otherwise dispose of the
9616Original Code (or portions thereof).
9617
9618(c) the licenses granted in this Section 2.1(a) and (b) are
9619effective on the date Initial Developer first distributes
9620Original Code under the terms of this License.
9621
9622(d) Notwithstanding Section 2.1(b) above, no patent license is
9623granted: 1) for code that You delete from the Original Code; 2)
9624separate from the Original Code; or 3) for infringements caused
9625by: i) the modification of the Original Code or ii) the
9626combination of the Original Code with other software or devices.
9627
96282.2. Contributor Grant.
9629Subject to third party intellectual property claims, each Contributor
9630hereby grants You a world-wide, royalty-free, non-exclusive license
9631
9632(a) under intellectual property rights (other than patent or
9633trademark) Licensable by Contributor, to use, reproduce, modify,
9634display, perform, sublicense and distribute the Modifications
9635created by such Contributor (or portions thereof) either on an
9636unmodified basis, with other Modifications, as Covered Code
9637and/or as part of a Larger Work; and
9638
9639(b) under Patent Claims infringed by the making, using, or
9640selling of Modifications made by that Contributor either alone
9641and/or in combination with its Contributor Version (or portions
9642of such combination), to make, use, sell, offer for sale, have
9643made, and/or otherwise dispose of: 1) Modifications made by that
9644Contributor (or portions thereof); and 2) the combination of
9645Modifications made by that Contributor with its Contributor
9646Version (or portions of such combination).
9647
9648(c) the licenses granted in Sections 2.2(a) and 2.2(b) are
9649effective on the date Contributor first makes Commercial Use of
9650the Covered Code.
9651
9652(d) Notwithstanding Section 2.2(b) above, no patent license is
9653granted: 1) for any code that Contributor has deleted from the
9654Contributor Version; 2) separate from the Contributor Version;
96553) for infringements caused by: i) third party modifications of
9656Contributor Version or ii) the combination of Modifications made
9657by that Contributor with other software (except as part of the
9658Contributor Version) or other devices; or 4) under Patent Claims
9659infringed by Covered Code in the absence of Modifications made by
9660that Contributor.
9661
96623. Distribution Obligations.
9663
96643.1. Application of License.
9665The Modifications which You create or to which You contribute are
9666governed by the terms of this License, including without limitation
9667Section 2.2. The Source Code version of Covered Code may be
9668distributed only under the terms of this License or a future version
9669of this License released under Section 6.1, and You must include a
9670copy of this License with every copy of the Source Code You
9671distribute. You may not offer or impose any terms on any Source Code
9672version that alters or restricts the applicable version of this
9673License or the recipients'' rights hereunder. However, You may include
9674an additional document offering the additional rights described in
9675Section 3.5.
9676
96773.2. Availability of Source Code.
9678Any Modification which You create or to which You contribute must be
9679made available in Source Code form under the terms of this License
9680either on the same media as an Executable version or via an accepted
9681Electronic Distribution Mechanism to anyone to whom you made an
9682Executable version available; and if made available via Electronic
9683Distribution Mechanism, must remain available for at least twelve (12)
9684months after the date it initially became available, or at least six
9685(6) months after a subsequent version of that particular Modification
9686has been made available to such recipients. You are responsible for
9687ensuring that the Source Code version remains available even if the
9688Electronic Distribution Mechanism is maintained by a third party.
9689
96903.3. Description of Modifications.
9691You must cause all Covered Code to which You contribute to contain a
9692file documenting the changes You made to create that Covered Code and
9693the date of any change. You must include a prominent statement that
9694the Modification is derived, directly or indirectly, from Original
9695Code provided by the Initial Developer and including the name of the
9696Initial Developer in (a) the Source Code, and (b) in any notice in an
9697Executable version or related documentation in which You describe the
9698origin or ownership of the Covered Code.
9699
97003.4. Intellectual Property Matters
9701
9702(a) Third Party Claims.
9703If Contributor has knowledge that a license under a third party''s
9704intellectual property rights is required to exercise the rights
9705granted by such Contributor under Sections 2.1 or 2.2,
9706Contributor must include a text file with the Source Code
9707distribution titled "LEGAL" which describes the claim and the
9708party making the claim in sufficient detail that a recipient will
9709know whom to contact. If Contributor obtains such knowledge after
9710the Modification is made available as described in Section 3.2,
9711Contributor shall promptly modify the LEGAL file in all copies
9712Contributor makes available thereafter and shall take other steps
9713(such as notifying appropriate mailing lists or newsgroups)
9714reasonably calculated to inform those who received the Covered
9715Code that new knowledge has been obtained.
9716
9717(b) Contributor APIs.
9718
9719If Contributor''s Modifications include an application programming
9720interface and Contributor has knowledge of patent licenses which
9721are reasonably necessary to implement that API, Contributor must
9722also include this information in the LEGAL file.
9723
9724(c) Representations.
9725
9726Contributor represents that, except as disclosed pursuant to
9727Section 3.4(a) above, Contributor believes that Contributor''s
9728Modifications are Contributor''s original creation(s) and/or
9729Contributor has sufficient rights to grant the rights conveyed by
9730this License.
9731
97323.5. Required Notices.
9733You must duplicate the notice in Exhibit A in each file of the Source
9734Code. If it is not possible to put such notice in a particular Source
9735Code file due to its structure, then You must include such notice in a
9736location (such as a relevant directory) where a user would be likely
9737to look for such a notice. If You created one or more Modification(s)
9738You may add your name as a Contributor to the notice described in
9739Exhibit A. You must also duplicate this License in any documentation
9740for the Source Code where You describe recipients'' rights or ownership
9741rights relating to Covered Code. You may choose to offer, and to
9742charge a fee for, warranty, support, indemnity or liability
9743obligations to one or more recipients of Covered Code. However, You
9744may do so only on Your own behalf, and not on behalf of the Initial
9745Developer or any Contributor. You must make it absolutely clear than
9746any such warranty, support, indemnity or liability obligation is
9747offered by You alone, and You hereby agree to indemnify the Initial
9748Developer and every Contributor for any liability incurred by the
9749Initial Developer or such Contributor as a result of warranty,
9750support, indemnity or liability terms You offer.
9751
97523.6. Distribution of Executable Versions.
9753You may distribute Covered Code in Executable form only if the
9754requirements of Section 3.1-3.5 have been met for that Covered Code,
9755and if You include a notice stating that the Source Code version of
9756the Covered Code is available under the terms of this License,
9757including a description of how and where You have fulfilled the
9758obligations of Section 3.2. The notice must be conspicuously included
9759in any notice in an Executable version, related documentation or
9760collateral in which You describe recipients'' rights relating to the
9761Covered Code. You may distribute the Executable version of Covered
9762Code or ownership rights under a license of Your choice, which may
9763contain terms different from this License, provided that You are in
9764compliance with the terms of this License and that the license for the
9765Executable version does not attempt to limit or alter the recipient''s
9766rights in the Source Code version from the rights set forth in this
9767License. If You distribute the Executable version under a different
9768license You must make it absolutely clear that any terms which differ
9769from this License are offered by You alone, not by the Initial
9770Developer or any Contributor. You hereby agree to indemnify the
9771Initial Developer and every Contributor for any liability incurred by
9772the Initial Developer or such Contributor as a result of any such
9773terms You offer.
9774
97753.7. Larger Works.
9776You may create a Larger Work by combining Covered Code with other code
9777not governed by the terms of this License and distribute the Larger
9778Work as a single product. In such a case, You must make sure the
9779requirements of this License are fulfilled for the Covered Code.
9780
97814. Inability to Comply Due to Statute or Regulation.
9782
9783If it is impossible for You to comply with any of the terms of this
9784License with respect to some or all of the Covered Code due to
9785statute, judicial order, or regulation then You must: (a) comply with
9786the terms of this License to the maximum extent possible; and (b)
9787describe the limitations and the code they affect. Such description
9788must be included in the LEGAL file described in Section 3.4 and must
9789be included with all distributions of the Source Code. Except to the
9790extent prohibited by statute or regulation, such description must be
9791sufficiently detailed for a recipient of ordinary skill to be able to
9792understand it.
9793
97945. Application of this License.
9795
9796This License applies to code to which the Initial Developer has
9797attached the notice in Exhibit A and to related Covered Code.
9798
97996. Versions of the License.
9800
98016.1. New Versions.
9802CUA Office Project may publish revised
9803and/or new versions of the License from time to time. Each version
9804will be given a distinguishing version number.
9805
98066.2. Effect of New Versions.
9807Once Covered Code has been published under a particular version of the
9808License, You may always continue to use it under the terms of that
9809version. You may also choose to use such Covered Code under the terms
9810of any subsequent version of the License published by CUA Office Project. No one
9811other than CUA Office Project has the right to modify the terms applicable to
9812Covered Code created under this License.
9813
98146.3. Derivative Works.
9815If You create or use a modified version of this License (which you may
9816only do in order to apply it to code which is not already Covered Code
9817governed by this License), You must (a) rename Your license so that
9818the phrases "CUA Office", "CUA", "CUAPL", or any confusingly similar phrase do not appear in your
9819license (except to note that your license differs from this License)
9820and (b) otherwise make it clear that Your version of the license
9821contains terms which differ from the CUA Office Public License. (Filling in the name of the Initial
9822Developer, Original Code or Contributor in the notice described in
9823Exhibit A shall not of themselves be deemed to be modifications of
9824this License.)
9825
98267. DISCLAIMER OF WARRANTY.
9827
9828COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
9829WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
9830WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
9831DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
9832THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
9833IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
9834YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
9835COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
9836OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
9837ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
9838
98398. TERMINATION.
9840
98418.1. This License and the rights granted hereunder will terminate
9842automatically if You fail to comply with terms herein and fail to cure
9843such breach within 30 days of becoming aware of the breach. All
9844sublicenses to the Covered Code which are properly granted shall
9845survive any termination of this License. Provisions which, by their
9846nature, must remain in effect beyond the termination of this License
9847shall survive.
9848
98498.2. If You initiate litigation by asserting a patent infringement
9850claim (excluding declatory judgment actions) against Initial Developer
9851or a Contributor (the Initial Developer or Contributor against whom
9852You file such action is referred to as "Participant") alleging that:
9853
9854(a) such Participant''s Contributor Version directly or indirectly
9855infringes any patent, then any and all rights granted by such
9856Participant to You under Sections 2.1 and/or 2.2 of this License
9857shall, upon 60 days notice from Participant terminate prospectively,
9858unless if within 60 days after receipt of notice You either: (i)
9859agree in writing to pay Participant a mutually agreeable reasonable
9860royalty for Your past and future use of Modifications made by such
9861Participant, or (ii) withdraw Your litigation claim with respect to
9862the Contributor Version against such Participant. If within 60 days
9863of notice, a reasonable royalty and payment arrangement are not
9864mutually agreed upon in writing by the parties or the litigation claim
9865is not withdrawn, the rights granted by Participant to You under
9866Sections 2.1 and/or 2.2 automatically terminate at the expiration of
9867the 60 day notice period specified above.
9868
9869(b) any software, hardware, or device, other than such Participant''s
9870Contributor Version, directly or indirectly infringes any patent, then
9871any rights granted to You by such Participant under Sections 2.1(b)
9872and 2.2(b) are revoked effective as of the date You first made, used,
9873sold, distributed, or had made, Modifications made by that
9874Participant.
9875
98768.3. If You assert a patent infringement claim against Participant
9877alleging that such Participant''s Contributor Version directly or
9878indirectly infringes any patent where such claim is resolved (such as
9879by license or settlement) prior to the initiation of patent
9880infringement litigation, then the reasonable value of the licenses
9881granted by such Participant under Sections 2.1 or 2.2 shall be taken
9882into account in determining the amount or value of any payment or
9883license.
9884
98858.4. In the event of termination under Sections 8.1 or 8.2 above,
9886all end user license agreements (excluding distributors and resellers)
9887which have been validly granted by You or any distributor hereunder
9888prior to termination shall survive termination.
9889
98909. LIMITATION OF LIABILITY.
9891
9892UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
9893(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
9894DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
9895OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
9896ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
9897CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
9898WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
9899COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
9900INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
9901LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
9902RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
9903PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
9904EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
9905THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
9906
990710. U.S. GOVERNMENT END USERS.
9908
9909The Covered Code is a "commercial item," as that term is defined in
991048 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
9911software" and "commercial computer software documentation," as such
9912terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
9913C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
9914all U.S. Government End Users acquire Covered Code with only those
9915rights set forth herein.
9916
991711. MISCELLANEOUS.
9918
9919This License represents the complete agreement concerning subject
9920matter hereof. If any provision of this License is held to be
9921unenforceable, such provision shall be reformed only to the extent
9922necessary to make it enforceable. This License shall be governed by
9923California law provisions (except to the extent applicable law, if
9924any, provides otherwise), excluding its conflict-of-law provisions.
9925With respect to disputes in which at least one party is a citizen of,
9926or an entity chartered or registered to do business in the United
9927States of America, any litigation relating to this License shall be
9928subject to the jurisdiction of the Federal Courts of the Northern
9929District of California, with venue lying in Santa Clara County,
9930California, with the losing party responsible for costs, including
9931without limitation, court costs and reasonable attorneys'' fees and
9932expenses. The application of the United Nations Convention on
9933Contracts for the International Sale of Goods is expressly excluded.
9934Any law or regulation which provides that the language of a contract
9935shall be construed against the drafter shall not apply to this
9936License.
9937
993812. RESPONSIBILITY FOR CLAIMS.
9939
9940As between Initial Developer and the Contributors, each party is
9941responsible for claims and damages arising, directly or indirectly,
9942out of its utilization of rights under this License and You agree to
9943work with Initial Developer and Contributors to distribute such
9944responsibility on an equitable basis. Nothing herein is intended or
9945shall be deemed to constitute any admission of liability.
9946
994713. MULTIPLE-LICENSED CODE.
9948
9949Initial Developer may designate portions of the Covered Code as
9950"Multiple-Licensed". "Multiple-Licensed" means that the Initial
9951Developer permits you to utilize portions of the Covered Code under
9952Your choice of the NPL or the alternative licenses, if any, specified
9953by the Initial Developer in the file described in Exhibit A.
9954
9955EXHIBIT A - CUA Office Public License.
9956
9957``The contents of this file are subject to the CUA Office Public License
9958Version 1.0 (the "License"); you may not use this file except in
9959compliance with the License. You may obtain a copy of the License at
9960http://cuaoffice.sourceforge.net/
9961
9962Software distributed under the License is distributed on an "AS IS"
9963basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
9964License for the specific language governing rights and limitations
9965under the License.
9966
9967The Original Code is ______________________________________.
9968
9969The Initial Developer of the Original Code is ________________________.
9970Portions created by ______________________ are Copyright (C) ______
9971_______________________. All Rights Reserved.
9972
9973Contributor(s): ______________________________________.
9974
9975Alternatively, the contents of this file may be used under the terms
9976of the _____ license (the "[___] License"), in which case the
9977provisions of [______] License are applicable instead of those
9978above. If you wish to allow use of your version of this file only
9979under the terms of the [____] License and not to allow others to use
9980your version of this file under the CUAPL, indicate your decision by
9981deleting the provisions above and replace them with the notice and
9982other provisions required by the [___] License. If you do not delete
9983the provisions above, a recipient may use your version of this file
9984under either the CUAPL or the [___] License."
9985
9986[NOTE: The text of this Exhibit A may differ slightly from the text of
9987the notices in the Source Code files of the Original Code. You should
9988use the text of this Exhibit A rather than the text found in the
9989Original Code Source Code for Your Modifications.]', 'http://www.opensource.org/licenses/cuaoffice.php', NULL, NULL, NULL, 'CUA Office Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '75aaccf4628159666e219310ac3944a7', 1, NULL);
9990INSERT INTO license_ref VALUES (252, 'VSL-1.0', 'Vovida Software License v. 1.0
9991
9992This license applies to all software incorporated in the "Vovida
9993Open Communication Application Library" except for those portions
9994incorporating third party software specifically identified as being
9995licensed under separate license.
9996
9997The Vovida Software License, Version 1.0
9998Copyright (c) 2000 Vovida Networks, Inc. All rights reserved.
9999
10000Redistribution and use in source and binary forms, with or without
10001modification, are permitted provided that the following conditions
10002are met:
10003
100041. Redistributions of source code must retain the above copyright
10005notice, this list of conditions and the following disclaimer.
10006
100072. Redistributions in binary form must reproduce the above copyright
10008notice, this list of conditions and the following disclaimer in
10009the documentation and/or other materials provided with the
10010distribution.
10011
100123. The names "VOCAL", "Vovida Open Communication Application Library",
10013and "Vovida Open Communication Application Library (VOCAL)" must
10014not be used to endorse or promote products derived from this
10015software without prior written permission. For written
10016permission, please contact vocal@vovida.org.
10017
100184. Products derived from this software may not be called "VOCAL", nor
10019may "VOCAL" appear in their name, without prior written
10020permission.
10021
10022THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
10023WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
10024OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
10025NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL VOVIDA
10026NETWORKS, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DAMAGES
10027IN EXCESS OF $1,000, NOR FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
10028EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
10029PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
10030PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
10031OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
10032(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
10033USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
10034DAMAGE.
10035
10036This software consists of voluntary contributions made by Vovida
10037Networks, Inc. and many individuals on behalf of Vovida Networks,
10038Inc. For more information on Vovida Networks, Inc., please see
10039http://www.vovida.org.
10040
10041All third party licenses and copyright notices and other required
10042legends also need to be complied with as well.', 'http://www.opensource.org/licenses/vovidapl.php', NULL, NULL, NULL, 'Vovida Software License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '1b349eefd2a6a69036aec247894275fd', 1, NULL);
10043INSERT INTO license_ref VALUES (254, 'Phorum-2.0', '/* ====================================================================
10044 * The Phorum License 2.0.
10045 *
10046 * Copyright (c) 2001 The Phorum Development Team.  All rights
10047 * reserved.
10048 *
10049 * Redistribution and use in source and binary forms, with or without
10050 * modification, are permitted provided that the following conditions
10051 * are met:
10052 *
10053 * 1. Redistributions of source code must retain the above copyright
10054 *    notice, this list of conditions and the following disclaimer.
10055 *
10056 * 2. Redistributions in binary form must reproduce the above copyright
10057 *    notice, this list of conditions and the following disclaimer in
10058 *    the documentation and/or other materials provided with the
10059 *    distribution.
10060 *
10061 * 3. The end-user documentation included with the redistribution,
10062 *    if any, must include the following acknowledgment:
10063 *       "This product includes software developed by the
10064 *        Phorum Development Team (http://phorum.org/)."
10065 *    Alternately, this acknowledgment may appear in the software itself,
10066 *    if and wherever such third-party acknowledgments normally appear.
10067 *
10068 * 4. The names "Phorum" and "Phorum Development Team" must
10069 *    not be used to endorse or promote products derived from this
10070 *    software without prior written permission. For written
10071 *    permission, please contact core@phorum.org.
10072 *
10073 * 5. Products derived from this software may not be called "Phorum",
10074 *    nor may "Phorum" appear in their name, without prior written
10075 *    permission of the Phorum Development Team.
10076 *
10077 * THIS SOFTWARE IS PROVIDED ``AS IS'''' AND ANY EXPRESSED OR IMPLIED
10078 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
10079 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
10080 * DISCLAIMED.  IN NO EVENT SHALL THE PHORUM DEVELOPMENT TEAM OR
10081 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
10082 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
10083 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
10084 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
10085 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
10086 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
10087 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
10088 * SUCH DAMAGE.
10089 * ====================================================================
10090 *
10091 * This software consists of voluntary contributions made by many
10092 * individuals on behalf of the Phorum Development Team.  For more
10093 * information on Phorum , please see
10094 * <http://phorum.org/>.
10095 *
10096 * This license is based on The Apache Software License Version 1.1.
10097 * Only the names, email addresses and urls were changed.
10098 * Permission was granted from The Apache Software Foundation to use
10099 * their license.
10100 *
10101 * The original version of the license is copyright (c) 2000 The Apache
10102 * Software Foundation. All rights reserved.
10103 *
10104 * For more information on the Apache Software Foundation, please
10105 * see <http://www.apache.org/>.
10106 *
10107 */', 'http://www.phorum.org/license.txt', NULL, NULL, NULL, 'Phorum License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, 'a53f99234a84ba68e75427a31485c336', 1, NULL);
10108INSERT INTO license_ref VALUES (255, 'Python-2.3.7', 'Python 2.3.7 license
10109
10110This is the official license for the Python 2.3.7 release:
10111
10112A. HISTORY OF THE SOFTWARE
10113==========================
10114
10115Python was created in the early 1990s by Guido van Rossum at Stichting
10116Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
10117as a successor of a language called ABC.  Guido remains Python''s
10118principal author, although it includes many contributions from others.
10119
10120In 1995, Guido continued his work on Python at the Corporation for
10121National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
10122in Reston, Virginia where he released several versions of the
10123software.
10124
10125In May 2000, Guido and the Python core development team moved to
10126BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
10127year, the PythonLabs team moved to Digital Creations (now Zope
10128Corporation, see http://www.zope.com).  In 2001, the Python Software
10129Foundation (PSF, see http://www.python.org/psf/) was formed, a
10130non-profit organization created specifically to own Python-related
10131Intellectual Property.  Zope Corporation is a sponsoring member of
10132the PSF.
10133
10134All Python releases are Open Source (see http://www.opensource.org for
10135the Open Source Definition).  Historically, most, but not all, Python
10136releases have also been GPL-compatible; the table below summarizes
10137the various releases.
10138
10139    Release         Derived     Year        Owner       GPL-
10140		    from                                compatible? (1)
10141
10142    0.9.0 thru 1.2              1991-1995   CWI         yes
10143    1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
10144    1.6             1.5.2       2000        CNRI        no
10145    2.0             1.6         2000        BeOpen.com  no
10146    1.6.1           1.6         2001        CNRI        yes (2)
10147    2.1             2.0+1.6.1   2001        PSF         no
10148    2.0.1           2.0+1.6.1   2001        PSF         yes
10149    2.1.1           2.1+2.0.1   2001        PSF         yes
10150    2.2             2.1.1       2001        PSF         yes
10151    2.1.2           2.1.1       2002        PSF         yes
10152    2.1.3           2.1.2       2002        PSF         yes
10153    2.2.1           2.2         2002        PSF         yes
10154    2.2.2           2.2.1       2002        PSF         yes
10155    2.2.3           2.2.2       2003        PSF         yes
10156    2.3             2.2.2       2002-2003   PSF         yes
10157    2.3.1           2.3         2002-2003   PSF         yes
10158    2.3.2           2.3.1       2002-2003   PSF         yes
10159    2.3.3           2.3.2       2002-2003   PSF         yes
10160    2.3.4           2.3.3       2004        PSF         yes
10161    2.3.5           2.3.4       2004-2005   PSF         yes
10162    2.3.6           2.3.5       2006        PSF         yes
10163    2.3.7           2.3.6       2008        PSF         yes
10164
10165Footnotes:
10166
10167(1) GPL-compatible doesn''t mean that we''re distributing Python under
10168    the GPL.  All Python licenses, unlike the GPL, let you distribute
10169    a modified version without making your changes open source.  The
10170    GPL-compatible licenses make it possible to combine Python with
10171    other software that is released under the GPL; the others don''t.
10172
10173(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
10174    because its license has a choice of law clause.  According to
10175    CNRI, however, Stallman''s lawyer has told CNRI''s lawyer that 1.6.1
10176    is "not incompatible" with the GPL.
10177
10178Thanks to the many outside volunteers who have worked under Guido''s
10179direction to make these releases possible.
10180
10181
10182B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
10183===============================================================
10184
10185PSF LICENSE AGREEMENT FOR PYTHON 2.3
10186------------------------------------
10187
101881. This LICENSE AGREEMENT is between the Python Software Foundation
10189("PSF"), and the Individual or Organization ("Licensee") accessing and
10190otherwise using Python 2.3 software in source or binary form and its
10191associated documentation.
10192
101932. Subject to the terms and conditions of this License Agreement, PSF
10194hereby grants Licensee a nonexclusive, royalty-free, world-wide
10195license to reproduce, analyze, test, perform and/or display publicly,
10196prepare derivative works, distribute, and otherwise use Python 2.3
10197alone or in any derivative version, provided, however, that PSF''s
10198License Agreement and PSF''s notice of copyright, i.e., "Copyright (c)
101992001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software
10200Foundation; All Rights Reserved" are retained in Python 2.3 alone or
10201in any derivative version prepared by Licensee.
10202
102033. In the event Licensee prepares a derivative work that is based on
10204or incorporates Python 2.3 or any part thereof, and wants to make
10205the derivative work available to others as provided herein, then
10206Licensee hereby agrees to include in any such work a brief summary of
10207the changes made to Python 2.3.
10208
102094. PSF is making Python 2.3 available to Licensee on an "AS IS"
10210basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
10211IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
10212DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
10213FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.3 WILL NOT
10214INFRINGE ANY THIRD PARTY RIGHTS.
10215
102165. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
102172.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
10218A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.3,
10219OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
10220
102216. This License Agreement will automatically terminate upon a material
10222breach of its terms and conditions.
10223
102247. Nothing in this License Agreement shall be deemed to create any
10225relationship of agency, partnership, or joint venture between PSF and
10226Licensee.  This License Agreement does not grant permission to use PSF
10227trademarks or trade name in a trademark sense to endorse or promote
10228products or services of Licensee, or any third party.
10229
102308. By copying, installing or otherwise using Python 2.3, Licensee
10231agrees to be bound by the terms and conditions of this License
10232Agreement.
10233
10234
10235BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
10236-------------------------------------------
10237
10238BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
10239
102401. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
10241office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
10242Individual or Organization ("Licensee") accessing and otherwise using
10243this software in source or binary form and its associated
10244documentation ("the Software").
10245
102462. Subject to the terms and conditions of this BeOpen Python License
10247Agreement, BeOpen hereby grants Licensee a non-exclusive,
10248royalty-free, world-wide license to reproduce, analyze, test, perform
10249and/or display publicly, prepare derivative works, distribute, and
10250otherwise use the Software alone or in any derivative version,
10251provided, however, that the BeOpen Python License is retained in the
10252Software, alone or in any derivative version prepared by Licensee.
10253
102543. BeOpen is making the Software available to Licensee on an "AS IS"
10255basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
10256IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
10257DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
10258FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
10259INFRINGE ANY THIRD PARTY RIGHTS.
10260
102614. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
10262SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
10263AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
10264DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
10265
102665. This License Agreement will automatically terminate upon a material
10267breach of its terms and conditions.
10268
102696. This License Agreement shall be governed by and interpreted in all
10270respects by the law of the State of California, excluding conflict of
10271law provisions.  Nothing in this License Agreement shall be deemed to
10272create any relationship of agency, partnership, or joint venture
10273between BeOpen and Licensee.  This License Agreement does not grant
10274permission to use BeOpen trademarks or trade names in a trademark
10275sense to endorse or promote products or services of Licensee, or any
10276third party.  As an exception, the "BeOpen Python" logos available at
10277http://www.pythonlabs.com/logos.html may be used according to the
10278permissions granted on that web page.
10279
102807. By copying, installing or otherwise using the software, Licensee
10281agrees to be bound by the terms and conditions of this License
10282Agreement.
10283
10284
10285CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
10286---------------------------------------
10287
102881. This LICENSE AGREEMENT is between the Corporation for National
10289Research Initiatives, having an office at 1895 Preston White Drive,
10290Reston, VA 20191 ("CNRI"), and the Individual or Organization
10291("Licensee") accessing and otherwise using Python 1.6.1 software in
10292source or binary form and its associated documentation.
10293
102942. Subject to the terms and conditions of this License Agreement, CNRI
10295hereby grants Licensee a nonexclusive, royalty-free, world-wide
10296license to reproduce, analyze, test, perform and/or display publicly,
10297prepare derivative works, distribute, and otherwise use Python 1.6.1
10298alone or in any derivative version, provided, however, that CNRI''s
10299License Agreement and CNRI''s notice of copyright, i.e., "Copyright (c)
103001995-2001 Corporation for National Research Initiatives; All Rights
10301Reserved" are retained in Python 1.6.1 alone or in any derivative
10302version prepared by Licensee.  Alternately, in lieu of CNRI''s License
10303Agreement, Licensee may substitute the following text (omitting the
10304quotes): "Python 1.6.1 is made available subject to the terms and
10305conditions in CNRI''s License Agreement.  This Agreement together with
10306Python 1.6.1 may be located on the Internet using the following
10307unique, persistent identifier (known as a handle): 1895.22/1013.  This
10308Agreement may also be obtained from a proxy server on the Internet
10309using the following URL: http://hdl.handle.net/1895.22/1013".
10310
103113. In the event Licensee prepares a derivative work that is based on
10312or incorporates Python 1.6.1 or any part thereof, and wants to make
10313the derivative work available to others as provided herein, then
10314Licensee hereby agrees to include in any such work a brief summary of
10315the changes made to Python 1.6.1.
10316
103174. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
10318basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
10319IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
10320DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
10321FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
10322INFRINGE ANY THIRD PARTY RIGHTS.
10323
103245. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
103251.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
10326A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
10327OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
10328
103296. This License Agreement will automatically terminate upon a material
10330breach of its terms and conditions.
10331
103327. This License Agreement shall be governed by the federal
10333intellectual property law of the United States, including without
10334limitation the federal copyright law, and, to the extent such
10335U.S. federal law does not apply, by the law of the Commonwealth of
10336Virginia, excluding Virginia''s conflict of law provisions.
10337Notwithstanding the foregoing, with regard to derivative works based
10338on Python 1.6.1 that incorporate non-separable material that was
10339previously distributed under the GNU General Public License (GPL), the
10340law of the Commonwealth of Virginia shall govern this License
10341Agreement only as to issues arising under or with respect to
10342Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
10343License Agreement shall be deemed to create any relationship of
10344agency, partnership, or joint venture between CNRI and Licensee.  This
10345License Agreement does not grant permission to use CNRI trademarks or
10346trade name in a trademark sense to endorse or promote products or
10347services of Licensee, or any third party.
10348
103498. By clicking on the "ACCEPT" button where indicated, or by copying,
10350installing or otherwise using Python 1.6.1, Licensee agrees to be
10351bound by the terms and conditions of this License Agreement.
10352
10353        ACCEPT
10354
10355
10356CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
10357--------------------------------------------------
10358
10359Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
10360The Netherlands.  All rights reserved.
10361
10362Permission to use, copy, modify, and distribute this software and its
10363documentation for any purpose and without fee is hereby granted,
10364provided that the above copyright notice appear in all copies and that
10365both that copyright notice and this permission notice appear in
10366supporting documentation, and that the name of Stichting Mathematisch
10367Centrum or CWI not be used in advertising or publicity pertaining to
10368distribution of the software without specific, written prior
10369permission.
10370
10371STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
10372THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
10373FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
10374FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
10375WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
10376ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
10377OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.', 'http://www.python.org/download/releases/2.3.7/license/', NULL, NULL, NULL, 'Python License 2.3.7', NULL, NULL, NULL, '', NULL, false, false, false, 'ea8d9a0d1ef3b34ebf490f982ca0d39b', 1, NULL);
10378INSERT INTO license_ref VALUES (256, 'Python-2.4.4', 'Python 2.4.4 license
10379
10380This is the official license for the Python 2.4 release:
10381
10382A. HISTORY OF THE SOFTWARE
10383==========================
10384
10385Python was created in the early 1990s by Guido van Rossum at Stichting
10386Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
10387as a successor of a language called ABC.  Guido remains Python''s
10388principal author, although it includes many contributions from others.
10389
10390In 1995, Guido continued his work on Python at the Corporation for
10391National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
10392in Reston, Virginia where he released several versions of the
10393software.
10394
10395In May 2000, Guido and the Python core development team moved to
10396BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
10397year, the PythonLabs team moved to Digital Creations (now Zope
10398Corporation, see http://www.zope.com).  In 2001, the Python Software
10399Foundation (PSF, see http://www.python.org/psf/) was formed, a
10400non-profit organization created specifically to own Python-related
10401Intellectual Property.  Zope Corporation is a sponsoring member of
10402the PSF.
10403
10404All Python releases are Open Source (see http://www.opensource.org for
10405the Open Source Definition).  Historically, most, but not all, Python
10406releases have also been GPL-compatible; the table below summarizes
10407the various releases.
10408
10409    Release         Derived     Year        Owner       GPL-
10410		    from                                compatible? (1)
10411
10412    0.9.0 thru 1.2              1991-1995   CWI         yes
10413    1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
10414    1.6             1.5.2       2000        CNRI        no
10415    2.0             1.6         2000        BeOpen.com  no
10416    1.6.1           1.6         2001        CNRI        yes (2)
10417    2.1             2.0+1.6.1   2001        PSF         no
10418    2.0.1           2.0+1.6.1   2001        PSF         yes
10419    2.1.1           2.1+2.0.1   2001        PSF         yes
10420    2.2             2.1.1       2001        PSF         yes
10421    2.1.2           2.1.1       2002        PSF         yes
10422    2.1.3           2.1.2       2002        PSF         yes
10423    2.2.1           2.2         2002        PSF         yes
10424    2.2.2           2.2.1       2002        PSF         yes
10425    2.2.3           2.2.2       2003        PSF         yes
10426    2.3             2.2.2       2002-2003   PSF         yes
10427    2.3.1           2.3         2002-2003   PSF         yes
10428    2.3.2           2.3.1       2002-2003   PSF         yes
10429    2.3.3           2.3.2       2002-2003   PSF         yes
10430    2.3.4           2.3.3       2004        PSF         yes
10431    2.3.5           2.3.4       2005        PSF         yes
10432    2.4             2.3         2004        PSF         yes
10433    2.4.1           2.4         2005        PSF         yes
10434    2.4.2           2.4.1       2005        PSF         yes
10435    2.4.3           2.4.2       2006        PSF         yes
10436    2.4.4           2.4.3       2006        PSF         yes
10437
10438Footnotes:
10439
10440(1) GPL-compatible doesn''t mean that we''re distributing Python under
10441    the GPL.  All Python licenses, unlike the GPL, let you distribute
10442    a modified version without making your changes open source.  The
10443    GPL-compatible licenses make it possible to combine Python with
10444    other software that is released under the GPL; the others don''t.
10445
10446(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
10447    because its license has a choice of law clause.  According to
10448    CNRI, however, Stallman''s lawyer has told CNRI''s lawyer that 1.6.1
10449    is "not incompatible" with the GPL.
10450
10451Thanks to the many outside volunteers who have worked under Guido''s
10452direction to make these releases possible.
10453
10454
10455B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
10456===============================================================
10457
10458PSF LICENSE AGREEMENT FOR PYTHON 2.4
10459------------------------------------
10460
104611. This LICENSE AGREEMENT is between the Python Software Foundation
10462("PSF"), and the Individual or Organization ("Licensee") accessing and
10463otherwise using Python 2.4 software in source or binary form and its
10464associated documentation.
10465
104662. Subject to the terms and conditions of this License Agreement, PSF
10467hereby grants Licensee a nonexclusive, royalty-free, world-wide
10468license to reproduce, analyze, test, perform and/or display publicly,
10469prepare derivative works, distribute, and otherwise use Python 2.4
10470alone or in any derivative version, provided, however, that PSF''s
10471License Agreement and PSF''s notice of copyright, i.e., "Copyright (c)
104722001, 2002, 2003, 2004 Python Software Foundation; All Rights Reserved"
10473are retained in Python 2.4 alone or in any derivative version prepared
10474by Licensee.
10475
104763. In the event Licensee prepares a derivative work that is based on
10477or incorporates Python 2.4 or any part thereof, and wants to make
10478the derivative work available to others as provided herein, then
10479Licensee hereby agrees to include in any such work a brief summary of
10480the changes made to Python 2.4.
10481
104824. PSF is making Python 2.4 available to Licensee on an "AS IS"
10483basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
10484IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
10485DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
10486FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.4 WILL NOT
10487INFRINGE ANY THIRD PARTY RIGHTS.
10488
104895. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
104902.4 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
10491A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.4,
10492OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
10493
104946. This License Agreement will automatically terminate upon a material
10495breach of its terms and conditions.
10496
104977. Nothing in this License Agreement shall be deemed to create any
10498relationship of agency, partnership, or joint venture between PSF and
10499Licensee.  This License Agreement does not grant permission to use PSF
10500trademarks or trade name in a trademark sense to endorse or promote
10501products or services of Licensee, or any third party.
10502
105038. By copying, installing or otherwise using Python 2.4, Licensee
10504agrees to be bound by the terms and conditions of this License
10505Agreement.
10506
10507
10508BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
10509-------------------------------------------
10510
10511BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
10512
105131. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
10514office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
10515Individual or Organization ("Licensee") accessing and otherwise using
10516this software in source or binary form and its associated
10517documentation ("the Software").
10518
105192. Subject to the terms and conditions of this BeOpen Python License
10520Agreement, BeOpen hereby grants Licensee a non-exclusive,
10521royalty-free, world-wide license to reproduce, analyze, test, perform
10522and/or display publicly, prepare derivative works, distribute, and
10523otherwise use the Software alone or in any derivative version,
10524provided, however, that the BeOpen Python License is retained in the
10525Software, alone or in any derivative version prepared by Licensee.
10526
105273. BeOpen is making the Software available to Licensee on an "AS IS"
10528basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
10529IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
10530DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
10531FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
10532INFRINGE ANY THIRD PARTY RIGHTS.
10533
105344. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
10535SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
10536AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
10537DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
10538
105395. This License Agreement will automatically terminate upon a material
10540breach of its terms and conditions.
10541
105426. This License Agreement shall be governed by and interpreted in all
10543respects by the law of the State of California, excluding conflict of
10544law provisions.  Nothing in this License Agreement shall be deemed to
10545create any relationship of agency, partnership, or joint venture
10546between BeOpen and Licensee.  This License Agreement does not grant
10547permission to use BeOpen trademarks or trade names in a trademark
10548sense to endorse or promote products or services of Licensee, or any
10549third party.  As an exception, the "BeOpen Python" logos available at
10550http://www.pythonlabs.com/logos.html may be used according to the
10551permissions granted on that web page.
10552
105537. By copying, installing or otherwise using the software, Licensee
10554agrees to be bound by the terms and conditions of this License
10555Agreement.
10556
10557
10558CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
10559---------------------------------------
10560
105611. This LICENSE AGREEMENT is between the Corporation for National
10562Research Initiatives, having an office at 1895 Preston White Drive,
10563Reston, VA 20191 ("CNRI"), and the Individual or Organization
10564("Licensee") accessing and otherwise using Python 1.6.1 software in
10565source or binary form and its associated documentation.
10566
105672. Subject to the terms and conditions of this License Agreement, CNRI
10568hereby grants Licensee a nonexclusive, royalty-free, world-wide
10569license to reproduce, analyze, test, perform and/or display publicly,
10570prepare derivative works, distribute, and otherwise use Python 1.6.1
10571alone or in any derivative version, provided, however, that CNRI''s
10572License Agreement and CNRI''s notice of copyright, i.e., "Copyright (c)
105731995-2001 Corporation for National Research Initiatives; All Rights
10574Reserved" are retained in Python 1.6.1 alone or in any derivative
10575version prepared by Licensee.  Alternately, in lieu of CNRI''s License
10576Agreement, Licensee may substitute the following text (omitting the
10577quotes): "Python 1.6.1 is made available subject to the terms and
10578conditions in CNRI''s License Agreement.  This Agreement together with
10579Python 1.6.1 may be located on the Internet using the following
10580unique, persistent identifier (known as a handle): 1895.22/1013.  This
10581Agreement may also be obtained from a proxy server on the Internet
10582using the following URL: http://hdl.handle.net/1895.22/1013".
10583
105843. In the event Licensee prepares a derivative work that is based on
10585or incorporates Python 1.6.1 or any part thereof, and wants to make
10586the derivative work available to others as provided herein, then
10587Licensee hereby agrees to include in any such work a brief summary of
10588the changes made to Python 1.6.1.
10589
105904. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
10591basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
10592IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
10593DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
10594FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
10595INFRINGE ANY THIRD PARTY RIGHTS.
10596
105975. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
105981.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
10599A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
10600OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
10601
106026. This License Agreement will automatically terminate upon a material
10603breach of its terms and conditions.
10604
106057. This License Agreement shall be governed by the federal
10606intellectual property law of the United States, including without
10607limitation the federal copyright law, and, to the extent such
10608U.S. federal law does not apply, by the law of the Commonwealth of
10609Virginia, excluding Virginia''s conflict of law provisions.
10610Notwithstanding the foregoing, with regard to derivative works based
10611on Python 1.6.1 that incorporate non-separable material that was
10612previously distributed under the GNU General Public License (GPL), the
10613law of the Commonwealth of Virginia shall govern this License
10614Agreement only as to issues arising under or with respect to
10615Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
10616License Agreement shall be deemed to create any relationship of
10617agency, partnership, or joint venture between CNRI and Licensee.  This
10618License Agreement does not grant permission to use CNRI trademarks or
10619trade name in a trademark sense to endorse or promote products or
10620services of Licensee, or any third party.
10621
106228. By clicking on the "ACCEPT" button where indicated, or by copying,
10623installing or otherwise using Python 1.6.1, Licensee agrees to be
10624bound by the terms and conditions of this License Agreement.
10625
10626        ACCEPT
10627
10628
10629CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
10630--------------------------------------------------
10631
10632Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
10633The Netherlands.  All rights reserved.
10634
10635Permission to use, copy, modify, and distribute this software and its
10636documentation for any purpose and without fee is hereby granted,
10637provided that the above copyright notice appear in all copies and that
10638both that copyright notice and this permission notice appear in
10639supporting documentation, and that the name of Stichting Mathematisch
10640Centrum or CWI not be used in advertising or publicity pertaining to
10641distribution of the software without specific, written prior
10642permission.
10643
10644STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
10645THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
10646FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
10647FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
10648WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
10649ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
10650OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.', 'http://www.python.org/download/releases/2.4.6/license/', NULL, NULL, NULL, 'Python License 2.4.4', NULL, NULL, NULL, '', NULL, false, false, false, '71533413d9aeae7481da0b19eedcb6d2', 1, NULL);
10651INSERT INTO license_ref VALUES (259, 'SPL-1.0', 'SUN PUBLIC LICENSE Version 1.0
10652
106531. Definitions.
10654
106551.0.1. "Commercial Use" means distribution or otherwise making the
10656Covered Code available to a third party.
10657
106581.1. "Contributor" means each entity that creates or contributes to
10659the creation of Modifications.
10660
106611.2. "Contributor Version" means the combination of the Original Code,
10662prior Modifications used by a Contributor, and the Modifications made
10663by that particular Contributor.
10664
106651.3. "Covered Code" means the Original Code or Modifications or the
10666combination of the Original Code and Modifications, in each case
10667including portions thereof and corresponding documentation released
10668with the source code.
10669
106701.4. "Electronic Distribution Mechanism" means a mechanism generally
10671accepted in the software development community for the electronic
10672transfer of data.
10673
106741.5. "Executable" means Covered Code in any form other than Source
10675Code.
10676
106771.6. "Initial Developer" means the individual or entity identified as
10678the Initial Developer in the Source Code notice required by Exhibit
10679A.
10680
106811.7. "Larger Work" means a work which combines Covered Code or
10682portions thereof with code not governed by the terms of this
10683License.
10684
106851.8. "License" means this document.
10686
106871.8.1. "Licensable" means having the right to grant, to the maximum
10688extent possible, whether at the time of the initial grant or
10689subsequently acquired, any and all of the rights conveyed herein.
10690
106911.9. "Modifications" means any addition to or deletion from the
10692substance or structure of either the Original Code or any previous
10693Modifications. When Covered Code is released as a series of files, a
10694Modification is:
10695
10696A. Any addition to or deletion from the contents of a file containing
10697Original Code or previous Modifications.
10698
10699B. Any new file that contains any part of the Original Code or
10700previous Modifications.
10701
107021.10. "Original Code"../ means Source Code of computer software code
10703which is described in the Source Code notice required by Exhibit A as
10704Original Code, and which, at the time of its release under this
10705License is not already Covered Code governed by this License.
10706
107071.10.1. "Patent Claims" means any patent claim(s), now owned or
10708hereafter acquired, including without limitation, method, process, and
10709apparatus claims, in any patent Licensable by grantor.
10710
107111.11. "Source Code"../ means the preferred form of the Covered Code
10712for
10713making modifications to it, including all modules it contains, plus
10714any associated documentation, interface definition files, scripts used
10715to control compilation and installation of an Executable, or source
10716code differential comparisons against either the Original Code or
10717another well known, available Covered Code of the Contributor''s
10718choice. The Source Code can be in a compressed or archival form,
10719provided the appropriate decompression or de-archiving software is
10720widely available for no charge.
10721
107221.12. "You" (or "Your") means an individual or a legal entity
10723exercising rights under, and complying with all of the terms of, this
10724License or a future version of this License issued under Section 6.1.
10725For legal entities, "You" includes any entity which controls, is
10726controlled by, or is under common control with You. For purposes of
10727this definition, "control"../ means (a) the power, direct or indirect,
10728to
10729cause the direction or management of such entity, whether by contract
10730or otherwise, or (b) ownership of more than fifty percent (50%) of the
10731outstanding shares or beneficial ownership of such entity.
10732
107332. Source Code License.
10734
107352.1 The Initial Developer Grant.
10736
10737The Initial Developer hereby grants You a world-wide, royalty-free,
10738non-exclusive license, subject to third party intellectual property
10739claims:
10740
10741(a) under intellectual property rights (other than patent or
10742trademark) Licensable by Initial Developer to use, reproduce, modify,
10743display, perform, sublicense and distribute the Original Code (or
10744portions thereof) with or without Modifications, and/or as part of a
10745Larger Work; and
10746
10747(b) under Patent Claims infringed by the making, using or selling of
10748Original Code, to make, have made, use, practice, sell, and offer for
10749sale, and/or otherwise dispose of the Original Code (or portions
10750thereof).
10751
10752(c) the licenses granted in this Section 2.1(a) and (b) are effective
10753on the date Initial Developer first distributes Original Code under
10754the terms of this License.
10755
10756(d) Notwithstanding Section 2.1(b) above, no patent license is
10757granted: 1) for code that You delete from the Original Code; 2)
10758separate from the Original Code; or 3) for infringements caused
10759by:
10760
10761i) the modification of the Original Code or ii) the combination of the
10762Original Code with other software or devices.
10763
107642.2. Contributor Grant.
10765
10766Subject to third party intellectual property claims, each Contributor
10767hereby grants You a world-wide, royalty-free, non-exclusive license
10768
10769(a) under intellectual property rights (other than patent
10770or
10771trademark) Licensable by Contributor, to use, reproduce, modify,
10772display, perform, sublicense and distribute the Modifications created
10773by such Contributor (or portions thereof) either on an unmodified
10774basis, with other Modifications, as Covered Code and/or as part of a
10775Larger Work; and
10776
10777b) under Patent Claims infringed by the making, using, or selling of
10778Modifications made by that Contributor either alone and/or in
10779combination with its Contributor Version (or portions of such
10780combination), to make, use, sell, offer for sale, have made, and/or
10781otherwise dispose of: 1) Modifications made by that Contributor (or
10782portions thereof); and 2) the combination of Modifications made by
10783that Contributor with its Contributor Version (or portions of such
10784combination).
10785
10786(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective
10787on the date Contributor first makes Commercial Use of the Covered
10788Code.
10789
10790(d) notwithstanding Section 2.2(b) above, no patent license is
10791granted: 1) for any code that Contributor has deleted from the
10792Contributor Version; 2) separate from the Contributor Version; 3) for
10793infringements caused by: i) third party modifications of Contributor
10794Version or ii) the combination of Modifications made by that
10795Contributor with other software (except as part of the Contributor
10796Version) or other devices; or 4) under Patent Claims infringed by
10797Covered Code in the absence of Modifications made by that
10798Contributor.
10799
108003. Distribution Obligations.
10801
108023.1. Application of License.
10803
10804The Modifications which You create or to which You contribute are
10805governed by the terms of this License, including without limitation
10806Section 2.2. The Source Code version of Covered Code may be
10807distributed only under the terms of this License or a future version
10808of this License released under Section 6.1, and You must include a
10809copy of this License with every copy of the Source Code You
10810distribute. You may not offer or impose any terms on any Source Code
10811version that alters or restricts the applicable version of this
10812License or the recipients'' rights hereunder. However, You may include
10813an additional document offering the additional rights described in
10814Section 3.5.
10815
108163.2. Availability of Source Code.
10817
10818Any Modification which You create or to which You contribute must be
10819made available in Source Code form under the terms of this License
10820either on the same media as an Executable version or via an accepted
10821Electronic Distribution Mechanism to anyone to whom you made an
10822Executable version available; and if made available via Electronic
10823Distribution Mechanism, must remain available for at least twelve (12)
10824months after the date it initially became available, or at least six
10825(6) months after a subsequent version of that particular Modification
10826has been made available to such recipients. You are responsible for
10827ensuring that the Source Code version remains available even if the
10828Electronic Distribution Mechanism is maintained by a third party.
10829
108303.3. Description of Modifications.
10831
10832You must cause all Covered Code to which You contribute to contain a
10833file documenting the changes You made to create that Covered Code and
10834the date of any change. You must include a prominent statement that
10835the Modification is derived, directly or indirectly, from Original
10836Code provided by the Initial Developer and including the name of the
10837Initial Developer in (a) the Source Code, and (b) in any notice in an
10838Executable version or related documentation in which You describe the
10839origin or ownership of the Covered Code.
10840
108413.4. Intellectual Property Matters.
10842
10843(a) Third Party Claims.
10844
10845If Contributor has knowledge that a license under a third party''s
10846intellectual property rights is required to exercise the rights
10847granted by such Contributor under Sections 2.1 or 2.2, Contributor
10848must include a text file with the Source Code distribution titled
10849"../LEGAL'''' which describes the claim and the party making the claim in
10850sufficient detail that a recipient will know whom to contact. If
10851Contributor obtains such knowledge after the Modification is made
10852available as described in Section 3.2, Contributor shall promptly
10853modify the LEGAL file in all copies Contributor makes available
10854thereafter and shall take other steps (such as notifying appropriate
10855mailing lists or newsgroups) reasonably calculated to inform those who
10856received the Covered Code that new knowledge has been obtained.
10857
10858(b) Contributor APIs.
10859
10860If Contributor''s Modifications include an application programming
10861interface ("API"../) and Contributor has knowledge of patent licenses
10862which are reasonably necessary to implement that API, Contributor must
10863also include this information in the LEGAL file.
10864
10865(c) Representations.
10866
10867Contributor represents that, except as disclosed pursuant to Section
108683.4(a) above, Contributor believes that Contributor''s Modifications
10869are Contributor''s original creation(s) and/or Contributor has
10870sufficient rights to grant the rights conveyed by this
10871License
10872
10873.
10874
108753.5. Required Notices.
10876
10877You must duplicate the notice in Exhibit A in each file of the Source
10878Code. If it is not possible to put such notice in a particular Source
10879Code file due to its structure, then You must include such notice in a
10880location (such as a relevant directory) where a user would be likely
10881to look for such a notice. If You created one or more Modification(s)
10882You may add your name as a Contributor to the notice described in
10883Exhibit A. You must also duplicate this License in any documentation
10884for the Source Code where You describe recipients'' rights or ownership
10885rights relating to Covered Code. You may choose to offer, and to
10886charge a fee for, warranty, support, indemnity or liability
10887obligations to one or more recipients of Covered Code. However, You
10888may do so only on Your own behalf, and not on behalf of the Initial
10889Developer or any Contributor. You must make it absolutely clear than
10890any such warranty, support, indemnity or liability obligation is
10891offered by You alone, and You hereby agree to indemnify the Initial
10892Developer and every Contributor for any liability incurred by the
10893Initial Developer or such Contributor as a result of warranty,
10894support, indemnity or liability terms You offer.
10895
108963.6. Distribution of Executable Versions.
10897
10898You may distribute Covered Code in Executable form only if the
10899requirements of Section 3.1-3.5 have been met for that Covered Code,
10900and if You include a notice stating that the Source Code version of
10901the Covered Code is available under the terms of this License,
10902including a description of how and where You have fulfilled the
10903obligations of Section 3.2. The notice must be conspicuously included
10904in any notice in an Executable version, related documentation or
10905collateral in which You describe recipients'' rights relating to the
10906Covered Code. You may distribute the Executable version of Covered
10907Code or ownership rights under a license of Your choice, which may
10908contain terms different from this License, provided that You are in
10909compliance with the terms of this License and that the license for the
10910Executable version does not attempt to limit or alter the recipient''s
10911rights in the Source Code version from the rights set forth in this
10912License. If You distribute the Executable version under a different
10913license You must make it absolutely clear that any terms which differ
10914from this License are offered by You alone, not by the Initial
10915Developer or any Contributor. You hereby agree to indemnify the
10916Initial Developer and every Contributor for any liability incurred by
10917the Initial Developer or such Contributor as a result of any such
10918terms You offer.
10919
109203.7. Larger Works.
10921
10922You may create a Larger Work by combining Covered Code with other
10923code
10924not governed by the terms of this License and distribute the Larger
10925Work as a single product. In such a case, You must make sure the
10926requirements of this License are fulfilled for the Covered Code.
10927
109284. Inability to Comply Due to Statute or Regulation.
10929
10930If it is impossible for You to comply with any of the terms of this
10931License with respect to some or all of the Covered Code due to
10932statute, judicial order, or regulation then You must: (a) comply with
10933the terms of this License to the maximum extent possible; and (b)
10934describe the limitations and the code they affect. Such description
10935must be included in the LEGAL file described in Section 3.4 and must
10936be included with all distributions of the Source Code. Except to the
10937extent prohibited by statute or regulation, such description must be
10938sufficiently detailed for a recipient of ordinary skill to be able to
10939understand it.
10940
109415. Application of this License.
10942
10943This License applies to code to which the Initial Developer has
10944attached the notice in Exhibit A and to related Covered Code.
10945
109466. Versions of the License.
10947
109486.1. New Versions.
10949
10950Sun Microsystems, Inc. ("Sun") may publish revised and/or new versions
10951of the License from time to time. Each version will be given a
10952distinguishing version number.
10953
109546.2. Effect of New Versions.
10955
10956Once Covered Code has been published under a particular version of
10957the
10958License, You may always continue to use it under the terms of that
10959version. You may also choose to use such Covered Code under the terms
10960of any subsequent version of the License published by Sun. No one
10961other than Sun has the right to modify the terms applicable to Covered
10962Code created under this License.
10963
109646.3. Derivative Works.
10965
10966If You create or use a modified version of this License (which you
10967may
10968only do in order to apply it to code which is not already Covered Code
10969governed by this License), You must: (a) rename Your license so that
10970the phrases "Sun," "Sun Public License," or "SPL"../ or any confusingly
10971similar phrase do not appear in your license (except to note that your
10972license differs from this License) and (b) otherwise make it clear
10973that Your version of the license contains terms which differ from the
10974Sun Public License. (Filling in the name of the Initial Developer,
10975Original Code or Contributor in the notice described in Exhibit A
10976shall not of themselves be deemed to be modifications of this
10977License.)
10978
109797. DISCLAIMER OF WARRANTY.
10980
10981COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "../AS IS'''' BASIS,
10982WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
10983WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
10984DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
10985THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
10986IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
10987YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
10988COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
10989OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
10990ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
10991DISCLAIMER.
10992
109938. TERMINATION.
10994
109958.1. This License and the rights granted hereunder will terminate
10996automatically if You fail to comply with terms herein and fail to cure
10997such breach within 30 days of becoming aware of the breach. All
10998sublicenses to the Covered Code which are properly granted shall
10999survive any termination of this License. Provisions which, by their
11000nature, must remain in effect beyond the termination of this License
11001shall survive.
11002
110038.2. If You initiate litigation by asserting a patent infringement
11004claim (excluding declaratory judgment actions) against Initial Developer
11005or a Contributor (the Initial Developer or Contributor against whom
11006You file such action is referred to as "Participant") alleging
11007that:
11008
11009(a) such Participant''s Contributor Version directly or indirectly
11010infringes any patent, then any and all rights granted by such
11011Participant to You under Sections 2.1 and/or 2.2 of this License
11012shall, upon 60 days notice from Participant terminate prospectively,
11013unless if within 60 days after receipt of notice You either: (i)
11014agree in writing to pay Participant a mutually agreeable reasonable
11015royalty for Your past and future use of Modifications made by such
11016Participant, or (ii) withdraw Your litigation claim with respect to
11017the Contributor Version against such Participant. If within 60 days
11018of notice, a reasonable royalty and payment arrangement are not
11019mutually agreed upon in writing by the parties or the litigation claim
11020is not withdrawn, the rights granted by Participant to You under
11021Sections 2.1 and/or 2.2 automatically terminate at the expiration of
11022the 60 day notice period specified above.
11023
11024(b) any software, hardware, or device, other than such Participant''s
11025Contributor Version, directly or indirectly infringes any patent, then
11026any rights granted to You by such Participant under Sections 2.1(b)
11027and 2.2(b) are revoked effective as of the date You first made, used,
11028sold, distributed, or had made, Modifications made by that
11029Participant.
11030
110318.3. If You assert a patent infringement claim against Participant
11032alleging that such Participant''s Contributor Version directly or
11033indirectly infringes any patent where such claim is resolved (such as
11034by license or settlement) prior to the initiation of patent
11035infringement litigation, then the reasonable value of the licenses
11036granted by such Participant under Sections 2.1 or 2.2 shall be taken
11037into account in determining the amount or value of any payment or
11038license.
11039
110408.4. In the event of termination under Sections 8.1 or 8.2 above,
11041all
11042end user license agreements (excluding distributors and resellers)
11043which have been validly granted by You or any distributor hereunder
11044prior to termination shall survive termination.
11045
110469. LIMITATION OF LIABILITY.
11047
11048UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
11049(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
11050DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
11051OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
11052ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
11053CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
11054WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
11055COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
11056INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
11057LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
11058RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
11059PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
11060EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
11061THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
11062
1106310. U.S. GOVERNMENT END USERS.
11064
11065The Covered Code is a "commercial item," as that term is defined in
1106648
11067C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software"
11068and "commercial computer software documentation,"../ as such terms are
11069used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R.
1107012.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all
11071U.S. Government End Users acquire Covered Code with only those rights
11072set forth herein.
11073
1107411. MISCELLANEOUS.
11075
11076This License represents the complete agreement concerning subject
11077matter hereof. If any provision of this License is held to be
11078unenforceable, such provision shall be reformed only to the extent
11079necessary to make it enforceable. This License shall be governed by
11080California law provisions (except to the extent applicable law, if
11081any, provides otherwise), excluding its conflict-of-law provisions.
11082With respect to disputes in which at least one party is a citizen of,
11083or an entity chartered or registered to do business in the United
11084States of America, any litigation relating to this License shall be
11085subject to the jurisdiction of the Federal Courts of the Northern
11086District of California, with venue lying in Santa Clara County,
11087California, with the losing party responsible for costs, including
11088without limitation, court costs and reasonable attorneys'' fees and
11089expenses. The application of the United Nations Convention on
11090Contracts for the International Sale of Goods is expressly excluded.
11091Any law or regulation which provides that the language of a contract
11092shall be construed against the drafter shall not apply to this
11093License.
11094
1109512. RESPONSIBILITY FOR CLAIMS.
11096
11097As between Initial Developer and the Contributors, each party is
11098responsible for claims and damages arising, directly or indirectly,
11099out of its utilization of rights under this License and You agree to
11100work with Initial Developer and Contributors to distribute such
11101responsibility on an equitable basis. Nothing herein is intended or
11102shall be deemed to constitute any admission of liability.
11103
1110413. MULTIPLE-LICENSED CODE.
11105
11106Initial Developer may designate portions of the Covered Code as
11107?Multiple-Licensed?. ?Multiple-Licensed? means that the Initial
11108Developer permits you to utilize portions of the Covered Code under
11109Your choice of the alternative licenses, if any, specified by the
11110Initial Developer in the file described in Exhibit A.
11111
11112Exhibit A -Sun Public License Notice.
11113
11114The contents of this file are subject to the Sun Public License
11115
11116Version 1.0 (the License); you may not use this file except in
11117
11118compliance with the License. A copy of the License is available at
11119
11120http://www.sun.com/
11121
11122The Original Code is _________________. The Initial Developer of the
11123
11124Original Code is ___________. Portions created by ______ are Copyright
11125
11126(C)_________. All Rights Reserved.
11127
11128Contributor(s): ______________________________________.
11129
11130Alternatively, the contents of this file may be used under the terms
11131
11132of the _____ license (the ?[___] License?), in which case the
11133
11134provisions of [______] License are applicable instead of those above.
11135
11136If you wish to allow use of your version of this file only under the
11137
11138terms of the [____] License and not to allow others to use your
11139
11140version of this file under the SPL, indicate your decision by deleting
11141
11142the provisions above and replace them with the notice and other
11143
11144provisions required by the [___] License. If you do not delete the
11145
11146provisions above, a recipient may use your version of this file under
11147
11148either the SPL or the [___] License.
11149[NOTE: The text of this Exhibit A may differ slightly from the text of
11150
11151the notices in the Source Code files of the Original Code. You should
11152
11153use the text of this Exhibit A rather than the text found in the
11154
11155Original Code Source Code for Your Modifications.]', 'http://www.opensource.org/licenses/sunpublic.php', NULL, NULL, NULL, 'Sun Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '3faacb967932fbcda54bf33d3101fb64', 1, NULL);
11156INSERT INTO license_ref VALUES (13, 'PHP-3.0', '--------------------------------------------------------------------
11157                  The PHP License, version 3.0
11158Copyright (c) 1999 - 2006 The PHP Group. All rights reserved.
11159--------------------------------------------------------------------
11160
11161Redistribution and use in source and binary forms, with or without
11162modification, is permitted provided that the following conditions
11163are met:
11164
11165  1. Redistributions of source code must retain the above copyright
11166     notice, this list of conditions and the following disclaimer.
11167
11168  2. Redistributions in binary form must reproduce the above copyright
11169     notice, this list of conditions and the following disclaimer in
11170     the documentation and/or other materials provided with the
11171     distribution.
11172
11173  3. The name "PHP" must not be used to endorse or promote products
11174     derived from this software without prior written permission. For
11175     written permission, please contact group@php.net.
11176
11177  4. Products derived from this software may not be called "PHP", nor
11178     may "PHP" appear in their name, without prior written permission
11179     from group@php.net.  You may indicate that your software works in
11180     conjunction with PHP by saying "Foo for PHP" instead of calling
11181     it "PHP Foo" or "phpfoo"
11182
11183  5. The PHP Group may publish revised and/or new versions of the
11184     license from time to time. Each version will be given a
11185     distinguishing version number.
11186     Once covered code has been published under a particular version
11187     of the license, you may always continue to use it under the terms
11188     of that version. You may also choose to use such covered code
11189     under the terms of any subsequent version of the license
11190     published by the PHP Group. No one other than the PHP Group has
11191     the right to modify the terms applicable to covered code created
11192     under this License.
11193
11194  6. Redistributions of any form whatsoever must retain the following
11195     acknowledgment:
11196     "This product includes PHP, freely available from
11197     <http://www.php.net/>".
11198
11199THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'''' AND
11200ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
11201THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
11202PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
11203DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
11204INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
11205(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
11206SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
11207HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
11208STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
11209ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
11210OF THE POSSIBILITY OF SUCH DAMAGE.
11211
11212--------------------------------------------------------------------
11213
11214This software consists of voluntary contributions made by many
11215individuals on behalf of the PHP Group.
11216
11217The PHP Group can be contacted via Email at group@php.net.
11218
11219For more information on the PHP Group and the PHP project,
11220please see <http://www.php.net>.
11221
11222This product includes the Zend Engine, freely available at
11223<http://www.zend.com>.', 'http://www.php.net/license/3_0.txt', NULL, NULL, NULL, 'PHP License v3.0', NULL, NULL, NULL, '', NULL, false, false, false, '231986fceae44001e324c187425e93e7', 1, NULL);
11224INSERT INTO license_ref VALUES (262, 'CMU', 'CMU License
11225
11226          Mach Operating System
11227          Copyright © 1991,1990,1989 Carnegie Mellon University
11228          All Rights Reserved.
11229Permission to use, copy, modify and distribute this software and its documentation is hereby granted, provided that both the copyright notice and this permission notice appear in all copies of the software, derivative works or modified versions, and any portions thereof, and that both notices appear in supporting documentation.
11230
11231carnegie mellon allows free use of this software in its “as is” condition. carnegie mellon disclaims any liability of any kind for any damages whatsoever resulting from the use of this software.
11232
11233Carnegie Mellon requests users of this software to return to
11234
11235           Software Distribution Coordinator
11236           School of Computer Science
11237           Carnegie Mellon University
11238           Pittsburgh PA 15213-3890
11239or Software.Distribution@CS.CMU.EDU any improvements or extensions that they make and grant Carnegie Mellon the rights to redistribute these changes.', 'http://www.gnu.org/software/hurd/gnumach-doc/CMU-License.html', NULL, NULL, NULL, 'CMU License', NULL, NULL, NULL, '', NULL, false, false, false, 'f1ae60849277a50a9bb2fd02fabb9c22', 1, NULL);
11240INSERT INTO license_ref VALUES (258, 'SGI-B-1.1', 'SGI FREE SOFTWARE LICENSE B (Version 1.1 [02/22/2000])
112411.	Definitions.
112421.1.	"Additional Notice Provisions" means such additional provisions as appear in the Notice in Original Code under the heading "Additional Notice Provisions."
112431.2.	"Covered Code" means the Original Code or Modifications, or any combination thereof.
112441.3.	"Hardware" means any physical device that accepts input, processes input, stores the results of processing, and/or provides output.
112451.4.	"Larger Work" means a work that combines Covered Code or portions thereof with code not governed by the terms of this License.
112461.5.	"Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
112471.6.	"License" means this document.
112481.7.	"Licensed Patents" means patent claims Licensable by SGI that are infringed by the use or sale of Original Code or any Modifications provided by SGI, or any combination thereof.
112491.8.	"Modifications" means any addition to or deletion from the substance or structure of the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
11250A.	Any addition to the contents of a file containing Original Code and/or addition to or deletion from the contents of a file containing previous Modifications.
11251B.	Any new file that contains any part of the Original Code or previous Modifications.
112521.9.	"Notice" means any notice in Original Code or Covered Code, as required by and in compliance with this License.
112531.10.	"Original Code" means source code of computer software code that is described in the source code Notice required by Exhibit A as Original Code, and updates and error corrections specifically thereto.
112541.11.	"Recipient" means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 8. For legal entities, "Recipient" includes any entity that controls, is controlled by, or is under common control with Recipient. For purposes of this definition, "control" of an entity means (a) the power, direct or indirect, to direct or manage such entity, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
112551.12.	"Recipient Patents" means patent claims Licensable by a Recipient that are infringed by the use or sale of Original Code or any Modifications provided by SGI, or any combination thereof.
112561.13.	"SGI" means Silicon Graphics, Inc.
112571.14.	"SGI Patents" means patent claims Licensable by SGI other than the Licensed Patents.
112582.	License Grant and Restrictions.
112592.1.	SGI License Grant. Subject to the terms of this License and any third party intellectual property claims, for the duration of intellectual property protections inherent in the Original Code, SGI hereby grants Recipient a worldwide, royalty-free, non-exclusive license, to do the following: (i) under copyrights Licensable by SGI, to reproduce, distribute, create derivative works from, and, to the extent applicable, display and perform the Original Code and/or any Modifications provided by SGI alone and/or as part of a Larger Work; and (ii) under any Licensable Patents, to make, have made, use, sell, offer for sale, import and/or otherwise transfer the Original Code and/or any Modifications provided by SGI. Recipient accepts the terms and conditions of this License by undertaking any of the aforementioned actions. The patent license shall apply to the Covered Code if, at the time any related Modification is added, such addition of the Modification causes such combination to be covered by the Licensed Patents. The patent license in Section 2.1(ii) shall not apply to any other combinations that include the Modification. No patent license is provided under SGI Patents for infringements of SGI Patents by Modifications not provided by SGI or combinations of Original Code and Modifications not provided by SGI.
112602.2.	Recipient License Grant. Subject to the terms of this License and any third party intellectual property claims, Recipient hereby grants SGI and any other Recipients a worldwide, royalty-free, non-exclusive license, under any Recipient Patents, to make, have made, use, sell, offer for sale, import and/or otherwise transfer the Original Code and/or any Modifications provided by SGI.
112612.3.	No License For Hardware Implementations. The licenses granted in Section 2.1 and 2.2 are not applicable to implementation in Hardware of the algorithms embodied in the Original Code or any Modifications provided by SGI .
112623.	Redistributions.
112633.1.	Retention of Notice/Copy of License. The Notice set forth in Exhibit A, below, must be conspicuously retained or included in any and all redistributions of Covered Code. For distributions of the Covered Code in source code form, the Notice must appear in every file that can include a text comments field; in executable form, the Notice and a copy of this License must appear in related documentation or collateral where the Recipient’s rights relating to Covered Code are described. Any Additional Notice Provisions which actually appears in the Original Code must also be retained or included in any and all redistributions of Covered Code.
112643.2.	Alternative License. Provided that Recipient is in compliance with the terms of this License, Recipient may, so long as without derogation of any of SGI’s rights in and to the Original Code, distribute the source code and/or executable version(s) of Covered Code under (1) this License; (2) a license identical to this License but for only such changes as are necessary in order to clarify Recipient’s role as licensor of Modifications; and/or (3) a license of Recipient’s choosing, containing terms different from this License, provided that the license terms include this Section 3 and Sections 4, 6, 7, 10, 12, and 13, which terms may not be modified or superseded by any other terms of such license. If Recipient elects to use any license other than this License, Recipient must make it absolutely clear that any of its terms which differ from this License are offered by Recipient alone, and not by SGI. It is emphasized that this License is a limited license, and, regardless of the license form employed by Recipient in accordance with this Section 3.2, Recipient may relicense only such rights, in Original Code and Modifications by SGI, as it has actually been granted by SGI in this License.
112653.3.	Indemnity. Recipient hereby agrees to indemnify SGI for any liability incurred by SGI as a result of any such alternative license terms Recipient offers.
112664.	Termination. This License and the rights granted hereunder will terminate automatically if Recipient breaches any term herein and fails to cure such breach within 30 days thereof. Any sublicense to the Covered Code that is properly granted shall survive any termination of this License, absent termination by the terms of such sublicense. Provisions that, by their nature, must remain in effect beyond the termination of this License, shall survive.
112675.	No Trademark Or Other Rights. This License does not grant any rights to: (i) any software apart from the Covered Code, nor shall any other rights or licenses not expressly granted hereunder arise by implication, estoppel or otherwise with respect to the Covered Code; (ii) any trade name, trademark or service mark whatsoever, including without limitation any related right for purposes of endorsement or promotion of products derived from the Covered Code, without prior written permission of SGI; or (iii) any title to or ownership of the Original Code, which shall at all times remains with SGI. All rights in the Original Code not expressly granted under this License are reserved.
112686.	Compliance with Laws; Non-Infringement. There are various worldwide laws, regulations, and executive orders applicable to dispositions of Covered Code, including without limitation export, re-export, and import control laws, regulations, and executive orders, of the U.S. government and other countries, and Recipient is reminded it is obliged to obey such laws, regulations, and executive orders. Recipient may not distribute Covered Code that (i) in any way infringes (directly or contributorily) any intellectual property rights of any kind of any other person or entity or (ii) breaches any representation or warranty, express, implied or statutory, to which, under any applicable law, it might be deemed to have been subject.
112697.	Claims of Infringement. If Recipient learns of any third party claim that any disposition of Covered Code and/or functionality wholly or partially infringes the third party''s intellectual property rights, Recipient will promptly notify SGI of such claim.
112708.	Versions of the License. SGI may publish revised and/or new versions of the License from time to time, each with a distinguishing version number. Once Covered Code has been published under a particular version of the License, Recipient may, for the duration of the license, continue to use it under the terms of that version, or choose to use such Covered Code under the terms of any subsequent version published by SGI. Subject to the provisions of Sections 3 and 4 of this License, only SGI may modify the terms applicable to Covered Code created under this License.
112719.	DISCLAIMER OF WARRANTY. COVERED CODE IS PROVIDED "AS IS." ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. SGI ASSUMES NO RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD THE SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY IS AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER.
1127210.	LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES NOR LEGAL THEORY, WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY), CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SGI''s NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO RECIPIENT.
1127311.	Indemnity. Recipient shall be solely responsible for damages arising, directly or indirectly, out of its utilization of rights under this License. Recipient will defend, indemnify and hold harmless Silicon Graphics, Inc. from and against any loss, liability, damages, costs or expenses (including the payment of reasonable attorneys fees) arising out of Recipient''s use, modification, reproduction and distribution of the Covered Code or out of any representation or warranty made by Recipient.
1127412.	U.S. Government End Users. The Covered Code is a "commercial item" consisting of "commercial computer software" as such terms are defined in title 48 of the Code of Federal Regulations and all U.S. Government End Users acquire only the rights set forth in this License and are subject to the terms of this License.
1127513.	Miscellaneous. This License represents the complete agreement concerning the its subject matter. If any provision of this License is held to be unenforceable, such provision shall be reformed so as to achieve as nearly as possible the same legal and economic effect as the original provision and the remainder of this License will remain in effect. This License shall be governed by and construed in accordance with the laws of the United States and the State of California as applied to agreements entered into and to be performed entirely within California between California residents. Any litigation relating to this License shall be subject to the exclusive jurisdiction of the Federal Courts of the Northern District of California (or, absent subject matter jurisdiction in such courts, the courts of the State of California), with venue lying exclusively in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation that provides that the language of a contract shall be construed against the drafter shall not apply to this License.
11276Exhibit A
11277License Applicability. Except to the extent portions of this file are made subject to an alternative license as permitted in the SGI Free Software License B, Version 1.1 (the "License"), the contents of this file are subject only to the provisions of the License. You may not use this file except in compliance with the License. You may obtain a copy of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
11278http://oss.sgi.com/projects/FreeB
11279Note that, as provided in the License, the Software is distributed on an "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
11280Original Code. The Original Code is: [name of software, version number, and release date], developed by Silicon Graphics, Inc. The Original Code is Copyright (c) [dates of first publication, as appearing in the Notice in the Original Code] Silicon Graphics, Inc. Copyright in any portions created by third parties is as indicated elsewhere herein. All Rights Reserved.
11281Additional Notice Provisions: [such additional provisions, if any, as appear in the Notice in the Original Code under the heading "Additional Notice Provisions"]', 'http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.1.doc', NULL, NULL, NULL, 'SGI Free Software License B 1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'e17d8e6897944d18ccc612023531bdf3', 1, NULL);
11282INSERT INTO license_ref VALUES (418, 'CC-BY-NC-1.0', 'Creative Commons Attribution-NonCommercial 1.0
11283
11284CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
11285LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN
11286ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
11287ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
11288INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
11289ITS USE.
11290
11291License
11292
11293THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
11294COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
11295COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
11296AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
11297
11298BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
11299TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
11300RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
11301AND CONDITIONS.
11302
113031. Definitions
11304
11305a. "Collective Work" means a work, such as a periodical issue, anthology
11306or encyclopedia, in which the Work in its entirety in unmodified form,
11307along with a number of other contributions, constituting separate and
11308independent works in themselves, are assembled into a collective whole.
11309A work that constitutes a Collective Work will not be considered a
11310Derivative Work (as defined below) for the purposes of this License.
11311
11312b. "Derivative Work" means a work based upon the Work or upon the Work
11313and other pre-existing works, such as a translation, musical
11314arrangement, dramatization, fictionalization, motion picture version,
11315sound recording, art reproduction, abridgment, condensation, or any
11316other form in which the Work may be recast, transformed, or adapted,
11317except that a work that constitutes a Collective Work will not be
11318considered a Derivative Work for the purpose of this License.
11319
11320c. "Licensor" means the individual or entity that offers the Work under
11321the terms of this License.
11322
11323d. "Original Author" means the individual or entity who created the
11324Work.
11325
11326e. "Work" means the copyrightable work of authorship offered under the
11327terms of this License.
11328
11329f. "You" means an individual or entity exercising rights under this
11330License who has not previously violated the terms of this License with
11331respect to the Work, or who has received express permission from the
11332Licensor to exercise rights under this License despite a previous
11333violation.
11334
113352. Fair Use Rights. Nothing in this license is intended to reduce,
11336limit, or restrict any rights arising from fair use, first sale or other
11337limitations on the exclusive rights of the copyright owner under
11338copyright law or other applicable laws.
11339
113403. License Grant. Subject to the terms and conditions of this License,
11341Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
11342perpetual (for the duration of the applicable copyright) license to
11343exercise the rights in the Work as stated below:
11344
11345a. to reproduce the Work, to incorporate the Work into one or more
11346Collective Works, and to reproduce the Work as incorporated in the
11347Collective Works;
11348
11349b. to create and reproduce Derivative Works;
11350
11351c. to distribute copies or phonorecords of, display publicly, perform
11352publicly, and perform publicly by means of a digital audio transmission
11353the Work including as incorporated in Collective Works;
11354
11355d. to distribute copies or phonorecords of, display publicly, perform
11356publicly, and perform publicly by means of a digital audio transmission
11357Derivative Works;
11358
11359The above rights may be exercised in all media and formats whether now
11360known or hereafter devised. The above rights include the right to make
11361such modifications as are technically necessary to exercise the rights
11362in other media and formats. All rights not expressly granted by Licensor
11363are hereby reserved.
11364
113654. Restrictions. The license granted in Section 3 above is expressly
11366made subject to and limited by the following restrictions:
11367
11368a. You may distribute, publicly display, publicly perform, or publicly
11369digitally perform the Work only under the terms of this License, and You
11370must include a copy of, or the Uniform Resource Identifier for, this
11371License with every copy or phonorecord of the Work You distribute,
11372publicly display, publicly perform, or publicly digitally perform. You
11373may not offer or impose any terms on the Work that alter or restrict the
11374terms of this License or the recipients'' exercise of the rights granted
11375hereunder. You may not sublicense the Work. You must keep intact all
11376notices that refer to this License and to the disclaimer of warranties.
11377You may not distribute, publicly display, publicly perform, or publicly
11378digitally perform the Work with any technological measures that control
11379access or use of the Work in a manner inconsistent with the terms of
11380this License Agreement. The above applies to the Work as incorporated in
11381a Collective Work, but this does not require the Collective Work apart
11382from the Work itself to be made subject to the terms of this License. If
11383You create a Collective Work, upon notice from any Licensor You must, to
11384the extent practicable, remove from the Collective Work any reference to
11385such Licensor or the Original Author, as requested. If You create a
11386Derivative Work, upon notice from any Licensor You must, to the extent
11387practicable, remove from the Derivative Work any reference to such
11388Licensor or the Original Author, as requested.
11389
11390b. You may not exercise any of the rights granted to You in Section 3
11391above in any manner that is primarily intended for or directed toward
11392commercial advantage or private monetary compensation. The exchange of
11393the Work for other copyrighted works by means of digital file-sharing or
11394otherwise shall not be considered to be intended for or directed toward
11395commercial advantage or private monetary compensation, provided there is
11396no payment of any monetary compensation in connection with the exchange
11397of copyrighted works.
11398
11399c. If you distribute, publicly display, publicly perform, or publicly
11400digitally perform the Work or any Derivative Works or Collective Works,
11401You must keep intact all copyright notices for the Work and give the
11402Original Author credit reasonable to the medium or means You are
11403utilizing by conveying the name (or pseudonym if applicable) of the
11404Original Author if supplied; the title of the Work if supplied; in the
11405case of a Derivative Work, a credit identifying the use of the Work in
11406the Derivative Work (e.g., "French translation of the Work by Original
11407Author," or "Screenplay based on original Work by Original Author").
11408Such credit may be implemented in any reasonable manner; provided,
11409however, that in the case of a Derivative Work or Collective Work, at a
11410minimum such credit will appear where any other comparable authorship
11411credit appears and in a manner at least as prominent as such other
11412comparable authorship credit.
11413
114145. Representations, Warranties and Disclaimer
11415
11416By offering the Work for public release under this License, Licensor
11417represents and warrants that, to the best of Licensor''s knowledge after
11418reasonable inquiry: Licensor has secured all rights in the Work
11419necessary to grant the license rights hereunder and to permit the lawful
11420exercise of the rights granted hereunder without You having any
11421obligation to pay any royalties, compulsory license fees, residuals or
11422any other payments; The Work does not infringe the copyright, trademark,
11423publicity rights, common law rights or any other right of any third
11424party or constitute defamation, invasion of privacy or other tortious
11425injury to any third party. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR
11426OTHERWISE AGREED IN WRITING OR REQUIRED BY APPLICABLE LAW, THE WORK IS
11427LICENSED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER
11428EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES
11429REGARDING THE CONTENTS OR ACCURACY OF THE WORK.
11430
114316. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
11432LAW, AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY
11433RESULTING FROM BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL
11434LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
11435INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF
11436THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED
11437OF THE POSSIBILITY OF SUCH DAMAGES.
11438
114397. Termination
11440
11441a. This License and the rights granted hereunder will terminate
11442automatically upon any breach by You of the terms of this License.
11443Individuals or entities who have received Derivative Works or Collective
11444Works from You under this License, however, will not have their licenses
11445terminated provided such individuals or entities remain in full
11446compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
11447survive any termination of this License.
11448
11449b. Subject to the above terms and conditions, the license granted here
11450is perpetual (for the duration of the applicable copyright in the Work).
11451Notwithstanding the above, Licensor reserves the right to release the
11452Work under different license terms or to stop distributing the Work at
11453any time; provided, however that any such election will not serve to
11454withdraw this License (or any other license that has been, or is
11455required to be, granted under the terms of this License), and this
11456License will continue in full force and effect unless terminated as
11457stated above.
11458
114598. Miscellaneous
11460
11461a. Each time You distribute or publicly digitally perform the Work or a
11462Collective Work, the Licensor offers to the recipient a license to the
11463Work on the same terms and conditions as the license granted to You
11464under this License.
11465
11466b. Each time You distribute or publicly digitally perform a Derivative
11467Work, Licensor offers to the recipient a license to the original Work on
11468the same terms and conditions as the license granted to You under this
11469License.
11470
11471c. If any provision of this License is invalid or unenforceable under
11472applicable law, it shall not affect the validity or enforceability of
11473the remainder of the terms of this License, and without further action
11474by the parties to this agreement, such provision shall be reformed to
11475the minimum extent necessary to make such provision valid and
11476enforceable.
11477
11478d. No term or provision of this License shall be deemed waived and no
11479breach consented to unless such waiver or consent shall be in writing
11480and signed by the party to be charged with such waiver or consent.
11481
11482e. This License constitutes the entire agreement between the parties
11483with respect to the Work licensed here. There are no understandings,
11484agreements or representations with respect to the Work not specified
11485here. Licensor shall not be bound by any additional provisions that may
11486appear in any communication from You. This License may not be modified
11487without the mutual written agreement of the Licensor and You.
11488
11489
11490Creative Commons is not a party to this License, and makes no warranty
11491whatsoever in connection with the Work. Creative Commons will not be
11492liable to You or any party on any legal theory for any damages
11493whatsoever, including without limitation any general, special,
11494incidental or consequential damages arising in connection to this
11495license. Notwithstanding the foregoing two (2) sentences, if Creative
11496Commons has expressly identified itself as the Licensor hereunder, it
11497shall have all rights and obligations of Licensor.
11498
11499Except for the limited purpose of indicating to the public that the Work
11500is licensed under the CCPL, neither party will use the trademark
11501"Creative Commons" or any related trademark or logo of Creative Commons
11502without the prior written consent of Creative Commons. Any permitted use
11503will be in compliance with Creative Commons'' then-current trademark
11504usage guidelines, as may be published on its website or otherwise made
11505available upon request from time to time.
11506
11507Creative Commons may be contacted at http://creativecommons.org/.', 'http://creativecommons.org/licenses/by-nc/1.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'df3fda9e6cb73a29f9412cb6fb60fb8f', 1, NULL);
11508INSERT INTO license_ref VALUES (264, 'Sleepycat', 'The Sleepycat License
11509Copyright (c) 1990-1999
11510Sleepycat Software. All rights reserved.
11511
11512Redistribution and use in source and binary forms, with or without
11513modification, are permitted provided that the following conditions
11514are met:
11515
11516Redistributions of source code must retain the above copyright
11517notice, this list of conditions and the following disclaimer.
11518Redistributions in binary form must reproduce the above copyright
11519notice, this list of conditions and the following disclaimer in the
11520documentation and/or other materials provided with the distribution.
11521Redistributions in any form must be accompanied by information on
11522how to obtain complete source code for the DB software and any
11523accompanying software that uses the DB software. The source code
11524must either be included in the distribution or be available for no
11525more than the cost of distribution plus a nominal fee, and must be
11526freely redistributable under reasonable conditions. For an
11527executable file, complete source code means the source code for all
11528modules it contains. It does not include source code for modules or
11529files that typically accompany the major components of the operating
11530system on which the executable file runs.
11531THIS SOFTWARE IS PROVIDED BY SLEEPYCAT SOFTWARE ``AS IS'''' AND ANY EXPRESS
11532OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
11533WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
11534NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL SLEEPYCAT SOFTWARE
11535BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
11536CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
11537SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
11538INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
11539CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
11540ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
11541THE POSSIBILITY OF SUCH DAMAGE.
11542
11543Copyright (c) 1990, 1993, 1994, 1995
11544The Regents of the University of California. All rights reserved.
11545
11546Redistribution and use in source and binary forms, with or without
11547modification, are permitted provided that the following conditions
11548are met:
11549
11550Redistributions of source code must retain the above copyright
11551notice, this list of conditions and the following disclaimer.
11552Redistributions in binary form must reproduce the above copyright
11553notice, this list of conditions and the following disclaimer in the
11554documentation and/or other materials provided with the distribution.
11555Neither the name of the University nor the names of its contributors
11556may be used to endorse or promote products derived from this software
11557without specific prior written permission.
11558THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'''' AND
11559ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
11560IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
11561ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
11562FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
11563DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
11564OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
11565HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
11566LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
11567OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
11568SUCH DAMAGE.
11569
11570Copyright (c) 1995, 1996
11571The President and Fellows of Harvard University. All rights reserved.
11572
11573Redistribution and use in source and binary forms, with or without
11574modification, are permitted provided that the following conditions
11575are met:
11576
11577Redistributions of source code must retain the above copyright
11578notice, this list of conditions and the following disclaimer.
11579Redistributions in binary form must reproduce the above copyright
11580notice, this list of conditions and the following disclaimer in the
11581documentation and/or other materials provided with the distribution.
11582Neither the name of the University nor the names of its contributors
11583may be used to endorse or promote products derived from this software
11584without specific prior written permission.
11585THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'''' AND
11586ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
11587IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
11588ARE DISCLAIMED. IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
11589FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
11590DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
11591OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
11592HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
11593LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
11594OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
11595SUCH DAMAGE.', 'http://www.opensource.org/licenses/sleepycat.php', NULL, NULL, NULL, 'Sleepycat License', NULL, NULL, NULL, '', NULL, false, false, false, '1f2f20ae5b13a7f588317e2ad34079ff', 1, NULL);
11596INSERT INTO license_ref VALUES (265, 'SunJDK6', 'Sun Microsystems, Inc. Binary Code License Agreement
11597
11598for the JAVA SE DEVELOPMENT KIT (JDK), VERSION 6
11599
11600SUN MICROSYSTEMS, INC. ("SUN") IS WILLING TO LICENSE
11601THE SOFTWARE IDENTIFIED BELOW TO YOU ONLY UPON THE
11602CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED
11603IN THIS BINARY CODE LICENSE AGREEMENT AND SUPPLEMENTAL
11604LICENSE TERMS (COLLECTIVELY "AGREEMENT").  PLEASE READ
11605THE AGREEMENT CAREFULLY.  BY DOWNLOADING OR INSTALLING
11606THIS SOFTWARE, YOU ACCEPT THE TERMS OF THE AGREEMENT.
11607INDICATE ACCEPTANCE BY SELECTING THE "ACCEPT" BUTTON
11608AT THE BOTTOM OF THE AGREEMENT. IF YOU ARE NOT WILLING
11609TO BE BOUND BY ALL THE TERMS, SELECT THE "DECLINE"
11610BUTTON AT THE BOTTOM OF THE AGREEMENT AND THE DOWNLOAD
11611OR INSTALL PROCESS WILL NOT CONTINUE.
11612
116131. DEFINITIONS. "Software" means the identified above
11614in binary form, any other machine readable materials
11615(including, but not limited to, libraries, source
11616files, header files, and data files), any updates or
11617error corrections provided by Sun, and any user
11618manuals, programming guides and other documentation
11619provided to you by Sun under this Agreement.
11620"Programs" mean Java applets and applications intended
11621to run on the Java Platform, Standard Edition (Java
11622SE) on Java-enabled general purpose desktop computers
11623and servers.
11624
116252. LICENSE TO USE. Subject to the terms and conditions
11626of this Agreement, including, but not limited to the
11627Java Technology Restrictions of the Supplemental
11628License Terms, Sun grants you a non-exclusive,
11629non-transferable, limited license without license fees
11630to reproduce and use internally Software complete and
11631unmodified for the sole purpose of running Programs.
11632Additional licenses for developers and/or publishers
11633are granted in the Supplemental License Terms.
11634
116353. RESTRICTIONS. Software is confidential and
11636copyrighted. Title to Software and all associated
11637intellectual property rights is retained by Sun and/or
11638its licensors. Unless enforcement is prohibited by
11639applicable law, you may not modify, decompile, or
11640reverse engineer Software.  You acknowledge that
11641Licensed Software is not designed or intended for use
11642in the design, construction, operation or maintenance
11643of any nuclear facility. Sun Microsystems, Inc.
11644disclaims any express or implied warranty of fitness
11645for such uses. No right, title or interest in or to
11646any trademark, service mark, logo or trade name of Sun
11647or its licensors is granted under this Agreement.
11648Additional restrictions for developers and/or
11649publishers licenses are set forth in the Supplemental
11650License Terms.
11651
116524. LIMITED WARRANTY.  Sun warrants to you that for a
11653period of ninety (90) days from the date of purchase,
11654as evidenced by a copy of the receipt, the media on
11655which Software is furnished (if any) will be free of
11656defects in materials and workmanship under normal use.
11657Except for the foregoing, Software is provided "AS IS".
11658Your exclusive remedy and Sun''s entire liability under
11659this limited warranty will be at Sun''s option to
11660replace Software media or refund the fee paid for
11661Software. Any implied warranties on the Software are
11662limited to 90 days. Some states do not allow
11663limitations on duration of an implied warranty, so the
11664above may not apply to you. This limited warranty
11665gives you specific legal rights. You may have others,
11666which vary from state to state.
11667
116685. DISCLAIMER OF WARRANTY.  UNLESS SPECIFIED IN THIS
11669AGREEMENT, ALL EXPRESS OR IMPLIED CONDITIONS,
11670REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED
11671WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
11672PURPOSE OR NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO
11673THE EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE
11674LEGALLY INVALID.
11675
116766. LIMITATION OF LIABILITY.  TO THE EXTENT NOT
11677PROHIBITED BY LAW, IN NO EVENT WILL SUN OR ITS
11678LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR
11679DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL,
11680INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED
11681REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF
11682OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE,
11683EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
11684SUCH DAMAGES.  In no event will Sun''s liability to you,
11685whether in contract, tort (including negligence), or
11686otherwise, exceed the amount paid by you for Software
11687under this Agreement.  The foregoing limitations will
11688apply even if the above stated warranty fails of its
11689essential purpose. Some states do not allow the
11690exclusion of incidental or consequential damages, so
11691some of the terms above may not be applicable to you.
11692
116937. TERMINATION.  This Agreement is effective until
11694terminated.  You may terminate this Agreement at any
11695time by destroying all copies of Software.  This
11696Agreement will terminate immediately without notice
11697from Sun if you fail to comply with any provision of
11698this Agreement.  Either party may terminate this
11699Agreement immediately should any Software become, or
11700in either party''s opinion be likely to become, the
11701subject of a claim of infringement of any intellectual
11702property right. Upon Termination, you must destroy all
11703copies of Software.
11704
117058. EXPORT REGULATIONS. All Software and technical data
11706delivered under this Agreement are subject to US
11707export control laws and may be subject to export or
11708import regulations in other countries.  You agree to
11709comply strictly with all such laws and regulations and
11710acknowledge that you have the responsibility to obtain
11711such licenses to export, re-export, or import as may
11712be required after delivery to you.
11713
117149. TRADEMARKS AND LOGOS. You acknowledge and agree as
11715between you and Sun that Sun owns the SUN, SOLARIS,
11716JAVA, JINI, FORTE, and iPLANET trademarks and all SUN,
11717SOLARIS, JAVA, JINI, FORTE, and iPLANET-related
11718trademarks, service marks, logos and other brand
11719designations ("Sun Marks"), and you agree to comply
11720with the Sun Trademark and Logo Usage Requirements
11721currently located at
11722http://www.sun.com/policies/trademarks. Any use you
11723make of the Sun Marks inures to Sun''s benefit.
11724
1172510. U.S. GOVERNMENT RESTRICTED RIGHTS.  If Software is
11726being acquired by or on behalf of the U.S. Government
11727or by a U.S. Government prime contractor or
11728subcontractor (at any tier), then the Government''s
11729rights in Software and accompanying documentation will
11730be only as set forth in this Agreement; this is in
11731accordance with 48 CFR 227.7201 through 227.7202-4
11732(for Department of Defense (DOD) acquisitions) and
11733with 48 CFR 2.101 and 12.212 (for non-DOD
11734acquisitions).
11735
1173611. GOVERNING LAW.  Any action related to this Agreement
11737will be governed by California law and controlling
11738U.S. federal law.  No choice of law rules of any
11739jurisdiction will apply.
11740
1174112. SEVERABILITY. If any provision of this Agreement
11742is held to be unenforceable, this Agreement will
11743remain in effect with the provision omitted, unless
11744omission would frustrate the intent of the parties, in
11745which case this Agreement will immediately terminate.
11746
1174713. INTEGRATION.  This Agreement is the entire agreement
11748between you and Sun relating to its subject matter.  It
11749supersedes all prior or contemporaneous oral or
11750written communications, proposals, representations and
11751warranties and prevails over any conflicting or
11752additional terms of any quote, order, acknowledgment,
11753or other communication between the parties relating to
11754its subject matter during the term of this Agreement.
11755No modification of this Agreement will be binding,
11756unless in writing and signed by an authorized
11757representative of each party.
11758
11759SUPPLEMENTAL LICENSE TERMS
11760
11761These Supplemental License Terms add to or modify the
11762terms of the Binary Code License Agreement.
11763Capitalized terms not defined in these Supplemental
11764Terms shall have the same meanings ascribed to them in
11765the Binary Code License Agreement . These Supplemental
11766Terms shall supersede any inconsistent or conflicting
11767terms in the Binary Code License Agreement, or in any
11768license contained within the Software.
11769
11770A. Software Internal Use and Development License
11771Grant. Subject to the terms and conditions of this
11772Agreement and restrictions and exceptions set forth in
11773the Software "README" file incorporated herein by
11774reference, including, but not limited to the Java
11775Technology Restrictions of these Supplemental Terms,
11776Sun grants you a non-exclusive, non-transferable,
11777limited license without fees to reproduce internally
11778and use internally the Software complete and
11779unmodified for the purpose of designing, developing,
11780and testing your Programs.
11781
11782B. License to Distribute Software. Subject to the
11783terms and conditions of this Agreement and
11784restrictions and exceptions set forth in the Software
11785README file, including, but not limited to the Java
11786Technology Restrictions of these Supplemental Terms,
11787Sun grants you a non-exclusive, non-transferable,
11788limited license without fees to reproduce and
11789distribute the Software, provided that (i) you
11790distribute the Software complete and unmodified and
11791only bundled as part of, and for the sole purpose of
11792running, your Programs, (ii) the Programs add
11793significant and primary functionality to the Software,
11794(iii) you do not distribute additional software
11795intended to replace any component(s) of the Software,
11796(iv) you do not remove or alter any proprietary
11797legends or notices contained in the Software, (v) you
11798only distribute the Software subject to a license
11799agreement that protects Sun''s interests consistent
11800with the terms contained in this Agreement, and (vi)
11801you agree to defend and indemnify Sun and its
11802licensors from and against any damages, costs,
11803liabilities, settlement amounts and/or expenses
11804(including attorneys'' fees) incurred in connection
11805with any claim, lawsuit or action by any third party
11806that arises or results from the use or distribution of
11807any and all Programs and/or Software.
11808
11809C. License to Distribute Redistributables. Subject to
11810the terms and conditions of this Agreement and
11811restrictions and exceptions set forth in the Software
11812README file, including but not limited to the Java
11813Technology Restrictions of these Supplemental Terms,
11814Sun grants you a non-exclusive, non-transferable,
11815limited license without fees to reproduce and
11816distribute those files specifically identified as
11817redistributable in the Software "README" file
11818("Redistributables") provided that: (i) you distribute
11819the Redistributables complete and unmodified, and only
11820bundled as part of Programs, (ii) the Programs add
11821significant and primary functionality to the
11822Redistributables, (iii) you do not distribute
11823additional software intended to supersede any
11824component(s) of the Redistributables (unless otherwise
11825specified in the applicable README file), (iv) you do
11826not remove or alter any proprietary legends or notices
11827contained in or on the Redistributables, (v) you only
11828distribute the Redistributables pursuant to a license
11829agreement that protects Sun''s interests consistent
11830with the terms contained in the Agreement, (vi) you
11831agree to defend and indemnify Sun and its licensors
11832from and against any damages, costs, liabilities,
11833settlement amounts and/or expenses (including
11834attorneys'' fees) incurred in connection with any
11835claim, lawsuit or action by any third party that
11836arises or results from the use or distribution of any
11837and all Programs and/or Software.
11838
11839D. Java Technology Restrictions.  You may not create,
11840modify, or change the behavior of, or authorize your
11841licensees to create, modify, or change the behavior
11842of, classes, interfaces, or subpackages that are in
11843any way identified as "java", "javax", "sun" or
11844similar convention as specified by Sun in any naming
11845convention designation.
11846
11847E. Distribution by Publishers. This section pertains
11848to your distribution of the Software with your printed
11849book or magazine (as those terms are commonly used in
11850the industry) relating to Java technology
11851("Publication"). Subject to and conditioned upon your
11852compliance with the restrictions and obligations
11853contained in the Agreement, in addition to the license
11854granted in Paragraph 1 above, Sun hereby grants to you
11855a non-exclusive, nontransferable limited right to
11856reproduce complete and unmodified copies of the
11857Software on electronic media (the "Media") for the
11858sole purpose of inclusion and distribution with your
11859Publication(s), subject to the following terms: (i)
11860You may not distribute the Software on a stand-alone
11861basis; it must be distributed with your
11862Publication(s); (ii) You are responsible for
11863downloading the Software from the applicable Sun web
11864site; (iii) You must refer to the Software as JavaTM
11865SE Development Kit 6; (iv) The Software must be
11866reproduced in its entirety and without any
11867modification whatsoever (including, without
11868limitation, the Binary Code License and Supplemental
11869License Terms accompanying the Software and
11870proprietary rights notices contained in the Software);
11871(v) The Media label shall include the following
11872information: Copyright 2006, Sun Microsystems, Inc.
11873All rights reserved. Use is subject to license terms.
11874Sun, Sun Microsystems, the Sun logo, Solaris, Java,
11875the Java Coffee Cup logo, J2SE, and all trademarks and
11876logos based on Java are trademarks or registered
11877trademarks of Sun Microsystems, Inc. in the U.S. and
11878other countries. This information must be placed on
11879the Media label in such a manner as to only apply to
11880the Sun Software; (vi) You must clearly identify the
11881Software as Sun''s product on the Media holder or Media
11882label, and you may not state or imply that Sun is
11883responsible for any third-party software contained on
11884the Media; (vii) You may not include any third party
11885software on the Media which is intended to be a
11886replacement or substitute for the Software; (viii) You
11887shall indemnify Sun for all damages arising from your
11888failure to comply with the requirements of this
11889Agreement. In addition, you shall defend, at your
11890expense, any and all claims brought against Sun by
11891third parties, and shall pay all damages awarded by a
11892court of competent jurisdiction, or such settlement
11893amount negotiated by you, arising out of or in
11894connection with your use, reproduction or distribution
11895of the Software and/or the Publication. Your
11896obligation to provide indemnification under this
11897section shall arise provided that Sun: (a) provides
11898you prompt notice of the claim; (b) gives you sole
11899control of the defense and settlement of the claim;
11900(c) provides you, at your expense, with all available
11901information, assistance and authority to defend; and
11902(d) has not compromised or settled such claim without
11903your prior written consent; and (ix) You shall provide
11904Sun with a written notice for each Publication; such
11905notice shall include the following information: (1)
11906title of Publication, (2) author(s), (3) date of
11907Publication, and (4) ISBN or ISSN numbers. Such notice
11908shall be sent to Sun Microsystems, Inc., 4150 Network
11909Circle, M/S USCA12-110, Santa Clara, California 95054,
11910U.S.A , Attention: Contracts Administration.
11911
11912F. Source Code. Software may contain source code that,
11913unless expressly licensed for other purposes, is
11914provided solely for reference purposes pursuant to the
11915terms of this Agreement. Source code may not be
11916redistributed unless expressly provided for in this
11917Agreement.
11918
11919G. Third Party Code. Additional copyright notices and
11920license terms applicable to portions of the Software
11921are set forth in the THIRDPARTYLICENSEREADME.txt file.
11922In addition to any terms and conditions of any third
11923party opensource/freeware license identified in the
11924THIRDPARTYLICENSEREADME.txt file, the disclaimer of
11925warranty and limitation of liability provisions in
11926paragraphs 5 and 6 of the  Binary Code License
11927Agreement shall apply to all Software in this
11928distribution.
11929
11930H. Termination for Infringement. Either party may
11931terminate this Agreement immediately should any
11932Software become, or in either party''s opinion be
11933likely to become, the subject of a claim of
11934infringement of any intellectual property right.
11935
11936I. Installation and Auto-Update.  The Software''s
11937installation and auto-update processes transmit a
11938limited amount of data to Sun (or its service
11939provider) about those specific processes to help Sun
11940understand and optimize them.  Sun does not associate
11941the data with personally identifiable information.
11942You can find more information about the data Sun
11943collects at http://java.com/data/.
11944
11945For inquiries please contact: Sun Microsystems, Inc.,
119464150 Network Circle, Santa  Clara, California 95054,
11947U.S.A.', 'http://java.sun.com/javase/6/jdk-6u2-license.txt', NULL, NULL, NULL, 'Sun Microsystems, Inc. License Agreement 6', NULL, NULL, NULL, '', NULL, false, false, false, 'ae50184bbac1ede2fb127ab9fe150e60', 1, NULL);
11948INSERT INTO license_ref VALUES (267, 'ZPL-2.0', 'Zope Public License (ZPL) Version 2.0
11949
11950This software is Copyright (c) Zope Corporation (tm) and Contributors. All rights reserved.
11951
11952This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF).
11953
11954Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
11955
11956Redistributions in source code must retain the above copyright notice, this list of conditions, and the following disclaimer.
11957Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution.
11958The name Zope Corporation (tm) must not be used to endorse or promote products derived from this software without prior written permission from Zope Corporation.
11959The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of Zope Corporation. Use of them is covered in a separate agreement (see http://www.zope.com/Marks).
11960If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
11961Disclaimer
11962THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11963
11964This software consists of contributions made by Zope Corporation and many individuals on behalf of Zope Corporation. Specific attributions are listed in the accompanying credits file.', 'http://www.zope.org/Resources/License/ZPL-2.0', NULL, NULL, NULL, 'Zope Public License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, 'd6f8f19b1d0b6aedcc2288fc97c3eb6f', 1, NULL);
11965INSERT INTO license_ref VALUES (268, 'Majordomo-1.1', '                      MAJORDOMO LICENSE AGREEMENT
11966
11967
11968                             Version 1.1
11969                              18 May 96
11970
11971Great Circle Associates (GCA) is the original developer of Majordomo,
11972a package for managing Internet mailing lists.  Since its initial
11973release, many organizations and individuals have contributed
11974enhancements and fixes, but the original copyright has been retained
11975by Great Circle Associates.
11976
11977Majordomo is distributed in source code form, with almost all
11978modules written in Perl (there is one small C program), and runs
11979on many UNIX platforms.  Majordomo is not a supported product of
11980Great Circle Associates, but is made available for use on the following
11981basis.
11982
11983GCA grants you a license as follows to the Majordomo package:
11984
11985     1.  LICENSE.  GCA grants you a non-exclusive, non-transferable
11986license for the Majordomo package ("Majordomo") and its associated
11987documentation, subject to all of the following terms and conditions.
11988In accepting a copy of Majordomo you agree to the following terms
11989and conditions.
11990
11991     This license permits you to use, copy, and modify Majordomo
11992solely for your organization''s use.
11993
11994     2.    LIMITATIONS ON LICENSE.
11995
11996           a.    You may only use, copy, and modify Majordomo
11997                 as expressly provided for in this Agreement.
11998                 You must reproduce and include this Agreement, and
11999                 GCA''s  copyright notices on any copy and its
12000                 associated documentation.
12001
12002           b.    No part of Majordomo may be incorporated into any
12003                 program or other product that is sold, or for which any
12004                 revenue is received without written permission of
12005                 Great Circle Associates, with the following exceptions:
12006
12007                     You may install Majordomo at your site and run
12008                     mailing lists for other using it, and charge for
12009                     that service.
12010
12011                     You may install Majordomo at other sites, and
12012                     charge for your time to install, configure,
12013                     customize, and manage it.
12014
12015                     You may charge for enhancements you''ve made to
12016                     the Majordomo software, subject to the distribution
12017                     restrictions listed below.
12018
12019                 You may not charge for the Majordomo software
12020                 itself.
12021
12022                 A commercial license will be required in all other cases.
12023
12024           c.    If Majordomo is being provided or configured for a
12025                 customer, the provider must clearly state in
12026                 documentation and bid/proposal materials that the
12027                 Majordomo technologies are licensed and provided
12028                 by Great Circle Associates, and a copy of this
12029                 license must be included with the configured
12030                 system.
12031
12032           d.    Majordomo, if modified, must carry prominent notices
12033                 stating that changes have been made, and the dates of
12034                 any such changes.
12035
12036                 You may publicly distribute an unmodified and
12037                 complete version of Majordomo, for instance as
12038                 part of a collection of free software packages,
12039                 but you must distribute the whole package, and
12040                 you must tell people where they can obtain the
12041                 latest version:
12042                     ftp://ftp.greatcircle.com/pub/majordomo/
12043
12044                 You may not publicly distribute a modified or
12045                 incomplete version of Majordomo.  You may make
12046                 such a version available to your own clients,
12047                 subject to the restrictions below, but not to the
12048                 general public (for instance, by placing it on an
12049                 anonymous FTP site).
12050
12051                 You may not distribute (publicly or privately) a modified
12052                 version of Majordomo without clearly identifying it as such
12053                 (by changing the version string in majordomo_version.pl),
12054                 identifying the changes (through appropriate README
12055                 documentation and/or comments in the code),
12056                 identifying who will be responsible for supporting
12057                 the modified version, and informing people receiving
12058                 the modified version where they can find an
12059                 unmodified version:
12060                     ftp://ftp.greatcircle.com/pub/majordomo/
12061
12062           e.    All rights not expressly granted herein are reserved to GCA.
12063
12064     3.  NO GCA OBLIGATION: You are solely responsible for maintaining
12065your copy of Majordomo and the security of the operating environment in
12066which Majordomo may be used.  You are solely responsible for all of your
12067costs and expenses incurred in connection with the distribution of Majordomo
12068or any Application Program hereunder, and GCA shall have no liability,
12069obligation or responsibility therefor. GCA shall have no obligation to
12070provide maintenance, support, upgrades, or new releases to you.
12071
12072     4.  NO WARRANTY OF PERFORMANCE.  Majordomo and its associated
12073documentation are licensed "as is" without warranty as to their
12074performance, merchantability, or fitness for any particular purpose.
12075The entire risk as to the results and performance of Majordomo is
12076assumed by you.  Should Majordomo prove defective, you assume the
12077entire cost of all necessary servicing, repair, or correction.
12078
12079     5.  LIMITATION OF LIABILITY.  Neither GCA nor any other
12080person who has been involved in the creation, production or delivery
12081of Majordomo shall be liable to you or to any other person for any
12082direct, indirect, special, incidental, consequential, or punitive
12083damages, even if GCA has been advised of the possibility of such
12084damages.
12085
12086     6.  TERM.  The license granted hereunder is effective until
12087terminated.  This license shall automatically terminate without notice
12088if you breach any of the provisions hereof.  You may terminate it at
12089any time by destroying Majordomo and its associated documentation.
12090
12091     7.    GENERAL.
12092
12093           a.    This Agreement shall be governed by the laws of
12094                 the State of California.
12095
12096           b.    Address all correspondence regarding this license
12097                 to GCA''s electronic mail address
12098                 <majordomo-license@greatcircle.com>, or to
12099
12100                      Great Circle Associates
12101                      1057 West Dana Street
12102                      Mountain View, CA  94041
12103                      USA
12104
12105[ Note: the form of this license was derived, by permission, from the license
12106for the Firewalls Toolkit distributed by Trusted Information Systems, Inc. ]', 'http://www.greatcircle.com/majordomo/LICENSE', NULL, NULL, NULL, 'Majordomo License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, '304ab3a3643d5264eb25eb702c412140', 1, NULL);
12107INSERT INTO license_ref VALUES (406, 'CC-BY-ND-2.5', 'Creative Commons Attribution-NoDerivs 2.5
12108
12109CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
12110LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
12111ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
12112ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
12113INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
12114ITS USE.
12115
12116License
12117
12118THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
12119COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
12120COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
12121AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
12122
12123BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
12124TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
12125RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
12126AND CONDITIONS.
12127
121281. Definitions
12129
12130a. "Collective Work" means a work, such as a periodical issue, anthology
12131or encyclopedia, in which the Work in its entirety in unmodified form,
12132along with a number of other contributions, constituting separate and
12133independent works in themselves, are assembled into a collective whole.
12134A work that constitutes a Collective Work will not be considered a
12135Derivative Work (as defined below) for the purposes of this License.
12136
12137b. "Derivative Work" means a work based upon the Work or upon the Work
12138and other pre-existing works, such as a translation, musical
12139arrangement, dramatization, fictionalization, motion picture version,
12140sound recording, art reproduction, abridgment, condensation, or any
12141other form in which the Work may be recast, transformed, or adapted,
12142except that a work that constitutes a Collective Work will not be
12143considered a Derivative Work for the purpose of this License. For the
12144avoidance of doubt, where the Work is a musical composition or sound
12145recording, the synchronization of the Work in timed-relation with a
12146moving image ("synching") will be considered a Derivative Work for the
12147purpose of this License.
12148
12149c. "Licensor" means the individual or entity that offers the Work under
12150the terms of this License.
12151
12152d. "Original Author" means the individual or entity who created the
12153Work.
12154
12155e. "Work" means the copyrightable work of authorship offered under the
12156terms of this License.
12157
12158f. "You" means an individual or entity exercising rights under this
12159License who has not previously violated the terms of this License with
12160respect to the Work, or who has received express permission from the
12161Licensor to exercise rights under this License despite a previous
12162violation.
12163
121642. Fair Use Rights. Nothing in this license is intended to reduce,
12165limit, or restrict any rights arising from fair use, first sale or other
12166limitations on the exclusive rights of the copyright owner under
12167copyright law or other applicable laws.
12168
121693. License Grant. Subject to the terms and conditions of this License,
12170Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
12171perpetual (for the duration of the applicable copyright) license to
12172exercise the rights in the Work as stated below:
12173
12174a. to reproduce the Work, to incorporate the Work into one or more
12175Collective Works, and to reproduce the Work as incorporated in the
12176Collective Works;
12177
12178b. to distribute copies or phonorecords of, display publicly, perform
12179publicly, and perform publicly by means of a digital audio transmission
12180the Work including as incorporated in Collective Works.
12181
12182c. For the avoidance of doubt, where the work is a musical composition:
12183
12184i. Performance Royalties Under Blanket Licenses. Licensor waives the
12185exclusive right to collect, whether individually or via a performance
12186rights society (e.g. ASCAP, BMI, SESAC), royalties for the public
12187performance or public digital performance (e.g. webcast) of the Work.
12188
12189ii. Mechanical Rights and Statutory Royalties. Licensor waives the
12190exclusive right to collect, whether individually or via a music rights
12191society or designated agent (e.g. Harry Fox Agency), royalties for any
12192phonorecord You create from the Work ("cover version") and distribute,
12193subject to the compulsory license created by 17 USC Section 115 of the
12194US Copyright Act (or the equivalent in other jurisdictions).
12195
12196d. Webcasting Rights and Statutory Royalties. For the avoidance of
12197doubt, where the Work is a sound recording, Licensor waives the
12198exclusive right to collect, whether individually or via a
12199performance-rights society (e.g. SoundExchange), royalties for the
12200public digital performance (e.g. webcast) of the Work, subject to the
12201compulsory license created by 17 USC Section 114 of the US Copyright Act
12202(or the equivalent in other jurisdictions).
12203
12204The above rights may be exercised in all media and formats whether now
12205known or hereafter devised. The above rights include the right to make
12206such modifications as are technically necessary to exercise the rights
12207in other media and formats, but otherwise you have no rights to make
12208Derivative Works. All rights not expressly granted by Licensor are
12209hereby reserved.
12210
122114. Restrictions. The license granted in Section 3 above is expressly
12212made subject to and limited by the following restrictions:
12213
12214a. You may distribute, publicly display, publicly perform, or publicly
12215digitally perform the Work only under the terms of this License, and You
12216must include a copy of, or the Uniform Resource Identifier for, this
12217License with every copy or phonorecord of the Work You distribute,
12218publicly display, publicly perform, or publicly digitally perform. You
12219may not offer or impose any terms on the Work that alter or restrict the
12220terms of this License or the recipients'' exercise of the rights granted
12221hereunder. You may not sublicense the Work. You must keep intact all
12222notices that refer to this License and to the disclaimer of warranties.
12223You may not distribute, publicly display, publicly perform, or publicly
12224digitally perform the Work with any technological measures that control
12225access or use of the Work in a manner inconsistent with the terms of
12226this License Agreement. The above applies to the Work as incorporated in
12227a Collective Work, but this does not require the Collective Work apart
12228from the Work itself to be made subject to the terms of this License. If
12229You create a Collective Work, upon notice from any Licensor You must, to
12230the extent practicable, remove from the Collective Work any credit as
12231required by clause 4(b), as requested.
12232
12233b. If you distribute, publicly display, publicly perform, or publicly
12234digitally perform the Work or Collective Works, You must keep intact all
12235copyright notices for the Work and provide, reasonable to the medium or
12236means You are utilizing: (i) the name of the Original Author (or
12237pseudonym, if applicable) if supplied, and/or (ii) if the Original
12238Author and/or Licensor designate another party or parties (e.g. a
12239sponsor institute, publishing entity, journal) for attribution in
12240Licensor''s copyright notice, terms of service or by other reasonable
12241means, the name of such party or parties; the title of the Work if
12242supplied; and to the extent reasonably practicable, the Uniform Resource
12243Identifier, if any, that Licensor specifies to be associated with the
12244Work, unless such URI does not refer to the copyright notice or
12245licensing information for the Work. Such credit may be implemented in
12246any reasonable manner; provided, however, that in the case of a
12247Collective Work, at a minimum such credit will appear where any other
12248comparable authorship credit appears and in a manner at least as
12249prominent as such other comparable authorship credit.
12250
122515. Representations, Warranties and Disclaimer
12252
12253UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
12254OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
12255KIND CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
12256INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
12257FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
12258LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
12259WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
12260EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
12261
122626. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
12263LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
12264ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
12265ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
12266BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
12267
122687. Termination
12269
12270a. This License and the rights granted hereunder will terminate
12271automatically upon any breach by You of the terms of this License.
12272Individuals or entities who have received Collective Works from You
12273under this License, however, will not have their licenses terminated
12274provided such individuals or entities remain in full compliance with
12275those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any
12276termination of this License.
12277
12278b. Subject to the above terms and conditions, the license granted here
12279is perpetual (for the duration of the applicable copyright in the Work).
12280Notwithstanding the above, Licensor reserves the right to release the
12281Work under different license terms or to stop distributing the Work at
12282any time; provided, however that any such election will not serve to
12283withdraw this License (or any other license that has been, or is
12284required to be, granted under the terms of this License), and this
12285License will continue in full force and effect unless terminated as
12286stated above.
12287
122888. Miscellaneous
12289
12290a. Each time You distribute or publicly digitally perform the Work, the
12291Licensor offers to the recipient a license to the Work on the same terms
12292and conditions as the license granted to You under this License.
12293
12294b. If any provision of this License is invalid or unenforceable under
12295applicable law, it shall not affect the validity or enforceability of
12296the remainder of the terms of this License, and without further action
12297by the parties to this agreement, such provision shall be reformed to
12298the minimum extent necessary to make such provision valid and
12299enforceable.
12300
12301c. No term or provision of this License shall be deemed waived and no
12302breach consented to unless such waiver or consent shall be in writing
12303and signed by the party to be charged with such waiver or consent.
12304
12305d. This License constitutes the entire agreement between the parties
12306with respect to the Work licensed here. There are no understandings,
12307agreements or representations with respect to the Work not specified
12308here. Licensor shall not be bound by any additional provisions that may
12309appear in any communication from You. This License may not be modified
12310without the mutual written agreement of the Licensor and You.
12311
12312
12313Creative Commons is not a party to this License, and makes no warranty
12314whatsoever in connection with the Work. Creative Commons will not be
12315liable to You or any party on any legal theory for any damages
12316whatsoever, including without limitation any general, special,
12317incidental or consequential damages arising in connection to this
12318license. Notwithstanding the foregoing two (2) sentences, if Creative
12319Commons has expressly identified itself as the Licensor hereunder, it
12320shall have all rights and obligations of Licensor.
12321
12322Except for the limited purpose of indicating to the public that the Work
12323is licensed under the CCPL, neither party will use the trademark
12324"Creative Commons" or any related trademark or logo of Creative Commons
12325without the prior written consent of Creative Commons. Any permitted use
12326will be in compliance with Creative Commons'' then-current trademark
12327usage guidelines, as may be published on its website or otherwise made
12328available upon request from time to time.
12329
12330Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by-nd/2.5/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution No Derivatives 2.5', NULL, NULL, NULL, '', NULL, false, false, false, 'b14868f9ad6618cd583d409452bf50d3', 1, NULL);
12331INSERT INTO license_ref VALUES (271, 'CECILL-2.0', 'CeCILL FREE SOFTWARE LICENSE AGREEMENT
12332
12333
12334    Notice
12335
12336This Agreement is a Free Software license agreement that is the result
12337of discussions between its authors in order to ensure compliance with
12338the two main principles guiding its drafting:
12339
12340    * firstly, compliance with the principles governing the distribution
12341      of Free Software: access to source code, broad rights granted to
12342      users,
12343    * secondly, the election of a governing law, French law, with which
12344      it is conformant, both as regards the law of torts and
12345      intellectual property law, and the protection that it offers to
12346      both authors and holders of the economic rights over software.
12347
12348The authors of the CeCILL (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
12349license are:
12350
12351Commissariat à l''Energie Atomique - CEA, a public scientific, technical
12352and industrial research establishment, having its principal place of
12353business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
12354
12355Centre National de la Recherche Scientifique - CNRS, a public scientific
12356and technological establishment, having its principal place of business
12357at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
12358
12359Institut National de Recherche en Informatique et en Automatique -
12360INRIA, a public scientific and technological establishment, having its
12361principal place of business at Domaine de Voluceau, Rocquencourt, BP
12362105, 78153 Le Chesnay cedex, France.
12363
12364
12365    Preamble
12366
12367The purpose of this Free Software license agreement is to grant users
12368the right to modify and redistribute the software governed by this
12369license within the framework of an open source distribution model.
12370
12371The exercising of these rights is conditional upon certain obligations
12372for users so as to preserve this status for all subsequent redistributions.
12373
12374In consideration of access to the source code and the rights to copy,
12375modify and redistribute granted by the license, users are provided only
12376with a limited warranty and the software''s author, the holder of the
12377economic rights, and the successive licensors only have limited liability.
12378
12379In this respect, the risks associated with loading, using, modifying
12380and/or developing or reproducing the software by the user are brought to
12381the user''s attention, given its Free Software status, which may make it
12382complicated to use, with the result that its use is reserved for
12383developers and experienced professionals having in-depth computer
12384knowledge. Users are therefore encouraged to load and test the
12385suitability of the software as regards their requirements in conditions
12386enabling the security of their systems and/or data to be ensured and,
12387more generally, to use and operate it in the same conditions of
12388security. This Agreement may be freely reproduced and published,
12389provided it is not altered, and that no provisions are either added or
12390removed herefrom.
12391
12392This Agreement may apply to any or all software for which the holder of
12393the economic rights decides to submit the use thereof to its provisions.
12394
12395
12396    Article 1 - DEFINITIONS
12397
12398For the purpose of this Agreement, when the following expressions
12399commence with a capital letter, they shall have the following meaning:
12400
12401Agreement: means this license agreement, and its possible subsequent
12402versions and annexes.
12403
12404Software: means the software in its Object Code and/or Source Code form
12405and, where applicable, its documentation, "as is" when the Licensee
12406accepts the Agreement.
12407
12408Initial Software: means the Software in its Source Code and possibly its
12409Object Code form and, where applicable, its documentation, "as is" when
12410it is first distributed under the terms and conditions of the Agreement.
12411
12412Modified Software: means the Software modified by at least one
12413Contribution.
12414
12415Source Code: means all the Software''s instructions and program lines to
12416which access is required so as to modify the Software.
12417
12418Object Code: means the binary files originating from the compilation of
12419the Source Code.
12420
12421Holder: means the holder(s) of the economic rights over the Initial
12422Software.
12423
12424Licensee: means the Software user(s) having accepted the Agreement.
12425
12426Contributor: means a Licensee having made at least one Contribution.
12427
12428Licensor: means the Holder, or any other individual or legal entity, who
12429distributes the Software under the Agreement.
12430
12431Contribution: means any or all modifications, corrections, translations,
12432adaptations and/or new functions integrated into the Software by any or
12433all Contributors, as well as any or all Internal Modules.
12434
12435Module: means a set of sources files including their documentation that
12436enables supplementary functions or services in addition to those offered
12437by the Software.
12438
12439External Module: means any or all Modules, not derived from the
12440Software, so that this Module and the Software run in separate address
12441spaces, with one calling the other when they are run.
12442
12443Internal Module: means any or all Module, connected to the Software so
12444that they both execute in the same address space.
12445
12446GNU GPL: means the GNU General Public License version 2 or any
12447subsequent version, as published by the Free Software Foundation Inc.
12448
12449Parties: mean both the Licensee and the Licensor.
12450
12451These expressions may be used both in singular and plural form.
12452
12453
12454    Article 2 - PURPOSE
12455
12456The purpose of the Agreement is the grant by the Licensor to the
12457Licensee of a non-exclusive, transferable and worldwide license for the
12458Software as set forth in Article 5 hereinafter for the whole term of the
12459protection granted by the rights over said Software.
12460
12461
12462    Article 3 - ACCEPTANCE
12463
124643.1 The Licensee shall be deemed as having accepted the terms and
12465conditions of this Agreement upon the occurrence of the first of the
12466following events:
12467
12468    * (i) loading the Software by any or all means, notably, by
12469      downloading from a remote server, or by loading from a physical
12470      medium;
12471    * (ii) the first time the Licensee exercises any of the rights
12472      granted hereunder.
12473
124743.2 One copy of the Agreement, containing a notice relating to the
12475characteristics of the Software, to the limited warranty, and to the
12476fact that its use is restricted to experienced users has been provided
12477to the Licensee prior to its acceptance as set forth in Article 3.1
12478hereinabove, and the Licensee hereby acknowledges that it has read and
12479understood it.
12480
12481
12482    Article 4 - EFFECTIVE DATE AND TERM
12483
12484
12485      4.1 EFFECTIVE DATE
12486
12487The Agreement shall become effective on the date when it is accepted by
12488the Licensee as set forth in Article 3.1.
12489
12490
12491      4.2 TERM
12492
12493The Agreement shall remain in force for the entire legal term of
12494protection of the economic rights over the Software.
12495
12496
12497    Article 5 - SCOPE OF RIGHTS GRANTED
12498
12499The Licensor hereby grants to the Licensee, who accepts, the following
12500rights over the Software for any or all use, and for the term of the
12501Agreement, on the basis of the terms and conditions set forth hereinafter.
12502
12503Besides, if the Licensor owns or comes to own one or more patents
12504protecting all or part of the functions of the Software or of its
12505components, the Licensor undertakes not to enforce the rights granted by
12506these patents against successive Licensees using, exploiting or
12507modifying the Software. If these patents are transferred, the Licensor
12508undertakes to have the transferees subscribe to the obligations set
12509forth in this paragraph.
12510
12511
12512      5.1 RIGHT OF USE
12513
12514The Licensee is authorized to use the Software, without any limitation
12515as to its fields of application, with it being hereinafter specified
12516that this comprises:
12517
12518   1. permanent or temporary reproduction of all or part of the Software
12519      by any or all means and in any or all form.
12520
12521   2. loading, displaying, running, or storing the Software on any or
12522      all medium.
12523
12524   3. entitlement to observe, study or test its operation so as to
12525      determine the ideas and principles behind any or all constituent
12526      elements of said Software. This shall apply when the Licensee
12527      carries out any or all loading, displaying, running, transmission
12528      or storage operation as regards the Software, that it is entitled
12529      to carry out hereunder.
12530
12531
12532      5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS
12533
12534The right to make Contributions includes the right to translate, adapt,
12535arrange, or make any or all modifications to the Software, and the right
12536to reproduce the resulting software.
12537
12538The Licensee is authorized to make any or all Contributions to the
12539Software provided that it includes an explicit notice that it is the
12540author of said Contribution and indicates the date of the creation thereof.
12541
12542
12543      5.3 RIGHT OF DISTRIBUTION
12544
12545In particular, the right of distribution includes the right to publish,
12546transmit and communicate the Software to the general public on any or
12547all medium, and by any or all means, and the right to market, either in
12548consideration of a fee, or free of charge, one or more copies of the
12549Software by any means.
12550
12551The Licensee is further authorized to distribute copies of the modified
12552or unmodified Software to third parties according to the terms and
12553conditions set forth hereinafter.
12554
12555
12556        5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
12557
12558The Licensee is authorized to distribute true copies of the Software in
12559Source Code or Object Code form, provided that said distribution
12560complies with all the provisions of the Agreement and is accompanied by:
12561
12562   1. a copy of the Agreement,
12563
12564   2. a notice relating to the limitation of both the Licensor''s
12565      warranty and liability as set forth in Articles 8 and 9,
12566
12567and that, in the event that only the Object Code of the Software is
12568redistributed, the Licensee allows future Licensees unhindered access to
12569the full Source Code of the Software by indicating how to access it, it
12570being understood that the additional cost of acquiring the Source Code
12571shall not exceed the cost of transferring the data.
12572
12573
12574        5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
12575
12576When the Licensee makes a Contribution to the Software, the terms and
12577conditions for the distribution of the resulting Modified Software
12578become subject to all the provisions of this Agreement.
12579
12580The Licensee is authorized to distribute the Modified Software, in
12581source code or object code form, provided that said distribution
12582complies with all the provisions of the Agreement and is accompanied by:
12583
12584   1. a copy of the Agreement,
12585
12586   2. a notice relating to the limitation of both the Licensor''s
12587      warranty and liability as set forth in Articles 8 and 9,
12588
12589and that, in the event that only the object code of the Modified
12590Software is redistributed, the Licensee allows future Licensees
12591unhindered access to the full source code of the Modified Software by
12592indicating how to access it, it being understood that the additional
12593cost of acquiring the source code shall not exceed the cost of
12594transferring the data.
12595
12596
12597        5.3.3 DISTRIBUTION OF EXTERNAL MODULES
12598
12599When the Licensee has developed an External Module, the terms and
12600conditions of this Agreement do not apply to said External Module, that
12601may be distributed under a separate license agreement.
12602
12603
12604        5.3.4 COMPATIBILITY WITH THE GNU GPL
12605
12606The Licensee can include a code that is subject to the provisions of one
12607of the versions of the GNU GPL in the Modified or unmodified Software,
12608and distribute that entire code under the terms of the same version of
12609the GNU GPL.
12610
12611The Licensee can include the Modified or unmodified Software in a code
12612that is subject to the provisions of one of the versions of the GNU GPL,
12613and distribute that entire code under the terms of the same version of
12614the GNU GPL.
12615
12616
12617    Article 6 - INTELLECTUAL PROPERTY
12618
12619
12620      6.1 OVER THE INITIAL SOFTWARE
12621
12622The Holder owns the economic rights over the Initial Software. Any or
12623all use of the Initial Software is subject to compliance with the terms
12624and conditions under which the Holder has elected to distribute its work
12625and no one shall be entitled to modify the terms and conditions for the
12626distribution of said Initial Software.
12627
12628The Holder undertakes that the Initial Software will remain ruled at
12629least by this Agreement, for the duration set forth in Article 4.2.
12630
12631
12632      6.2 OVER THE CONTRIBUTIONS
12633
12634The Licensee who develops a Contribution is the owner of the
12635intellectual property rights over this Contribution as defined by
12636applicable law.
12637
12638
12639      6.3 OVER THE EXTERNAL MODULES
12640
12641The Licensee who develops an External Module is the owner of the
12642intellectual property rights over this External Module as defined by
12643applicable law and is free to choose the type of agreement that shall
12644govern its distribution.
12645
12646
12647      6.4 JOINT PROVISIONS
12648
12649The Licensee expressly undertakes:
12650
12651   1. not to remove, or modify, in any manner, the intellectual property
12652      notices attached to the Software;
12653
12654   2. to reproduce said notices, in an identical manner, in the copies
12655      of the Software modified or not.
12656
12657The Licensee undertakes not to directly or indirectly infringe the
12658intellectual property rights of the Holder and/or Contributors on the
12659Software and to take, where applicable, vis-à-vis its staff, any and all
12660measures required to ensure respect of said intellectual property rights
12661of the Holder and/or Contributors.
12662
12663
12664    Article 7 - RELATED SERVICES
12665
126667.1 Under no circumstances shall the Agreement oblige the Licensor to
12667provide technical assistance or maintenance services for the Software.
12668
12669However, the Licensor is entitled to offer this type of services. The
12670terms and conditions of such technical assistance, and/or such
12671maintenance, shall be set forth in a separate instrument. Only the
12672Licensor offering said maintenance and/or technical assistance services
12673shall incur liability therefor.
12674
126757.2 Similarly, any Licensor is entitled to offer to its licensees, under
12676its sole responsibility, a warranty, that shall only be binding upon
12677itself, for the redistribution of the Software and/or the Modified
12678Software, under terms and conditions that it is free to decide. Said
12679warranty, and the financial terms and conditions of its application,
12680shall be subject of a separate instrument executed between the Licensor
12681and the Licensee.
12682
12683
12684    Article 8 - LIABILITY
12685
126868.1 Subject to the provisions of Article 8.2, the Licensee shall be
12687entitled to claim compensation for any direct loss it may have suffered
12688from the Software as a result of a fault on the part of the relevant
12689Licensor, subject to providing evidence thereof.
12690
126918.2 The Licensor''s liability is limited to the commitments made under
12692this Agreement and shall not be incurred as a result of in particular:
12693(i) loss due the Licensee''s total or partial failure to fulfill its
12694obligations, (ii) direct or consequential loss that is suffered by the
12695Licensee due to the use or performance of the Software, and (iii) more
12696generally, any consequential loss. In particular the Parties expressly
12697agree that any or all pecuniary or business loss (i.e. loss of data,
12698loss of profits, operating loss, loss of customers or orders,
12699opportunity cost, any disturbance to business activities) or any or all
12700legal proceedings instituted against the Licensee by a third party,
12701shall constitute consequential loss and shall not provide entitlement to
12702any or all compensation from the Licensor.
12703
12704
12705    Article 9 - WARRANTY
12706
127079.1 The Licensee acknowledges that the scientific and technical
12708state-of-the-art when the Software was distributed did not enable all
12709possible uses to be tested and verified, nor for the presence of
12710possible defects to be detected. In this respect, the Licensee''s
12711attention has been drawn to the risks associated with loading, using,
12712modifying and/or developing and reproducing the Software which are
12713reserved for experienced users.
12714
12715The Licensee shall be responsible for verifying, by any or all means,
12716the suitability of the product for its requirements, its good working
12717order, and for ensuring that it shall not cause damage to either persons
12718or properties.
12719
127209.2 The Licensor hereby represents, in good faith, that it is entitled
12721to grant all the rights over the Software (including in particular the
12722rights set forth in Article 5).
12723
127249.3 The Licensee acknowledges that the Software is supplied "as is" by
12725the Licensor without any other express or tacit warranty, other than
12726that provided for in Article 9.2 and, in particular, without any warranty
12727as to its commercial value, its secured, safe, innovative or relevant
12728nature.
12729
12730Specifically, the Licensor does not warrant that the Software is free
12731from any error, that it will operate without interruption, that it will
12732be compatible with the Licensee''s own equipment and software
12733configuration, nor that it will meet the Licensee''s requirements.
12734
127359.4 The Licensor does not either expressly or tacitly warrant that the
12736Software does not infringe any third party intellectual property right
12737relating to a patent, software or any other property right. Therefore,
12738the Licensor disclaims any and all liability towards the Licensee
12739arising out of any or all proceedings for infringement that may be
12740instituted in respect of the use, modification and redistribution of the
12741Software. Nevertheless, should such proceedings be instituted against
12742the Licensee, the Licensor shall provide it with technical and legal
12743assistance for its defense. Such technical and legal assistance shall be
12744decided on a case-by-case basis between the relevant Licensor and the
12745Licensee pursuant to a memorandum of understanding. The Licensor
12746disclaims any and all liability as regards the Licensee''s use of the
12747name of the Software. No warranty is given as regards the existence of
12748prior rights over the name of the Software or as regards the existence
12749of a trademark.
12750
12751
12752    Article 10 - TERMINATION
12753
1275410.1 In the event of a breach by the Licensee of its obligations
12755hereunder, the Licensor may automatically terminate this Agreement
12756thirty (30) days after notice has been sent to the Licensee and has
12757remained ineffective.
12758
1275910.2 A Licensee whose Agreement is terminated shall no longer be
12760authorized to use, modify or distribute the Software. However, any
12761licenses that it may have granted prior to termination of the Agreement
12762shall remain valid subject to their having been granted in compliance
12763with the terms and conditions hereof.
12764
12765
12766    Article 11 - MISCELLANEOUS
12767
12768
12769      11.1 EXCUSABLE EVENTS
12770
12771Neither Party shall be liable for any or all delay, or failure to
12772perform the Agreement, that may be attributable to an event of force
12773majeure, an act of God or an outside cause, such as defective
12774functioning or interruptions of the electricity or telecommunications
12775networks, network paralysis following a virus attack, intervention by
12776government authorities, natural disasters, water damage, earthquakes,
12777fire, explosions, strikes and labor unrest, war, etc.
12778
1277911.2 Any failure by either Party, on one or more occasions, to invoke
12780one or more of the provisions hereof, shall under no circumstances be
12781interpreted as being a waiver by the interested Party of its right to
12782invoke said provision(s) subsequently.
12783
1278411.3 The Agreement cancels and replaces any or all previous agreements,
12785whether written or oral, between the Parties and having the same
12786purpose, and constitutes the entirety of the agreement between said
12787Parties concerning said purpose. No supplement or modification to the
12788terms and conditions hereof shall be effective as between the Parties
12789unless it is made in writing and signed by their duly authorized
12790representatives.
12791
1279211.4 In the event that one or more of the provisions hereof were to
12793conflict with a current or future applicable act or legislative text,
12794said act or legislative text shall prevail, and the Parties shall make
12795the necessary amendments so as to comply with said act or legislative
12796text. All other provisions shall remain effective. Similarly, invalidity
12797of a provision of the Agreement, for any reason whatsoever, shall not
12798cause the Agreement as a whole to be invalid.
12799
12800
12801      11.5 LANGUAGE
12802
12803The Agreement is drafted in both French and English and both versions
12804are deemed authentic.
12805
12806
12807    Article 12 - NEW VERSIONS OF THE AGREEMENT
12808
1280912.1 Any person is authorized to duplicate and distribute copies of this
12810Agreement.
12811
1281212.2 So as to ensure coherence, the wording of this Agreement is
12813protected and may only be modified by the authors of the License, who
12814reserve the right to periodically publish updates or new versions of the
12815Agreement, each with a separate number. These subsequent versions may
12816address new issues encountered by Free Software.
12817
1281812.3 Any Software distributed under a given version of the Agreement may
12819only be subsequently distributed under the same version of the Agreement
12820or a subsequent version, subject to the provisions of Article 5.3.4.
12821
12822
12823    Article 13 - GOVERNING LAW AND JURISDICTION
12824
1282513.1 The Agreement is governed by French law. The Parties agree to
12826endeavor to seek an amicable solution to any disagreements or disputes
12827that may arise during the performance of the Agreement.
12828
1282913.2 Failing an amicable solution within two (2) months as from their
12830occurrence, and unless emergency proceedings are necessary, the
12831disagreements or disputes shall be referred to the Paris Courts having
12832jurisdiction, by the more diligent Party.
12833
12834
12835Version 2.0 dated 2006-09-05.', 'http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt', NULL, NULL, NULL, 'CeCILL License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '53dedf14c19a4ada533b29516ef1c6a6', 1, NULL);
12836INSERT INTO license_ref VALUES (5, 'LGPL-2.0', 'GNU LIBRARY GENERAL PUBLIC LICENSE
12837
12838Version 2, June 1991
12839
12840Copyright (C) 1991 Free Software Foundation, Inc.
1284151 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
12842Everyone is permitted to copy and distribute verbatim copies
12843of this license document, but changing it is not allowed.
12844
12845[This is the first released version of the library GPL. It is
12846numbered 2 because it goes with version 2 of the ordinary GPL.]
12847Preamble
12848
12849The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.
12850
12851This license, the Library General Public License, applies to some specially designated Free Software Foundation software, and to any other libraries whose authors decide to use it. You can use it for your libraries, too.
12852
12853When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
12854
12855To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library, or if you modify it.
12856
12857For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link a program with the library, you must provide complete object files to the recipients so that they can relink them with the library, after making changes to the library and recompiling it. And you must show them these terms so they know their rights.
12858
12859Our method of protecting your rights has two steps: (1) copyright the library, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the library.
12860
12861Also, for each distributor''s protection, we want to make certain that everyone understands that there is no warranty for this free library. If the library is modified by someone else and passed on, we want its recipients to know that what they have is not the original version, so that any problems introduced by others will not reflect on the original authors'' reputations.
12862
12863Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that companies distributing free software will individually obtain patent licenses, thus in effect transforming the program into proprietary software. To prevent this, we have made it clear that any patent must be licensed for everyone''s free use or not licensed at all.
12864
12865Most GNU software, including some libraries, is covered by the ordinary GNU General Public License, which was designed for utility programs. This license, the GNU Library General Public License, applies to certain designated libraries. This license is quite different from the ordinary one; be sure to read it in full, and don''t assume that anything in it is the same as in the ordinary license.
12866
12867The reason we have a separate public license for some libraries is that they blur the distinction we usually make between modifying or adding to a program and simply using it. Linking a program with a library, without changing the library, is in some sense simply using the library, and is analogous to running a utility program or application program. However, in a textual and legal sense, the linked executable is a combined work, a derivative of the original library, and the ordinary General Public License treats it as such.
12868
12869Because of this blurred distinction, using the ordinary General Public License for libraries did not effectively promote software sharing, because most developers did not use the libraries. We concluded that weaker conditions might promote sharing better.
12870
12871However, unrestricted linking of non-free programs would deprive the users of those programs of all benefit from the free status of the libraries themselves. This Library General Public License is intended to permit developers of non-free programs to use free libraries, while preserving your freedom as a user of such programs to change the free libraries that are incorporated in them. (We have not seen how to achieve this as regards changes in header files, but we have achieved it as regards changes in the actual functions of the Library.) The hope is that this will lead to faster development of free libraries.
12872
12873The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, while the latter only works together with the library.
12874
12875Note that it is possible for a library to be covered by the ordinary General Public License rather than by this special one.
12876
12877TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
12878
128790. This License Agreement applies to any software library which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Library General Public License (also called "this License"). Each licensee is addressed as "you".
12880
12881A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables.
12882
12883The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".)
12884
12885"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library.
12886
12887Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.
12888
128891. You may copy and distribute verbatim copies of the Library''s complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library.
12890
12891You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
12892
128932. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
12894
12895a) The modified work must itself be a software library.
12896b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.
12897c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License.
12898d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful.
12899(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.)
12900
12901These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
12902
12903Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library.
12904
12905In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
12906
129073. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices.
12908
12909Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy.
12910
12911This option is useful when you wish to copy part of the code of the Library into a program that is not a library.
12912
129134. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange.
12914
12915If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code.
12916
129175. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.
12918
12919However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.
12920
12921When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.
12922
12923If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)
12924
12925Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.
12926
129276. As an exception to the Sections above, you may also compile or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer''s own use and reverse engineering for debugging such modifications.
12928
12929You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things:
12930
12931a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.)
12932b) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution.
12933c) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place.
12934d) Verify that the user has already received a copy of these materials or that you have already sent this user a copy.
12935For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
12936
12937It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute.
12938
129397. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things:
12940
12941a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above.
12942b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
129438. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
12944
129459. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it.
12946
1294710. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients'' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
12948
1294911. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library.
12950
12951If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances.
12952
12953It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
12954
12955This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
12956
1295712. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
12958
1295913. The Free Software Foundation may publish revised and/or new versions of the Library General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
12960
12961Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation.
12962
1296314. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
12964
12965NO WARRANTY
12966
1296715. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
12968
1296916. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
12970
12971END OF TERMS AND CONDITIONS
12972
12973How to Apply These Terms to Your New Libraries
12974
12975If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License).
12976
12977To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
12978
12979one line to give the library''s name and an idea of what it does.
12980Copyright (C) year name of author
12981
12982This library is free software; you can redistribute it and/or
12983modify it under the terms of the GNU Library General Public
12984License as published by the Free Software Foundation; either
12985version 2 of the License, or (at your option) any later version.
12986
12987This library is distributed in the hope that it will be useful,
12988but WITHOUT ANY WARRANTY; without even the implied warranty of
12989MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12990Library General Public License for more details.
12991
12992You should have received a copy of the GNU Library General Public
12993License along with this library; if not, write to the
12994Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
12995Boston, MA 02110-1301, USA.
12996Also add information on how to contact you by electronic and paper mail.
12997
12998You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:
12999
13000Yoyodyne, Inc., hereby disclaims all copyright interest in
13001the library `Frob'' (a library for tweaking knobs) written
13002by James Random Hacker.
13003
13004signature of Ty Coon, 1 April 1990
13005Ty Coon, President of Vice
13006That''s all there is to it! ', 'http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html', NULL, NULL, NULL, 'GNU Library General Public License v2 only', NULL, NULL, NULL, '', NULL, false, false, false, 'da0e92f761a303a534bb6fa9f5634491', 1, NULL);
13007INSERT INTO license_ref VALUES (9, 'LGPL-3.0+', 'GNU LESSER GENERAL PUBLIC LICENSE
13008Version 3, 29 June 2007
13009
13010Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
13011Everyone is permitted to copy and distribute verbatim copies
13012of this license document, but changing it is not allowed.
13013
13014
13015This version of the GNU Lesser General Public License incorporates
13016the terms and conditions of version 3 of the GNU General Public
13017License, supplemented by the additional permissions listed below.
13018
130190. Additional Definitions.
13020
13021As used herein, "this License" refers to version 3 of the GNU Lesser
13022General Public License, and the "GNU GPL" refers to version 3 of the GNU
13023General Public License.
13024
13025"The Library" refers to a covered work governed by this License,
13026other than an Application or a Combined Work as defined below.
13027
13028An "Application" is any work that makes use of an interface provided
13029by the Library, but which is not otherwise based on the Library.
13030Defining a subclass of a class defined by the Library is deemed a mode
13031of using an interface provided by the Library.
13032
13033A "Combined Work" is a work produced by combining or linking an
13034Application with the Library. The particular version of the Library
13035with which the Combined Work was made is also called the "Linked
13036Version".
13037
13038The "Minimal Corresponding Source" for a Combined Work means the
13039Corresponding Source for the Combined Work, excluding any source code
13040for portions of the Combined Work that, considered in isolation, are
13041based on the Application, and not on the Linked Version.
13042
13043The "Corresponding Application Code" for a Combined Work means the
13044object code and/or source code for the Application, including any data
13045and utility programs needed for reproducing the Combined Work from the
13046Application, but excluding the System Libraries of the Combined Work.
13047
130481. Exception to Section 3 of the GNU GPL.
13049
13050You may convey a covered work under sections 3 and 4 of this License
13051without being bound by section 3 of the GNU GPL.
13052
130532. Conveying Modified Versions.
13054
13055If you modify a copy of the Library, and, in your modifications, a
13056facility refers to a function or data to be supplied by an Application
13057that uses the facility (other than as an argument passed when the
13058facility is invoked), then you may convey a copy of the modified
13059version:
13060
13061a) under this License, provided that you make a good faith effort to
13062ensure that, in the event an Application does not supply the
13063function or data, the facility still operates, and performs
13064whatever part of its purpose remains meaningful, or
13065
13066b) under the GNU GPL, with none of the additional permissions of
13067this License applicable to that copy.
13068
130693. Object Code Incorporating Material from Library Header Files.
13070
13071The object code form of an Application may incorporate material from
13072a header file that is part of the Library. You may convey such object
13073code under terms of your choice, provided that, if the incorporated
13074material is not limited to numerical parameters, data structure
13075layouts and accessors, or small macros, inline functions and templates
13076(ten or fewer lines in length), you do both of the following:
13077
13078a) Give prominent notice with each copy of the object code that the
13079Library is used in it and that the Library and its use are
13080covered by this License.
13081
13082b) Accompany the object code with a copy of the GNU GPL and this license
13083document.
13084
130854. Combined Works.
13086
13087You may convey a Combined Work under terms of your choice that,
13088taken together, effectively do not restrict modification of the
13089portions of the Library contained in the Combined Work and reverse
13090engineering for debugging such modifications, if you also do each of
13091the following:
13092
13093a) Give prominent notice with each copy of the Combined Work that
13094the Library is used in it and that the Library and its use are
13095covered by this License.
13096
13097b) Accompany the Combined Work with a copy of the GNU GPL and this license
13098document.
13099
13100c) For a Combined Work that displays copyright notices during
13101execution, include the copyright notice for the Library among
13102these notices, as well as a reference directing the user to the
13103copies of the GNU GPL and this license document.
13104
13105d) Do one of the following:
13106
131070) Convey the Minimal Corresponding Source under the terms of this
13108License, and the Corresponding Application Code in a form
13109suitable for, and under terms that permit, the user to
13110recombine or relink the Application with a modified version of
13111the Linked Version to produce a modified Combined Work, in the
13112manner specified by section 6 of the GNU GPL for conveying
13113Corresponding Source.
13114
131151) Use a suitable shared library mechanism for linking with the
13116Library. A suitable mechanism is one that (a) uses at run time
13117a copy of the Library already present on the user''s computer
13118system, and (b) will operate properly with a modified version
13119of the Library that is interface-compatible with the Linked
13120Version.
13121
13122e) Provide Installation Information, but only if you would otherwise
13123be required to provide such information under section 6 of the
13124GNU GPL, and only to the extent that such information is
13125necessary to install and execute a modified version of the
13126Combined Work produced by recombining or relinking the
13127Application with a modified version of the Linked Version. (If
13128you use option 4d0, the Installation Information must accompany
13129the Minimal Corresponding Source and Corresponding Application
13130Code. If you use option 4d1, you must provide the Installation
13131Information in the manner specified by section 6 of the GNU GPL
13132for conveying Corresponding Source.)
13133
131345. Combined Libraries.
13135
13136You may place library facilities that are a work based on the
13137Library side by side in a single library together with other library
13138facilities that are not Applications and are not covered by this
13139License, and convey such a combined library under terms of your
13140choice, if you do both of the following:
13141
13142a) Accompany the combined library with a copy of the same work based
13143on the Library, uncombined with any other library facilities,
13144conveyed under the terms of this License.
13145
13146b) Give prominent notice with the combined library that part of it
13147is a work based on the Library, and explaining where to find the
13148accompanying uncombined form of the same work.
13149
131506. Revised Versions of the GNU Lesser General Public License.
13151
13152The Free Software Foundation may publish revised and/or new versions
13153of the GNU Lesser General Public License from time to time. Such new
13154versions will be similar in spirit to the present version, but may
13155differ in detail to address new problems or concerns.
13156
13157Each version is given a distinguishing version number. If the
13158Library as you received it specifies that a certain numbered version
13159of the GNU Lesser General Public License "or any later version"
13160applies to it, you have the option of following the terms and
13161conditions either of that published version or of any later version
13162published by the Free Software Foundation. If the Library as you
13163received it does not specify a version number of the GNU Lesser
13164General Public License, you may choose any version of the GNU Lesser
13165General Public License ever published by the Free Software Foundation.
13166
13167If the Library as you received it specifies that a proxy can decide
13168whether future versions of the GNU Lesser General Public License shall
13169apply, that proxy''s public statement of acceptance of any version is
13170permanent authorization for you to choose that version for the
13171Library. ', 'http://www.gnu.org/licenses/lgpl-3.0-standalone.html', NULL, NULL, NULL, 'GNU Lesser General Public License v3.0 or later', NULL, NULL, NULL, '', NULL, false, false, false, '08fcf0633d82bab35b782d671377d3a3', 1, NULL);
13172INSERT INTO license_ref VALUES (273, 'NewBSD', '/*-
13173 * Copyright (c) 2008 The NetBSD Foundation, Inc.
13174 * All rights reserved.
13175 *
13176 * This code is derived from software contributed to The NetBSD Foundation
13177 * by
13178 *
13179 * Redistribution and use in source and binary forms, with or without
13180 * modification, are permitted provided that the following conditions
13181 * are met:
13182 * 1. Redistributions of source code must retain the above copyright
13183 *    notice, this list of conditions and the following disclaimer.
13184 * 2. Redistributions in binary form must reproduce the above copyright
13185 *    notice, this list of conditions and the following disclaimer in the
13186 *    documentation and/or other materials provided with the distribution.
13187 *
13188 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
13189 * ``AS IS'''' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
13190 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
13191 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
13192 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
13193 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
13194 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
13195 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
13196 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
13197 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
13198 * POSSIBILITY OF SUCH DAMAGE.
13199 */', 'http://www.netbsd.org/about/redistribution.html', NULL, NULL, NULL, 'NewBSD License', NULL, NULL, NULL, '', NULL, false, false, false, '90c8698ca5b4ef51072c451f690781fd', 1, NULL);
13200INSERT INTO license_ref VALUES (274, 'OSL-1.1', '	The Open Software License
13201			v. 1.1
13202
13203This Open Software License (the "License") applies to any original work of
13204authorship (the "Original Work") whose owner (the "Licensor") has placed the
13205following notice immediately following the copyright notice for the Original
13206Work:
13207
13208Licensed under the Open Software License version 1.1
13209
132101) Grant of Copyright License. Licensor hereby grants You a world-wide,
13211royalty-free, non-exclusive, perpetual, non-sublicenseable license to do the
13212following:
13213
13214a) to reproduce the Original Work in copies;
13215
13216b) to prepare derivative works ("Derivative Works") based upon the Original
13217Work;
13218
13219c) to distribute copies of the Original Work and Derivative Works to the
13220public, with the proviso that copies of Original Work or Derivative Works that
13221You distribute shall be licensed under the Open Software License;
13222
13223d) to perform the Original Work publicly; and
13224
13225e) to display the Original Work publicly.
13226
132272) Grant of Patent License. Licensor hereby grants You a world-wide,
13228royalty-free, non-exclusive, perpetual, non-sublicenseable license, under
13229patent claims owned or controlled by the Licensor that are embodied in the
13230Original Work as furnished by the Licensor ("Licensed Claims") to make, use,
13231sell and offer for sale the Original Work. Licensor hereby grants You a
13232world-wide, royalty-free, non-exclusive, perpetual, non-sublicenseable license
13233under the Licensed Claims to make, use, sell and offer for sale Derivative Works.
13234
132353) Grant of Source Code License. The term "Source Code" means the preferred
13236form of the Original Work for making modifications to it and all available
13237documentation describing how to modify the Original Work. Licensor hereby
13238agrees to provide a machine-readable copy of the Source Code of the Original
13239Work along with each copy of the Original Work that Licensor distributes.
13240Licensor reserves the right to satisfy this obligation by placing a
13241machine-readable copy of the Source Code in an information repository reasonably
13242calculated to permit inexpensive and convenient access by You for as long as
13243 Licensor continues to distribute the Original Work, and by publishing the
13244address of that information repository in a notice immediately following the
13245copyright notice that applies to the Original Work.
13246
132474) Exclusions From License Grant. Nothing in this License shall be deemed to
13248grant any rights to trademarks, copyrights, patents, trade secrets or any
13249other intellectual property of Licensor except as expressly stated herein. No
13250patent license is granted to make, use, sell or offer to sell embodiments of
13251any patent claims other than the Licensed Claims defined in Section 2. No
13252right is granted to the trademarks of Licensor even if such marks are included
13253in the Original Work. Nothing in this License shall be interpreted to prohibit
13254Licensor from licensing under different terms from this License any Original
13255Work that Licensor otherwise would have a right to license.
13256
132575) External Deployment. The term "External Deployment" means the use or
13258distribution of the Original Work or Derivative Works in any way such that the
13259Original Work or Derivative Works may be used by anyone other than You,
13260whether the Original Work or Derivative Works are distributed to those persons
13261or made available as an application intended for use over a computer network.
13262As an express condition for the grants of license hereunder, You agree that
13263any External Deployment by You of a Derivative Work shall be deemed a
13264distribution and shall be licensed to all under the terms of this License, as
13265prescribed in section 1(c) herein.
13266
132676) Attribution Rights. You must retain, in the Source Code of any Derivative
13268Works that You create, all copyright, patent or trademark notices from the
13269Source Code of the Original Work, as well as any notices of licensing and any
13270descriptive text identified therein as an "Attribution Notice." You must cause
13271the Source Code for any Derivative Works that You create to carry a prominent
13272Attribution Notice reasonably calculated to inform recipients that You have
13273modified the Original Work.
13274
132757) Warranty and Disclaimer of Warranty. Licensor warrants that the copyright
13276in and to the Original Work is owned by the Licensor or that the Original Work
13277is distributed by Licensor under a valid current license from the copyright
13278owner. Except as expressly stated in the immediately proceeding sentence, the
13279Original Work is provided under this License on an "AS IS" BASIS and WITHOUT
13280WARRANTY, either express or implied, including, without limitation, the
13281warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR
13282PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU.
13283This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No
13284license to Original Work is granted hereunder except under this disclaimer.
13285
132868) Limitation of Liability. Under no circumstances and under no legal theory,
13287whether in tort (including negligence), contract, or otherwise, shall the
13288Licensor be liable to any person for any direct, indirect, special, incidental,
13289or consequential damages of any character arising as a result of this License
13290or the use of the Original Work including, without limitation, damages for
13291loss of goodwill, work stoppage, computer failure or malfunction, or any and
13292all other commercial damages or losses. This limitation of liability shall not
13293apply to liability for death or personal injury resulting from Licensor''s
13294negligence to the extent applicable law prohibits such limitation. Some
13295jurisdictions do not allow the exclusion or limitation of incidental or
13296consequential damages, so this exclusion and limitation may not apply to You.
13297
132989) Acceptance and Termination. If You distribute copies of the Original Work
13299or a Derivative Work, You must make a reasonable effort under the circumstances
13300to obtain the express and volitional assent of recipients to the terms of this
13301License. Nothing else but this License (or another written agreement between
13302Licensor and You) grants You permission to create Derivative Works based upon
13303the Original Work or to exercise any of the rights granted in Sections 1 herein,
13304and any attempt to do so except under the terms of this License (or another
13305written agreement between Licensor and You) is expressly prohibited by U.S.
13306copyright law, the equivalent laws of other countries, and by international
13307treaty. Therefore, by exercising any of the rights granted to You in Sections
133081 herein, You indicate Your acceptance of this License and all of its terms and
13309conditions. This License shall terminate immediately and you may no longer
13310exercise any of the rights granted to You by this License upon Your failure to
13311honor the proviso in Section 1(c) herein.
13312
1331310) Mutual Termination for Patent Action. This License shall terminate
13314automatically and You may no longer exercise any of the rights granted to You
13315by this License if You file a lawsuit in any court alleging that any OSI
13316Certified open source software that is licensed under any license containing
13317this "Mutual Termination for Patent Action" clause infringes any patent claims
13318that are essential to use that software.
13319
1332011) Jurisdiction, Venue and Governing Law. Any action or suit relating to this
13321License may be brought only in the courts of a jurisdiction wherein the Licensor
13322resides or in which Licensor conducts its primary business, and under the laws
13323of that jurisdiction excluding its conflict-of-law provisions. The application
13324of the United Nations Convention on Contracts for the International Sale of
13325Goods is expressly excluded. Any use of the Original Work outside the scope of
13326this License or after its termination shall be subject to the requirements and
13327penalties of the U.S. Copyright Act, 17 U.S.C. å¤ 101 et seq., the equivalent
13328laws of other countries, and international treaty. This section shall survive
13329the termination of this License.
13330
1333112) Attorneys Fees. In any action to enforce the terms of this License or
13332seeking damages relating thereto, the prevailing party shall be entitled to
13333recover its costs and expenses, including, without limitation, reasonable
13334attorneys'' fees and costs incurred in connection with such action, including
13335any appeal of such action. This section shall survive the termination of this
13336License.
13337
1333813) Miscellaneous. This License represents the complete agreement concerning
13339the subject matter hereof. If any provision of this License is held to be
13340unenforceable, such provision shall be reformed only to the extent necessary
13341to make it enforceable.
13342
1334314) Definition of "You" in This License. "You" throughout this License,
13344whether in upper or lower case, means an individual or a legal entity exercising
13345rights under, and complying with all of the terms of, this License. For legal
13346entities, "You" includes any entity that controls, is controlled by, or is under
13347common control with you. For purposes of this definition, "control" means (i)
13348the power, direct or indirect, to cause the direction or management of such
13349entity, whether by contract or otherwise, or (ii) ownership of fifty percent
13350(50%) or more of the outstanding shares, or (iii) beneficial ownership of such
13351entity.
13352
1335315) Right to Use. You may use the Original Work in all ways not otherwise
13354restricted or conditioned by this License or by law, and Licensor promises not
13355to interfere with or be responsible for such uses by You.
13356
13357This license is Copyright (C) 2002 Lawrence E. Rosen. All rights reserved.
13358Permission is hereby granted to copy and distribute this license without
13359modification. This license may not be modified without the express written
13360permission of its copyright owner.', 'http://opensource.linux-mirror.org/licenses/osl-1.1.txt	', NULL, NULL, NULL, 'Open Software License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'bb7fef6e83cf414e9cf9ddc93391c249', 1, NULL);
13361INSERT INTO license_ref VALUES (275, 'OSL-2.1', 'The Open Software License 2.1
13362
13363Open Software License v. 2.1
13364
13365This Open Software License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work:
13366
13367Licensed under the Open Software License version 2.1
13368
133691) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following:
13370
13371to reproduce the Original Work in copies;
13372
13373to prepare derivative works ("Derivative Works") based upon the Original Work;
13374
13375to distribute copies of the Original Work and Derivative Works to the public, with the proviso that copies of Original Work or Derivative Works that You distribute shall be licensed under the Open Software License;
13376
13377to perform the Original Work publicly; and
13378
13379to display the Original Work publicly.
13380
133812) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and Derivative Works.
13382
133833) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work.
13384
133854) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor except as expressly stated herein. No patent license is granted to make, use, sell or offer to sell embodiments of any patent claims other than the licensed claims defined in Section 2. No right is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any Original Work that Licensor otherwise would have a right to license.
13386
133875) External Deployment. The term "External Deployment" means the use or distribution of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether the Original Work or Derivative Works are distributed to those persons or made available as an application intended for use over a computer network. As an express condition for the grants of license hereunder, You agree that any External Deployment by You of a Derivative Work shall be deemed a distribution and shall be licensed to all under the terms of this License, as prescribed in section 1(c) herein.
13388
133896) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.
13390
133917) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer.
13392
133938) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor''s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
13394
133959) Acceptance and Termination. If You distribute copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. Nothing else but this License (or another written agreement between Licensor and You) grants You permission to create Derivative Works based upon the Original Work or to exercise any of the rights granted in Section 1 herein, and any attempt to do so except under the terms of this License (or another written agreement between Licensor and You) is expressly prohibited by U.S. copyright law, the equivalent laws of other countries, and by international treaty. Therefore, by exercising any of the rights granted to You in Section 1 herein, You indicate Your acceptance of this License and all of its terms and conditions. This License shall terminate immediately and you may no longer exercise any of the rights granted to You by this License upon Your failure to honor the proviso in Section 1(c) herein.
13396
1339710) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.
13398
1339911) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et seq., the equivalent laws of other countries, and international treaty. This section shall survive the termination of this License.
13400
1340112) Attorneys Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys'' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.
13402
1340313) Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
13404
1340514) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
13406
1340715) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.
13408
13409This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved. Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner.', 'http://www.opensource.org/licenses/osl-2.1.php', NULL, NULL, NULL, 'Open Software License 2.1', NULL, NULL, NULL, '', NULL, false, false, false, '8b586c1d2d83e428e772cd1bda37d08b', 1, NULL);
13410INSERT INTO license_ref VALUES (276, 'OpenDefinition', 'The Open Source Definition (Annotated)
13411Version 1.9
13412
13413The indented, italicized sections below appear as annotations to the Open Source Definition (OSD) and are not a part of the OSD. A plain version of the OSD without annotations can be found here.
13414
13415Introduction
13416Open source doesn''t just mean access to the source code. The distribution terms of open-source software must comply with the following criteria:
13417
134181. Free Redistribution
13419The license shall not restrict any party from selling or giving away the software as a component of an aggregate software distribution containing programs from several different sources. The license shall not require a royalty or other fee for such sale.
13420
13421Rationale: By constraining the license to require free redistribution, we eliminate the temptation to throw away many long-term gains in order to make a few short-term sales dollars. If we didn''t do this, there would be lots of pressure for cooperators to defect.
13422
134232. Source Code
13424The program must include source code, and must allow distribution in source code as well as compiled form. Where some form of a product is not distributed with source code, there must be a well-publicized means of obtaining the source code for no more than a reasonable reproduction cost preferably, downloading via the Internet without charge. The source code must be the preferred form in which a programmer would modify the program. Deliberately obfuscated source code is not allowed. Intermediate forms such as the output of a preprocessor or translator are not allowed.
13425
13426Rationale: We require access to un-obfuscated source code because you can''t evolve programs without modifying them. Since our purpose is to make evolution easy, we require that modification be made easy.
13427
134283. Derived Works
13429The license must allow modifications and derived works, and must allow them to be distributed under the same terms as the license of the original software.
13430
13431Rationale: The mere ability to read source isn''t enough to support independent peer review and rapid evolutionary selection. For rapid evolution to happen, people need to be able to experiment with and redistribute modifications.
13432
134334. Integrity of The Author''s Source Code
13434The license may restrict source-code from being distributed in modified form only if the license allows the distribution of "patch files" with the source code for the purpose of modifying the program at build time. The license must explicitly permit distribution of software built from modified source code. The license may require derived works to carry a different name or version number from the original software.
13435
13436Rationale: Encouraging lots of improvement is a good thing, but users have a right to know who is responsible for the software they are using. Authors and maintainers have reciprocal right to know what they''re being asked to support and protect their reputations.
13437
13438Accordingly, an open-source license must guarantee that source be readily available, but may require that it be distributed as pristine base sources plus patches. In this way, "unofficial" changes can be made available but readily distinguished from the base source.
13439
134405. No Discrimination Against Persons or Groups
13441The license must not discriminate against any person or group of persons.
13442
13443Rationale: In order to get the maximum benefit from the process, the maximum diversity of persons and groups should be equally eligible to contribute to open sources. Therefore we forbid any open-source license from locking anybody out of the process.
13444
13445Some countries, including the United States, have export restrictions for certain types of software. An OSD-conformant license may warn licensees of applicable restrictions and remind them that they are obliged to obey the law; however, it may not incorporate such restrictions itself.
13446
134476. No Discrimination Against Fields of Endeavor
13448The license must not restrict anyone from making use of the program in a specific field of endeavor. For example, it may not restrict the program from being used in a business, or from being used for genetic research.
13449
13450Rationale: The major intention of this clause is to prohibit license traps that prevent open source from being used commercially. We want commercial users to join our community, not feel excluded from it.
13451
134527. Distribution of License
13453The rights attached to the program must apply to all to whom the program is redistributed without the need for execution of an additional license by those parties.
13454
13455Rationale: This clause is intended to forbid closing up software by indirect means such as requiring a non-disclosure agreement.
13456
134578. License Must Not Be Specific to a Product
13458The rights attached to the program must not depend on the program''s being part of a particular software distribution. If the program is extracted from that distribution and used or distributed within the terms of the program''s license, all parties to whom the program is redistributed should have the same rights as those that are granted in conjunction with the original software distribution.
13459
13460Rationale: This clause forecloses yet another class of license traps.
13461
134629. License Must Not Restrict Other Software
13463The license must not place restrictions on other software that is distributed along with the licensed software. For example, the license must not insist that all other programs distributed on the same medium must be open-source software.
13464
13465Rationale: Distributors of open-source software have the right to make their own choices about their own software.
13466
13467Yes, the GPL is conformant with this requirement. Software linked with GPLed libraries only inherits the GPL if it forms a single work, not any software with which they are merely distributed.
13468
1346910. License Must Be Technology-Neutral
13470No provision of the license may be predicated on any individual technology or style of interface.
13471
13472Rationale: This provision is aimed specifically at licenses which require an explicit gesture of assent in order to establish a contract between licensor and licensee. Provisions mandating so-called "click-wrap" may conflict with important methods of software distribution such as FTP download, CD-ROM anthologies, and web mirroring; such provisions may also hinder code re-use. Conformant licenses must allow for the possibility that (a) redistribution of the software will take place over non-Web channels that do not support click-wrapping of the download, and that (b) the covered code (or re-used portions of covered code) may run in a non-GUI environment that cannot support popup dialogues.', 'http://www.opensource.org/osd.html', NULL, NULL, NULL, 'Open Source Definition 1.9', NULL, NULL, NULL, '', NULL, false, false, false, 'df51ece6d89507d941a88b0e37892574', 1, NULL);
13473INSERT INTO license_ref VALUES (278, 'Python-2.0.1', 'Python 2.0.1 license
13474
13475This is the official license for the Python 2.0.1 release:
13476
13477A. HISTORY OF THE SOFTWARE
13478==========================
13479
13480Python was created in the early 1990s by Guido van Rossum at Stichting
13481Mathematisch Centrum (CWI) in the Netherlands as a successor of a
13482language called ABC.  Guido is Python''s principal author, although it
13483includes many contributions from others.  The last version released
13484from CWI was Python 1.2.  In 1995, Guido continued his work on Python
13485at the Corporation for National Research Initiatives (CNRI) in Reston,
13486Virginia where he released several versions of the software.  Python
134871.6 was the last of the versions released by CNRI.  In 2000, Guido and
13488the Python core development team moved to BeOpen.com to form the
13489BeOpen PythonLabs team.  Python 2.0 was the first and only release
13490from BeOpen.com.
13491
13492Following the release of Python 1.6, and after Guido van Rossum left
13493CNRI to work with commercial software developers, it became clear that
13494the ability to use Python with software available under the GNU Public
13495License (GPL) was very desirable.  CNRI and the Free Software
13496Foundation (FSF) interacted to develop enabling wording changes to the
13497Python license.  Python 1.6.1 is essentially the same as Python 1.6,
13498with a few minor bug fixes, and with a different license that enables
13499later versions to be GPL-compatible.  Python 2.0.1 is a derivative work
13500of Python 1.6.1, as well as of Python 2.0.
13501
13502After Python 2.0 was released by BeOpen.com, Guido van Rossum and the
13503other PythonLabs developers joined Digital Creations.  All
13504intellectual property added from this point on, including Python
135052.0.1 and its alpha and beta releases, is owned by the Python Software
13506Foundation (PSF), a non-profit modeled after the Apache Software
13507Foundation.  See http://www.python.org/psf/ for more information about
13508the PSF.
13509
13510Thanks to the many outside volunteers who have worked under Guido''s
13511direction to make these releases possible.
13512
13513
13514B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
13515===============================================================
13516
13517PSF LICENSE AGREEMENT
13518---------------------
13519
135201. This LICENSE AGREEMENT is between the Python Software Foundation
13521("PSF"), and the Individual or Organization ("Licensee") accessing and
13522otherwise using Python 2.0.1 software in source or binary form and its
13523associated documentation.
13524
135252. Subject to the terms and conditions of this License Agreement, PSF
13526hereby grants Licensee a nonexclusive, royalty-free, world-wide
13527license to reproduce, analyze, test, perform and/or display publicly,
13528prepare derivative works, distribute, and otherwise use Python 2.0.1
13529alone or in any derivative version, provided, however, that PSF''s
13530License Agreement and PSF''s notice of copyright, i.e., "Copyright (c)
135312001 Python Software Foundation; All Rights Reserved" are retained in
13532Python 2.0.1 alone or in any derivative version prepared by Licensee.
13533
135343. In the event Licensee prepares a derivative work that is based on
13535or incorporates Python 2.0.1 or any part thereof, and wants to make
13536the derivative work available to others as provided herein, then
13537Licensee hereby agrees to include in any such work a brief summary of
13538the changes made to Python 2.0.1.
13539
135404. PSF is making Python 2.0.1 available to Licensee on an "AS IS"
13541basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
13542IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
13543DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
13544FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.0.1 WILL NOT
13545INFRINGE ANY THIRD PARTY RIGHTS.
13546
135475. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
135482.0.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
13549A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.0.1,
13550OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
13551
135526. This License Agreement will automatically terminate upon a material
13553breach of its terms and conditions.
13554
135557. Nothing in this License Agreement shall be deemed to create any
13556relationship of agency, partnership, or joint venture between PSF and
13557Licensee.  This License Agreement does not grant permission to use PSF
13558trademarks or trade name in a trademark sense to endorse or promote
13559products or services of Licensee, or any third party.
13560
135618. By copying, installing or otherwise using Python 2.0.1, Licensee
13562agrees to be bound by the terms and conditions of this License
13563Agreement.
13564
13565
13566BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0
13567----------------------------------------------
13568
13569BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
13570
135711. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
13572office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
13573Individual or Organization ("Licensee") accessing and otherwise using
13574this software in source or binary form and its associated
13575documentation ("the Software").
13576
135772. Subject to the terms and conditions of this BeOpen Python License
13578Agreement, BeOpen hereby grants Licensee a non-exclusive,
13579royalty-free, world-wide license to reproduce, analyze, test, perform
13580and/or display publicly, prepare derivative works, distribute, and
13581otherwise use the Software alone or in any derivative version,
13582provided, however, that the BeOpen Python License is retained in the
13583Software, alone or in any derivative version prepared by Licensee.
13584
135853. BeOpen is making the Software available to Licensee on an "AS IS"
13586basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
13587IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
13588DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
13589FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
13590INFRINGE ANY THIRD PARTY RIGHTS.
13591
135924. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
13593SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
13594AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
13595DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
13596
135975. This License Agreement will automatically terminate upon a material
13598breach of its terms and conditions.
13599
136006. This License Agreement shall be governed by and interpreted in all
13601respects by the law of the State of California, excluding conflict of
13602law provisions.  Nothing in this License Agreement shall be deemed to
13603create any relationship of agency, partnership, or joint venture
13604between BeOpen and Licensee.  This License Agreement does not grant
13605permission to use BeOpen trademarks or trade names in a trademark
13606sense to endorse or promote products or services of Licensee, or any
13607third party.  As an exception, the "BeOpen Python" logos available at
13608http://www.pythonlabs.com/logos.html may be used according to the
13609permissions granted on that web page.
13610
136117. By copying, installing or otherwise using the software, Licensee
13612agrees to be bound by the terms and conditions of this License
13613Agreement.
13614
13615
13616CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT
13617-------------------------------------------------
13618
136191. This LICENSE AGREEMENT is between the Corporation for National
13620Research Initiatives, having an office at 1895 Preston White Drive,
13621Reston, VA 20191 ("CNRI"), and the Individual or Organization
13622("Licensee") accessing and otherwise using Python 1.6.1 software in
13623source or binary form and its associated documentation.
13624
136252. Subject to the terms and conditions of this License Agreement, CNRI
13626hereby grants Licensee a nonexclusive, royalty-free, world-wide
13627license to reproduce, analyze, test, perform and/or display publicly,
13628prepare derivative works, distribute, and otherwise use Python 1.6.1
13629alone or in any derivative version, provided, however, that CNRI''s
13630License Agreement and CNRI''s notice of copyright, i.e., "Copyright (c)
136311995-2001 Corporation for National Research Initiatives; All Rights
13632Reserved" are retained in Python 1.6.1 alone or in any derivative
13633version prepared by Licensee.  Alternately, in lieu of CNRI''s License
13634Agreement, Licensee may substitute the following text (omitting the
13635quotes): "Python 1.6.1 is made available subject to the terms and
13636conditions in CNRI''s License Agreement.  This Agreement together with
13637Python 1.6.1 may be located on the Internet using the following
13638unique, persistent identifier (known as a handle): 1895.22/1013.  This
13639Agreement may also be obtained from a proxy server on the Internet
13640using the following URL: http://hdl.handle.net/1895.22/1013".
13641
136423. In the event Licensee prepares a derivative work that is based on
13643or incorporates Python 1.6.1 or any part thereof, and wants to make
13644the derivative work available to others as provided herein, then
13645Licensee hereby agrees to include in any such work a brief summary of
13646the changes made to Python 1.6.1.
13647
136484. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
13649basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
13650IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
13651DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
13652FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
13653INFRINGE ANY THIRD PARTY RIGHTS.
13654
136555. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
136561.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
13657A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
13658OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
13659
136606. This License Agreement will automatically terminate upon a material
13661breach of its terms and conditions.
13662
136637. This License Agreement shall be governed by the federal
13664intellectual property law of the United States, including without
13665limitation the federal copyright law, and, to the extent such
13666U.S. federal law does not apply, by the law of the Commonwealth of
13667Virginia, excluding Virginia''s conflict of law provisions.
13668Notwithstanding the foregoing, with regard to derivative works based
13669on Python 1.6.1 that incorporate non-separable material that was
13670previously distributed under the GNU General Public License (GPL), the
13671law of the Commonwealth of Virginia shall govern this License
13672Agreement only as to issues arising under or with respect to
13673Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
13674License Agreement shall be deemed to create any relationship of
13675agency, partnership, or joint venture between CNRI and Licensee.  This
13676License Agreement does not grant permission to use CNRI trademarks or
13677trade name in a trademark sense to endorse or promote products or
13678services of Licensee, or any third party.
13679
136808. By clicking on the "ACCEPT" button where indicated, or by copying,
13681installing or otherwise using Python 1.6.1, Licensee agrees to be
13682bound by the terms and conditions of this License Agreement.
13683
13684        ACCEPT
13685
13686
13687CWI PERMISSIONS STATEMENT AND DISCLAIMER
13688----------------------------------------
13689
13690Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
13691The Netherlands.  All rights reserved.
13692
13693Permission to use, copy, modify, and distribute this software and its
13694documentation for any purpose and without fee is hereby granted,
13695provided that the above copyright notice appear in all copies and that
13696both that copyright notice and this permission notice appear in
13697supporting documentation, and that the name of Stichting Mathematisch
13698Centrum or CWI not be used in advertising or publicity pertaining to
13699distribution of the software without specific, written prior
13700permission.
13701
13702STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
13703THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
13704FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
13705FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13706WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13707ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
13708OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.', 'http://www.python.org/download/releases/2.0.1/license/', NULL, NULL, NULL, 'Python License 2.0.1', NULL, NULL, NULL, '', NULL, false, false, false, '071cf8f1b9c1ee0662e034c26a3994bf', 1, NULL);
13709INSERT INTO license_ref VALUES (279, 'RedHat', 'Red Hat
13710Enterprise Agreement
13711
13712PLEASE READ THIS AGREEMENT CAREFULLY BEFORE PURCHASING AND/OR USING SOFTWARE OR SERVICES FROM RED HAT. BY USING RED HAT SOFTWARE OR SERVICES, CLIENT SIGNIFIES ITS ASSENT TO AND ACCEPTANCE OF THIS AGREEMENT AND ACKNOWLEDGES IT HAS READ AND UNDERSTANDS THIS AGREEMENT. AN INDIVIDUAL ACTING ON BEHALF OF AN ENTITY REPRESENTS THAT HE OR SHE HAS THE AUTHORITY TO ENTER INTO THIS AGREEMENT ON BEHALF OF THAT ENTITY. IF CLIENT DOES NOT ACCEPT THE TERMS OF THIS AGREEMENT, THEN IT MUST NOT USE RED HAT SOFTWARE OR SERVICES. This Agreement incorporates those appendices at the end of this Agreement.
13713
13714This Red Hat Enterprise Agreement, including all referenced appendices and documents located at URLs (the "Agreement"), is between Red Hat, Inc. ("Red Hat") and the purchaser or user of Red Hat software and services who accepts the terms of this Agreement ("Client"). The effective date of this Agreement ("Effective Date") is the earlier of the date that Client signs or accepts this Agreement or the date that Client uses Red Hat''s software or services.
13715
13716Scope of Agreement
137171.1	Framework. This Agreement establishes a framework that will enable Red Hat to provide Software and Services to Client. "Software" means Red Hat Enterprise Linux, JBoss Enterprise Middleware and other software programs branded by Red Hat, its Affiliates and/or third parties including all modifications, additions or further enhancements delivered by Red Hat. The specific services (the "Services") and/or Software that Red Hat will provide to Client will be described in an Order Form, signed by the parties or otherwise accepted by Red Hat, which may consist of (a) one or more mutually agreed order forms, statements of work, work orders or similar transaction documents, or (b) an order placed by Client through Red Hat''s online store accessible from a Red Hat website. The parties agree that the terms of this Agreement will govern all purchases and use by Client of Software and Services unless otherwise agreed by the parties in writing.
13718
137191.2	Affiliates. Red Hat and Client agree that Affiliates of Client may acquire Software and Services from Red Hat or its Affiliates by entering an Order Form with Red Hat (or a Red Hat Affiliate) that incorporates the terms and conditions of this Agreement. The parties acknowledge that adjustments to the terms of this Agreement may be made in a particular Order Form (for example, to address disparate tax and/or legal regimes in other geographic regions). "Affiliate" means an entity that owns or controls, is owned or controlled by, or is under common control or ownership with a party, where "control" is the possession, direct or indirect, of the power to direct or cause the direction of the management and policies of an entity, whether through ownership of voting securities, by contract or otherwise.
13720
137211.3	Business Partners. Red Hat has entered into agreements with other organizations ("Business Partners") to promote, market and support certain Software and Services. When Client purchases Software and Services through a Business Partner, Red Hat confirms that it is responsible for providing the Software and Services to Client under the terms of this Agreement. Red Hat is not responsible for (a) the actions of Business Partners, (b) any additional obligations Business Partners have to Client, or (c) any products or services that Business Partners supply to Client under any separate agreements between a Business Partner and Client.
13722
13723Obligations of the Parties
137242.1	On-Site Obligations. If Red Hat personnel are working on Client''s premises (a) Client will provide a safe and secure working environment for Red Hat personnel, and (b) Red Hat will comply with all reasonable workplace safety and security standards and policies, applicable to Client''s employees, of which Red Hat is notified in writing by Client in advance.
13725
137262.2	Changes to Work and Delays. Changes to the Services will be made only through a written change order signed by both parties. In the event that (a) Client fails to timely fulfill its obligations under an Order Form, and this failure adversely impacts the provision of Services, or (b) events outside of either party''s reasonable control cause a delay in or otherwise affect Red Hat''s ability to perform its obligations under an Order Form, Red Hat will be entitled to appropriate relief, including adjusting the timing of its delivery of applicable Services.
13727
137282.3	Assistance. Client may provide Red Hat access to Client information, systems, and software ("Client Information"), and resources such as workspace, network access, and telephone connections as reasonably required by Red Hat in order to provide the Services. Client understands and agrees that (a) the completeness, accuracy of, and extent of access to, any Client Information provided to Red Hat may affect Red Hat''s ability to provide Services, and (b) if reasonable access to Client Information is not provided, Red Hat will be relieved from providing any Services dependent upon such access. Client will obtain any third party consents necessary to grant Red Hat access to the Client Information that is subject to the proprietary rights of, or controlled by, any third party, or which is subject to any other form of restriction upon disclosure.
13729
13730Payment
137313.1	Fees and Expenses. Fees for the Services (the "Fees") will be identified in an Order Form and are (a) due upon Red Hat''s acceptance of an Order Form or, for renewal of Services, at the start of the renewal term, and (b) payable in accordance with Section 3.2. Fees are stated in United States Dollars, must be paid in United States Dollars, and, unless otherwise specified in writing, do not include out-of-pocket expenses or shipping costs. Client will reimburse Red Hat for all reasonable expenses Red Hat incurs in connection with the performance of Services. Client agrees to pay Red Hat the applicable Fees for each Unit. "Unit" is the measurement of Software or Service usage defined in the applicable Order Form. Any renewal of Subscription Services will be at the same price per Unit listed in the applicable Order Form. "Subscription Services" mean fee-bearing subscriptions for a defined period of time for a certain scope of Services.
13732
137333.2	Invoices
137343.2.1 If Client desires credit terms with respect to the payment of Fees, Client will reasonably cooperate with Red Hat in establishing and periodically re-confirming Client''s credit-worthiness. If credit terms are provided to Client, Red Hat will invoice Client for the Fees upon Red Hat''s acceptance of the applicable Order Form and upon acceptance of any future order. Unless otherwise specified in an Order Form and subject to Red Hat''s approval of credit terms, Client will pay Fees and expenses, if any, no later than thirty (30) days from the date of each invoice; provided, however, that Fees for professional services, training, training credits and other service credits are due prior to delivery. Except as otherwise provided in this Agreement, any and all payments made by Client pursuant to this Agreement are non-refundable. Red Hat reserves the right to suspend or cancel performance of all or part of the Services and/or change its credit terms if actual payment has not been received within thirty (30) days of the invoice date.
13735
137363.2.2	If Client is paying by credit card, Client (a) authorizes Red Hat to charge Client''s credit card for the Services and for the amount due at the time of renewal of Subscription Services, and (b) agrees to provide updated credit card information to Red Hat for renewal purposes.
13737
137383.3	Taxes. All Fees are exclusive of Taxes. Client will pay Red Hat an amount equal to any Taxes arising from or relating to this Agreement or an applicable Order Form which are paid by or are payable by Red Hat. "Taxes" means any form of sales, use, value added or other form of taxation and any fines, penalties, surcharges or interest, but excluding any taxes based solely on the net income of Red Hat. If Client is required to withhold or deduct any portion of the payments due to Red Hat, Client will increase the sum payable to Red Hat by the amount necessary so that Red Hat receives an amount equal to the sum it would have received had Client made no withholdings or deductions.
13739
13740License and Ownership
137414.1	Software. Each type of Software is governed by a license grant or an end user license agreement, which license terms are contained or referenced in the appendices to this Agreement or the applicable Order Form.
13742
137434.2	Freedom to Use Ideas. Subject to Section 9 and Client''s rights in Client Information and notwithstanding anything to the contrary contained in this Agreement or an Order Form, the ideas, methods, concepts, know-how, structures, techniques, inventions, developments, processes, discoveries, improvements and other information and materials developed in and during the course of any Order Form may be used by Red Hat, without an obligation to account, in any way Red Hat deems appropriate, including by or for itself or its clients or customers.
13744
137454.3	Marks. Unless expressly stated in an Order Form, no right or license, express or implied, is granted in this Agreement for the use of any Red Hat, Red Hat Affiliate, Client or third party trade names, service marks or trademarks, including, without limitation, the distribution of the Software utilizing any Red Hat or Red Hat Affiliate trademarks.
13746
13747Reporting and Inspection
137485.1	Reporting. Client will notify Red Hat (or the Business Partner from whom Client purchased Software or Services) promptly if the actual number of Units of Software or Services utilized by Client exceeds the number of Units for which Client has paid the applicable Fees. In its notice, Client will include the number of additional Units and the date(s) on which such Units were first utilized. Red Hat (or the Business Partner) will invoice Client for the applicable Services for such Units and Client will pay for such Services no later than thirty (30) days from the date of the invoice.
13749
137505.2	Inspection. During the term of this Agreement and for one (1) year thereafter, Red Hat or its designated agent may inspect Client''s facilities and records to verify Client''s compliance with this Agreement. Any such inspection will take place only during Client''s normal business hours and upon no less than ten (10) days prior written notice from Red Hat. Red Hat will give Client written notice of any noncompliance, including the number of underreported Units of Software or Services, and Client will have fifteen (15) days from the date of this notice to make payment to Red Hat for the applicable Services provided with respect to the underreported Units. If Client underreports the number of Units utilized by more than five percent (5%) of the number of Units for which Client paid, Client will also pay Red Hat for the cost of such inspection.
13751
13752Term and Termination
137536.1	Term and Termination of Agreement. The term of this Agreement will begin on the Effective Date and will terminate at the expiration of ninety (90) days following written notice of termination given by one party to the other. Termination of this Agreement will not operate to terminate any Order Form and the terms and conditions of this Agreement will continue in full force and effect to the extent necessary to give effect to any Order Form in effect at the time of termination of this Agreement and until such time as the applicable Order Form expires or is terminated in accordance with Section 6.2 below.
13754
137556.2	Term and Termination of Order Form
137566.2.1	The term of an Order Form begins on the date the Order Form is executed ("Order Form Effective Date") and continues for the term stated in the Order Form. Thereafter, the term for Subscription Services will automatically renew for successive terms of one (1) year each, unless either party gives written notice to the other of its intention not to renew at least sixty (60) days before the commencement of the next renewal term. Client must use any other Services set forth in an Order Form during the term specified in the Order Form or within one (1) year of the Order Form Effective Date, whichever is shorter; if unused, such Services will be forfeited.
13757
137586.2.2	If Client or Red Hat materially breaches the terms of an Order Form, and such breach is not cured within thirty (30) days after written notice of the breach is given to the breaching party, then the other party may, by giving written notice of termination to the breaching party, terminate the applicable Order Form and/or this Agreement; provided, however, that no cure period will be required for a breach of Section 9 of this Agreement. The termination of an individual Order Form will not terminate any other Order Form or this Agreement unless otherwise specified in the written notice of termination. Without prejudice to any other right or remedy of Red Hat, in the event either party terminates an Order Form, Client will pay Red Hat (or the Business Partner from whom Client purchased such Software or Services) for all Services provided up to the effective date of termination.
13759
137606.3	Survival. If this Agreement or an Order Form is terminated for any reason, Sections 3, 4, 5.2, 6.3, 7, 8, 9, 10.2, 12, 13.1, 13.5-13.14, and 14 of this Agreement (as the same are incorporated into each Order Form) will survive such termination.
13761
13762Continuing Business
13763Nothing in this Agreement will preclude or limit Red Hat from providing software, materials, or services for itself or other clients, irrespective of the possible similarity of such software, materials or services to those that might be delivered to Client. The terms of confidentiality in Section 9 will not prohibit or restrict either party''s right to develop, use or market products or services similar to or competitive with the other party; provided, however, that neither party is relieved of its obligations under this Agreement.
13764
13765Limitation of Liability and Disclaimer of Damages
137668.1	Limitation of Liability. FOR ALL EVENTS AND CIRCUMSTANCES, RED HAT AND ITS AFFILIATES'' AGGREGATE AND CUMULATIVE LIABILITY ARISING OUT OF OR RELATING TO THIS AGREEMENT AND ALL ORDER FORMS, INCLUDING WITHOUT LIMITATION ON ACCOUNT OF PERFORMANCE OR NON-PERFORMANCE OF OBLIGATIONS, REGARDLESS OF THE FORM OF THE CAUSE OF ACTION, WHETHER IN CONTRACT, TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE), STATUTE OR OTHERWISE WILL BE LIMITED TO DIRECT DAMAGES AND WILL NOT EXCEED THE AMOUNTS RECEIVED BY RED HAT DURING TWELVE (12) MONTHS IMMEDIATELY PRECEDING THE FIRST EVENT GIVING RISE TO LIABILITY, WITH RESPECT TO THE PARTICULAR ITEMS (WHETHER SOFTWARE, SERVICES OR OTHERWISE) GIVING RISE TO LIABILITY UNDER THE MOST APPLICABLE ORDERING DOCUMENT.
13767
137688.2	Disclaimer of Damages. NOTWITHSTANDING ANYTHING TO THE CONTRARY CONTAINED IN THIS AGREEMENT OR AN ORDER FORM, IN NO EVENT WILL RED HAT OR ITS AFFILIATES BE LIABLE TO CLIENT OR ITS AFFILIATES FOR DAMAGES OTHER THAN DIRECT DAMAGES, INCLUDING, WITHOUT LIMITATION: ANY INCIDENTAL, CONSEQUENTIAL, SPECIAL, INDIRECT, EXEMPLARY OR PUNITIVE DAMAGES, WHETHER ARISING IN TORT, CONTRACT, OR OTHERWISE; OR ANY DAMAGES ARISING OUT OF OR IN CONNECTION WITH ANY MALFUNCTIONS, REGULATORY NON-COMPLIANCE, DELAYS, LOSS OF DATA, LOST PROFITS, LOST SAVINGS, INTERRUPTION OF SERVICE, LOSS OF BUSINESS OR ANTICIPATORY PROFITS, EVEN IF RED HAT OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. LIABILITY FOR THESE DAMAGES WILL BE LIMITED AND EXCLUDED EVEN IF ANY EXCLUSIVE REMEDY PROVIDED FOR IN THIS AGREEMENT FAILS OF ITS ESSENTIAL PURPOSE.
13769
13770Confidentiality
137719.1	Obligations. During the term of this Agreement, both parties agree that (i) Confidential Information will be used only in accordance with the terms and conditions of this Agreement; (ii) each will use the same degree of care it utilizes to protect its own confidential information, but in no event less than reasonable care; and (iii) the Confidential Information may be disclosed only to employees, agents and contractors with a need to know, and to its auditors and legal counsel, in each case, who are under a written obligation to keep such information confidential using standards of confidentiality not less restrictive than those required by this Agreement. Both parties agree that obligations of confidentiality will exist for a period of two (2) years following initial disclosure of the particular Confidential Information. "Confidential Information" means all information disclosed by either Red Hat or Client ("Disclosing Party") to the other party ("Recipient") during the term of this Agreement that is either (i) marked confidential or (ii) disclosed orally and described as confidential at the time of disclosure and subsequently set forth in writing, marked confidential, and sent to the Recipient within thirty (30) days following the oral disclosure.
13772
137739.2	Exclusions. Confidential Information will not include information which: (i) is or later becomes publicly available without breach of this Agreement, or is disclosed by the Disclosing Party without obligation of confidentiality; (ii) is known to the Recipient at the time of disclosure by the Disclosing Party; (iii) is independently developed by the Recipient without use of the Confidential Information; (iv) becomes lawfully known or available to the Recipient without restriction from a source having the lawful right to disclose the information; (v) is generally known or easily ascertainable by parties of ordinary skill in the business of the Recipient; or (vi) is software code in either object code or source code form that is licensed under an open source license. The Recipient will not be prohibited from complying with disclosure mandated by applicable law if, where reasonably practicable and without breaching any legal or regulatory requirement, it gives the Disclosing Party advance notice of the disclosure requirement.
13774
13775Representations and Warranties
1377610.1	General Representations and Warranties. Red Hat represents and warrants that: (a) the Services will be performed in a professional and workmanlike manner by qualified personnel; (b) it has the authority to enter into this Agreement with Client; and (c) to Red Hat''s knowledge, Red Hat branded Software does not, at the time of delivery to Client, include malicious or hidden mechanisms or code for the purpose of damaging or corrupting the Software.
13777
1377810.2	Disclaimer of Warranty. EXCEPT AS EXPRESSLY PROVIDED IN SECTION 10.1 OR BY A THIRD PARTY VENDOR DIRECTLY TO CLIENT UNDER A SEPARATE AGREEMENT, THE SERVICES, SOFTWARE AND ANY HARDWARE ARE PROVIDED BY RED HAT "AS IS" AND WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE. RED HAT DOES NOT GUARANTEE OR WARRANT THAT THE USE OF THE SERVICES, SOFTWARE OR HARDWARE WILL BE UNINTERRUPTED, COMPLY WITH REGULATORY REQUIREMENTS, BE ERROR FREE OR THAT RED HAT WILL CORRECT ALL SOFTWARE ERRORS. FOR THE BREACH OF THE WARRANTIES SET FORTH IN SECTION 10.1, CLIENT''S EXCLUSIVE REMEDY, AND RED HAT''S ENTIRE LIABILITY, WILL BE THE REPERFORMANCE OF DEFICIENT SERVICES, OR IF RED HAT CANNOT SUBSTANTIALLY CORRECT A BREACH IN A COMMERCIALLY REASONABLE MANNER, CLIENT MAY TERMINATE THE RELEVANT SERVICES AND RECEIVE A PRO RATA REFUND OF THE FEES PAID FOR THE DEFICIENT SERVICES AS OF THE EFFECTIVE DATE OF TERMINATION. Without limiting the generality of the foregoing disclaimer, the Software, Services and any hardware provided are not specifically designed, manufactured or intended for use in (a) the planning, construction, maintenance, control, or direct operation of nuclear facilities, (b) aircraft navigation, control or communication systems, weapons systems, or (c) direct life support systems. Client agrees that it is solely responsible for the results obtained from the use of the Software and Services.
13779
13780Open Source Assurance Program
13781For Software that is Red Hat branded, purchases under this Agreement may entitle Client to participate in Red Hat''s Open Source Assurance Program which is described at http://www.redhat.com/rhel/details/assurance/. The terms for this optional program are subject to a separate agreement which can be viewed at http://www.redhat.com/legal/open_source_assurance_agreement.html.
13782
13783Governing Law/Consent to Jurisdiction
13784The validity, interpretation and enforcement of this Agreement will be governed by and construed in accordance with the laws of the United States and of the State of New York without giving effect to the conflicts of laws provisions thereof or the United Nations Convention on Contracts for the International Sale of Goods. All disputes arising out of or relating to this Agreement will be submitted to the exclusive jurisdiction of the state or federal courts of competent jurisdiction located in Raleigh, North Carolina, and each party irrevocably consents to such personal jurisdiction and waives all objections to this venue. In the event the Uniform Computer Information Transactions Act (UCITA) or any similar federal or state laws or regulations are enacted, it will not apply to this Agreement, and the governing law will remain as if such law or regulation had not been enacted.
13785
13786Miscellaneous
1378713.1	Notices. Notices must be in English, in writing, and will be deemed given when delivered by hand or five (5) days after being sent using a method that provides for positive confirmation of delivery to the respective addresses or facsimile numbers indicated in an Order Form; provided that any notice from Client to Red Hat includes a copy sent to: Red Hat, Inc., Attention: General Counsel, 1801 Varsity Drive, Raleigh, North Carolina 27606; Facsimile: (919) 754-3704.
13788
1378913.2	Assignment. This Agreement is binding on the parties to this Agreement, and other than the rights conferred on Business Partners in Sections 5.1 and 6.2.2, nothing in this Agreement or in any Order Form grants any other person or entity any right, benefit or remedy of any nature whatsoever, except for the parties'' Affiliates as expressly provided in this Agreement. This Agreement is assignable by either party only with the other party''s prior written consent, which will not be unreasonably withheld, conditioned or delayed; provided, however, either party may, upon written notice and without the prior approval of the other party, (a) assign this Agreement to an Affiliate as long as the Affiliate has sufficient credit to satisfy its obligations under this Agreement and the scope of Service is not affected; and (b) assign this Agreement pursuant to a merger or a sale of all or substantially all of such party''s assets or stock.
13790
1379113.3	Independent Contractor. Red Hat is an independent contractor and nothing in this Agreement or related to Red Hat''s performance of any Order Form will be construed to create an employment or agency relationship between Client (or any Client personnel) and Red Hat (or any Red Hat personnel). Each party will be solely responsible for supervision, direction, control and payment of its personnel, including applicable taxes, deductions, other payments and benefits. Red Hat may subcontract Services under an Order Form to third parties or Affiliates without the approval of Client; provided, however, that (a) subcontractors agree to protect Client Confidential Information, and (b) Red Hat remains responsible to Client for performance of its obligations hereunder.
13792
1379313.4	Force Majeure. Neither party will be liable for nonperformance or delays caused by acts of God, wars, riots, strikes, fires, floods, hurricanes, earthquakes, government restrictions, terrorist acts or other causes beyond its reasonable control.
13794
1379513.5	Non-solicitation. Client agrees not to solicit or hire any personnel of Red Hat involved with the delivery of Services in connection with any Order Form during the term of and for twelve (12) months after termination or expiration of such Order Form; provided that Client may hire an individual employed by Red Hat who, without other solicitation, responds to advertisements or solicitations aimed at the general public.
13796
1379713.6	Export and Privacy. Red Hat may supply Client with technical data that is subject to export control restrictions. Red Hat will not be responsible for compliance by Client with applicable export obligations or requirements for this technical data. Client agrees to comply with all applicable export control restrictions. If Client breaches this Section 13.6 or the export provisions of an applicable end user license agreement for the Software, or any provision referencing these sections, Red Hat may terminate this Agreement and/or the applicable Order Form and its obligations thereunder without liability to Client. Client acknowledges and agrees that to provide the Services, it may be necessary for Client Information to be transferred between Red Hat, its Affiliates, Business Partners, and/or subcontractors, which may be located worldwide.
13798
1379913.7	Dispute Resolution. Each party agrees to give the other a written description of any problem(s) that may arise and to make a good faith effort to amicably resolve any such problem before commencing any proceeding. Notwithstanding the foregoing, either party may take any action reasonably required to protect such party''s rights. No claim or action, regardless of form, arising out of this Agreement or an Order Form may be brought by either party more than one (1) year after the cause of action has accrued.
13800
1380113.8	Headings. All headings contained in this Agreement are inserted for identification and convenience and will not be deemed part of this Agreement for purposes of interpretation.
13802
1380313.9	Severability. If any provision of this Agreement is held invalid or unenforceable for any reason but would be valid and enforceable if appropriately modified, then such provision will apply with the modification necessary to make it valid and enforceable. If such provision cannot be so modified, the parties agree that such invalidity will not affect the validity of the remaining provisions of the Agreement.
13804
1380513.10	Waiver. The delay or failure of either party to exercise any rights under this Agreement will not constitute or be deemed a waiver or forfeiture of such rights. No waiver will be valid unless in writing and signed by an authorized representative of the party against whom such waiver is sought to be enforced.
13806
1380713.11	Complete Agreement. Each Order Form (a) is a separate agreement and is deemed to incorporate this Agreement, unless otherwise expressly provided in that Order Form; (b) constitutes the exclusive terms and conditions with respect to the subject matter of that Order Form, notwithstanding any different or additional terms that may be contained in the form of purchase order or other document used by Client to place orders or otherwise effect transactions under this Agreement; and (c) represents the final, complete and exclusive statement of the agreement between the parties with respect thereto, notwithstanding any prior written agreements or prior and contemporaneous oral agreements with respect to the subject matter of the Order Form. In the event of any conflict between this Agreement, any Order Form and any end user license agreement for Software, this Agreement will take precedence unless otherwise expressly provided in the Order Form. Notwithstanding any provision to the contrary in this Agreement, any applicable end user license agreement will be governed by the laws of the State of New York and of the United States, without regard to any conflict of laws provisions. Any claim relating to the provision of the Services by Red Hat, its Affiliates or their respective personnel will be made against Red Hat alone.
13808
1380913.12	Amendment. Neither this Agreement nor any Order Form may be amended or modified except in a writing signed by the parties, which writing makes specific reference to this Agreement or the applicable Order Form.
13810
1381113.13	Counterparts and Facsimile Signature. In the event this Agreement is executed with signatures, this Agreement may be executed in counterparts, each of which will be deemed an original and all of which will constitute one and the same document. The parties may exchange signature pages by facsimile and such signatures will be effective to bind the parties to all the terms contained in this Agreement.
13812
1381313.14	United States Government End Users. The Software and its documentation are "Commercial items," "Commercial computer software" and "Computer software documentation" as defined by the Federal Acquisition Regulations ("FAR") and Defense Federal Acquisition Regulations Supplement ("DFARS"). Pursuant to FAR 12.211, FAR 12.212, DFARS, 227.7202-1 through 227.7202-4, and their successors, the U.S. Government acquires the Software and its documentation subject to the terms of this Agreement.
13814
13815Waiver of Jury Trial
13816TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, EACH PARTY WAIVES THE RIGHT TO TRIAL BY JURY IN ANY LEGAL PROCEEDING ARISING OUT OF OR RELATING TO THIS AGREEMENT OR THE TRANSACTIONS CONTEMPLATED UNDER THIS AGREEMENT.', 'https://www.redhat.com/licenses/us.html', NULL, NULL, NULL, 'Red Hat Enterprise Agreement', NULL, NULL, NULL, '', NULL, false, false, false, 'bb936b80ec3367ff37434313834f056d', 1, NULL);
13817INSERT INTO license_ref VALUES (269, 'VMWare-EULA', 'VMWARE MASTER END USER LICENSE AGREEMENT
13818
13819NOTICE: BY DOWNLOADING AND INSTALLING, COPYING OR OTHERWISE USING THE SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS OF THIS VMWARE MASTER END USER LICENSE AGREEMENT ("EULA"). IF YOU DO NOT AGREE TO THE TERMS OF THIS EULA, YOU MAY NOT DOWNLOAD, INSTALL, COPY OR USE THE SOFTWARE, AND YOU MAY RETURN THE UNUSED SOFTWARE TO THE VENDORFROM WHICH YOU ACQUIRED IT WITHIN THIRTY (30) DAYS AND REQUEST A REFUND OF THE LICENSE FEE, IF ANY, ALREADY PAID UPON SHOWING PROOF OF PAYMENT. "YOU" MEANS THE NATURAL PERSON OR THE ENTITY THAT IS AGREEING TO BE BOUND BY THIS EULA, THEIR EMPLOYEES AND THIRD PARTY CONTRACTORS THAT PROVIDE SERVICES TO YOU.YOU SHALL BE LIABLE FOR ANY FAILURE BY SUCH EMPLOYEES AND THIRD PARTY CONTRACTORS TO COMPLY WITH THE TERMS OF THIS AGREEMENT.
13820
138211. DEFINITIONS
13822
138231.1 "Designated Administrative Access" means that access to the standard user interfaces of a given instance of the Software (designated in this section) that you may grant to a designated third party (a) for which you have provided advance written notice to VMware that you are providing outsourced services and (b) for whose dedicated benefit you have licensed such instance of the Software. Designated Administrative Access is applicable only where you are 1) an IT outsourcing company that is providing outsourced IT services to a client company and 2) applicable only to the following Software: ESX, VMware Server and vCenter Server.
13824
138251.2 "Guest Operating Systems" means
13826
13827instances of third-party operating systems licensed by you and installed in a
13828
13829Virtual Machine and run using the Software.
13830
138311.3 "Licensed Additional Module" means additional modules that may be provided with and/or used in conjunction with the Software for which you have paid the applicable license fee and accepted any applicable additional license terms.
13832
138331.4 "Open Source Software" means various open source software components licensed under the terms of applicable open source license agreements included in the materials relating to such software. Open Source Software is composed of individual software components, each of which has its own copyright and its own applicable license conditions. The Open Source Software licenses can be found in the open_source_licenses.txt file, other materials accompanying the software package, the documentation or corresponding source files available at www.vmware.com/download/open_source.html.
13834
138351.5 "Processor" means a single, physical chip that houses no more than the number of processor cores as defined by the description of the Software licensed, and set forth in the license portal or applicable documentation for the Software.
13836
138371.6 "Sample Programs" means sample client management programs or scripts that may be distributed with the Software.
13838
138391.7 "Server" means a single physical computer of a type that meets the specifications as set forth in the applicable product documentation posted at www.vmware.com/support/pubs/. Multiple computers that share processing power or operate in a networked configuration as a single logical computer, such as a "server farm" or similar arrangement, constitute multiple Servers for the purpose of this EULA.
13840
138411.8 "Software" means software products that are licensed to you under this EULA, including, but not limited to, any related components purchased or provided with the Software, application programming interfaces, associated media, printed materials, online or electronic documentation, and any updates and maintenance releases thereto.
13842
138431.9 "Software License Key" means, if applicable, a serial number issued to you by VMware to activate and use the Software. A separate, additional Software License Key may be required to activate and use each Licensed Additional Module.
13844
138451.10 "VMware Tools" means a suite of utilities and drivers that can be installed in Guest Operating System to enhance the performance and functionality of your Guest Operating System when running in a VMware virtual machine.
13846
138471.11 "Virtual Machine" means an instance of a Guest Operating System and any application programs installed thereon, running on a computing device on which the Software is installed, or suspended to disk or any other storage media accessible by the computing device.
13848
138492. EVALUATION LICENSES
13850
138512.1 General. If available, the Software and each Licensed Additional Module may be activated with no-cost evaluation Software License Key(s). You acknowledge that Evaluation Software License Keys have an expiration date ("Expiration Date") and that VMware is not obligated to permit further use of the Software.
13852
138532.2 Evaluation License. If you activate the Software or any Licensed Additional Module with an evaluation Software License Key ("Evaluation Product") you may use the Evaluation Product until the Expiration Date only to evaluate the suitability of the Evaluation Product for licensing on a for-fee basis. You may acquire evaluation Software License Key(s) for Licensed Additional Modules. In such case, the Licensed Additional Modules are licensed to you subject to the terms of this "EVALUATION LICENSES" section.
13854
138552.3 Evaluation Product Warranty Disclaimer. During the use of the Evaluation Product, the limited 90-day warranty referenced in Section 7.1 below is not applicable to you. the EVALUATION PRODUCT is provided to you "as is" without warranty of any kind, whether express, implied, statutory, or otherwise. VMWARE AND ITS LICENSORS BEAR NO LIABILITY FOR ANY DAMAGES RESULTING FROM USE (OR ATTEMPTED USE) OF THE EVALUATION PRODUCT THROUGH AND AFTER THE EXPIRATION DATE.
13856
138572.4 No Support. VMware has no duty to provide support to you during your use of the Evaluation Product.
13858
138593. GRANT AND USE RIGHTS FOR SOFTWARE.
13860
138613.1 License. The Software is licensed, not sold. Subject to the terms of this EULA, VMware hereby grants you a non-exclusive, non-transferable license, without rights to sublicense, to use the object code of the Software for the purpose as set forth in the applicable documentation for the Software and to the extent permitted by your payment of applicable license fees, if any, under a VMware approved licensing model and/or your Software License Key subject to the software product specific terms specified in this EULA, the technical restrictions of the Software and/or any additional licensing terms specified by VMware via product documentation, notification and/or policy change posted at www.vmware.com. Your use of the Software is limited to the country where you’ve been invoiced for purchase of the Software. However, if you’ve been invoiced within any of the European Union member states, you may deploy the Software in any of the member states without restriction, subject to the terms of the approved licensing model and the terms of this EULA. Depending upon the model utilized to compute the applicable license fees paid by you to use the Software (whether per Processor, per Virtual Machine, per user, or any other VMware approved licensing model), an applicable Software License Key may limit your usage of the Software accordingly. You may use the documentation accompanying the Software in connection with permitted uses of the Software. If the Software is a version that you have converted or exchanged from a valid licensed prior version, you agree that by using the Software you will no longer use the prior version. VMware reserves the right to require the certification of the destruction of such previous version of the Software.
13862
138633.2 License Limitations. You may not copy the Software except for a reasonable number of machine-readable copies of the Software for backup or archival purposes and except as expressly permitted in this EULA. You may not remove any titles, trademarks or trade names, copyright notices, legends, or other propri etary markings on the Software. You are not granted any rights to any trademarks or service marks of VMware. VMware retains all rights not expressly granted to you in this EULA.
13864
138653.3 Restrictions. You may not (i) sell, lease, license, sublicense, distribute or otherwise transfer in whole or in part the Software or the Software License Key to another party; (ii) provide, disclose, divulge or make available to, or permit use of the Software in whole or in part by, any third party (except Designated Administrative Access) without VMware’s prior written consent; (iii) modify or create derivative works based upon the Software; or (iv) create, develop, license, install, use, or deploy any third party software or services to circumvent, enable, modify or provide access, permissions or rights which violate the technical restrictions of the Software, any additional licensing terms provided by VMware via product documentation, notification, and/or policy change posted at www.vmware.com, and the terms of this EULA. Except to the extent expressly permitted by applicable law, and to the extent that VMware is not permitted by that applicable law to exclude or limit the following rights, you may not decompile, disassemble, reverse engineer, or otherwise attempt to derive source code from the Software, in whole or in part. Before you exercise any rights that you believe to be entitled to based on mandatory law, you provide VMware with 30 days prior written notice at info@vmware.com and provide all reasonably requested information to allow VMware to assess your claim and, at VMware’s sole discretion, to provide alternatives that reduce any adverse impact on VMware’s intellectual property or other rights. You may use the Software to conduct internal performance testing and benchmarking studies, the results of which you (and not unauthorized third parties) may publish or publicly disseminate; provided that VMware has reviewed and approved of the methodology, assumptions and other parameters of the study. Please contact VMware at benchmark@vmware.com to request such review.
13866
138673.4 VMware Tools. You may distribute the VMware Tools to any third party provided that (i) you only distribute the VMware Tools as a whole in object code format whether or not as part of, the Virtual Machine you create with the Software; (ii) you do not use VMware’s name, logo or trademarks to market the VMware Tools, except you may refer to VMware names, logos or trademarks to indicate that the VMware Tools are compatible with or designed for use with the Software and (iii) you agree to indemnify, hold harmless, and defend VMware from and against any claims or lawsuits, including attorneys’ fees, that arise or result from your use or distribution of VMware Tools. Notwithstanding the foregoing, you may distribute and modify the Open Source Software of VMware Tools; however, VMware may not provide any support, pursuant to Section 5, for such modified VMware Tools.
13868
138693.5 Licenses required for third-party software. The Software enables you to run multiple instances of third-party guest operating systems and application programs. You are responsible for obtaining and complying with any licenses necessary to operate any such third-party software, including Guest Operating Systems and/or application programs.
13870
138713.6 Sample Programs. The Software may include Sample Programs. You may use and distribute Sample Programs under the terms set forth in the applicable Sample Programs files. VMware does not provide support services for Sample Programs.
13872
138733.7 VMware License Programs. VMware makes available VMware License programs (for e.g., VMware Academic License). If you have received the Software pursuant to these VMware License programs, the then-current terms and conditions posted on www.vmware.com/download/eula/vmtn.html
13874
13875for that program shall apply for use of the products under such VMware License programs.
13876
138773.8 Audit Rights. You will maintain accurate records as to your use of the Software as authorized by this EULA, for at least two (2) years from the last day on which support and subscription services ("Services") expired for the applicable Software.  VMware, or persons designated by VMware, will, at any time during the period when you are obliged to maintain such records, be entitled to inspect such records and your computing devices, in order to verify that the Software is used by you in accordance with the terms of this EULA and that you have paid the applicable license fees and Services fees for the Software; provided that VMware may conduct no more than one (1) audit in any twelve (12) month period.  You shall promptly pay to VMware any underpayments revealed by any such audit.  Any such audit will be performed at VMware’s expense during normal business hours, provided that you shall promptly reimburse VMware for the cost of such audit and any applicable fees if such audit reveals an underpayment by you of more than five percent (5%) of the amounts payable by you to VMware for the period audited.
13878
138794. TITLE. VMware retains all right, title, and interest in and to the Software and the Software License Key and in all related copyrights, trade secrets, patents, trademarks, and any other intellectual and industrial property and proprietary rights, including registrations, applications, renewals, and extensions of such rights.
13880
138815. SUPPORT AND SUBSCRIPTION SERVICES NOT INCLUDED
13882
13883VMware will not provide any support services under this EULA. This EULA does not give you any rights to any updates or upgrades to the Software or to any extensions or enhancements to the Software developed by VMware at any time in the future. VMware may offer support and subscription services separately. If you have purchased VMware support and subscription services with the Software, these services are provided to you under the Support Contract Terms and Conditions posted on VMware’s Web site at www.vmware.com/support/ and by accepting the terms of this EULA you are accepting these Support Contract Terms and Conditions. Any supplemental software code or related materials that VMware provides to you as part of any support and subscription services are to be considered part of the Software and are subject to the terms and conditions of this EULA. VMware may use any technical information you provide to VMware for any VMware business purposes without restriction, including for product support and development. VMware will not use information in a form that personally identifies you.
13884
138856. TERMINATION
13886
138876.1 Termination. VMware may terminate this EULA immediately and without notice if you fail to comply with any term of this EULA.
13888
138896.2 Effect of Termination. In the event of termination, you must destroy all copies of the Software and Software License Key. In addition you must remove all copies of the Software, including all backup copies, from the Server and all computers and terminals on which it is installed. From time to time, VMware may change the terms of this EULA. VMware will notify you of such change. Your continued use of the Software will indicate your agreement to the change.
13890
138917. LIMITED WARRANTY AND LIMITATION OF LIABILITY
13892
138937.1 Limited Warranty. VMware warrants that the media, if any, on which the Software is delivered will be free of defects and that the Software will substantially conform to the description contained in the applicable end user documentation with respect to the particular Software licensed under this EULA in each case for a period of 90 days after the date of shipment of the Software License Key to you ("Warranty Period"). If during the Warranty Period the media is defective and the version of that Software is still commercially available, your sole remedy will be that VMware shall, at its option, repair or replace the defective media returned to VMware within the Warranty Period. If you are returning a defective media, please email VMware at sales@vmware.com to request a Return Authorization number (RMA) and further instructions. If during the Warranty Period the Software does not substantially conform to the description contained in the applicable end user documentation, your sole remedy will be that VMware shall, at it option, correct the defects in the Software or refund the license fees you paid, if any, related to the Software provided that (a) the Software has been properly installed and used at all times and in accordance with the instructions in the applicable end user documentation; (b) no modification, alteration or addition has been made to the Software product by persons other than VMware or VMware’s authorized representative; and (c) VMware receives written notice of the non-conformity within ninety (90) days following shipment. EXCEPT FOR THE PRECEDING EXPRESS LIMITED WARRANTY, TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE MANDATORY LAW, VMWARE AND ITS LICENSORS PROVIDE THE SOFTWARE WITHOUT ANY WARRANTIES OF ANY KIND, EXPRESS, IMPLIED, STATUTORY, OR IN ANY OTHER PROVISION OF THIS EULA OR COMMUNICATION WITH YOU, AND VMWARE AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
13894
138957.2 LIMITATION OF LIABILITY. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE MANDATORY LAW, IN NO EVENT WILL VMWARE AND ITS LICENSORS BE LIABLE FOR ANY LOST PROFITS OR BUSINESS OPPORTUNITIES, LOSS OF USE, BUSINESS INTERRUPTION, LOSS OF DATA, OR ANY OTHER INDIRECT, SPECIAL, INCIDENTAL, OR CONSE QUEN TIAL DAMAGES UNDER ANY THEORY OF LIABILITY, WHETHER BASED IN CONTRACT, TORT, NEGLIGENCE, PRODUCT LIABILITY, OR OTHERWISE. BECAUSE SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE PRECEDING LIMITATION MAY NOT APPLY TO YOU. VMWARE AND ITS LICENSORS’ LIABILITY UNDER THIS EULA WILL NOT, IN ANY EVENT, EXCEED THE LICENSE FEES, IF ANY, PAID BY YOU FOR THE SOFTWARE LICENSED TO YOU UNDER THIS EULA. THE FOREGOING LIMITATIONS SHALL APPLY TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, REGARDLESS OF WHETHER VMWARE OR ITS LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND REGARDLESS OF WHETHER ANY REMEDY FAILS OF ITS ESSENTIAL PURPOSE.
13896
138978. GENERAL
13898
13899Entire Agreement. This Agreement sets forth VMware’s entire liability and your exclusive remedy with respect to the Software and supersedes the terms of any purchase orders and any other communications or advertising with respect to the Software. You acknowledge that this Agreement is a complete statement of the agreement between you and VMware with respect to the Software, and that there are no other prior or contemporaneous understandings, promises, representations, or descriptions with respect to the Software.
13900
139018.2 Headings. Headings under this EULA are intended only for convenience and shall not affect the interpretation of this EULA.
13902
139038.3 Waiver and Modification. No failure of either party to exercise or enforce any of its rights under this EULA will act as a waiver of those rights. This EULA may only be modified, or any rights under it waived, by a written document executed by the party against which it is asserted.
13904
139058.4 Severability. If any provision of this EULA is found illegal or unenforceable, it will be enforced to the maximum extent permissible, and the legality and enforceability of the other provisions of this EULA will not be affected.
13906
139078.5 Governing Law. This EULA will be governed by California law and the United States of America, without regard to its choice of law principles. The United Nations Convention for the International Sale of Goods shall not apply.
13908
139098.6 Government Restrictions. You may not export or re-export the Soft ware except in compliance with the United States Export Administration Act and the related rules and regulations and similar non-U.S. government restrictions, if applicable. The Software and accompanying documentation are deemed to be "commercial computer software" and "commercial computer software documentation," respectively, pursuant to DFAR Section 227.7202 and FAR Section 12.212(b), as applicable. Any use, modification, reproduction, release, performing, displaying, or disclosing of the Software by the U.S. Government shall be governed solely by the terms of this EULA.
13910
139118.7 Contact Information. If you have any questions about this EULA, or if you want to contact VMware for any reason, please direct all correspondence to: VMware, Inc., 3401 Hillview Avenue, Palo Alto, CA 94304, United States of America or email info@vmware.com.
13912
139138.8 Other. VMware and VMTN are trademarks and/or registered trademarks of VMware, Inc. in the United States and/or various jurisdictions.', 'http://www.vmware.com/download/eula/', NULL, NULL, NULL, 'VMWare Master EULA', NULL, NULL, NULL, '', NULL, false, false, false, '6c0225e4d38de052d862ee8dc96fe2b2', 1, NULL);
13914INSERT INTO license_ref VALUES (283, 'Unicode', 'Unicode Terms of Use
13915For the general privacy policy governing access to this site, see the  Unicode Privacy Policy. For trademark usage, see the Unicode Consortium® Trademarks and Logo Policy.
13916
13917Notice to End User: Terms of Use
13918Carefully read the following legal agreement ("Agreement"). Use or copying of the software and/or codes provided with this agreement (The "Software") constitutes your acceptance of these terms. If you have any questions about these terms of use, please contact the Unicode Consortium.
13919Unicode Copyright.
13920Copyright © 1991-2010 Unicode, Inc. All rights reserved.
13921Certain documents and files on this website contain a legend indicating that "Modification is permitted." Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions herein.
13922Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files solely for informational purposes in the creation of products supporting the Unicode Standard, subject to the Terms and Conditions herein.
13923Further specifications of rights and restrictions pertaining to the use of the particular set of data files known as the "Unicode Character Database" can be found in Exhibit 1.
13924Each version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page. The online code charts carry specific restrictions. All other files are covered under these general Terms of Use. To request a permission to reproduce any part of the Unicode Standard, please contact the Unicode Consortium.
13925No license is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site.
13926Modification is not permitted with respect to this document. All copies of this document must be verbatim.
13927Restricted Rights Legend. Any technical data or software which is licensed to the United States of America, its agencies and/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement.
13928Warranties and Disclaimers.
13929This publication and/or website may include technical or typographical errors or other inaccuracies . Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and/or website. Unicode may make improvements and/or changes in the product(s) and/or program(s) described in this publication and/or website at any time.
13930If this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase.
13931EXCEPT AS PROVIDED IN SECTION C.2, THIS PUBLICATION AND/OR SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE.
13932Waiver of Damages. In no event shall Unicode or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives.
13933Trademarks.
13934Unicode and the Unicode logo are registered trademarks of Unicode, Inc.
13935This site contains product names and corporate names of other companies. All product names and company names and logos mentioned herein are the trademarks or registered trademarks of their respective owners. Other products and corporate names mentioned herein which are trademarks of a third party are used only for explanation and for the owners'' benefit and with no intent to infringe.
13936Use of third party products or information referred to herein is at the user’s risk.
13937Miscellaneous.
13938Jurisdiction and Venue. This server is operated from a location in the State of California, United States of America. Unicode makes no representation that the materials are appropriate for use in other locations. If you access this server from other locations, you are responsible for compliance with local laws. This Agreement, all use of this site and any claims and damages resulting from use of this site are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this site shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum.
13939Modification by Unicode Unicode shall have the right to modify this Agreement at any time by posting it to this site. The user may not assign any part of this Agreement without Unicode’s prior written consent.
13940Taxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode’s net income.
13941Severability.  If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect.
13942Entire Agreement. This Agreement constitutes the entire agreement between the parties.
13943EXHIBIT 1
13944UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
13945
13946Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/ . Unicode Software includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/.
13947
13948NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.''S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
13949
13950COPYRIGHT AND PERMISSION NOTICE
13951
13952Copyright © 1991-2010 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
13953
13954Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified.
13955
13956THE DATA FILES AND SOFTWARE 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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
13957
13958Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
13959
13960Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be registered in some jurisdictions. All other trademarks and registered trademarks mentioned herein are the property of their respective owners.', 'http://unicode.org/copyright.html', NULL, NULL, NULL, 'Unicode Terms of Use', NULL, NULL, NULL, '', NULL, false, false, false, '0ee4c43299aa1c99dd1756ba15e9cd8f', 1, NULL);
13961INSERT INTO license_ref VALUES (419, 'CC-BY-NC-2.5', 'Creative Commons Attribution-NonCommercial 2.5
13962
13963CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
13964LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
13965ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
13966ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
13967INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
13968ITS USE.
13969
13970License
13971
13972THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
13973COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
13974COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
13975AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
13976
13977BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
13978TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
13979RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
13980AND CONDITIONS.
13981
139821. Definitions
13983
13984a. "Collective Work" means a work, such as a periodical issue, anthology
13985or encyclopedia, in which the Work in its entirety in unmodified form,
13986along with a number of other contributions, constituting separate and
13987independent works in themselves, are assembled into a collective whole.
13988A work that constitutes a Collective Work will not be considered a
13989Derivative Work (as defined below) for the purposes of this License.
13990
13991b. "Derivative Work" means a work based upon the Work or upon the Work
13992and other pre-existing works, such as a translation, musical
13993arrangement, dramatization, fictionalization, motion picture version,
13994sound recording, art reproduction, abridgment, condensation, or any
13995other form in which the Work may be recast, transformed, or adapted,
13996except that a work that constitutes a Collective Work will not be
13997considered a Derivative Work for the purpose of this License. For the
13998avoidance of doubt, where the Work is a musical composition or sound
13999recording, the synchronization of the Work in timed-relation with a
14000moving image ("synching") will be considered a Derivative Work for the
14001purpose of this License.
14002
14003c. "Licensor" means the individual or entity that offers the Work under
14004the terms of this License. "Original Author" means the individual or
14005entity who created the Work.
14006
14007d. "Work" means the copyrightable work of authorship offered under the
14008terms of this License.
14009
14010e. "You" means an individual or entity exercising rights under this
14011License who has not previously violated the terms of this License with
14012respect to the Work, or who has received express permission from the
14013Licensor to exercise rights under this License despite a previous
14014violation.
14015
140162. Fair Use Rights. Nothing in this license is intended to reduce,
14017limit, or restrict any rights arising from fair use, first sale or other
14018limitations on the exclusive rights of the copyright owner under
14019copyright law or other applicable laws.
14020
140213. License Grant. Subject to the terms and conditions of this License,
14022Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
14023perpetual (for the duration of the applicable copyright) license to
14024exercise the rights in the Work as stated below:
14025
14026a. to reproduce the Work, to incorporate the Work into one or more
14027Collective Works, and to reproduce the Work as incorporated in the
14028Collective Works;
14029
14030b. to create and reproduce Derivative Works;
14031
14032c. to distribute copies or phonorecords of, display publicly, perform
14033publicly, and perform publicly by means of a digital audio transmission
14034the Work including as incorporated in Collective Works;
14035
14036d. to distribute copies or phonorecords of, display publicly, perform
14037publicly, and perform publicly by means of a digital audio transmission
14038Derivative Works;
14039
14040The above rights may be exercised in all media and formats whether now
14041known or hereafter devised. The above rights include the right to make
14042such modifications as are technically necessary to exercise the rights
14043in other media and formats. All rights not expressly granted by Licensor
14044are hereby reserved, including but not limited to the rights set forth
14045in Sections 4(d) and 4(e).
14046
140474. Restrictions.The license granted in Section 3 above is expressly made
14048subject to and limited by the following restrictions:
14049
14050a. You may distribute, publicly display, publicly perform, or publicly
14051digitally perform the Work only under the terms of this License, and You
14052must include a copy of, or the Uniform Resource Identifier for, this
14053License with every copy or phonorecord of the Work You distribute,
14054publicly display, publicly perform, or publicly digitally perform. You
14055may not offer or impose any terms on the Work that alter or restrict the
14056terms of this License or the recipients'' exercise of the rights granted
14057hereunder.
14058
14059b. You may not sublicense the Work. You must keep intact all notices
14060that refer to this License and to the disclaimer of warranties. You may
14061not distribute, publicly display, publicly perform, or publicly
14062digitally perform the Work with any technological measures that control
14063access or use of the Work in a manner inconsistent with the terms of
14064this License Agreement. The above applies to the Work as incorporated in
14065a Collective Work, but this does not require the Collective Work apart
14066from the Work itself to be made subject to the terms of this License. If
14067You create a Collective Work, upon notice from any Licensor You must, to
14068the extent practicable, remove from the Collective Work any credit as
14069required by clause 4(c), as requested. If You create a Derivative Work,
14070upon notice from any Licensor You must, to the extent practicable,
14071remove from the Derivative Work any credit as required by clause 4(c),
14072as requested. You may not exercise any of the rights granted to You in
14073Section 3 above in any manner that is primarily intended for or directed
14074toward commercial advantage or private monetary compensation. The
14075exchange of the Work for other copyrighted works by means of digital
14076file-sharing or otherwise shall not be considered to be intended for or
14077directed toward commercial advantage or private monetary compensation,
14078provided there is no payment of any monetary compensation in connection
14079with the exchange of copyrighted works.
14080
14081c. If you distribute, publicly display, publicly perform, or publicly
14082digitally perform the Work or any Derivative Works or Collective Works,
14083You must keep intact all copyright notices for the Work and provide,
14084reasonable to the medium or means You are utilizing: (i) the name of
14085Original Author (or pseudonym, if applicable) if supplied, and/or (ii)
14086if the Original Author and/or Licensor designate another party or
14087parties (e.g. a sponsor institute, publishing entity, journal) for
14088attribution in Licensor''s copyright notice, terms of service or by other
14089reasonable means, the name of such party or parties; the title of the
14090Work if supplied; to the extent reasonably practicable, the Uniform
14091Resource Identifier, if any, that Licensor specifies to be associated
14092with the Work, unless such URI does not refer to the copyright notice or
14093licensing information for the Work; and in the case of a Derivative
14094Work, a credit identifying the use of the Work in the Derivative Work
14095(e.g., "French translation of the Work by Original Author," or
14096"Screenplay based on original Work by Original Author"). Such credit may
14097be implemented in any reasonable manner; provided, however, that in the
14098case of a Derivative Work or Collective Work, at a minimum such credit
14099will appear where any other comparable authorship credit appears and in
14100a manner at least as prominent as such other comparable authorship
14101credit.
14102
14103d. For the avoidance of doubt, where the Work is a musical composition:
14104
14105i. Performance Royalties Under Blanket Licenses. Licensor reserves the
14106exclusive right to collect, whether individually or via a performance
14107rights society (e.g. ASCAP, BMI, SESAC), royalties for the public
14108performance or public digital performance (e.g. webcast) of the Work if
14109that performance is primarily intended for or directed toward commercial
14110advantage or private monetary compensation.
14111
14112ii. Mechanical Rights and Statutory Royalties. Licensor reserves the
14113exclusive right to collect, whether individually or via a music rights
14114agency or designated agent (e.g. Harry Fox Agency), royalties for any
14115phonorecord You create from the Work ("cover version") and distribute,
14116subject to the compulsory license created by 17 USC Section 115 of the
14117US Copyright Act (or the equivalent in other jurisdictions), if Your
14118distribution of such cover version is primarily intended for or directed
14119toward commercial advantage or private monetary compensation.
14120
14121e. Webcasting Rights and Statutory Royalties. For the avoidance of
14122doubt, where the Work is a sound recording, Licensor reserves the
14123exclusive right to collect, whether individually or via a
14124performance-rights society (e.g. SoundExchange), royalties for the
14125public digital performance (e.g. webcast) of the Work, subject to the
14126compulsory license created by 17 USC Section 114 of the US Copyright Act
14127(or the equivalent in other jurisdictions), if Your public digital
14128performance is primarily intended for or directed toward commercial
14129advantage or private monetary compensation.
14130
141315. Representations, Warranties and Disclaimer
14132
14133UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
14134OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
14135KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
14136INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
14137FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
14138LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
14139WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
14140EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
14141
141426. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
14143LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
14144ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
14145ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
14146BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
14147
141487. Termination
14149
14150a. This License and the rights granted hereunder will terminate
14151automatically upon any breach by You of the terms of this License.
14152Individuals or entities who have received Derivative Works or Collective
14153Works from You under this License, however, will not have their licenses
14154terminated provided such individuals or entities remain in full
14155compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
14156survive any termination of this License.
14157
14158b. Subject to the above terms and conditions, the license granted here
14159is perpetual (for the duration of the applicable copyright in the Work).
14160Notwithstanding the above, Licensor reserves the right to release the
14161Work under different license terms or to stop distributing the Work at
14162any time; provided, however that any such election will not serve to
14163withdraw this License (or any other license that has been, or is
14164required to be, granted under the terms of this License), and this
14165License will continue in full force and effect unless terminated as
14166stated above.
14167
141688. Miscellaneous
14169
14170a. Each time You distribute or publicly digitally perform the Work or a
14171Collective Work, the Licensor offers to the recipient a license to the
14172Work on the same terms and conditions as the license granted to You
14173under this License.
14174
14175b. Each time You distribute or publicly digitally perform a Derivative
14176Work, Licensor offers to the recipient a license to the original Work on
14177the same terms and conditions as the license granted to You under this
14178License.
14179
14180c. If any provision of this License is invalid or unenforceable under
14181applicable law, it shall not affect the validity or enforceability of
14182the remainder of the terms of this License, and without further action
14183by the parties to this agreement, such provision shall be reformed to
14184the minimum extent necessary to make such provision valid and
14185enforceable.
14186
14187d. No term or provision of this License shall be deemed waived and no
14188breach consented to unless such waiver or consent shall be in writing
14189and signed by the party to be charged with such waiver or consent.
14190
14191e. This License constitutes the entire agreement between the parties
14192with respect to the Work licensed here. There are no understandings,
14193agreements or representations with respect to the Work not specified
14194here. Licensor shall not be bound by any additional provisions that may
14195appear in any communication from You. This License may not be modified
14196without the mutual written agreement of the Licensor and You.
14197
14198
14199Creative Commons is not a party to this License, and makes no warranty
14200whatsoever in connection with the Work. Creative Commons will not be
14201liable to You or any party on any legal theory for any damages
14202whatsoever, including without limitation any general, special,
14203incidental or consequential damages arising in connection to this
14204license. Notwithstanding the foregoing two (2) sentences, if Creative
14205Commons has expressly identified itself as the Licensor hereunder, it
14206shall have all rights and obligations of Licensor.
14207
14208Except for the limited purpose of indicating to the public that the Work
14209is licensed under the CCPL, neither party will use the trademark
14210"Creative Commons" or any related trademark or logo of Creative Commons
14211without the prior written consent of Creative Commons. Any permitted use
14212will be in compliance with Creative Commons'' then-current trademark
14213usage guidelines, as may be published on its website or otherwise made
14214available upon request from time to time.
14215
14216Creative Commons may be contacted at http://creativecommons.org/.', 'http://creativecommons.org/licenses/by-nc/2.5/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial 2.5', NULL, NULL, NULL, '', NULL, false, false, false, 'a90234a1c512018ae8facc88c3b56d62', 1, NULL);
14217INSERT INTO license_ref VALUES (284, 'Zlib', 'zlib.h -- interface of the ''zlib'' general purpose compression library
14218  version 1.2.2, October 3rd, 2004
14219
14220  Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler
14221
14222  This software is provided ''as-is'', without any express or implied
14223  warranty.  In no event will the authors be held liable for any damages
14224  arising from the use of this software.
14225
14226  Permission is granted to anyone to use this software for any purpose,
14227  including commercial applications, and to alter it and redistribute it
14228  freely, subject to the following restrictions:
14229
14230  1. The origin of this software must not be misrepresented; you must not
14231     claim that you wrote the original software. If you use this software
14232     in a product, an acknowledgment in the product documentation would be
14233     appreciated but is not required.
14234  2. Altered source versions must be plainly marked as such, and must not be
14235     misrepresented as being the original software.
14236  3. This notice may not be removed or altered from any source distribution.
14237
14238  Jean-loup Gailly jloup@gzip.org
14239  Mark Adler madler@alumni.caltech.edu', 'http://www.gzip.org/zlib/zlib_license.html', NULL, NULL, NULL, 'ZLib License', NULL, NULL, NULL, '', NULL, false, false, false, 'e001d4f073583af33fb3dc7c72cab8a6', 1, NULL);
14240INSERT INTO license_ref VALUES (285, 'M+', 'The M+ OUTLINE FONTS are a font family under the Free license. You can use, copy, and distribute it, with or without modification, either commercially and noncommercially.
14241
14242FONTS FEATURES
14243
14244The M+ OUTLINE FONTS are distributed with proportional Latin (4 variations), fixed-halfwidth Latin (3 variations) and fixed-fullwidth Japanese (2 Kana variations) character set. 7 weights from Thin to Black are included, but fixed-halfwidth Latin with 5 weights from Thin to Bold.
14245
14246Basic Latin	Proportional	7 weights	Completed
14247Fixed-Halfwidth	5 weights	Completed
14248Fixed-Fullwidth	7 weights	Completed
14249Latin-1 Supplement	Proportional	7 weights	Completed
14250Fixed-Halfwidth	5 weights	Completed
14251Latin Extended-A	Proportional	7 weights	Completed
14252Fixed-Halfwidth	5 weights	Completed
14253Japanese Kana	Fixed-Fullwidth Hiragana	7 weights	Completed
14254Fixed-Fullwidth Katakana	7 weights	Completed
14255Fixed-Halfwidth Katakana	5 weights	Not start
14256Japanese Kanji	Kanji for Educational Use	7 weights	Completed
14257Kanji for General Use	7 weights	At work
14258JIS Level-1 Kanji	7 weights	At work
14259JIS Level-2 Kanji	7 weights	At work
14260All fonts were completed with Basic Latin, Latin-1 Supplement, Latin Extended-A, and IPA Extensions. And most of Greek, Cyrillic, Vietnamese, and extended glyphs and symbols were prepared too. So the fonts are in conformity with ISO-8859-1, 2, 3, 4, 5, 7, 9, 10, 13, 14, 15, 16, Windows-1252, T1, and VISCII encoding.
14261
14262In addition, proportional M+ P Type-1 and M+ P Type-2 fonts were completed with Latin Extended-B, Latin Extended Additional, and Windows Glyph List 4 (WGL4). And many Greek, Cyrillic, IPA Extensions glyphs, and symbols were expanded. Those additional glyphs are included in M+ C provisionality.
14263
14264ISO-8859-1	 Latin-1 Western European	Wikipedia
14265ISO-8859-2	 Latin-2 Central European	Wikipedia
14266ISO-8859-3	 Latin-3 South European	Wikipedia
14267ISO-8859-4	 Latin-4 North European	Wikipedia
14268ISO-8859-5	 Latin/Cyrillic	Wikipedia
14269ISO-8859-7	 Latin/Greek	Wikipedia
14270ISO-8859-9	 Latin-5 Turkish	Wikipedia
14271ISO-8859-10	 Latin-6 Nordic	Wikipedia
14272ISO-8859-13	 Latin-7 Baltic Rim	Wikipedia
14273ISO-8859-14	 Latin-8 Celtic	Wikipedia
14274ISO-8859-15	 Latin-9 A revision of 8859-1	Wikipedia
14275ISO-8859-16	 Latin-10 South-Eastern European	Wikipedia
14276T1 Encoding	 Default 8-bit encoding in many TeX installations	Wikipedia
14277Windows-1252	 Used by default in the legacy components of MS Windows	Wikipedia
14278WGL4	 Pan-European character set defined by Microsoft	Wikipedia
14279VISCII	 Vietnamese standard character set	Wikipedia
14280TOP
14281LICENSE
14282
14283These fonts are free softwares.
14284Unlimited permission is granted to use, copy, and distribute it, with or without modification, either commercially and noncommercially.
14285THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.
14286
14287TOP
14288CONTACT
14289
14290Information
14291SourceForge.JP: Project Info - M+ FONTS
14292mplus-fonts-dev ML
14293If you want to discuss something or to know the release news, the mailing list is the best way. *3
14294M+ OUTLINE FONTS open forum
14295You don''t need to registration. You can post anything anonymously. *3
14296M+ LOG
14297Web log of the M+ FONTS.
14298E-Mail
14299Coji Morishita <coz at users dot sourceforge dot jp> *3
14300
14301*3   It''s also required to be EASY ENGLISH :-)
14302
14303TOP
14304SPECIAL THANKS
14305
14306The M+ OUTLINE FONTS are built with FontForge, and hosted by SOURCEFORGE.JP. Special thanks to everyone who''s involved in those projects.
14307
14308Special thanks to Hiroyuki Ikezoe for donating in Mar 2005.
14309
14310TOP
14311COPYRIGHT 2002-2010   M+ FONTS PROJECT', 'http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html', NULL, NULL, NULL, 'M+ Project License', NULL, NULL, NULL, '', NULL, false, false, false, '4f2344707c31d63852280fd590212d88', 1, NULL);
14312INSERT INTO license_ref VALUES (286, 'Mindterm', 'MINDTERM END-USER LICENSE AGREEMENT
14313(LIMITED COMMERCIAL USE)
14314
14315PLEASE REVIEW THE FOLLOWING TERMS AND CONDITIONS PRIOR TO ACCESSING, DOWNLOADING AND/OR OTHERWISE USING ANY OF THE LICENSED PRODUCTS, AS HEREIN AFTER DEFINED.
14316
14317THE USE OF THE LICENSED PRODUCTS AS WELL AS ANY UPDATES THERETO IS SUBJECT TO THE TERMS AND CONDITIONS OF THE THIS LICENSE AGREEMENT (THE AGREEMENT). BY OPENING THE RELEVANT SOFTWARE PACKAGE, BY SELECTING THE [AGREED AND/OR ACCEPT] BUTTON, DOWNLOADING AND/OR OTHERWISE USING THE SOFTWARE OR ANY PORTION THEREOF, LICENSEE (THE FIRM, COMPANY OR OTHER PERSON HAVING RECEIVED THE LICENSED SOFTWARE PURSUANT TO AN ORDER ON THE APPGATE WEB SITE OR OTHERWISE) ARE AGREEING TO THE BOUND BY THE TERMS AND CONDITIONS OF THE AGREEMENT AND ARE ENTERING INTO THE AGREEMENT WITH APPGATE NETWORK SECURITY AB (LICENSOR or APPGATE).
14318
143191. DEFINITIONS
14320
14321As used in this Agreement, the following terms shall have the
14322following meanings:
14323
143241.1 "Designated Use" means the uses described in Section 2.3.
14325
143261.2 "Documentation" means the materials and documents relevant to the
14327Licensed Products and provided by AppGate
14328
143291.3 "Event of Default" means any event specified in Section 7.1.
14330
143311.4 "License" means the license to use the Licensed Products as defined
14332in Section 2.1.
14333
143341.5 "Licensed Products" means the software product MindTerm in object
14335code form only. (Use of source code is subject to the conditions set
14336forth in the MindTerm Public Source license agreement.)
14337
143381.7 "Usage, Use or Used" includes the act of transferring, transmitting,
14339compiling, executing, interpreting, processing or storing the
14340Licensed Products through the use of computer equipment, or
14341transferring, transmitting, compiling, executing, interpreting,
14342processing or storing any data or information using the Licensed
14343Products; and/or displaying any portion of the Licensed Products or
14344data or information in connection with any of these activities.
14345
143462. GRANT OF LICENSE
14347
143482.1 Nonexclusive License
14349
14350Subject to Licensee''s compliance with the terms and conditions of
14351this Agreement Licensee is hereby granted a nonexclusive,
14352non-transferable, non assignable and royalty-free license to Use the
14353Licensed Products for purposes of the Designated Use; provided,
14354however, that this Agreement does not grant to Licensee any title or
14355right of ownership in or to the Licensed Products.
14356
143572.2 Right to Utilize the Documentation
14358
14359Subject to the term and conditions of this Agreement, AppGate hereby
14360grants to Licensee, and Licensee hereby accepts from AppGate, a
14361nonexclusive, non-transferable, non assignable and royalty-free
14362right to utilize the Documentation in connection with the Designated
14363Use of the Licensed Products; provided, however, that this Agreement
14364does not grant to Licensee any title or right of ownership in or to
14365the Documentation. Licensee shall not copy any Documentation, but
14366may obtain additional copies from AppGate for the applicable charges
14367specified by AppGate from time to time.
14368
143692.3 Use
14370
14371The Licensed Products may be Used only for Licensee''s own internal
14372computing requirements in accordance with the terms and conditions
14373set forth herein and strictly limited to the number of users as
14374defined here. The Licensed Products are free to use by Licensor in
14375any organization, commercial or non-commercial, according to this
14376License Agreement for up to, but not exceeding, 25 (twenty five)
14377distinct users. Any other use requires a Commercial License
14378Agreement which AppGate may grant in its sole discretion.
14379
14380Licensors with a Commercial License agreement can subscribe to
14381Maintenance and Support services to periodically receive updated
14382versions of the Licensed Products, get access to support services
14383(web, e-mail and telephone) and receive updated signed versions of
14384the MindTerm applet. These services are not available under this
14385limited Agreement.
14386
14387Licensee is allowed to use the MindTerm source code according to the
14388MindTerm Public Source license agreement. Licensee is allowed to use
14389any derivative works of the Licensed Products for its own internal
14390computing requirements according to the terms and conditions of this
14391Agreement.
14392
143933. TERM OF LICENSE
14394
14395The License granted hereunder shall commence upon Licensee''s
14396acceptance of the terms and conditions herein contained and shall
14397continue in effect unless terminated earlier pursuant hereto.
14398
143994. NO COPYING AND RESTRICTED USE
14400
144014.1 Restricted Use
14402
14403Licensee shall not Use the Licensed Products or the Documentation
14404for any purposes other than the Designated Use specified in Section
144052 hereof.
14406
144074.2 No Copying
14408
14409Licensee may make, free of charge, copies of the Licensed Products
14410for the Designated Use, archival or back-up purposes. Licensee shall
14411not make any copy of the Licensed Products for a use that AppGate
14412has not expressly approved under this Agreement. Licensee shall not
14413Use or allow the Licensed Products to be Used, directly or
14414indirectly, in any manner that would enable its customers or any
14415other person or entity to copy or Use any of the Licensed Products.
14416Copying or reproduction of the Licensed Products to any other server
14417or location or media for further reproduction or redistribution is
14418expressly prohibited.
14419
144204.3 No Transfer of License; No Sublicense
14421
14422Licensee shall not assign or transfer this License, or license or
14423sublicense the Use of all or any portion of the Licensed Products,
14424to any other party.
14425
144264.4 No Modification or Decompilation
14427
14428Licensee shall not modify, disassemble, decompile, recreate or
14429generate any Licensed Products or any portion or version thereof
14430unless and to the extent permitted under applicable mandatory law.
14431
144324.5 Export
14433
14434Licensee shall not export or re-export the Licensed Products or
14435permit transshipment thereof, directly on indirectly, to any country
14436to the extent such country requires an export license or other
14437governmental approval, without first obtaining such license or
14438approval.
14439
144404.6 Proprietary Markings
14441
14442Licensee shall not remove, erase or hide from view any copyright,
14443trademark, confidentiality notice, mark or legend appearing on any
14444of the Licensed Products or any form of output produced by the
14445Licensed Products.
14446
144475. NO WARRANTY
14448
14449Because the Licensed Products are licensed free of charge, there is
14450no warranty for the Licensed Program, to the extent permitted by
14451applicable law. AppGate provides the Licensed Products “as is”
14452without warranty of any kind, either expressed or implied,
14453including, but not limited to, the implied warranties of
14454merchantability and fitness for a particular purpose. Licensee alone
14455accepts the entire risk as to the quality and performance of the
14456Licensed Products. Should the Licensed Products prove defective,
14457Licensee assumes the cost of all necessary servicing, repair or
14458correction.
14459
144606. LIMITATION OF LIABILITY AND REMEDIES
14461
14462In no event shall AppGate be liable for any loss of or damage to
14463revenues, profits or goodwill or other special, incidental, indirect
14464or consequential damages of any kind, resulting from its performance
14465or failure to perform pursuant to the terms of this Agreement or any
14466exhibits hereto, or resulting from the furnishing, performance, or
14467use or loss of use, loss of data or loss of any licensed products or
14468other materials delivered, including, without limitation, any
14469interruption of business, whether resulting from breach of contract
14470or breach of warranty, even if licensee has been advised of the
14471possibility of such damages.
14472
144737. DEFAULT AND TERMINATION
14474
144757.1 Termination in Advance Upon Default
14476
14477This Agreement may be terminated with immediate effect upon the
14478occurrence of any of the following Events of Default:
14479
14480(a) Covenants
14481
14482The failure or neglect of Licensee to observe, keep or perform any
14483of the covenants, terms and conditions of this Agreement, where such
14484non-performance is not fully cured by Licensee within thirty (30)
14485days after written notice from AppGate; or
14486
14487(b) Bankruptcy
14488
14489The filing of a petition for Licensee''s bankruptcy, whether
14490voluntary or involuntary, or if an assignment of Licensee''s assets
14491is made for the benefit of creditors, or a trustee or receiver is
14492appointed to take charge of the business of Licensee for any reason,
14493or if Licensee becomes insolvent or voluntarily or involuntarily
14494dissolved.
14495
144967.2 Obligations on Termination
14497
14498Effective with the date of expiration or other termination of this
14499Agreement, all Usage of the Licensed Products shall terminate, and
14500all rights of Licensee under this Agreement shall cease,
14501specifically including, but without limitation, the License and all
14502other rights granted to Licensee under this Agreement.
14503
145047.3 No Waiver
14505
14506Termination of the Agreement under this Section shall be in addition
14507to, and not a waiver of, any remedy at law or in equity available to
14508AppGate arising from Licensee''s breach of this Agreement.
14509
145108. MISCELLANEOUS
14511
145128.1 Notices
14513
14514All notices, requests and demands given to or made upon the parties
14515shall be in writing and shall be mailed properly addressed, postage
14516prepaid, registered or a certified, or personally delivered to
14517either party at the addresses specified by either party, upon not
14518less than ten (10) days notice. Such notice shall be deemed received
14519by the close of business on the date shown on the certified or
14520registered mail receipt, or when it is actually received, whichever
14521is sooner.
14522
145238.2 Governing Law and Jurisdiction
14524
14525This Agreement shall be governed by and construed in accordance with
14526the laws of Sweden, without reference to its conflicts of law
14527provisions. The exclusive jurisdiction and venue for all legal
14528actions relating to this Agreement shall be in courts of competent
14529subject matter jurisdiction located in Sweden.
14530
145318.3 Severability
14532
14533If any provision of this Agreement is held invalid or unenforceable
14534by any agency of competent jurisdiction, the remaining provisions
14535shall nevertheless remain valid.
14536', 'http://www.appgate.com/index/products/mindterm/mindterm_end_user_lic.html', NULL, NULL, NULL, 'Mindterm EULA', NULL, NULL, NULL, '', NULL, false, false, false, '16c25e2dcbac7b8ee345c016bad4bb8c', 1, NULL);
14537INSERT INTO license_ref VALUES (288, 'NGPL', 'NETHACK GENERAL PUBLIC LICENSE
14538(Copyright 1989 M. Stephenson)
14539(Based on the BISON general public license, copyright 1988 Richard M. Stallman)
14540
14541Everyone is permitted to copy and distribute verbatim copies of this license, but changing it is not allowed. You can also use this wording to make the terms for other programs.
14542The license agreements of most software companies keep you at the mercy of those companies. By contrast, our general public license is intended to give everyone the right to share NetHack. To make sure that you get the rights we want you to have, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. Hence this license agreement.
14543
14544Specifically, we want to make sure that you have the right to give away copies of NetHack, that you receive source code or else can get it if you want it, that you can change NetHack or use pieces of it in new free programs, and that you know you can do these things.
14545
14546To make sure that everyone has such rights, we have to forbid you to deprive anyone else of these rights. For example, if you distribute copies of NetHack, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must tell them their rights.
14547
14548Also, for our own protection, we must make certain that everyone finds out that there is no warranty for NetHack. If NetHack is modified by someone else and passed on, we want its recipients to know that what they have is not what we distributed.
14549
14550Therefore we (Mike Stephenson and other holders of NetHack copyrights) make the following terms which say what you must do to be allowed to distribute or change NetHack.
14551
14552COPYING POLICIES
14553
14554You may copy and distribute verbatim copies of NetHack source code as you receive it, in any medium, provided that you keep intact the notices on all files that refer to copyrights, to this License Agreement, and to the absence of any warranty; and give any other recipients of the NetHack program a copy of this License Agreement along with the program.
14555You may modify your copy or copies of NetHack or any portion of it, and copy and distribute such modifications under the terms of Paragraph 1 above (including distributing this License Agreement), provided that you also do the following:
14556a) cause the modified files to carry prominent notices stating that you changed the files and the date of any change; and
14557
14558b) cause the whole of any work that you distribute or publish, that in whole or in part contains or is a derivative of NetHack or any part thereof, to be licensed at no charge to all third parties on terms identical to those contained in this License Agreement (except that you may choose to grant more extensive warranty protection to some or all third parties, at your option)
14559
14560c) You may charge a distribution fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
14561
14562You may copy and distribute NetHack (or a portion or derivative of it, under Paragraph 2) in object code or executable form under the terms of Paragraphs 1 and 2 above provided that you also do one of the following:
14563a) accompany it with the complete machine-readable source code, which must be distributed under the terms of Paragraphs 1 and 2 above; or,
14564
14565b) accompany it with full information as to how to obtain the complete machine-readable source code from an appropriate archive site. (This alternative is allowed only for noncommercial distribution.)
14566
14567For these purposes, complete source code means either the full source distribution as originally released over Usenet or updated copies of the files in this distribution used to create the object code or executable.
14568
14569You may not copy, sublicense, distribute or transfer NetHack except as expressly provided under this License Agreement. Any attempt otherwise to copy, sublicense, distribute or transfer NetHack is void and your rights to use the program under this License agreement shall be automatically terminated. However, parties who have received computer software programs from you with this License Agreement will not have their licenses terminated so long as such parties remain in full compliance.
14570Stated plainly: You are permitted to modify NetHack, or otherwise use parts of NetHack, provided that you comply with the conditions specified above; in particular, your modified NetHack or program containing parts of NetHack must remain freely available as provided in this License Agreement. In other words, go ahead and share NetHack, but don''t try to stop anyone else from sharing it farther. ', 'http://www.nethack.org/common/license.html', NULL, NULL, NULL, 'Nethack General Public License', NULL, NULL, NULL, '', NULL, false, false, false, '7c95df402b20f503a8b890a474f0da83', 1, NULL);
14571INSERT INTO license_ref VALUES (290, 'OpenSSL', 'LICENSE ISSUES
14572  ==============
14573
14574  The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
14575  the OpenSSL License and the original SSLeay license apply to the toolkit.
14576  See below for the actual license texts. Actually both licenses are BSD-style
14577  Open Source licenses. In case of any license issues related to OpenSSL
14578  please contact openssl-core@openssl.org.
14579
14580  OpenSSL License
14581  ---------------
14582
14583/* ====================================================================
14584 * Copyright (c) 1998-2008 The OpenSSL Project.  All rights reserved.
14585 *
14586 * Redistribution and use in source and binary forms, with or without
14587 * modification, are permitted provided that the following conditions
14588 * are met:
14589 *
14590 * 1. Redistributions of source code must retain the above copyright
14591 *    notice, this list of conditions and the following disclaimer.
14592 *
14593 * 2. Redistributions in binary form must reproduce the above copyright
14594 *    notice, this list of conditions and the following disclaimer in
14595 *    the documentation and/or other materials provided with the
14596 *    distribution.
14597 *
14598 * 3. All advertising materials mentioning features or use of this
14599 *    software must display the following acknowledgment:
14600 *    "This product includes software developed by the OpenSSL Project
14601 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
14602 *
14603 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
14604 *    endorse or promote products derived from this software without
14605 *    prior written permission. For written permission, please contact
14606 *    openssl-core@openssl.org.
14607 *
14608 * 5. Products derived from this software may not be called "OpenSSL"
14609 *    nor may "OpenSSL" appear in their names without prior written
14610 *    permission of the OpenSSL Project.
14611 *
14612 * 6. Redistributions of any form whatsoever must retain the following
14613 *    acknowledgment:
14614 *    "This product includes software developed by the OpenSSL Project
14615 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
14616 *
14617 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'''' AND ANY
14618 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
14619 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
14620 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
14621 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
14622 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
14623 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
14624 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
14625 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
14626 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
14627 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
14628 * OF THE POSSIBILITY OF SUCH DAMAGE.
14629 * ====================================================================
14630 *
14631 * This product includes cryptographic software written by Eric Young
14632 * (eay@cryptsoft.com).  This product includes software written by Tim
14633 * Hudson (tjh@cryptsoft.com).
14634 *
14635 */
14636
14637 Original SSLeay License
14638 -----------------------
14639
14640/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
14641 * All rights reserved.
14642 *
14643 * This package is an SSL implementation written
14644 * by Eric Young (eay@cryptsoft.com).
14645 * The implementation was written so as to conform with Netscapes SSL.
14646 *
14647 * This library is free for commercial and non-commercial use as long as
14648 * the following conditions are aheared to.  The following conditions
14649 * apply to all code found in this distribution, be it the RC4, RSA,
14650 * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
14651 * included with this distribution is covered by the same copyright terms
14652 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
14653 *
14654 * Copyright remains Eric Young''s, and as such any Copyright notices in
14655 * the code are not to be removed.
14656 * If this package is used in a product, Eric Young should be given attribution
14657 * as the author of the parts of the library used.
14658 * This can be in the form of a textual message at program startup or
14659 * in documentation (online or textual) provided with the package.
14660 *
14661 * Redistribution and use in source and binary forms, with or without
14662 * modification, are permitted provided that the following conditions
14663 * are met:
14664 * 1. Redistributions of source code must retain the copyright
14665 *    notice, this list of conditions and the following disclaimer.
14666 * 2. Redistributions in binary form must reproduce the above copyright
14667 *    notice, this list of conditions and the following disclaimer in the
14668 *    documentation and/or other materials provided with the distribution.
14669 * 3. All advertising materials mentioning features or use of this software
14670 *    must display the following acknowledgement:
14671 *    "This product includes cryptographic software written by
14672 *     Eric Young (eay@cryptsoft.com)"
14673 *    The word ''cryptographic'' can be left out if the rouines from the library
14674 *    being used are not cryptographic related :-).
14675 * 4. If you include any Windows specific code (or a derivative thereof) from
14676 *    the apps directory (application code) you must include an acknowledgement:
14677 *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
14678 *
14679 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'''' AND
14680 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
14681 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
14682 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
14683 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
14684 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
14685 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
14686 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
14687 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
14688 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
14689 * SUCH DAMAGE.
14690 *
14691 * The licence and distribution terms for any publically available version or
14692 * derivative of this code cannot be changed.  i.e. this code cannot simply be
14693 * copied and put under another distribution licence
14694 * [including the GNU Public Licence.]
14695 */', 'http://www.openssl.org/source/license.html', NULL, NULL, NULL, 'OpenSSL License', NULL, NULL, NULL, '', NULL, false, false, false, 'a9049695d36cd1d652ebb41a64557ac3', 1, NULL);
14696INSERT INTO license_ref VALUES (291, 'CC-BY-3.0', 'Attribution 3.0 Unported
14697
14698CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
14699License
14700
14701THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
14702
14703BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
14704
147051. Definitions
14706
14707"Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License.
14708"Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License.
14709"Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership.
14710"Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License.
14711"Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast.
14712"Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work.
14713"You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
14714"Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images.
14715"Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium.
147162. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws.
14717
147183. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
14719
14720to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections;
14721to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified.";
14722to Distribute and Publicly Perform the Work including as incorporated in Collections; and,
14723to Distribute and Publicly Perform Adaptations.
14724For the avoidance of doubt:
14725
14726Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;
14727Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,
14728Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.
14729The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved.
14730
147314. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
14732
14733You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(b), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(b), as requested.
14734If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor''s copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4 (b) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties.
14735Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author''s honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author''s honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise.
147365. Representations, Warranties and Disclaimer
14737
14738UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
14739
147406. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
14741
147427. Termination
14743
14744This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
14745Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
147468. Miscellaneous
14747
14748Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
14749Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
14750If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
14751No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
14752This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
14753The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law.
14754Creative Commons Notice
14755
14756Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.
14757
14758Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons'' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License.
14759
14760Creative Commons may be contacted at http://creativecommons.org/.', 'http://creativecommons.org/licenses/by/3.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution 3.0', NULL, NULL, NULL, '', NULL, false, false, false, 'd2ba2e8c3572691d06f2c54a416f9633', 1, NULL);
14761INSERT INTO license_ref VALUES (272, 'Condor-1.1', 'Condor Public License
14762
14763Version 1.1, October 30, 2003
14764
14765Copyright © 1990-2006 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. For more information contact: Condor Team, Attention: Professor Miron Livny, Dept of Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.
14766
14767This software referred to as the Condor® Version 6.x software ("Software") was developed by the Condor Project, Condor Team, Computer Sciences Department, University of Wisconsin-Madison, under the authority of the Board of Regents of the University of Wisconsin System and includes voluntary contributions made to the Condor Project ("Copyright Holders and Contributors and the University"). For more information on the Condor Project, please see http://www.condorproject.org/.
14768
14769Installation, use, reproduction, display, modification and redistribution of this Software, with or without modification, in source and binary forms, are permitted. Any exercise of rights under this license including sublicenses by you is subject to the following conditions:
14770
14771Redistributions of this Software, with or without modification, must reproduce this Condor Public License in: (1) the Software, and (2) any user documentation or other similar material which is provided with the Software.
14772Any user documentation included with a redistribution must include the following notice:
14773``This product includes software from the Condor® Project (http://www.condorproject.org/)"
14774Alternatively, if that is where third-party acknowledgments normally appear, this acknowledgment must be reproduced in the Software itself.
14775
14776Any academic report, publication, or other academic disclosure of results obtained with this Software will acknowledge this Software''s use by an appropriate citation.
14777The name Condor® is a registered trademark of the University of Wisconsin-Madison. The trademark may not be used to endorse or promote software, or products derived therefrom, and, other than as required by section 2 and 3 above, it may not be affixed to modified redistributions of this Software without the prior written approval, obtainable via email to condor-admin@cs.wisc.edu.
14778To the extent that patent claims licensable by the University of Wisconsin-Madison are necessarily infringed by the use or sale of the Software, you are granted a non-exclusive, worldwide, royalty- free perpetual license under such patent claims, with the rights for you to make, use, sell, offer to sell, import and otherwise transfer the Software in source code and object code form and derivative works. This patent license shall apply to the combination of the Software with other software if, at the time the Software is added by you, such addition of the Software causes such combination to be covered by such patent claims. This patent license shall not apply to any other combinations which include the Software. No hardware per se is licensed hereunder.
14779If you or any subsequent sub-licensee (a ``Recipient") institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Software infringes such Recipient''s patent(s), then such Recipient''s rights granted (directly or indirectly) under the patent license above shall terminate as of the date such litigation is filed. All sublicenses to the Software which have been properly granted prior to termination shall survive any termination of said patent license, if not otherwise terminated pursuant to this section.
14780
14781DISCLAIMER
14782THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AND THE UNIVERSITY "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, OF SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE ARE DISCLAIMED. THE COPYRIGHT HOLDERS AND CONTRIBUTORS AND THE UNIVERSITY MAKE NO REPRESENTATION THAT THE SOFTWARE, MODIFICATIONS, ENHANCEMENTS OR DERIVATIVE WORKS THEREOF, WILL NOT INFRINGE ANY PATENT, COPYRIGHT, TRADEMARK, TRADE SECRET OR OTHER PROPRIETARY RIGHT.
14783
14784LIMITATION OF LIABILITY
14785THE COPYRIGHT HOLDERS AND CONTRIBUTORS AND ANY OTHER OFFICER, AGENT, OR EMPLOYEE OF THE UNIVERSITY SHALL HAVE NO LIABILITY TO LICENSEE OR OTHER PERSONS FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, LOSS OF USE, DATA OR PROFITS, OR BUSINESS INTERRUPTION, HOWEVER CAUSED AND ON ANY THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR OTHERWISE, ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
14786
14787Certain uses and transfers of the Software or documentation, and/or items or software incorporating the Condor Software or documentation, may require a license under U.S. Export Control laws. Licensee represents and warrants that all uses and transfers of the Condor Software or documentation and/or any items or software incorporating Condor shall be in compliance with U.S. Export Control laws, and Licensee further understands that failure to comply with such export control laws may result in criminal liability to Licensee under U.S. laws.
14788The Condor Team may publish revised and/or new versions of this Condor Public License (``this License") from time to time. Each version will be given a distinguishing version number. Once Software has been published under a particular version of this License, you may always continue to use it under the terms of that version. You may also choose to use such Software under the terms of any subsequent version of this License published by the Condor Team. No one other than the Condor Team has the right to modify the terms of this License.
14789For more information:
14790Condor Team
14791Attention: Professor Miron Livny
147927367 Computer Sciences
147931210 W. Dayton St.
14794Madison, WI 53706-1685
14795miron@cs.wisc.edu
14796http://www.cs.wisc.edu/~miron/miron.html ', 'http://www.cs.wisc.edu/condor/license.html', NULL, NULL, NULL, 'Condor Public License v1.1', NULL, NULL, NULL, '', NULL, false, false, false, '02e47cc24ad1e6418475cbcfb1a6c228', 1, NULL);
14797INSERT INTO license_ref VALUES (292, 'CECILL-B', 'CeCILL-B FREE SOFTWARE LICENSE AGREEMENT
14798
14799
14800    Notice
14801
14802This Agreement is a Free Software license agreement that is the result
14803of discussions between its authors in order to ensure compliance with
14804the two main principles guiding its drafting:
14805
14806    * firstly, compliance with the principles governing the distribution
14807      of Free Software: access to source code, broad rights granted to
14808      users,
14809    * secondly, the election of a governing law, French law, with which
14810      it is conformant, both as regards the law of torts and
14811      intellectual property law, and the protection that it offers to
14812      both authors and holders of the economic rights over software.
14813
14814The authors of the CeCILL-B (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
14815license are:
14816
14817Commissariat à l''Energie Atomique - CEA, a public scientific, technical
14818and industrial research establishment, having its principal place of
14819business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
14820
14821Centre National de la Recherche Scientifique - CNRS, a public scientific
14822and technological establishment, having its principal place of business
14823at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
14824
14825Institut National de Recherche en Informatique et en Automatique -
14826INRIA, a public scientific and technological establishment, having its
14827principal place of business at Domaine de Voluceau, Rocquencourt, BP
14828105, 78153 Le Chesnay cedex, France.
14829
14830
14831    Preamble
14832
14833This Agreement is an open source software license intended to give users
14834significant freedom to modify and redistribute the software licensed
14835hereunder.
14836
14837The exercising of this freedom is conditional upon a strong obligation
14838of giving credits for everybody that distributes a software
14839incorporating a software ruled by the current license so as all
14840contributions to be properly identified and acknowledged.
14841
14842In consideration of access to the source code and the rights to copy,
14843modify and redistribute granted by the license, users are provided only
14844with a limited warranty and the software''s author, the holder of the
14845economic rights, and the successive licensors only have limited liability.
14846
14847In this respect, the risks associated with loading, using, modifying
14848and/or developing or reproducing the software by the user are brought to
14849the user''s attention, given its Free Software status, which may make it
14850complicated to use, with the result that its use is reserved for
14851developers and experienced professionals having in-depth computer
14852knowledge. Users are therefore encouraged to load and test the
14853suitability of the software as regards their requirements in conditions
14854enabling the security of their systems and/or data to be ensured and,
14855more generally, to use and operate it in the same conditions of
14856security. This Agreement may be freely reproduced and published,
14857provided it is not altered, and that no provisions are either added or
14858removed herefrom.
14859
14860This Agreement may apply to any or all software for which the holder of
14861the economic rights decides to submit the use thereof to its provisions.
14862
14863
14864    Article 1 - DEFINITIONS
14865
14866For the purpose of this Agreement, when the following expressions
14867commence with a capital letter, they shall have the following meaning:
14868
14869Agreement: means this license agreement, and its possible subsequent
14870versions and annexes.
14871
14872Software: means the software in its Object Code and/or Source Code form
14873and, where applicable, its documentation, "as is" when the Licensee
14874accepts the Agreement.
14875
14876Initial Software: means the Software in its Source Code and possibly its
14877Object Code form and, where applicable, its documentation, "as is" when
14878it is first distributed under the terms and conditions of the Agreement.
14879
14880Modified Software: means the Software modified by at least one
14881Contribution.
14882
14883Source Code: means all the Software''s instructions and program lines to
14884which access is required so as to modify the Software.
14885
14886Object Code: means the binary files originating from the compilation of
14887the Source Code.
14888
14889Holder: means the holder(s) of the economic rights over the Initial
14890Software.
14891
14892Licensee: means the Software user(s) having accepted the Agreement.
14893
14894Contributor: means a Licensee having made at least one Contribution.
14895
14896Licensor: means the Holder, or any other individual or legal entity, who
14897distributes the Software under the Agreement.
14898
14899Contribution: means any or all modifications, corrections, translations,
14900adaptations and/or new functions integrated into the Software by any or
14901all Contributors, as well as any or all Internal Modules.
14902
14903Module: means a set of sources files including their documentation that
14904enables supplementary functions or services in addition to those offered
14905by the Software.
14906
14907External Module: means any or all Modules, not derived from the
14908Software, so that this Module and the Software run in separate address
14909spaces, with one calling the other when they are run.
14910
14911Internal Module: means any or all Module, connected to the Software so
14912that they both execute in the same address space.
14913
14914Parties: mean both the Licensee and the Licensor.
14915
14916These expressions may be used both in singular and plural form.
14917
14918
14919    Article 2 - PURPOSE
14920
14921The purpose of the Agreement is the grant by the Licensor to the
14922Licensee of a non-exclusive, transferable and worldwide license for the
14923Software as set forth in Article 5 hereinafter for the whole term of the
14924protection granted by the rights over said Software.
14925
14926
14927    Article 3 - ACCEPTANCE
14928
149293.1 The Licensee shall be deemed as having accepted the terms and
14930conditions of this Agreement upon the occurrence of the first of the
14931following events:
14932
14933    * (i) loading the Software by any or all means, notably, by
14934      downloading from a remote server, or by loading from a physical
14935      medium;
14936    * (ii) the first time the Licensee exercises any of the rights
14937      granted hereunder.
14938
149393.2 One copy of the Agreement, containing a notice relating to the
14940characteristics of the Software, to the limited warranty, and to the
14941fact that its use is restricted to experienced users has been provided
14942to the Licensee prior to its acceptance as set forth in Article 3.1
14943hereinabove, and the Licensee hereby acknowledges that it has read and
14944understood it.
14945
14946
14947    Article 4 - EFFECTIVE DATE AND TERM
14948
14949
14950      4.1 EFFECTIVE DATE
14951
14952The Agreement shall become effective on the date when it is accepted by
14953the Licensee as set forth in Article 3.1.
14954
14955
14956      4.2 TERM
14957
14958The Agreement shall remain in force for the entire legal term of
14959protection of the economic rights over the Software.
14960
14961
14962    Article 5 - SCOPE OF RIGHTS GRANTED
14963
14964The Licensor hereby grants to the Licensee, who accepts, the following
14965rights over the Software for any or all use, and for the term of the
14966Agreement, on the basis of the terms and conditions set forth hereinafter.
14967
14968Besides, if the Licensor owns or comes to own one or more patents
14969protecting all or part of the functions of the Software or of its
14970components, the Licensor undertakes not to enforce the rights granted by
14971these patents against successive Licensees using, exploiting or
14972modifying the Software. If these patents are transferred, the Licensor
14973undertakes to have the transferees subscribe to the obligations set
14974forth in this paragraph.
14975
14976
14977      5.1 RIGHT OF USE
14978
14979The Licensee is authorized to use the Software, without any limitation
14980as to its fields of application, with it being hereinafter specified
14981that this comprises:
14982
14983   1. permanent or temporary reproduction of all or part of the Software
14984      by any or all means and in any or all form.
14985
14986   2. loading, displaying, running, or storing the Software on any or
14987      all medium.
14988
14989   3. entitlement to observe, study or test its operation so as to
14990      determine the ideas and principles behind any or all constituent
14991      elements of said Software. This shall apply when the Licensee
14992      carries out any or all loading, displaying, running, transmission
14993      or storage operation as regards the Software, that it is entitled
14994      to carry out hereunder.
14995
14996
14997      5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS
14998
14999The right to make Contributions includes the right to translate, adapt,
15000arrange, or make any or all modifications to the Software, and the right
15001to reproduce the resulting software.
15002
15003The Licensee is authorized to make any or all Contributions to the
15004Software provided that it includes an explicit notice that it is the
15005author of said Contribution and indicates the date of the creation thereof.
15006
15007
15008      5.3 RIGHT OF DISTRIBUTION
15009
15010In particular, the right of distribution includes the right to publish,
15011transmit and communicate the Software to the general public on any or
15012all medium, and by any or all means, and the right to market, either in
15013consideration of a fee, or free of charge, one or more copies of the
15014Software by any means.
15015
15016The Licensee is further authorized to distribute copies of the modified
15017or unmodified Software to third parties according to the terms and
15018conditions set forth hereinafter.
15019
15020
15021        5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
15022
15023The Licensee is authorized to distribute true copies of the Software in
15024Source Code or Object Code form, provided that said distribution
15025complies with all the provisions of the Agreement and is accompanied by:
15026
15027   1. a copy of the Agreement,
15028
15029   2. a notice relating to the limitation of both the Licensor''s
15030      warranty and liability as set forth in Articles 8 and 9,
15031
15032and that, in the event that only the Object Code of the Software is
15033redistributed, the Licensee allows effective access to the full Source
15034Code of the Software at a minimum during the entire period of its
15035distribution of the Software, it being understood that the additional
15036cost of acquiring the Source Code shall not exceed the cost of
15037transferring the data.
15038
15039
15040        5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
15041
15042If the Licensee makes any Contribution to the Software, the resulting
15043Modified Software may be distributed under a license agreement other
15044than this Agreement subject to compliance with the provisions of Article
150455.3.4.
15046
15047
15048        5.3.3 DISTRIBUTION OF EXTERNAL MODULES
15049
15050When the Licensee has developed an External Module, the terms and
15051conditions of this Agreement do not apply to said External Module, that
15052may be distributed under a separate license agreement.
15053
15054
15055        5.3.4 CREDITS
15056
15057Any Licensee who may distribute a Modified Software hereby expressly
15058agrees to:
15059
15060   1. indicate in the related documentation that it is based on the
15061      Software licensed hereunder, and reproduce the intellectual
15062      property notice for the Software,
15063
15064   2. ensure that written indications of the Software intended use,
15065      intellectual property notice and license hereunder are included in
15066      easily accessible format from the Modified Software interface,
15067
15068   3. mention, on a freely accessible website describing the Modified
15069      Software, at least throughout the distribution term thereof, that
15070      it is based on the Software licensed hereunder, and reproduce the
15071      Software intellectual property notice,
15072
15073   4. where it is distributed to a third party that may distribute a
15074      Modified Software without having to make its source code
15075      available, make its best efforts to ensure that said third party
15076      agrees to comply with the obligations set forth in this Article .
15077
15078If the Software, whether or not modified, is distributed with an
15079External Module designed for use in connection with the Software, the
15080Licensee shall submit said External Module to the foregoing obligations.
15081
15082
15083        5.3.5 COMPATIBILITY WITH THE CeCILL AND CeCILL-C LICENSES
15084
15085Where a Modified Software contains a Contribution subject to the CeCILL
15086license, the provisions set forth in Article 5.3.4 shall be optional.
15087
15088A Modified Software may be distributed under the CeCILL-C license. In
15089such a case the provisions set forth in Article 5.3.4 shall be optional.
15090
15091
15092    Article 6 - INTELLECTUAL PROPERTY
15093
15094
15095      6.1 OVER THE INITIAL SOFTWARE
15096
15097The Holder owns the economic rights over the Initial Software. Any or
15098all use of the Initial Software is subject to compliance with the terms
15099and conditions under which the Holder has elected to distribute its work
15100and no one shall be entitled to modify the terms and conditions for the
15101distribution of said Initial Software.
15102
15103The Holder undertakes that the Initial Software will remain ruled at
15104least by this Agreement, for the duration set forth in Article 4.2.
15105
15106
15107      6.2 OVER THE CONTRIBUTIONS
15108
15109The Licensee who develops a Contribution is the owner of the
15110intellectual property rights over this Contribution as defined by
15111applicable law.
15112
15113
15114      6.3 OVER THE EXTERNAL MODULES
15115
15116The Licensee who develops an External Module is the owner of the
15117intellectual property rights over this External Module as defined by
15118applicable law and is free to choose the type of agreement that shall
15119govern its distribution.
15120
15121
15122      6.4 JOINT PROVISIONS
15123
15124The Licensee expressly undertakes:
15125
15126   1. not to remove, or modify, in any manner, the intellectual property
15127      notices attached to the Software;
15128
15129   2. to reproduce said notices, in an identical manner, in the copies
15130      of the Software modified or not.
15131
15132The Licensee undertakes not to directly or indirectly infringe the
15133intellectual property rights of the Holder and/or Contributors on the
15134Software and to take, where applicable, vis-à-vis its staff, any and all
15135measures required to ensure respect of said intellectual property rights
15136of the Holder and/or Contributors.
15137
15138
15139    Article 7 - RELATED SERVICES
15140
151417.1 Under no circumstances shall the Agreement oblige the Licensor to
15142provide technical assistance or maintenance services for the Software.
15143
15144However, the Licensor is entitled to offer this type of services. The
15145terms and conditions of such technical assistance, and/or such
15146maintenance, shall be set forth in a separate instrument. Only the
15147Licensor offering said maintenance and/or technical assistance services
15148shall incur liability therefor.
15149
151507.2 Similarly, any Licensor is entitled to offer to its licensees, under
15151its sole responsibility, a warranty, that shall only be binding upon
15152itself, for the redistribution of the Software and/or the Modified
15153Software, under terms and conditions that it is free to decide. Said
15154warranty, and the financial terms and conditions of its application,
15155shall be subject of a separate instrument executed between the Licensor
15156and the Licensee.
15157
15158
15159    Article 8 - LIABILITY
15160
151618.1 Subject to the provisions of Article 8.2, the Licensee shall be
15162entitled to claim compensation for any direct loss it may have suffered
15163from the Software as a result of a fault on the part of the relevant
15164Licensor, subject to providing evidence thereof.
15165
151668.2 The Licensor''s liability is limited to the commitments made under
15167this Agreement and shall not be incurred as a result of in particular:
15168(i) loss due the Licensee''s total or partial failure to fulfill its
15169obligations, (ii) direct or consequential loss that is suffered by the
15170Licensee due to the use or performance of the Software, and (iii) more
15171generally, any consequential loss. In particular the Parties expressly
15172agree that any or all pecuniary or business loss (i.e. loss of data,
15173loss of profits, operating loss, loss of customers or orders,
15174opportunity cost, any disturbance to business activities) or any or all
15175legal proceedings instituted against the Licensee by a third party,
15176shall constitute consequential loss and shall not provide entitlement to
15177any or all compensation from the Licensor.
15178
15179
15180    Article 9 - WARRANTY
15181
151829.1 The Licensee acknowledges that the scientific and technical
15183state-of-the-art when the Software was distributed did not enable all
15184possible uses to be tested and verified, nor for the presence of
15185possible defects to be detected. In this respect, the Licensee''s
15186attention has been drawn to the risks associated with loading, using,
15187modifying and/or developing and reproducing the Software which are
15188reserved for experienced users.
15189
15190The Licensee shall be responsible for verifying, by any or all means,
15191the suitability of the product for its requirements, its good working
15192order, and for ensuring that it shall not cause damage to either persons
15193or properties.
15194
151959.2 The Licensor hereby represents, in good faith, that it is entitled
15196to grant all the rights over the Software (including in particular the
15197rights set forth in Article 5).
15198
151999.3 The Licensee acknowledges that the Software is supplied "as is" by
15200the Licensor without any other express or tacit warranty, other than
15201that provided for in Article 9.2 and, in particular, without any warranty
15202as to its commercial value, its secured, safe, innovative or relevant
15203nature.
15204
15205Specifically, the Licensor does not warrant that the Software is free
15206from any error, that it will operate without interruption, that it will
15207be compatible with the Licensee''s own equipment and software
15208configuration, nor that it will meet the Licensee''s requirements.
15209
152109.4 The Licensor does not either expressly or tacitly warrant that the
15211Software does not infringe any third party intellectual property right
15212relating to a patent, software or any other property right. Therefore,
15213the Licensor disclaims any and all liability towards the Licensee
15214arising out of any or all proceedings for infringement that may be
15215instituted in respect of the use, modification and redistribution of the
15216Software. Nevertheless, should such proceedings be instituted against
15217the Licensee, the Licensor shall provide it with technical and legal
15218assistance for its defense. Such technical and legal assistance shall be
15219decided on a case-by-case basis between the relevant Licensor and the
15220Licensee pursuant to a memorandum of understanding. The Licensor
15221disclaims any and all liability as regards the Licensee''s use of the
15222name of the Software. No warranty is given as regards the existence of
15223prior rights over the name of the Software or as regards the existence
15224of a trademark.
15225
15226
15227    Article 10 - TERMINATION
15228
1522910.1 In the event of a breach by the Licensee of its obligations
15230hereunder, the Licensor may automatically terminate this Agreement
15231thirty (30) days after notice has been sent to the Licensee and has
15232remained ineffective.
15233
1523410.2 A Licensee whose Agreement is terminated shall no longer be
15235authorized to use, modify or distribute the Software. However, any
15236licenses that it may have granted prior to termination of the Agreement
15237shall remain valid subject to their having been granted in compliance
15238with the terms and conditions hereof.
15239
15240
15241    Article 11 - MISCELLANEOUS
15242
15243
15244      11.1 EXCUSABLE EVENTS
15245
15246Neither Party shall be liable for any or all delay, or failure to
15247perform the Agreement, that may be attributable to an event of force
15248majeure, an act of God or an outside cause, such as defective
15249functioning or interruptions of the electricity or telecommunications
15250networks, network paralysis following a virus attack, intervention by
15251government authorities, natural disasters, water damage, earthquakes,
15252fire, explosions, strikes and labor unrest, war, etc.
15253
1525411.2 Any failure by either Party, on one or more occasions, to invoke
15255one or more of the provisions hereof, shall under no circumstances be
15256interpreted as being a waiver by the interested Party of its right to
15257invoke said provision(s) subsequently.
15258
1525911.3 The Agreement cancels and replaces any or all previous agreements,
15260whether written or oral, between the Parties and having the same
15261purpose, and constitutes the entirety of the agreement between said
15262Parties concerning said purpose. No supplement or modification to the
15263terms and conditions hereof shall be effective as between the Parties
15264unless it is made in writing and signed by their duly authorized
15265representatives.
15266
1526711.4 In the event that one or more of the provisions hereof were to
15268conflict with a current or future applicable act or legislative text,
15269said act or legislative text shall prevail, and the Parties shall make
15270the necessary amendments so as to comply with said act or legislative
15271text. All other provisions shall remain effective. Similarly, invalidity
15272of a provision of the Agreement, for any reason whatsoever, shall not
15273cause the Agreement as a whole to be invalid.
15274
15275
15276      11.5 LANGUAGE
15277
15278The Agreement is drafted in both French and English and both versions
15279are deemed authentic.
15280
15281
15282    Article 12 - NEW VERSIONS OF THE AGREEMENT
15283
1528412.1 Any person is authorized to duplicate and distribute copies of this
15285Agreement.
15286
1528712.2 So as to ensure coherence, the wording of this Agreement is
15288protected and may only be modified by the authors of the License, who
15289reserve the right to periodically publish updates or new versions of the
15290Agreement, each with a separate number. These subsequent versions may
15291address new issues encountered by Free Software.
15292
1529312.3 Any Software distributed under a given version of the Agreement may
15294only be subsequently distributed under the same version of the Agreement
15295or a subsequent version.
15296
15297
15298    Article 13 - GOVERNING LAW AND JURISDICTION
15299
1530013.1 The Agreement is governed by French law. The Parties agree to
15301endeavor to seek an amicable solution to any disagreements or disputes
15302that may arise during the performance of the Agreement.
15303
1530413.2 Failing an amicable solution within two (2) months as from their
15305occurrence, and unless emergency proceedings are necessary, the
15306disagreements or disputes shall be referred to the Paris Courts having
15307jurisdiction, by the more diligent Party.
15308
15309
15310Version 1.0 dated 2006-09-05.', 'http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt', NULL, NULL, NULL, 'CeCILL-B License', NULL, NULL, NULL, '', NULL, false, false, false, '7a71505fd6536ae63741e2b0e0297666', 1, NULL);
15311INSERT INTO license_ref VALUES (294, 'DSL', 'DESIGN SCIENCE LICENSE
15312
15313TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
15314
15315Copyright © 1999-2001 Michael Stutz <stutz@dsl.org> Verbatim copying of this document is permitted, in any medium.
15316
153170. PREAMBLE.
15318
15319Copyright law gives certain exclusive rights to the author of a work, including the rights to copy, modify and distribute the work (the "reproductive," "adaptative," and "distribution" rights).
15320
15321The idea of "copyleft" is to willfully revoke the exclusivity of those rights under certain terms and conditions, so that anyone can copy and distribute the work or properly attributed derivative works, while all copies remain under the same terms and conditions as the original.
15322
15323The intent of this license is to be a general "copyleft" that can be applied to any kind of work that has protection under copyright. This license states those certain conditions under which a work published under its terms may be copied, distributed, and modified.
15324
15325Whereas "design science" is a strategy for the development of artifacts as a way to reform the environment (not people) and subsequently improve the universal standard of living, this Design Science License was written and deployed as a strategy for promoting the progress of science and art through reform of the environment.
15326
153271. DEFINITIONS.
15328
15329"License" shall mean this Design Science License. The License applies to any work which contains a notice placed by the work''s copyright holder stating that it is published under the terms of this Design Science License.
15330
15331"Work" shall mean such an aforementioned work. The License also applies to the output of the Work, only if said output constitutes a "derivative work" of the licensed Work as defined by copyright law.
15332
15333"Object Form" shall mean an executable or performable form of the Work, being an embodiment of the Work in some tangible medium.
15334
15335"Source Data" shall mean the origin of the Object Form, being the entire, machine-readable, preferred form of the Work for copying and for human modification (usually the language, encoding or format in which composed or recorded by the Author); plus any accompanying files, scripts or other data necessary for installation, configuration or compilation of the Work.
15336
15337(Examples of "Source Data" include, but are not limited to, the following: if the Work is an image file composed and edited in PNG format, then the original PNG source file is the Source Data; if the Work is an MPEG 1.0 layer 3 digital audio recording made from a WAV format audio file recording of an analog source, then the original WAV file is the Source Data; if the Work was composed as an unformatted plaintext file, then that file is the Source Data; if the Work was composed in LaTeX, the LaTeX file(s) and any image files and/or custom macros necessary for compilation constitute the Source Data.)
15338
15339"Author" shall mean the copyright holder(s) of the Work. The individual licensees are referred to as "you."
15340
153412. RIGHTS AND COPYRIGHT.
15342
15343The Work is copyrighted by the Author. All rights to the Work are reserved by the Author, except as specifically described below. This License describes the terms and conditions under which the Author permits you to copy, distribute and modify copies of the Work.
15344
15345In addition, you may refer to the Work, talk about it, and (as dictated by "fair use") quote from it, just as you would any copyrighted material under copyright law.
15346
15347Your right to operate, perform, read or otherwise interpret and/or execute the Work is unrestricted; however, you do so at your own risk, because the Work comes WITHOUT ANY WARRANTY -- see Section 7 ("NO WARRANTY") below.
15348
153493. COPYING AND DISTRIBUTION.
15350
15351Permission is granted to distribute, publish or otherwise present verbatim copies of the entire Source Data of the Work, in any medium, provided that full copyright notice and disclaimer of warranty, where applicable, is conspicuously published on all copies, and a copy of this License is distributed along with the Work.
15352
15353Permission is granted to distribute, publish or otherwise present copies of the Object Form of the Work, in any medium, under the terms for distribution of Source Data above and also provided that one of the following additional conditions are met:
15354
15355(a) The Source Data is included in the same distribution, distributed under the terms of this License; or
15356
15357(b) A written offer is included with the distribution, valid for at least three years or for as long as the distribution is in print (whichever is longer), with a publicly-accessible address (such as a URL on the Internet) where, for a charge not greater than transportation and media costs, anyone may receive a copy of the Source Data of the Work distributed according to the section above; or
15358
15359(c) A third party''s written offer for obtaining the Source Data at no cost, as described in paragraph (b) above, is included with the distribution. This option is valid only if you are a non-commercial party, and only if you received the Object Form of the Work along with such an offer.
15360
15361You may copy and distribute the Work either gratis or for a fee, and if desired, you may offer warranty protection for the Work.
15362
15363The aggregation of the Work with other works that are not based on the Work -- such as but not limited to inclusion in a publication, broadcast, compilation, or other media -- does not bring the other works in the scope of the License; nor does such aggregation void the terms of the License for the Work.
15364
153654. MODIFICATION.
15366
15367Permission is granted to modify or sample from a copy of the Work, producing a derivative work, and to distribute the derivative work under the terms described in the section for distribution above, provided that the following terms are met:
15368
15369(a) The new, derivative work is published under the terms of this License.
15370
15371(b) The derivative work is given a new name, so that its name or title cannot be confused with the Work, or with a version of the Work, in any way.
15372
15373(c) Appropriate authorship credit is given: for the differences between the Work and the new derivative work, authorship is attributed to you, while the material sampled or used from the Work remains attributed to the original Author; appropriate notice must be included with the new work indicating the nature and the dates of any modifications of the Work made by you.
15374
153755. NO RESTRICTIONS.
15376
15377You may not impose any further restrictions on the Work or any of its derivative works beyond those restrictions described in this License.
15378
153796. ACCEPTANCE.
15380
15381Copying, distributing or modifying the Work (including but not limited to sampling from the Work in a new work) indicates acceptance of these terms. If you do not follow the terms of this License, any rights granted to you by the License are null and void. The copying, distribution or modification of the Work outside of the terms described in this License is expressly prohibited by law.
15382
15383If for any reason, conditions are imposed on you that forbid you to fulfill the conditions of this License, you may not copy, distribute or modify the Work at all.
15384
15385If any part of this License is found to be in conflict with the law, that part shall be interpreted in its broadest meaning consistent with the law, and no other parts of the License shall be affected.
15386
153877. NO WARRANTY.
15388
15389THE WORK IS PROVIDED "AS IS," AND COMES WITH ABSOLUTELY NO WARRANTY, EXPRESS OR IMPLIED, TO THE EXTENT PERMITTED BY APPLICABLE LAW, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
15390
153918. DISCLAIMER OF LIABILITY.
15392
15393IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS WORK, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15394
15395END OF TERMS AND CONDITIONS', 'http://www.gnu.org/licenses/dsl.html', NULL, NULL, NULL, 'Design Science License', NULL, NULL, NULL, '', NULL, false, false, false, '0c053d3eb5e3cadc9d4814de4d486d3a', 1, NULL);
15396INSERT INTO license_ref VALUES (372, 'EFL-2.0', '  Eiffel Forum License, version 2
15397
15398   1. Permission is hereby granted to use, copy, modify and/or
15399      distribute this package, provided that:
15400          * copyright notices are retained unchanged,
15401          * any distribution of this package, whether modified or not,
15402      includes this license text.
15403   2. Permission is hereby also granted to distribute binary programs
15404      which depend on this package. If the binary program depends on a
15405      modified version of this package, you are encouraged to publicly
15406      release the modified version of this package.
15407
15408***********************
15409
15410THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. ANY EXPRESS OR
15411IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15412WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
15413DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR ANY
15414DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
15415DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS PACKAGE.
15416
15417***********************', 'http://www.eiffel-nice.org/license/eiffel-forum-license-2.txt', NULL, NULL, NULL, 'Eiffel Forum License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '1387f7b9ac00e2ec1208684b96717d08', 1, NULL);
15418INSERT INTO license_ref VALUES (374, 'Epinions', '1.  License.  If Epinions, Inc. makes available to you a logo for downloading, Epinions hereby grants to you a nonexclusive, nonassignable, nonsublicenseable, royalty-free license to display one of the Epinions logos above, including the associated trademark(s) and HTML code (collectively, the "Logo") for the sole purpose of (a) linking to the Epinions.com home page, your personal profile page, or your affiliate home page, or (b) if you are a member of the press, including the Logo in an article that references Epinions.  If Epinions makes available to you for downloading HTML code that calls on its servers, Epinions hereby grants to you a nonexclusive, nonassignable, nonsublicenseable, royalty-free license to use the HTML code above (the "Code") without modification for the sole purpose of calling on Epinions'' servers to include the associated Logo on your site.
15419
154202.  Restrictions.
15421
154222.1  If you are using the license described in Section 1(a), you must use the Logo as an active hypertext link only to a page enumerated there.   You may not frame Epinions.com, cause the link to create a new browser window (unless such window occupies 100% of the user''s screen and appears above all other browser windows), or otherwise cause users to display the site in a distorted fashion.
15423
154242.2  You may display the Logo only in the form and at the size provided to you.  You may not modify or alter the Logo or Code in any way, including size, proportions, colors, elements, type or any other respect.  You may not animate, morph or otherwise distort the Logo''s perspective or dimensional appearance, nor may you use screen shots of your pages (to the extent that the Logo appears in the screen shot) in any other medium (except as permitted by Section 1(b)).  If Epinions provides you with a substitute version of the Logo, you shall replace the Logo as soon as reasonably possible.
15425
154262.3  The Logo shall be surrounded by a reasonable amount of empty space, and you may not use the Logo in conjunction with other logos or marks in a way that would create a combination mark.  You may not use the Logo in a way that suggests that Epinions endorses or sponsors your site.  The Logo may not appear larger or more prominently than other branding on the page on which it is displayed.
15427
154282.4  You may not use the Logo in any way that tarnishes, blurs or dilutes the quality of Epinions'' trademarks or any associated goodwill.  Without limiting the foregoing, you shall not display the Logo on any pages that contain infringing or illegal content.
15429
154302.5  You acknowledge Epinions'' sole and exclusive ownership of the Logo and the Code, and you shall not take any action inconsistent with such ownership, such as adopting, using, registering, or attempting to register any logo or trademark confusingly similar to the Logo.  All use of or goodwill associated with the Logo shall inure to Epinions'' benefit.  You may not use the Logo or Code in any manner not expressly authorized under this Agreement.
15431
154323.  Termination.  Epinions may terminate this Agreement or the trademark or Code license at any time for any reason or no reason.  You may terminate this Agreement at any time for any reason or no reason.  This Agreement and your license automatically terminates if you breach any provision of this Agreement.  In the event of termination, (a) you shall immediately remove the Logo or Code from your site and otherwise cease using the Logo and Code, and (b) Sections 3-7 shall survive.
15433
154344.  No Warranty.  THE LOGO AND CODE IS PROVIDED "AS IS."  EPINIONS DISCLAIMS ALL WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  Some states do not allow the disclaimer of implied warranties, so the foregoing disclaimer may not apply to you.  This warranty gives you specific legal rights and you may also have other legal rights which vary from state to state.
15435
154365.  Liability Limits. EPINIONS DISCLAIMS ALL CONSEQUENTIAL, INCIDENTAL OR SPECIAL DAMAGES OR LOST PROFITS ARISING OUT OF OR IN CONNECTION WITH THIS AGREEMENT, THE CODE OR THE LOGO (HOWEVER ARISING, INCLUDING NEGLIGENCE).  EPINIONS'' TOTAL LIABILITY TO YOU IS LIMITED TO $1,000.  Some states do not allow the foregoing limitations of liability, so they may not apply to you.
15437
154386.  Entire Agreement/Amendment.  This Agreement constitutes the entire agreement, and supersede the provisions of any other agreements or understandings (oral or written), between the parties with respect to the Logo and Code.  However, this Agreement does not modify in any respect the Epinions Member Agreement or associated documents.  This Agreement may be amended only by a writing physically signed by both Epinions and you.  Notwithstanding the foregoing, Epinions may modify the Agreement in its sole discretion by notifying you by email of any proposed changes, which changes shall be effective upon when a notice is sent to your email address.  If you do not agree with any amendments, you may terminate your license to the Logo or Code.
15439
154407.  General.  This Agreement is governed in all respects by the laws of the State of California as such laws are applied to agreements entered into and to be performed entirely within California between California residents.  Both parties submit to personal jurisdiction in California and further agree that any cause of action arising under this Agreement shall be brought exclusively in a court in San Mateo County, California.  Epinions shall be excused for any failure to perform to the extent that its performance is prevented by any reason outside of its control.  No agency, partnership, joint venture, employment or franchise relationship is intended or created by this Agreement.  If any portion of this Agreement is deemed unenforceable, that portion shall be enforced to the maximum extent possible and the remaining portions of the Agreement shall be given full effect.  Epinions'' failure to act in a particular circumstance does not waive the ability to act with respect to that circumstance or similar circumstances.
15441', 'http://www.epinions.com/about/show_~logos#license', NULL, NULL, NULL, 'Epinions License', NULL, NULL, NULL, '', NULL, false, false, false, '72479e9fdd048575a340784b17ff01c9', 1, NULL);
15442INSERT INTO license_ref VALUES (382, 'GFDL-1.2', 'GNU Free Documentation License
15443
15444Version 1.2, November 2002
15445
15446  Copyright (C) 2000,2001,2002  Free Software Foundation, Inc.
15447  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
15448  Everyone is permitted to copy and distribute verbatim copies
15449  of this license document, but changing it is not allowed.
154500. PREAMBLE
15451
15452The purpose of this License is to make a manual, textbook, or other functional and useful document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.
15453
15454This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.
15455
15456We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.
15457
154581. APPLICABILITY AND DEFINITIONS
15459
15460This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law.
15461
15462A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.
15463
15464A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document''s overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.
15465
15466The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none.
15467
15468The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words.
15469
15470A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not "Transparent" is called "Opaque".
15471
15472Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only.
15473
15474The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work''s title, preceding the beginning of the body of the text.
15475
15476A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as "Acknowledgements", "Dedications", "Endorsements", or "History".) To "Preserve the Title" of such a section when you modify the Document means that it remains a section "Entitled XYZ" according to this definition.
15477
15478The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License.
15479
154802. VERBATIM COPYING
15481
15482You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.
15483
15484You may also lend copies, under the same conditions stated above, and you may publicly display copies.
15485
154863. COPYING IN QUANTITY
15487
15488If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document''s license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.
15489
15490If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.
15491
15492If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.
15493
15494It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.
15495
154964. MODIFICATIONS
15497
15498You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:
15499
15500A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission.
15501B. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement.
15502C. State on the Title page the name of the publisher of the Modified Version, as the publisher.
15503D. Preserve all the copyright notices of the Document.
15504E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices.
15505F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below.
15506G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document''s license notice.
15507H. Include an unaltered copy of this License.
15508I. Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence.
15509J. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission.
15510K. For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein.
15511L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles.
15512M. Delete any section Entitled "Endorsements". Such a section may not be included in the Modified Version.
15513N. Do not retitle any existing section to be Entitled "Endorsements" or to conflict in title with any Invariant Section.
15514O. Preserve any Warranty Disclaimers.
15515If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version''s license notice. These titles must be distinct from any other section titles.
15516
15517You may add a section Entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.
15518
15519You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.
15520
15521The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.
15522
155235. COMBINING DOCUMENTS
15524
15525You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers.
15526
15527The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.
15528
15529In the combination, you must combine any sections Entitled "History" in the various original documents, forming one section Entitled "History"; likewise combine any sections Entitled "Acknowledgements", and any sections Entitled "Dedications". You must delete all sections Entitled "Endorsements."
15530
155316. COLLECTIONS OF DOCUMENTS
15532
15533You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.
15534
15535You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.
15536
155377. AGGREGATION WITH INDEPENDENT WORKS
15538
15539A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an "aggregate" if the copyright resulting from the compilation is not used to limit the legal rights of the compilation''s users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document.
15540
15541If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document''s Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate.
15542
155438. TRANSLATION
15544
15545Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail.
15546
15547If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title.
15548
155499. TERMINATION
15550
15551You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
15552
1555310. FUTURE REVISIONS OF THIS LICENSE
15554
15555The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/.
15556
15557Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation.', 'http://www.gnu.org/licenses/old-licenses/fdl-1.2.html', NULL, NULL, NULL, 'GNU Free Documentation License 1.2', NULL, NULL, NULL, '', NULL, false, false, false, 'b22afc925bd5dd3aacdaf3544442f571', 1, NULL);
15558INSERT INTO license_ref VALUES (296, 'LPPL-1.3c', 'The LaTeX Project Public License
15559=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
15560
15561LPPL Version 1.3c  2008-05-04
15562
15563Copyright 1999 2002-2008 LaTeX3 Project
15564    Everyone is allowed to distribute verbatim copies of this
15565    license document, but modification of it is not allowed.
15566
15567
15568PREAMBLE
15569========
15570
15571The LaTeX Project Public License (LPPL) is the primary license under
15572which the LaTeX kernel and the base LaTeX packages are distributed.
15573
15574You may use this license for any work of which you hold the copyright
15575and which you wish to distribute.  This license may be particularly
15576suitable if your work is TeX-related (such as a LaTeX package), but
15577it is written in such a way that you can use it even if your work is
15578unrelated to TeX.
15579
15580The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE'',
15581below, gives instructions, examples, and recommendations for authors
15582who are considering distributing their works under this license.
15583
15584This license gives conditions under which a work may be distributed
15585and modified, as well as conditions under which modified versions of
15586that work may be distributed.
15587
15588We, the LaTeX3 Project, believe that the conditions below give you
15589the freedom to make and distribute modified versions of your work
15590that conform with whatever technical specifications you wish while
15591maintaining the availability, integrity, and reliability of
15592that work.  If you do not see how to achieve your goal while
15593meeting these conditions, then read the document `cfgguide.tex''
15594and `modguide.tex'' in the base LaTeX distribution for suggestions.
15595
15596
15597DEFINITIONS
15598===========
15599
15600In this license document the following terms are used:
15601
15602   `Work''
15603    Any work being distributed under this License.
15604
15605   `Derived Work''
15606    Any work that under any applicable law is derived from the Work.
15607
15608   `Modification''
15609    Any procedure that produces a Derived Work under any applicable
15610    law -- for example, the production of a file containing an
15611    original file associated with the Work or a significant portion of
15612    such a file, either verbatim or with modifications and/or
15613    translated into another language.
15614
15615   `Modify''
15616    To apply any procedure that produces a Derived Work under any
15617    applicable law.
15618
15619   `Distribution''
15620    Making copies of the Work available from one person to another, in
15621    whole or in part.  Distribution includes (but is not limited to)
15622    making any electronic components of the Work accessible by
15623    file transfer protocols such as FTP or HTTP or by shared file
15624    systems such as Sun''s Network File System (NFS).
15625
15626   `Compiled Work''
15627    A version of the Work that has been processed into a form where it
15628    is directly usable on a computer system.  This processing may
15629    include using installation facilities provided by the Work,
15630    transformations of the Work, copying of components of the Work, or
15631    other activities.  Note that modification of any installation
15632    facilities provided by the Work constitutes modification of the Work.
15633
15634   `Current Maintainer''
15635    A person or persons nominated as such within the Work.  If there is
15636    no such explicit nomination then it is the `Copyright Holder'' under
15637    any applicable law.
15638
15639   `Base Interpreter''
15640    A program or process that is normally needed for running or
15641    interpreting a part or the whole of the Work.
15642
15643    A Base Interpreter may depend on external components but these
15644    are not considered part of the Base Interpreter provided that each
15645    external component clearly identifies itself whenever it is used
15646    interactively.  Unless explicitly specified when applying the
15647    license to the Work, the only applicable Base Interpreter is a
15648    `LaTeX-Format'' or in the case of files belonging to the
15649    `LaTeX-format'' a program implementing the `TeX language''.
15650
15651
15652
15653CONDITIONS ON DISTRIBUTION AND MODIFICATION
15654===========================================
15655
156561.  Activities other than distribution and/or modification of the Work
15657are not covered by this license; they are outside its scope.  In
15658particular, the act of running the Work is not restricted and no
15659requirements are made concerning any offers of support for the Work.
15660
156612.  You may distribute a complete, unmodified copy of the Work as you
15662received it.  Distribution of only part of the Work is considered
15663modification of the Work, and no right to distribute such a Derived
15664Work may be assumed under the terms of this clause.
15665
156663.  You may distribute a Compiled Work that has been generated from a
15667complete, unmodified copy of the Work as distributed under Clause 2
15668above, as long as that Compiled Work is distributed in such a way that
15669the recipients may install the Compiled Work on their system exactly
15670as it would have been installed if they generated a Compiled Work
15671directly from the Work.
15672
156734.  If you are the Current Maintainer of the Work, you may, without
15674restriction, modify the Work, thus creating a Derived Work.  You may
15675also distribute the Derived Work without restriction, including
15676Compiled Works generated from the Derived Work.  Derived Works
15677distributed in this manner by the Current Maintainer are considered to
15678be updated versions of the Work.
15679
156805.  If you are not the Current Maintainer of the Work, you may modify
15681your copy of the Work, thus creating a Derived Work based on the Work,
15682and compile this Derived Work, thus creating a Compiled Work based on
15683the Derived Work.
15684
156856.  If you are not the Current Maintainer of the Work, you may
15686distribute a Derived Work provided the following conditions are met
15687for every component of the Work unless that component clearly states
15688in the copyright notice that it is exempt from that condition.  Only
15689the Current Maintainer is allowed to add such statements of exemption
15690to a component of the Work.
15691
15692  a. If a component of this Derived Work can be a direct replacement
15693     for a component of the Work when that component is used with the
15694     Base Interpreter, then, wherever this component of the Work
15695     identifies itself to the user when used interactively with that
15696     Base Interpreter, the replacement component of this Derived Work
15697     clearly and unambiguously identifies itself as a modified version
15698     of this component to the user when used interactively with that
15699     Base Interpreter.
15700
15701  b. Every component of the Derived Work contains prominent notices
15702     detailing the nature of the changes to that component, or a
15703     prominent reference to another file that is distributed as part
15704     of the Derived Work and that contains a complete and accurate log
15705     of the changes.
15706
15707  c. No information in the Derived Work implies that any persons,
15708     including (but not limited to) the authors of the original version
15709     of the Work, provide any support, including (but not limited to)
15710     the reporting and handling of errors, to recipients of the
15711     Derived Work unless those persons have stated explicitly that
15712     they do provide such support for the Derived Work.
15713
15714  d. You distribute at least one of the following with the Derived Work:
15715
15716       1. A complete, unmodified copy of the Work;
15717          if your distribution of a modified component is made by
15718          offering access to copy the modified component from a
15719          designated place, then offering equivalent access to copy
15720          the Work from the same or some similar place meets this
15721          condition, even though third parties are not compelled to
15722          copy the Work along with the modified component;
15723
15724       2. Information that is sufficient to obtain a complete,
15725          unmodified copy of the Work.
15726
157277.  If you are not the Current Maintainer of the Work, you may
15728distribute a Compiled Work generated from a Derived Work, as long as
15729the Derived Work is distributed to all recipients of the Compiled
15730Work, and as long as the conditions of Clause 6, above, are met with
15731regard to the Derived Work.
15732
157338.  The conditions above are not intended to prohibit, and hence do not
15734apply to, the modification, by any method, of any component so that it
15735becomes identical to an updated version of that component of the Work as
15736it is distributed by the Current Maintainer under Clause 4, above.
15737
157389.  Distribution of the Work or any Derived Work in an alternative
15739format, where the Work or that Derived Work (in whole or in part) is
15740then produced by applying some process to that format, does not relax or
15741nullify any sections of this license as they pertain to the results of
15742applying that process.
15743
1574410. a. A Derived Work may be distributed under a different license
15745       provided that license itself honors the conditions listed in
15746       Clause 6 above, in regard to the Work, though it does not have
15747       to honor the rest of the conditions in this license.
15748
15749    b. If a Derived Work is distributed under a different license, that
15750       Derived Work must provide sufficient documentation as part of
15751       itself to allow each recipient of that Derived Work to honor the
15752       restrictions in Clause 6 above, concerning changes from the Work.
15753
1575411. This license places no restrictions on works that are unrelated to
15755the Work, nor does this license place any restrictions on aggregating
15756such works with the Work by any means.
15757
1575812.  Nothing in this license is intended to, or may be used to, prevent
15759complete compliance by all parties with all applicable laws.
15760
15761
15762NO WARRANTY
15763===========
15764
15765There is no warranty for the Work.  Except when otherwise stated in
15766writing, the Copyright Holder provides the Work `as is'', without
15767warranty of any kind, either expressed or implied, including, but not
15768limited to, the implied warranties of merchantability and fitness for a
15769particular purpose.  The entire risk as to the quality and performance
15770of the Work is with you.  Should the Work prove defective, you assume
15771the cost of all necessary servicing, repair, or correction.
15772
15773In no event unless required by applicable law or agreed to in writing
15774will The Copyright Holder, or any author named in the components of the
15775Work, or any other party who may distribute and/or modify the Work as
15776permitted above, be liable to you for damages, including any general,
15777special, incidental or consequential damages arising out of any use of
15778the Work or out of inability to use the Work (including, but not limited
15779to, loss of data, data being rendered inaccurate, or losses sustained by
15780anyone as a result of any failure of the Work to operate with any other
15781programs), even if the Copyright Holder or said author or said other
15782party has been advised of the possibility of such damages.
15783
15784
15785MAINTENANCE OF THE WORK
15786=======================
15787
15788The Work has the status `author-maintained'' if the Copyright Holder
15789explicitly and prominently states near the primary copyright notice in
15790the Work that the Work can only be maintained by the Copyright Holder
15791or simply that it is `author-maintained''.
15792
15793The Work has the status `maintained'' if there is a Current Maintainer
15794who has indicated in the Work that they are willing to receive error
15795reports for the Work (for example, by supplying a valid e-mail
15796address). It is not required for the Current Maintainer to acknowledge
15797or act upon these error reports.
15798
15799The Work changes from status `maintained'' to `unmaintained'' if there
15800is no Current Maintainer, or the person stated to be Current
15801Maintainer of the work cannot be reached through the indicated means
15802of communication for a period of six months, and there are no other
15803significant signs of active maintenance.
15804
15805You can become the Current Maintainer of the Work by agreement with
15806any existing Current Maintainer to take over this role.
15807
15808If the Work is unmaintained, you can become the Current Maintainer of
15809the Work through the following steps:
15810
15811 1.  Make a reasonable attempt to trace the Current Maintainer (and
15812     the Copyright Holder, if the two differ) through the means of
15813     an Internet or similar search.
15814
15815 2.  If this search is successful, then enquire whether the Work
15816     is still maintained.
15817
15818  a. If it is being maintained, then ask the Current Maintainer
15819     to update their communication data within one month.
15820
15821  b. If the search is unsuccessful or no action to resume active
15822     maintenance is taken by the Current Maintainer, then announce
15823     within the pertinent community your intention to take over
15824     maintenance.  (If the Work is a LaTeX work, this could be
15825     done, for example, by posting to comp.text.tex.)
15826
15827 3a. If the Current Maintainer is reachable and agrees to pass
15828     maintenance of the Work to you, then this takes effect
15829     immediately upon announcement.
15830
15831  b. If the Current Maintainer is not reachable and the Copyright
15832     Holder agrees that maintenance of the Work be passed to you,
15833     then this takes effect immediately upon announcement.
15834
15835 4.  If you make an `intention announcement'' as described in 2b. above
15836     and after three months your intention is challenged neither by
15837     the Current Maintainer nor by the Copyright Holder nor by other
15838     people, then you may arrange for the Work to be changed so as
15839     to name you as the (new) Current Maintainer.
15840
15841 5.  If the previously unreachable Current Maintainer becomes
15842     reachable once more within three months of a change completed
15843     under the terms of 3b) or 4), then that Current Maintainer must
15844     become or remain the Current Maintainer upon request provided
15845     they then update their communication data within one month.
15846
15847A change in the Current Maintainer does not, of itself, alter the fact
15848that the Work is distributed under the LPPL license.
15849
15850If you become the Current Maintainer of the Work, you should
15851immediately provide, within the Work, a prominent and unambiguous
15852statement of your status as Current Maintainer.  You should also
15853announce your new status to the same pertinent community as
15854in 2b) above.
15855
15856
15857WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE
15858======================================================
15859
15860This section contains important instructions, examples, and
15861recommendations for authors who are considering distributing their
15862works under this license.  These authors are addressed as `you'' in
15863this section.
15864
15865Choosing This License or Another License
15866----------------------------------------
15867
15868If for any part of your work you want or need to use *distribution*
15869conditions that differ significantly from those in this license, then
15870do not refer to this license anywhere in your work but, instead,
15871distribute your work under a different license.  You may use the text
15872of this license as a model for your own license, but your license
15873should not refer to the LPPL or otherwise give the impression that
15874your work is distributed under the LPPL.
15875
15876The document `modguide.tex'' in the base LaTeX distribution explains
15877the motivation behind the conditions of this license.  It explains,
15878for example, why distributing LaTeX under the GNU General Public
15879License (GPL) was considered inappropriate.  Even if your work is
15880unrelated to LaTeX, the discussion in `modguide.tex'' may still be
15881relevant, and authors intending to distribute their works under any
15882license are encouraged to read it.
15883
15884A Recommendation on Modification Without Distribution
15885-----------------------------------------------------
15886
15887It is wise never to modify a component of the Work, even for your own
15888personal use, without also meeting the above conditions for
15889distributing the modified component.  While you might intend that such
15890modifications will never be distributed, often this will happen by
15891accident -- you may forget that you have modified that component; or
15892it may not occur to you when allowing others to access the modified
15893version that you are thus distributing it and violating the conditions
15894of this license in ways that could have legal implications and, worse,
15895cause problems for the community.  It is therefore usually in your
15896best interest to keep your copy of the Work identical with the public
15897one.  Many works provide ways to control the behavior of that work
15898without altering any of its licensed components.
15899
15900How to Use This License
15901-----------------------
15902
15903To use this license, place in each of the components of your work both
15904an explicit copyright notice including your name and the year the work
15905was authored and/or last substantially modified.  Include also a
15906statement that the distribution and/or modification of that
15907component is constrained by the conditions in this license.
15908
15909Here is an example of such a notice and statement:
15910
15911  %% pig.dtx
15912  %% Copyright 2005 M. Y. Name
15913  %
15914  % This work may be distributed and/or modified under the
15915  % conditions of the LaTeX Project Public License, either version 1.3
15916  % of this license or (at your option) any later version.
15917  % The latest version of this license is in
15918  %   http://www.latex-project.org/lppl.txt
15919  % and version 1.3 or later is part of all distributions of LaTeX
15920  % version 2005/12/01 or later.
15921  %
15922  % This work has the LPPL maintenance status `maintained''.
15923  %
15924  % The Current Maintainer of this work is M. Y. Name.
15925  %
15926  % This work consists of the files pig.dtx and pig.ins
15927  % and the derived file pig.sty.
15928
15929Given such a notice and statement in a file, the conditions
15930given in this license document would apply, with the `Work'' referring
15931to the three files `pig.dtx'', `pig.ins'', and `pig.sty'' (the last being
15932generated from `pig.dtx'' using `pig.ins''), the `Base Interpreter''
15933referring to any `LaTeX-Format'', and both `Copyright Holder'' and
15934`Current Maintainer'' referring to the person `M. Y. Name''.
15935
15936If you do not want the Maintenance section of LPPL to apply to your
15937Work, change `maintained'' above into `author-maintained''.
15938However, we recommend that you use `maintained'', as the Maintenance
15939section was added in order to ensure that your Work remains useful to
15940the community even when you can no longer maintain and support it
15941yourself.
15942
15943Derived Works That Are Not Replacements
15944---------------------------------------
15945
15946Several clauses of the LPPL specify means to provide reliability and
15947stability for the user community. They therefore concern themselves
15948with the case that a Derived Work is intended to be used as a
15949(compatible or incompatible) replacement of the original Work. If
15950this is not the case (e.g., if a few lines of code are reused for a
15951completely different task), then clauses 6b and 6d shall not apply.
15952
15953
15954Important Recommendations
15955-------------------------
15956
15957 Defining What Constitutes the Work
15958
15959   The LPPL requires that distributions of the Work contain all the
15960   files of the Work.  It is therefore important that you provide a
15961   way for the licensee to determine which files constitute the Work.
15962   This could, for example, be achieved by explicitly listing all the
15963   files of the Work near the copyright notice of each file or by
15964   using a line such as:
15965
15966    % This work consists of all files listed in manifest.txt.
15967
15968   in that place.  In the absence of an unequivocal list it might be
15969   impossible for the licensee to determine what is considered by you
15970   to comprise the Work and, in such a case, the licensee would be
15971   entitled to make reasonable conjectures as to which files comprise
15972   the Work.
15973', 'http://www.latex-project.org/lppl/lppl-1-3c.txt', NULL, NULL, NULL, 'LaTeX Project Public License 1.3c', NULL, NULL, NULL, '', NULL, false, false, false, '40e1a8ca9d9350e8d38992be8fb11b80', 1, NULL);
15974INSERT INTO license_ref VALUES (297, 'NRL', 'NRL License
15975
15976COPYRIGHT NOTICE
15977
15978All of the documentation and software included in this software
15979distribution from the US Naval Research Laboratory (NRL) are copyrighted by
15980their respective developers.
15981
15982Portions of the software are derived from the Net/2 and 4.4-Lite Berkeley
15983Software Distributions (BSD) of the University of California at Berkeley
15984and those portions are copyright by The Regents of the University of
15985California. All Rights Reserved.  The UC Berkeley Copyright and License
15986agreement is binding on those portions of the software.  In all cases, the
15987NRL developers have retained the original UC Berkeley copyright and license
15988notices in the respective files in accordance with the UC Berkeley
15989copyrights and license.
15990
15991Portions of this software and documentation were developed at NRL by
15992various people.  Those developers have each copyrighted the portions that
15993they developed at NRL and have assigned All Rights for those portions to
15994NRL.  Outside the USA, NRL has copyright on some of the software developed
15995at NRL. The affected files all contain specific copyright notices and those
15996notices must be retained in any derived work.
15997
15998NRL LICENSE
15999
16000NRL grants permission for redistribution and use in source and binary
16001forms, with or without modification, of the software and documentation
16002created at NRL provided that the following conditions are met:
16003
160041. All terms of the UC Berkeley copyright and license must be followed.
160052. Redistributions of source code must retain the above copyright
16006   notice, this list of conditions and the following disclaimer.
160073. Redistributions in binary form must reproduce the above copyright
16008   notice, this list of conditions and the following disclaimer in the
16009   documentation and/or other materials provided with the distribution.
160104. All advertising materials mentioning features or use of this software
16011   must display the following acknowledgements:
16012
16013	This product includes software developed by the University of
16014	California, Berkeley and its contributors.
16015
16016	This product includes software developed at the Information
16017	Technology Division, US Naval Research Laboratory.
16018
160195. Neither the name of the NRL nor the names of its contributors
16020   may be used to endorse or promote products derived from this software
16021   without specific prior written permission.
16022
16023THE SOFTWARE PROVIDED BY NRL IS PROVIDED BY NRL AND CONTRIBUTORS ``AS
16024IS'''' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
16025TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
16026PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL NRL OR
16027CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
16028EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
16029PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
16030PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
16031LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
16032NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
16033SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16034
16035The views and conclusions contained in the software and documentation
16036are those of the authors and should not be interpreted as representing
16037official policies, either expressed or implied, of the US Naval
16038Research Laboratory (NRL).', 'http://web.mit.edu/network/isakmp/nrllicense.html', NULL, NULL, NULL, 'NRL License', NULL, NULL, NULL, '', NULL, false, false, false, '84f43c8f11929129ccb202b72dae061f', 1, NULL);
16039INSERT INTO license_ref VALUES (298, 'OASIS', 'OASIS License
16040The software as described above and called "OASIS" is filed under no. IDDN.FR.001.130017.00.R.P.2000.000.20900. at the program protection Agency situated in Paris (119 Rue de Flandres, 75019 PARIS - France)
16041
16042The CNES grants the licensee, be it a physical person or legal entity, a free non-exclusive license.
16043
16044This license is established in French and English, the French version being the sole binding version.
16045
16046The license is subject to French law.
16047
16048In the event of a dispute, the latter will be presented before the Paris court that has jurisdiction.
16049
16050TRANSFERRED RIGHTS
16051
16052On this "OASIS" software available in source code accompanied by the instructions, the CNES grants the licensee the right to use, reproduce, translate, modify and adapt and incorporate the software into another software.
16053
16054For the initial version of the "OASIS" software or translations thereof, new versions or versions implying incorporation of the "OASIS" software into another software carried out by the licensee, the latter can redistribute them free of charge accompanied by the same rights as stipulated above, to the exclusion of all other rights. However, redistribution of the "OASIS" software by the licensee is authorised under the express understanding that the rights in the sub-licenses, in view of what belongs to the CNES in these translations or new versions, be transferred under the same conditions as those provided for in this license. It is understood that the licensee will himself obtain from the sub-licensees for the benefit of the CNES communication containing delivery of the source code and the corresponding instructions, of any improvements or new versions that they may have made. Delivery to the CNES of these improvements or new versions made by the sub-licensees authorises the CNES to redistribute them under the same conditions as those provided for in this license.
16055
16056It follows that the licensee, on the improvements or new versions made by himself or those made and communicated by his sub-licensees for which he himself will obtain the necessary transfer of rights, will grant the CNES free of charge and with no exclusive right, a right to use, reproduce, translate, modify and adapt, incorporate into another software and to redistribute free of charge or for a fee.
16057
16058Likewise, the licensee will take charge of the terms of authentication for these sub-licenses.
16059
16060Failure by the sub-licensees to comply with any one of the conditions stipulated at the transfer of rights will be subject, in the sub-licenses, to the same sanctions on the part of the licensee vis à vis his sub-licensees as those liable to be applied by the CNES to the licensee.
16061
16062On the other hand, the initial version of the "OASIS" software or any one of the translations thereof or new versions cannot be sold by the licensee without prior written agreement from the CNES.
16063
16064The rights such as they are stipulated above are granted to the licensee on the distinct understanding that:
16065
16066§ it is essential to maintain the CNES copyright and the reference to this license that appears on each copy of the initial version of the "OASIS" software and the accompanying instructions but also on all the copies of each translation or new version or any software in which the "OASIS" software has been incorporated.
16067
16068§ the licensee will not use the "OASIS" software in any way that could damage the image of the CNES, notably its scientific and technical reputation.
16069
16070§ that the licensee, in the event of redistribution of the "OASIS" software will ensure that the source code and the corresponding instructions are delivered.
16071
16072§ that the licensee will return to the CNES, at the address indicated above, his agreement duly signed and dated concerning the terms of this license. In the event that the licensee fails to satisfy one of these first three conditions, the CNES could terminate this license without prior notice or indemnity of any kind. If the agreement concerning the terms of the license is not returned signed and dated, it does not and will not have existed.
16073
16074§ the licensee also undertakes to communicate to the CNES as soon as possible any improvement or new version of the "OASIS" software which he has made which is not of a sensitive nature for the industrial and commercial activity of the CNES. The licensee authorises the CNES to redistribute these improvements and new versions under the same conditions as those in this license with the exception of versions subject to a sales agreement from the CNES.
16075
16076§ Furthermore, the CNES declares that the "OASIS" software was not designed or developed with a view to designing, building or servicing nuclear or medical installations.
16077
16078Consequently the licensee undertakes not to use it to the ends put forward above and guarantees the CNES that neither he nor any third party to whom he may have redistributed the "OASIS" software will use it to these ends.
16079
16080GUARANTEE
16081
16082The licensee uses the "OASIS" software as supplied, on an "as is" basis, at his own risk, without any guarantee of any kind by the CNES. The CNES is under no obligation to correct the bugs or any deficiencies of any nature in the "OASIS" software.
16083
16084Any guarantee, whatever the express or implicit conditions, any alleged marketing guarantee or guarantee against an action for infringement is excluded here. The CNES is not responsible for any damages sustained by the licensee that may result from the use, modification or distribution of the "OASIS" software or its derivative versions.
16085
16086Similarly, the CNES is not responsible in any way for any loss of income, profit or data, or any direct or indirect damages liable to arise from using the software or because the latter is not operative, even if the CNES has been warned of the prospect of such damages.
16087
16088In the event that the CNES has agreed for the licensee to market any version of the "OASIS" software, this agreement would give rise to special provisions.
16089
16090By using the "OASIS" software, the user accepts the terms of the above license.
16091
16092If you "click" now, this means that you accept all the conditions of this license.', 'http://logiciels.cnes.fr/OASIS/en/accept2.htm', NULL, NULL, NULL, 'OASIS License', NULL, NULL, NULL, '', NULL, false, false, false, '9324f61da5ebb64d98a47dc67d583157', 1, NULL);
16093INSERT INTO license_ref VALUES (299, 'OPL', 'OpenContent License (OPL)
16094Version 1.0, July 14, 1998.
16095
16096This document outlines the principles underlying the OpenContent (OC) movement and may be redistributed provided it remains unaltered. For legal purposes, this document is the license under which OpenContent is made available for use.
16097
16098The original version of this document may be found at http://opencontent.org/opl.shtml
16099
16100LICENSE
16101
16102Terms and Conditions for Copying, Distributing, and Modifying
16103
16104Items other than copying, distributing, and modifying the Content with which this license was distributed (such as using, etc.) are outside the scope of this license.
16105
161061. You may copy and distribute exact replicas of the OpenContent (OC) as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the OC a copy of this License along with the OC. You may at your option charge a fee for the media and/or handling involved in creating a unique copy of the OC for use offline, you may at your option offer instructional support for the OC in exchange for a fee, or you may at your option offer warranty in exchange for a fee. You may not charge a fee for the OC itself. You may not charge a fee for the sole service of providing access to and/or use of the OC via a network (e.g. the Internet), whether it be via the world wide web, FTP, or any other method.
16107
161082. You may modify your copy or copies of the OpenContent or any portion of it, thus forming works based on the Content, and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
16109
16110a) You must cause the modified content to carry prominent notices stating that you changed it, the exact nature and content of the changes, and the date of any change.
16111
16112b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the OC or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License, unless otherwise permitted under applicable Fair Use law.
16113
16114These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the OC, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the OC, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Exceptions are made to this requirement to release modified works free of charge under this license only in compliance with Fair Use law where applicable.
16115
161163. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to copy, distribute or modify the OC. These actions are prohibited by law if you do not accept this License. Therefore, by distributing or translating the OC, or by deriving works herefrom, you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or translating the OC.
16117
16118NO WARRANTY
16119
161204. BECAUSE THE OPENCONTENT (OC) IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE OC, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE OC "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK OF USE OF THE OC IS WITH YOU. SHOULD THE OC PROVE FAULTY, INACCURATE, OR OTHERWISE UNACCEPTABLE YOU ASSUME THE COST OF ALL NECESSARY REPAIR OR CORRECTION.
16121
161225. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MIRROR AND/OR REDISTRIBUTE THE OC AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE OC, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.', 'http://www.opencontent.org/opl.shtml', NULL, NULL, NULL, 'OpenContent License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '8b2147f3f488694ad60405d6b8310af3', 1, NULL);
16123INSERT INTO license_ref VALUES (301, 'Python-2.1.3', 'Python 2.1.3 license
16124
16125This is the official license for the Python 2.1.3 release:
16126
16127A. HISTORY OF THE SOFTWARE
16128==========================
16129
16130Python was created in the early 1990s by Guido van Rossum at Stichting
16131Mathematisch Centrum (CWI) in the Netherlands as a successor of a
16132language called ABC.  Guido is Python''s principal author, although it
16133includes many contributions from others.  The last version released
16134from CWI was Python 1.2.  In 1995, Guido continued his work on Python
16135at the Corporation for National Research Initiatives (CNRI) in Reston,
16136Virginia where he released several versions of the software.  Python
161371.6 was the last of the versions released by CNRI.  In 2000, Guido and
16138the Python core development team moved to BeOpen.com to form the
16139BeOpen PythonLabs team.  Python 2.0 was the first and only release
16140from BeOpen.com.
16141
16142Following the release of Python 1.6, and after Guido van Rossum left
16143CNRI to work with commercial software developers, it became clear that
16144the ability to use Python with software available under the GNU Public
16145License (GPL) was very desirable.  CNRI and the Free Software
16146Foundation (FSF) interacted to develop enabling wording changes to the
16147Python license.  Python 1.6.1 is essentially the same as Python 1.6,
16148with a few minor bug fixes, and with a different license that enables
16149later versions to be GPL-compatible.  Python 2.1 is a derivative work
16150of Python 1.6.1, as well as of Python 2.0.
16151
16152After Python 2.0 was released by BeOpen.com, Guido van Rossum and the
16153other PythonLabs developers joined Digital Creations.  All
16154intellectual property added from this point on, starting with Python
161552.1 and its alpha and beta releases, is owned by the Python Software
16156Foundation (PSF), a non-profit modeled after the Apache Software
16157Foundation.  See http://www.python.org/psf/ for more information about
16158the PSF.
16159
16160Thanks to the many outside volunteers who have worked under Guido''s
16161direction to make these releases possible.
16162
16163
16164B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
16165===============================================================
16166
16167PSF LICENSE AGREEMENT
16168---------------------
16169
161701. This LICENSE AGREEMENT is between the Python Software Foundation
16171("PSF"), and the Individual or Organization ("Licensee") accessing and
16172otherwise using Python 2.1.3 software in source or binary form and its
16173associated documentation.
16174
161752. Subject to the terms and conditions of this License Agreement, PSF
16176hereby grants Licensee a nonexclusive, royalty-free, world-wide
16177license to reproduce, analyze, test, perform and/or display publicly,
16178prepare derivative works, distribute, and otherwise use Python 2.1.3
16179alone or in any derivative version, provided, however, that PSF''s
16180License Agreement and PSF''s notice of copyright, i.e., "Copyright (c)
161812001-2002 Python Software Foundation; All Rights Reserved" are
16182retained in Python 2.1.3 alone or in any derivative version prepared
16183by Licensee.
16184
161853. In the event Licensee prepares a derivative work that is based on
16186or incorporates Python 2.1.3 or any part thereof, and wants to make
16187the derivative work available to others as provided herein, then
16188Licensee hereby agrees to include in any such work a brief summary of
16189the changes made to Python 2.1.3.
16190
161914. PSF is making Python 2.1.3 available to Licensee on an "AS IS"
16192basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
16193IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
16194DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
16195FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.1.3 WILL NOT
16196INFRINGE ANY THIRD PARTY RIGHTS.
16197
161985. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
161992.1.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
16200A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.1.3,
16201OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
16202
162036. This License Agreement will automatically terminate upon a material
16204breach of its terms and conditions.
16205
162067. Nothing in this License Agreement shall be deemed to create any
16207relationship of agency, partnership, or joint venture between PSF and
16208Licensee.  This License Agreement does not grant permission to use PSF
16209trademarks or trade name in a trademark sense to endorse or promote
16210products or services of Licensee, or any third party.
16211
162128. By copying, installing or otherwise using Python 2.1.3, Licensee
16213agrees to be bound by the terms and conditions of this License
16214Agreement.
16215
16216
16217BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0
16218----------------------------------------------
16219
16220BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
16221
162221. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
16223office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
16224Individual or Organization ("Licensee") accessing and otherwise using
16225this software in source or binary form and its associated
16226documentation ("the Software").
16227
162282. Subject to the terms and conditions of this BeOpen Python License
16229Agreement, BeOpen hereby grants Licensee a non-exclusive,
16230royalty-free, world-wide license to reproduce, analyze, test, perform
16231and/or display publicly, prepare derivative works, distribute, and
16232otherwise use the Software alone or in any derivative version,
16233provided, however, that the BeOpen Python License is retained in the
16234Software, alone or in any derivative version prepared by Licensee.
16235
162363. BeOpen is making the Software available to Licensee on an "AS IS"
16237basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
16238IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
16239DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
16240FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
16241INFRINGE ANY THIRD PARTY RIGHTS.
16242
162434. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
16244SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
16245AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
16246DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
16247
162485. This License Agreement will automatically terminate upon a material
16249breach of its terms and conditions.
16250
162516. This License Agreement shall be governed by and interpreted in all
16252respects by the law of the State of California, excluding conflict of
16253law provisions.  Nothing in this License Agreement shall be deemed to
16254create any relationship of agency, partnership, or joint venture
16255between BeOpen and Licensee.  This License Agreement does not grant
16256permission to use BeOpen trademarks or trade names in a trademark
16257sense to endorse or promote products or services of Licensee, or any
16258third party.  As an exception, the "BeOpen Python" logos available at
16259http://www.pythonlabs.com/logos.html may be used according to the
16260permissions granted on that web page.
16261
162627. By copying, installing or otherwise using the software, Licensee
16263agrees to be bound by the terms and conditions of this License
16264Agreement.
16265
16266
16267CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT
16268-------------------------------------------------
16269
162701. This LICENSE AGREEMENT is between the Corporation for National
16271Research Initiatives, having an office at 1895 Preston White Drive,
16272Reston, VA 20191 ("CNRI"), and the Individual or Organization
16273("Licensee") accessing and otherwise using Python 1.6.1 software in
16274source or binary form and its associated documentation.
16275
162762. Subject to the terms and conditions of this License Agreement, CNRI
16277hereby grants Licensee a nonexclusive, royalty-free, world-wide
16278license to reproduce, analyze, test, perform and/or display publicly,
16279prepare derivative works, distribute, and otherwise use Python 1.6.1
16280alone or in any derivative version, provided, however, that CNRI''s
16281License Agreement and CNRI''s notice of copyright, i.e., "Copyright (c)
162821995-2001 Corporation for National Research Initiatives; All Rights
16283Reserved" are retained in Python 1.6.1 alone or in any derivative
16284version prepared by Licensee.  Alternately, in lieu of CNRI''s License
16285Agreement, Licensee may substitute the following text (omitting the
16286quotes): "Python 1.6.1 is made available subject to the terms and
16287conditions in CNRI''s License Agreement.  This Agreement together with
16288Python 1.6.1 may be located on the Internet using the following
16289unique, persistent identifier (known as a handle): 1895.22/1013.  This
16290Agreement may also be obtained from a proxy server on the Internet
16291using the following URL: http://hdl.handle.net/1895.22/1013".
16292
162933. In the event Licensee prepares a derivative work that is based on
16294or incorporates Python 1.6.1 or any part thereof, and wants to make
16295the derivative work available to others as provided herein, then
16296Licensee hereby agrees to include in any such work a brief summary of
16297the changes made to Python 1.6.1.
16298
162994. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
16300basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
16301IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
16302DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
16303FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
16304INFRINGE ANY THIRD PARTY RIGHTS.
16305
163065. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
163071.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
16308A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
16309OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
16310
163116. This License Agreement will automatically terminate upon a material
16312breach of its terms and conditions.
16313
163147. This License Agreement shall be governed by the federal
16315intellectual property law of the United States, including without
16316limitation the federal copyright law, and, to the extent such
16317U.S. federal law does not apply, by the law of the Commonwealth of
16318Virginia, excluding Virginia''s conflict of law provisions.
16319Notwithstanding the foregoing, with regard to derivative works based
16320on Python 1.6.1 that incorporate non-separable material that was
16321previously distributed under the GNU General Public License (GPL), the
16322law of the Commonwealth of Virginia shall govern this License
16323Agreement only as to issues arising under or with respect to
16324Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
16325License Agreement shall be deemed to create any relationship of
16326agency, partnership, or joint venture between CNRI and Licensee.  This
16327License Agreement does not grant permission to use CNRI trademarks or
16328trade name in a trademark sense to endorse or promote products or
16329services of Licensee, or any third party.
16330
163318. By clicking on the "ACCEPT" button where indicated, or by copying,
16332installing or otherwise using Python 1.6.1, Licensee agrees to be
16333bound by the terms and conditions of this License Agreement.
16334
16335        ACCEPT
16336
16337
16338CWI PERMISSIONS STATEMENT AND DISCLAIMER
16339----------------------------------------
16340
16341Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
16342The Netherlands.  All rights reserved.
16343
16344Permission to use, copy, modify, and distribute this software and its
16345documentation for any purpose and without fee is hereby granted,
16346provided that the above copyright notice appear in all copies and that
16347both that copyright notice and this permission notice appear in
16348supporting documentation, and that the name of Stichting Mathematisch
16349Centrum or CWI not be used in advertising or publicity pertaining to
16350distribution of the software without specific, written prior
16351permission.
16352
16353STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
16354THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
16355FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
16356FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
16357WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16358ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
16359OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.', 'http://www.python.org/download/releases/2.1.3/license/', NULL, NULL, NULL, 'Python License 2.1.3', NULL, NULL, NULL, '', NULL, false, false, false, 'c4655bb7e8e171ba684d8fcd49e6a166', 1, NULL);
16360INSERT INTO license_ref VALUES (302, 'Python-3.1.1', 'Python 3.1.1 license
16361
16362This is the official license for the Python 3.1.1 release:
16363
16364A. HISTORY OF THE SOFTWARE
16365==========================
16366
16367Python was created in the early 1990s by Guido van Rossum at Stichting
16368Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
16369as a successor of a language called ABC.  Guido remains Python''s
16370principal author, although it includes many contributions from others.
16371
16372In 1995, Guido continued his work on Python at the Corporation for
16373National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
16374in Reston, Virginia where he released several versions of the
16375software.
16376
16377In May 2000, Guido and the Python core development team moved to
16378BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
16379year, the PythonLabs team moved to Digital Creations (now Zope
16380Corporation, see http://www.zope.com).  In 2001, the Python Software
16381Foundation (PSF, see http://www.python.org/psf/) was formed, a
16382non-profit organization created specifically to own Python-related
16383Intellectual Property.  Zope Corporation is a sponsoring member of
16384the PSF.
16385
16386All Python releases are Open Source (see http://www.opensource.org for
16387the Open Source Definition).  Historically, most, but not all, Python
16388releases have also been GPL-compatible; the table below summarizes
16389the various releases.
16390
16391    Release         Derived     Year        Owner       GPL-
16392                    from                                compatible? (1)
16393
16394    0.9.0 thru 1.2              1991-1995   CWI         yes
16395    1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
16396    1.6             1.5.2       2000        CNRI        no
16397    2.0             1.6         2000        BeOpen.com  no
16398    1.6.1           1.6         2001        CNRI        yes (2)
16399    2.1             2.0+1.6.1   2001        PSF         no
16400    2.0.1           2.0+1.6.1   2001        PSF         yes
16401    2.1.1           2.1+2.0.1   2001        PSF         yes
16402    2.2             2.1.1       2001        PSF         yes
16403    2.1.2           2.1.1       2002        PSF         yes
16404    2.1.3           2.1.2       2002        PSF         yes
16405    2.2.1           2.2         2002        PSF         yes
16406    2.2.2           2.2.1       2002        PSF         yes
16407    2.2.3           2.2.2       2003        PSF         yes
16408    2.3             2.2.2       2002-2003   PSF         yes
16409    2.3.1           2.3         2002-2003   PSF         yes
16410    2.3.2           2.3.1       2002-2003   PSF         yes
16411    2.3.3           2.3.2       2002-2003   PSF         yes
16412    2.3.4           2.3.3       2004        PSF         yes
16413    2.3.5           2.3.4       2005        PSF         yes
16414    2.4             2.3         2004        PSF         yes
16415    2.4.1           2.4         2005        PSF         yes
16416    2.4.2           2.4.1       2005        PSF         yes
16417    2.4.3           2.4.2       2006        PSF         yes
16418    2.5             2.4         2006        PSF         yes
16419    2.5.1           2.5         2007        PSF         yes
16420    2.5.2           2.5.1       2008        PSF         yes
16421    2.5.3           2.5.2       2008        PSF         yes
16422    2.6             2.5         2008        PSF         yes
16423    2.6.1           2.6         2008        PSF         yes
16424    2.6.2           2.6.1       2009        PSF         yes
16425    2.6.3           2.6.2       2009        PSF         yes
16426    2.6.4           2.6.3       2009        PSF         yes
16427    3.0             2.6         2008        PSF         yes
16428    3.0.1           3.0         2009        PSF         yes
16429    3.1             3.0.1       2009        PSF         yes
16430    3.1.1           3.1         2009        PSF         yes
16431
16432
16433Footnotes:
16434
16435(1) GPL-compatible doesn''t mean that we''re distributing Python under
16436    the GPL.  All Python licenses, unlike the GPL, let you distribute
16437    a modified version without making your changes open source.  The
16438    GPL-compatible licenses make it possible to combine Python with
16439    other software that is released under the GPL; the others don''t.
16440
16441(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
16442    because its license has a choice of law clause.  According to
16443    CNRI, however, Stallman''s lawyer has told CNRI''s lawyer that 1.6.1
16444    is "not incompatible" with the GPL.
16445
16446Thanks to the many outside volunteers who have worked under Guido''s
16447direction to make these releases possible.
16448
16449
16450B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
16451===============================================================
16452
16453PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
16454--------------------------------------------
16455
164561. This LICENSE AGREEMENT is between the Python Software Foundation
16457("PSF"), and the Individual or Organization ("Licensee") accessing and
16458otherwise using this software ("Python") in source or binary form and
16459its associated documentation.
16460
164612. Subject to the terms and conditions of this License Agreement, PSF
16462hereby grants Licensee a nonexclusive, royalty-free, world-wide
16463license to reproduce, analyze, test, perform and/or display publicly,
16464prepare derivative works, distribute, and otherwise use Python
16465alone or in any derivative version, provided, however, that PSF''s
16466License Agreement and PSF''s notice of copyright, i.e., "Copyright (c)
164672001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
16468Reserved" are retained in Python alone or in any derivative version
16469prepared by Licensee.
16470
164713. In the event Licensee prepares a derivative work that is based on
16472or incorporates Python or any part thereof, and wants to make
16473the derivative work available to others as provided herein, then
16474Licensee hereby agrees to include in any such work a brief summary of
16475the changes made to Python.
16476
164774. PSF is making Python available to Licensee on an "AS IS"
16478basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
16479IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
16480DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
16481FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
16482INFRINGE ANY THIRD PARTY RIGHTS.
16483
164845. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
16485FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
16486A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
16487OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
16488
164896. This License Agreement will automatically terminate upon a material
16490breach of its terms and conditions.
16491
164927. Nothing in this License Agreement shall be deemed to create any
16493relationship of agency, partnership, or joint venture between PSF and
16494Licensee.  This License Agreement does not grant permission to use PSF
16495trademarks or trade name in a trademark sense to endorse or promote
16496products or services of Licensee, or any third party.
16497
164988. By copying, installing or otherwise using Python, Licensee
16499agrees to be bound by the terms and conditions of this License
16500Agreement.
16501
16502
16503BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
16504-------------------------------------------
16505
16506BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
16507
165081. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
16509office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
16510Individual or Organization ("Licensee") accessing and otherwise using
16511this software in source or binary form and its associated
16512documentation ("the Software").
16513
165142. Subject to the terms and conditions of this BeOpen Python License
16515Agreement, BeOpen hereby grants Licensee a non-exclusive,
16516royalty-free, world-wide license to reproduce, analyze, test, perform
16517and/or display publicly, prepare derivative works, distribute, and
16518otherwise use the Software alone or in any derivative version,
16519provided, however, that the BeOpen Python License is retained in the
16520Software, alone or in any derivative version prepared by Licensee.
16521
165223. BeOpen is making the Software available to Licensee on an "AS IS"
16523basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
16524IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
16525DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
16526FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
16527INFRINGE ANY THIRD PARTY RIGHTS.
16528
165294. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
16530SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
16531AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
16532DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
16533
165345. This License Agreement will automatically terminate upon a material
16535breach of its terms and conditions.
16536
165376. This License Agreement shall be governed by and interpreted in all
16538respects by the law of the State of California, excluding conflict of
16539law provisions.  Nothing in this License Agreement shall be deemed to
16540create any relationship of agency, partnership, or joint venture
16541between BeOpen and Licensee.  This License Agreement does not grant
16542permission to use BeOpen trademarks or trade names in a trademark
16543sense to endorse or promote products or services of Licensee, or any
16544third party.  As an exception, the "BeOpen Python" logos available at
16545http://www.pythonlabs.com/logos.html may be used according to the
16546permissions granted on that web page.
16547
165487. By copying, installing or otherwise using the software, Licensee
16549agrees to be bound by the terms and conditions of this License
16550Agreement.
16551
16552
16553CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
16554---------------------------------------
16555
165561. This LICENSE AGREEMENT is between the Corporation for National
16557Research Initiatives, having an office at 1895 Preston White Drive,
16558Reston, VA 20191 ("CNRI"), and the Individual or Organization
16559("Licensee") accessing and otherwise using Python 1.6.1 software in
16560source or binary form and its associated documentation.
16561
165622. Subject to the terms and conditions of this License Agreement, CNRI
16563hereby grants Licensee a nonexclusive, royalty-free, world-wide
16564license to reproduce, analyze, test, perform and/or display publicly,
16565prepare derivative works, distribute, and otherwise use Python 1.6.1
16566alone or in any derivative version, provided, however, that CNRI''s
16567License Agreement and CNRI''s notice of copyright, i.e., "Copyright (c)
165681995-2001 Corporation for National Research Initiatives; All Rights
16569Reserved" are retained in Python 1.6.1 alone or in any derivative
16570version prepared by Licensee.  Alternately, in lieu of CNRI''s License
16571Agreement, Licensee may substitute the following text (omitting the
16572quotes): "Python 1.6.1 is made available subject to the terms and
16573conditions in CNRI''s License Agreement.  This Agreement together with
16574Python 1.6.1 may be located on the Internet using the following
16575unique, persistent identifier (known as a handle): 1895.22/1013.  This
16576Agreement may also be obtained from a proxy server on the Internet
16577using the following URL: http://hdl.handle.net/1895.22/1013".
16578
165793. In the event Licensee prepares a derivative work that is based on
16580or incorporates Python 1.6.1 or any part thereof, and wants to make
16581the derivative work available to others as provided herein, then
16582Licensee hereby agrees to include in any such work a brief summary of
16583the changes made to Python 1.6.1.
16584
165854. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
16586basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
16587IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
16588DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
16589FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
16590INFRINGE ANY THIRD PARTY RIGHTS.
16591
165925. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
165931.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
16594A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
16595OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
16596
165976. This License Agreement will automatically terminate upon a material
16598breach of its terms and conditions.
16599
166007. This License Agreement shall be governed by the federal
16601intellectual property law of the United States, including without
16602limitation the federal copyright law, and, to the extent such
16603U.S. federal law does not apply, by the law of the Commonwealth of
16604Virginia, excluding Virginia''s conflict of law provisions.
16605Notwithstanding the foregoing, with regard to derivative works based
16606on Python 1.6.1 that incorporate non-separable material that was
16607previously distributed under the GNU General Public License (GPL), the
16608law of the Commonwealth of Virginia shall govern this License
16609Agreement only as to issues arising under or with respect to
16610Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
16611License Agreement shall be deemed to create any relationship of
16612agency, partnership, or joint venture between CNRI and Licensee.  This
16613License Agreement does not grant permission to use CNRI trademarks or
16614trade name in a trademark sense to endorse or promote products or
16615services of Licensee, or any third party.
16616
166178. By clicking on the "ACCEPT" button where indicated, or by copying,
16618installing or otherwise using Python 1.6.1, Licensee agrees to be
16619bound by the terms and conditions of this License Agreement.
16620
16621        ACCEPT
16622
16623
16624CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
16625--------------------------------------------------
16626
16627Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
16628The Netherlands.  All rights reserved.
16629
16630Permission to use, copy, modify, and distribute this software and its
16631documentation for any purpose and without fee is hereby granted,
16632provided that the above copyright notice appear in all copies and that
16633both that copyright notice and this permission notice appear in
16634supporting documentation, and that the name of Stichting Mathematisch
16635Centrum or CWI not be used in advertising or publicity pertaining to
16636distribution of the software without specific, written prior
16637permission.
16638
16639STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
16640THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
16641FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
16642FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
16643WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16644ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
16645OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.', 'http://www.python.org/download/releases/3.1.2/license/', NULL, NULL, NULL, 'Python License 3.1.1', NULL, NULL, NULL, '', NULL, false, false, false, '7b7dcf530d4c72fbb899d0f9a4e6b5ae', 1, NULL);
16646INSERT INTO license_ref VALUES (304, 'RSCPL', 'Open Source Initiative OSI - The Ricoh Source Code Public License:Licensing
16647
16648Ricoh Source Code Public License
16649
16650Version 1.0
16651
16652
166531. Definitions.
16654
16655
166561.1. "Contributor" means each entity that creates or contributes to the creation of Modifications.
16657
16658
166591.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
16660
16661
166621.3. "Electronic Distribution Mechanism" means a website or any other mechanism generally accepted in the software development community for the electronic transfer of data.
16663
16664
166651.4. "Executable Code" means Governed Code in any form other than Source Code.
16666
16667
166681.5. "Governed Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
16669
16670
166711.6. "Larger Work" means a work which combines Governed Code or portions thereof with code not governed by the terms of this License.
16672
16673
166741.7.	"Licensable" means the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
16675
16676
166771.8.	"License" means this document.
16678
16679
166801.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Governed Code is released as a series of files, a Modification is:
16681
16682
16683(a)	Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
16684
16685(b)	Any new file that contains any part of the Original Code or previous Modifications.
16686
16687
16688
166891.10. "Original Code" means the "Platform for Information Applications" Source Code as released under this License by RSV.
16690
16691
166921.11	"Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by the grantor of a license thereto.
16693
166941.12. "RSV" means Ricoh Silicon Valley, Inc., a California corporation with offices at 2882 Sand Hill Road, Suite 115, Menlo Park, CA 94025-7022.
16695
166961.13. "Source Code" means the preferred form of the Governed Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of Executable Code, or a list of source code differential comparisons against either the Original Code or another well known, available Governed Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
16697
16698
166991.14.	"You" means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
16700
16701
16702
167032. Source Code License.
16704
167052.1. Grant from RSV. RSV hereby grants You a worldwide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
16706
16707
16708(a) to use, reproduce, modify, create derivative works of, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and
16709
16710(b) under Patent Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof).
16711
16712
16713
167142.2. Contributor Grant. Each Contributor hereby grants You a worldwide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
16715
16716
16717(a) to use, reproduce, modify, create derivative works of, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Governed Code or as part of a Larger Work; and
16718
16719(b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: (i) Modifications made by that Contributor (or portions thereof); and (ii) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).
16720
16721
16722
167233. Distribution Obligations.
16724
16725
16726
167273.1. Application of License. The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Governed Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients'' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
16728
16729
167303.2. Availability of Source Code. Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable Code version or via an Electronic Distribution Mechanism to anyone to whom you made an Executable Code version available; and if made available via an Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
16731
16732
167333.3. Description of Modifications. You must cause all Governed Code to which you contribute to contain a file documenting the changes You made to create that Governed Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by RSV and including the name of RSV in (a) the Source Code, and (b) in any notice in an Executable Code version or related documentation in which You describe the origin or ownership of the Governed Code.
16734
16735
167363.4. Intellectual Property Matters.
16737
167383.4.1.	Third Party Claims. If You have knowledge that a party claims an intellectual property right in particular functionality or code (or its utilization under this License), you must include a text file with the source code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after You make Your Modification available as described in Section 3.2, You shall promptly modify the LEGAL file in all copies You make available thereafter and shall take other steps (such as notifying RSV and appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Governed Code that new knowledge has been obtained. In the event that You are a Contributor, You represent that, except as disclosed in the LEGAL file, your Modifications are your original creations and, to the best of your knowledge, no third party has any claim (including but not limited to intellectual property claims) relating to your Modifications. You represent that the LEGAL file includes complete details of any license or other restriction associated with any part of your Modifications.
16739
167403.4.2. Contributor APIs. If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file.
16741
16742
167433.5. Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code, where You describe recipients'' rights relating to Governed Code. If You created one or more Modification(s), You may add your name as a Contributor to the notice described in Exhibit A. If it is not possible to put such notice in a particular Source Code file due to its structure, then you must include such notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Governed Code. However, You may do so only on Your own behalf, and not on behalf of RSV or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify RSV and every Contributor for any liability incurred by RSV or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
16744
16745
167463.6. Distribution of Executable Code Versions. You may distribute Governed Code in Executable Code form only if the requirements of Section 3.1-3.5 have been met for that Governed Code, and if You include a prominent notice stating that the Source Code version of the Governed Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable Code version, related documentation or collateral in which You describe recipients'' rights relating to the Governed Code. You may distribute the Executable Code version of Governed Code under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable Code version does not attempt to limit or alter the recipient''s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable Code version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by RSV or any Contributor. You hereby agree to indemnify RSV and every Contributor for any liability incurred by RSV or such Contributor as a result of any such terms You offer.
16747
16748
167493.7. Larger Works. You may create a Larger Work by combining Governed Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Governed Code.
16750
16751
167524. Inability to Comply Due to Statute or Regulation.
16753
16754If it is impossible for You to comply with any of theterms of this License with respect to some or all of the Governed Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
16755
16756
167575. Trademark Usage.
16758
16759
16760
167615.1.	Advertising Materials. All advertising materials mentioning features or use of the Governed Code must display the following acknowledgement: "This product includes software developed by Ricoh Silicon Valley, Inc."
16762
16763
167645.2.	Endorsements. The names "Ricoh," "Ricoh Silicon Valley," and "RSV" must not be used to endorse or promote Contributor Versions or Larger Works without the prior written permission of RSV.
16765
16766
167675.3.	Product Names. Contributor Versions and Larger Works may not be called "Ricoh" nor may the word "Ricoh" appear in their names without the prior written permission of RSV.
16768
16769
167706. Versions of the License.
16771
16772
16773
167746.1. New Versions. RSV may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
16775
16776
167776.2. Effect of New Versions. Once Governed Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Governed Code under the terms of any subsequent version of the License published by RSV. No one other than RSV has the right to modify the terms applicable to Governed Code created under this License.
16778
16779
167807. Disclaimer of Warranty.
16781
16782GOVERNED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE GOVERNED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE GOVERNED CODE IS WITH YOU. SHOULD ANY GOVERNED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT RSV OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY GOVERNED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
16783
16784
167858. Termination.
16786
16787
16788
167898.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Governed Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
16790
16791
167928.2. If You initiate patent infringement litigation against RSV or a Contributor (RSV or the Contributor against whom You file such action is referred to as "Participant") alleging that:
16793
16794
16795(a) such Participant''s Original Code or Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of the Original Code or the Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Original Code or the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.
16796
16797(b) any software, hardware, or device provided to You by the Participant, other than such Participant''s Original Code or Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Original Code or the Modifications made by that Participant.
16798
16799
16800
168018.3. If You assert a patent infringement claim against Participant alleging that such Participant''s Original Code or Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
16802
16803
168048.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.
16805
16806
168079. Limitation of Liability.
16808
16809UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL RSV, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF GOVERNED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. TO THE EXTENT THAT ANY EXCLUSION OF DAMAGES ABOVE IS NOT VALID, YOU AGREE THAT IN NO EVENT WILL RSVS LIABILITY UNDER OR RELATED TO THIS AGREEMENT EXCEED FIVE THOUSAND DOLLARS ($5,000). THE GOVERNED CODE IS NOT INTENDED FOR USE IN CONNECTION WITH ANY NUCLER, AVIATION, MASS TRANSIT OR MEDICAL APPLICATION OR ANY OTHER INHERENTLY DANGEROUS APPLICATION THAT COULD RESULT IN DEATH, PERSONAL INJURY, CATASTROPHIC DAMAGE OR MASS DESTRUCTION, AND YOU AGREE THAT NEITHER RSV NOR ANY CONTRIBUTOR SHALL HAVE ANY LIABILITY OF ANY NATURE AS A RESULT OF ANY SUCH USE OF THE GOVERNED CODE.
16810
16811
1681210. U.S. Government End Users.
16813
16814The Governed Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Governed Code with only those rights set forth herein.
16815
16816
1681711. Miscellaneous.
16818
16819This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. The parties submit to personal jurisdiction in California and further agree that any cause of action arising under or related to this Agreement shall be brought in the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California. The losing party shall be responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. Notwithstanding anything to the contrary herein, RSV may seek injunctive relief related to a breach of this Agreement in any court of competent jurisdiction. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
16820
16821
1682212. Responsibility for Claims.
16823
16824Except in cases where another Contributor has failed to comply with Section 3.4, You are responsible for damages arising, directly or indirectly, out of Your utilization of rights under this License, based on the number of copies of Governed Code you made available, the revenues you received from utilizing such rights, and other relevant factors. You agree to work with affected parties to distribute responsibility on an equitable basis.
16825
16826
16827
16828
16829
16830EXHIBIT A
16831
16832"The contents of this file are subject to the Ricoh Source Code Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.risource.org/RPL
16833
16834Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
16835
16836This code was initially developed by Ricoh Silicon Valley, Inc. Portions created by Ricoh Silicon Valley, Inc. are Copyright (C) 1995-1999. All Rights Reserved.
16837
16838Contributor(s): ______________________________________."', 'http://www.opensource.org/licenses/ricohpl.php', NULL, NULL, NULL, 'Ricoh Source Code Public License', NULL, NULL, NULL, '', NULL, false, false, false, '798252b1b85530faa69ef6c39f981ef7', 1, NULL);
16839INSERT INTO license_ref VALUES (305, 'VIM', 'VIM LICENSE
16840
16841I)  There are no restrictions on distributing unmodified copies of Vim except
16842    that they must include this license text.  You can also distribute
16843    unmodified parts of Vim, likewise unrestricted except that they must
16844    include this license text.  You are also allowed to include executables
16845    that you made from the unmodified Vim sources, plus your own usage
16846    examples and Vim scripts.
16847
16848II) It is allowed to distribute a modified (or extended) version of Vim,
16849    including executables and/or source code, when the following four
16850    conditions are met:
16851    1) This license text must be included unmodified.
16852    2) The modified Vim must be distributed in one of the following five ways:
16853       a) If you make changes to Vim yourself, you must clearly describe in
16854	  the distribution how to contact you.  When the maintainer asks you
16855	  (in any way) for a copy of the modified Vim you distributed, you
16856	  must make your changes, including source code, available to the
16857	  maintainer without fee.  The maintainer reserves the right to
16858	  include your changes in the official version of Vim.  What the
16859	  maintainer will do with your changes and under what license they
16860	  will be distributed is negotiable.  If there has been no negotiation
16861	  then this license, or a later version, also applies to your changes.
16862	The current maintainer is Bram Moolenaar <Bram@vim.org>. If this
16863	  changes it will be announced in appropriate places (most likely
16864	  vim.sf.net, www.vim.org and/or comp.editors).  When it is completely
16865	  impossible to contact the maintainer, the obligation to send him
16866	  your changes ceases.  Once the maintainer has confirmed that he has
16867	  received your changes they will not have to be sent again.
16868       b) If you have received a modified Vim that was distributed as
16869	  mentioned under a) you are allowed to further distribute it
16870	  unmodified, as mentioned at I).  If you make additional changes the
16871	  text under a) applies to those changes.
16872       c) Provide all the changes, including source code, with every copy of
16873	  the modified Vim you distribute.  This may be done in the form of a
16874	  context diff.  You can choose what license to use for new code you
16875	  add.  The changes and their license must not restrict others from
16876	  making their own changes to the official version of Vim.
16877       d) When you have a modified Vim which includes changes as mentioned
16878	  under c), you can distribute it without the source code for the
16879	  changes if the following three conditions are met:
16880	  - The license that applies to the changes permits you to distribute
16881	    the changes to the Vim maintainer without fee or restriction, and
16882	    permits the Vim maintainer to include the changes in the official
16883	    version of Vim without fee or restriction.
16884	  - You keep the changes for at least three years after last
16885	    distributing the corresponding modified Vim.  When the maintainer
16886	    or someone who you distributed the modified Vim to asks you (in
16887	    any way) for the changes within this period, you must make them
16888	    available to him.
16889	  - You clearly describe in the distribution how to contact you.  This
16890	    contact information must remain valid for at least three years
16891	    after last distributing the corresponding modified Vim, or as long
16892	    as possible.
16893       e) When the GNU General Public License (GPL) applies to the changes,
16894	  you can distribute the modified Vim under the GNU GPL version 2 or
16895	  any later version.
16896    3) A message must be added, at least in the output of the ":version"
16897       command and in the intro screen, such that the user of the modified Vim
16898       is able to see that it was modified.  When distributing as mentioned
16899       under 2)e) adding the message is only required for as far as this does
16900       not conflict with the license used for the changes.
16901    4) The contact information as required under 2)a) and 2)d) must not be
16902       removed or changed, except that the person himself can make
16903       corrections.
16904
16905III) If you distribute a modified version of Vim, you are encouraged to use
16906     the Vim license for your changes and make them available to the
16907     maintainer, including the source code.  The preferred way to do this is
16908     by e-mail or by uploading the files to a server and e-mailing the URL.
16909     If the number of changes is small (e.g., a modified Makefile) e-mailing a
16910     context diff will do.  The e-mail address to be used is
16911<maintainer@vim.org>
16912
16913IV)  It is not allowed to remove this license from the distribution of the Vim
16914     sources, parts of it or from a modified version.  You may use this
16915     license for previous Vim releases instead of the license that they came
16916     with, at your option.', 'http://vimdoc.sourceforge.net/htmldoc/uganda.html#license', NULL, NULL, NULL, 'VIM License', NULL, NULL, NULL, '', NULL, false, false, false, 'a680af64a9596516605e74456861a25e', 1, NULL);
16917INSERT INTO license_ref VALUES (306, 'LPL-1.0', 'Lucent Public License Version 1.0
16918The following is a Lucent license template. To generate your own. change the values of OWNER, ORGANIZATION, YEAR, and STATE from their original values as given here, and substitute your own.
16919
16920<ORGANIZATION> = Lucent Technologies Inc.
16921<OWNER> = LUCENT
16922<YEAR> = 2003
16923<STATE> = New York
16924
16925Here is the license template:
16926
16927THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT''S ACCEPTANCE OF THIS AGREEMENT.
169281. DEFINITIONS
16929"Contribution" means:
16930
16931in the case of <ORGANIZATION> ("<OWNER>"), the Original Program, and
16932in the case of each Contributor,
16933changes to the Program, and
16934additions to the Program; where such changes and/or additions to the Program originate from and are "Contributed" by that particular Contributor.
16935A Contribution is "Contributed" by a Contributor only (i) if it was added to the Program by such Contributor itself or anyone acting on such Contributor''s behalf, and (ii) the Contributor explicitly consents, in accordance with Section 3C, to characterization of the changes and/or additions as Contributions. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
16936"Contributor" means <OWNER> and any other entity that has Contributed a Contribution to the Program.
16937
16938"Distributor" means a Recipient that distributes the Program, modifications to the Program, or any part thereof.
16939
16940"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
16941
16942"Original Program" means the original version of the software accompanying this Agreement as released by <OWNER>, including source code, object code and documentation, if any.
16943
16944"Program" means the Original Program and Contributions or any part thereof
16945
16946"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
16947
169482. GRANT OF RIGHTS
16949Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
16950Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. The patent license granted by a Contributor shall also apply to the combination of the Contribution of that Contributor and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license granted by a Contributor shall not apply to (i) any other combinations which include the Contribution, nor to (ii) Contributions of other Contributors. No hardware per se is licensed hereunder.
16951Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient''s responsibility to acquire that license before distributing the Program.
16952Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
169533. REQUIREMENTS
16954A. Distributor may choose to distribute the Program in any form under this Agreement or under its own license agreement, provided that:
16955
16956it complies with the terms and conditions of this Agreement;
16957if the Program is distributed in source code or other tangible form, a copy of this Agreement or Distributor''s own license agreement is included with each copy of the Program; and
16958if distributed under Distributor''s own license agreement, such license agreement:
16959effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
16960effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; and
16961states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party.
16962B. Each Distributor must include the following in a conspicuous location in the Program:
16963
16964Copyright (C) <YEAR>, <ORGANIZATION> and others. All Rights Reserved.
16965C. In addition, each Contributor must identify itself as the originator of its Contribution, if any, and indicate its consent to characterization of its additions and/or changes as a Contribution, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. Once consent is granted, it may not thereafter be revoked.
16966
169674. COMMERCIAL DISTRIBUTION
16968Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Distributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for Contributors. Therefore, if a Distributor includes the Program in a commercial product offering, such Distributor ("Commercial Distributor") hereby agrees to defend and indemnify every Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Distributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Distributor in writing of such claim, and b) allow the Commercial Distributor to control, and cooperate with the Commercial Distributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
16969
16970For example, a Distributor might include the Program in a commercial product offering, Product X. That Distributor is then a Commercial Distributor. If that Commercial Distributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Distributor''s responsibility alone. Under this section, the Commercial Distributor would have to defend claims against the Contributors related to those performance claims and warranties, and if a court requires any Contributor to pay any damages as a result, the Commercial Distributor must pay those damages.
16971
169725. NO WARRANTY
16973EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
16974
169756. DISCLAIMER OF LIABILITY
16976EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
16977
169787. GENERAL
16979If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
16980
16981If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient''s patent(s), then such Recipient''s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
16982
16983All Recipient''s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient''s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient''s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
16984
16985<OWNER> may publish new versions (including revisions) of this Agreement from time to time. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. No one other than <OWNER> has the right to modify this Agreement. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
16986
16987This Agreement is governed by the laws of the State of <STATE> and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.', 'http://www.opensource.org/licenses/plan9.php', NULL, NULL, NULL, 'Lucent Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '72103dd099be8d102557e288bdf49497', 1, NULL);
16988INSERT INTO license_ref VALUES (307, 'LPPL-1.0', 'LaTeX Project Public License
16989============================
16990
16991LPPL Version 1.0  1999-03-01
16992
16993Copyright 1999 LaTeX3 Project
16994    Everyone is permitted to copy and distribute verbatim copies
16995    of this license document, but modification is not allowed.
16996
16997
16998Preamble
16999========
17000
17001The LaTeX Project Public License (LPPL) is the license under which the
17002base LaTeX distribution is distributed. As described below you may use
17003this licence for any software that you wish to distribute.
17004
17005It may be particularly suitable if your software is TeX related (such
17006as a LaTeX package file) but it may be used for any software, even if
17007it is unrelated to TeX.
17008
17009To use this license, the files of your distribution should have an
17010explicit copyright notice giving your name and the year, together
17011with a reference to this license.
17012
17013A typical example would be
17014
17015   %% pig.sty
17016   %% Copyright 2001 M. Y. Name
17017
17018   % This program can redistributed and/or modified under the terms
17019   % of the LaTeX Project Public License Distributed from CTAN
17020   % archives in directory macros/latex/base/lppl.txt; either
17021   % version 1 of the License, or (at your option) any later version.
17022
17023Given such a notice in the file, the conditions of this document would
17024apply, with:
17025
17026`The Program'' referring to the software `pig.sty''  and
17027`The Copyright Holder'' referring to the person `M. Y. Name''.
17028
17029To see a real example, see the file legal.txt which carries the
17030copyright notice for the base latex distribution.
17031
17032This license gives terms under which files of The Program may be
17033distributed and modified. Individual files may have specific further
17034constraints on modification, but no file should have restrictions on
17035distribution other than those specified below.
17036This is to ensure that a distributor wishing to distribute a complete
17037unmodified copy of The Program need only check the conditions in this
17038file, and does not need to check every file in The Program for extra
17039restrictions. If you do need to modify the distribution terms of some
17040files, do not refer to this license, instead distribute The Program
17041under a different license. You may use the parts of the text of LPPL as
17042a model for your own license, but your license should not directly refer
17043to the LPPL or otherwise give the impression that The Program is
17044distributed under the LPPL.
17045
17046
17047
17048The LaTeX Project Public License
17049================================
17050Terms And Conditions For Copying, Distribution And Modification
17051===============================================================
17052
17053
17054WARRANTY
17055========
17056
17057There is no warranty for The Program, to the extent permitted by
17058applicable law.  Except when otherwise stated in writing, The
17059Copyright Holder provides The Program `as is'' without warranty of any
17060kind, either expressed or implied, including, but not limited to, the
17061implied warranties of merchantability and fitness for a particular
17062purpose.  The entire risk as to the quality and performance of the
17063program is with you.  Should The Program prove defective, you assume
17064the cost of all necessary servicing, repair or correction.
17065
17066In no event unless required by applicable law or agreed to in writing
17067will The Copyright Holder, or any of the individual authors named in
17068the source for The Program, be liable to you for damages, including
17069any general, special, incidental or consequential damages arising out
17070of any use of The Program or out of inability to use The Program
17071(including but not limited to loss of data or data being rendered
17072inaccurate or losses sustained by you or by third parties as a result
17073of a failure of The Program to operate with any other programs), even
17074if such holder or other party has been advised of the possibility of
17075such damages.
17076
17077
17078DISTRIBUTION
17079============
17080
17081Redistribution of unchanged files is allowed provided that all files
17082that make up the distribution of The Program are distributed.
17083In particular this means that The Program has to be distributed
17084including its documentation if documentation was part of the original
17085distribution.
17086
17087The distribution of The Program will contain a prominent file
17088listing all the files covered by this license.
17089
17090If you receive only some of these files from someone, complain!
17091
17092The distribution of changed versions of certain files included in the
17093The Program, and the reuse of code from The Program, are allowed
17094under the following restrictions:
17095
17096 * It is allowed only if the legal notice in the file does not
17097   expressly forbid it.
17098   See note below, under "Conditions on individual files".
17099
17100 * You rename the file before you make any changes to it, unless the
17101   file explicitly says that renaming is not required.  Any such changed
17102   files must be distributed under a license that forbids distribution
17103   of those files, and any files derived from them, under the names used
17104   by the original files in the distribution of The Program.
17105
17106 * You change any `identification string'' in The Program to clearly
17107   indicate that the file is not part of the standard system.
17108
17109 * If The Program includes an `error report address'' so that errors
17110   may be reported to The Copyright Holder, or other specified
17111   addresses, this address must be changed in any modified versions of
17112   The Program, so that reports for files not maintained by the
17113   original program maintainers are directed to the maintainers of the
17114   changed files.
17115
17116 * You acknowledge the source and authorship of the original version
17117   in the modified file.
17118
17119 * You also distribute the unmodified version of the file or
17120   alternatively provide sufficient information so that the
17121   user of your modified file can be reasonably expected to be
17122   able to obtain an original, unmodified copy of The Program.
17123   For example, you may specify a URL to a site that you expect
17124   will freely provide the user with a copy of The Program (either
17125   the version on which your modification is based, or perhaps a
17126   later version).
17127
17128 * If The Program is intended to be used with, or is based on, LaTeX,
17129   then files with the following file extensions which have special
17130   meaning in LaTeX Software, have special modification rules under the
17131   license:
17132
17133    - Files with extension `.ins'' (installation files): these files may
17134      not be modified at all because they contain the legal notices
17135      that are placed in the generated files.
17136
17137    - Files with extension `.fd'' (LaTeX font definitions files): these
17138      files are allowed to be modified without changing the name, but
17139      only to enable use of all available fonts and to prevent attempts
17140      to access unavailable fonts. However, modified files are not
17141      allowed to be distributed in place of original files.
17142
17143    - Files with extension `.cfg'' (configuration files): these files
17144      can be created or modified to enable easy configuration of the
17145      system.  The documentation in cfgguide.tex in the base LaTeX
17146      distribution describes when it makes sense to modify or generate
17147      such files.
17148
17149
17150The above restrictions are not intended to prohibit, and hence do
17151not apply to, the updating, by any method, of a file so that it
17152becomes identical to the latest version of that file in The Program.
17153
17154========================================================================
17155
17156NOTES
17157=====
17158
17159We believe that these requirements give you the freedom you to make
17160modifications that conform with whatever technical specifications you
17161wish, whilst maintaining the availability, integrity and reliability of
17162The Program.  If you do not see how to achieve your goal whilst
17163adhering to these requirements then read the document cfgguide.tex
17164in the base LaTeX distribution for suggestions.
17165
17166Because of the portability and exchangeability aspects of systems
17167like LaTeX, The LaTeX3 Project deprecates the distribution of
17168non-standard versions of components of LaTeX or of generally available
17169contributed code for them but such distributions are permitted under the
17170above restrictions.
17171
17172The document modguide.tex in the base LaTeX distribution details
17173the reasons for the legal requirements detailed above.
17174Even if The Program is unrelated to LaTeX, the argument in
17175modguide.tex may still apply, and should be read before
17176a modified version of The Program is distributed.
17177
17178
17179Conditions on individual files
17180==============================
17181
17182The individual files may bear additional conditions which supersede
17183the general conditions on distribution and modification contained in
17184this file. If there are any such files, the distribution of The
17185Program will contain a prominent file that lists all the exceptional
17186files.
17187
17188Typical examples of files with more restrictive modification
17189conditions would be files that contain the text of copyright notices.
17190
17191 * The conditions on individual files differ only in the
17192   extent of *modification* that is allowed.
17193
17194 * The conditions on *distribution* are the same for all the files.
17195   Thus a (re)distributor of a complete, unchanged copy of The Program
17196   need meet only the conditions in this file; it is not necessary to
17197   check the header of every file in the distribution to check that a
17198   distribution meets these requirements.', 'http://www.latex-project.org/lppl/lppl-1-0.txt', NULL, NULL, NULL, 'LaTeX Project Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '56b96e883f97c1bda273e5baa48ee8ee', 1, NULL);
17199INSERT INTO license_ref VALUES (308, 'LPPL-1.3', 'The LaTeX Project Public License
17200=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
17201
17202LPPL Version 1.3  2003-12-01
17203
17204Copyright 1999 2002-03 LaTeX3 Project
17205    Everyone is allowed to distribute verbatim copies of this
17206    license document, but modification of it is not allowed.
17207
17208
17209PREAMBLE
17210========
17211
17212The LaTeX Project Public License (LPPL) is the primary license under
17213which the the LaTeX kernel and the base LaTeX packages are distributed.
17214
17215You may use this license for any work of which you hold the copyright
17216and which you wish to distribute.  This license may be particularly
17217suitable if your work is TeX-related (such as a LaTeX package), but
17218you may use it with small modifications even if your work is unrelated
17219to TeX.
17220
17221The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE'',
17222below, gives instructions, examples, and recommendations for authors
17223who are considering distributing their works under this license.
17224
17225This license gives conditions under which a work may be distributed
17226and modified, as well as conditions under which modified versions of
17227that work may be distributed.
17228
17229We, the LaTeX3 Project, believe that the conditions below give you
17230the freedom to make and distribute modified versions of your work
17231that conform with whatever technical specifications you wish while
17232maintaining the availability, integrity, and reliability of
17233that work.  If you do not see how to achieve your goal while
17234meeting these conditions, then read the document `cfgguide.tex''
17235and `modguide.tex'' in the base LaTeX distribution for suggestions.
17236
17237
17238DEFINITIONS
17239===========
17240
17241In this license document the following terms are used:
17242
17243   `Work''
17244    Any work being distributed under this License.
17245
17246   `Derived Work''
17247    Any work that under any applicable law is derived from the Work.
17248
17249   `Modification''
17250    Any procedure that produces a Derived Work under any applicable
17251    law -- for example, the production of a file containing an
17252    original file associated with the Work or a significant portion of
17253    such a file, either verbatim or with modifications and/or
17254    translated into another language.
17255
17256   `Modify''
17257    To apply any procedure that produces a Derived Work under any
17258    applicable law.
17259
17260   `Distribution''
17261    Making copies of the Work available from one person to another, in
17262    whole or in part.  Distribution includes (but is not limited to)
17263    making any electronic components of the Work accessible by
17264    file transfer protocols such as FTP or HTTP or by shared file
17265    systems such as Sun''s Network File System (NFS).
17266
17267   `Compiled Work''
17268    A version of the Work that has been processed into a form where it
17269    is directly usable on a computer system.  This processing may
17270    include using installation facilities provided by the Work,
17271    transformations of the Work, copying of components of the Work, or
17272    other activities.  Note that modification of any installation
17273    facilities provided by the Work constitutes modification of the Work.
17274
17275   `Current Maintainer''
17276    A person or persons nominated as such within the Work.  If there is
17277    no such explicit nomination then it is the `Copyright Holder'' under
17278    any applicable law.
17279
17280   `Base Interpreter''
17281    A program or process that is normally needed for running or
17282    interpreting a part or the whole of the Work.
17283    A Base Interpreter may depend on external components but these
17284    are not considered part of the Base Interpreter provided that each
17285    external component clearly identifies itself whenever it is used
17286    interactively.  Unless explicitly specified when applying the
17287    license to the Work, the only applicable Base Interpreter is a
17288    "LaTeX-Format".
17289
17290
17291
17292CONDITIONS ON DISTRIBUTION AND MODIFICATION
17293===========================================
17294
172951.  Activities other than distribution and/or modification of the Work
17296are not covered by this license; they are outside its scope.  In
17297particular, the act of running the Work is not restricted and no
17298requirements are made concerning any offers of support for the Work.
17299
173002.  You may distribute a complete, unmodified copy of the Work as you
17301received it.  Distribution of only part of the Work is considered
17302modification of the Work, and no right to distribute such a Derived
17303Work may be assumed under the terms of this clause.
17304
173053.  You may distribute a Compiled Work that has been generated from a
17306complete, unmodified copy of the Work as distributed under Clause 2
17307above, as long as that Compiled Work is distributed in such a way that
17308the recipients may install the Compiled Work on their system exactly
17309as it would have been installed if they generated a Compiled Work
17310directly from the Work.
17311
173124.  If you are the Current Maintainer of the Work, you may, without
17313restriction, modify the Work, thus creating a Derived Work.  You may
17314also distribute the Derived Work without restriction, including
17315Compiled Works generated from the Derived Work.  Derived Works
17316distributed in this manner by the Current Maintainer are considered to
17317be updated versions of the Work.
17318
173195.  If you are not the Current Maintainer of the Work, you may modify
17320your copy of the Work, thus creating a Derived Work based on the Work,
17321and compile this Derived Work, thus creating a Compiled Work based on
17322the Derived Work.
17323
173246.  If you are not the Current Maintainer of the Work, you may
17325distribute a Derived Work provided the following conditions are met
17326for every component of the Work unless that component clearly states
17327in the copyright notice that it is exempt from that condition.  Only
17328the Current Maintainer is allowed to add such statements of exemption
17329to a component of the Work.
17330
17331  a. If a component of this Derived Work can be a direct replacement
17332     for a component of the Work when that component is used with the
17333     Base Interpreter, then, wherever this component of the Work
17334     identifies itself to the user when used interactively with that
17335     Base Interpreter, the replacement component of this Derived Work
17336     clearly and unambiguously identifies itself as a modified version
17337     of this component to the user when used interactively with that
17338     Base Interpreter.
17339
17340  b. Every component of the Derived Work contains prominent notices
17341     detailing the nature of the changes to that component, or a
17342     prominent reference to another file that is distributed as part
17343     of the Derived Work and that contains a complete and accurate log
17344     of the changes.
17345
17346  c. No information in the Derived Work implies that any persons,
17347     including (but not limited to) the authors of the original version
17348     of the Work, provide any support, including (but not limited to)
17349     the reporting and handling of errors, to recipients of the
17350     Derived Work unless those persons have stated explicitly that
17351     they do provide such support for the Derived Work.
17352
17353  d. You distribute at least one of the following with the Derived Work:
17354
17355       1. A complete, unmodified copy of the Work;
17356          if your distribution of a modified component is made by
17357          offering access to copy the modified component from a
17358          designated place, then offering equivalent access to copy
17359          the Work from the same or some similar place meets this
17360          condition, even though third parties are not compelled to
17361          copy the Work along with the modified component;
17362
17363       2. Information that is sufficient to obtain a complete, unmodified
17364          copy of the Work.
17365
173667.  If you are not the Current Maintainer of the Work, you may
17367distribute a Compiled Work generated from a Derived Work, as long as
17368the Derived Work is distributed to all recipients of the Compiled
17369Work, and as long as the conditions of Clause 6, above, are met with
17370regard to the Derived Work.
17371
173728.  The conditions above are not intended to prohibit, and hence do
17373not apply to, the modification, by any method, of any component so that it
17374becomes identical to an  updated version of that component of the Work as
17375it is distributed by the Current Maintainer under Clause 4, above.
17376
173779.  Distribution of the Work or any Derived Work in an alternative
17378format, where the Work or that Derived Work (in whole or in part) is
17379then produced by applying some process to that format, does not relax or
17380nullify any sections of this license as they pertain to the results of
17381applying that process.
17382
1738310. a. A Derived Work may be distributed under a different license
17384       provided that license itself honors the conditions listed in
17385       Clause 6 above, in regard to the Work, though it does not have
17386       to honor the rest of the conditions in this license.
17387
17388    b. If a Derived Work is distributed under this license, that
17389       Derived Work must provide sufficient documentation as part of
17390       itself to allow each recipient of that Derived Work to honor the
17391       restrictions in Clause 6 above, concerning changes from the Work.
17392
1739311. This license places no restrictions on works that are unrelated to
17394the Work, nor does this license place any restrictions on aggregating
17395such works with the Work by any means.
17396
1739712.  Nothing in this license is intended to, or may be used to, prevent
17398complete compliance by all parties with all applicable laws.
17399
17400
17401NO WARRANTY
17402===========
17403
17404There is no warranty for the Work.  Except when otherwise stated in
17405writing, the Copyright Holder provides the Work `as is'', without
17406warranty of any kind, either expressed or implied, including, but not
17407limited to, the implied warranties of merchantability and fitness for
17408a particular purpose.  The entire risk as to the quality and performance
17409of the Work is with you.  Should the Work prove defective, you
17410assume the cost of all necessary servicing, repair, or correction.
17411
17412In no event unless agreed to in writing will the Copyright Holder, or
17413any author named in the components of the Work, or any other party who
17414may distribute and/or modify the Work as permitted above, be liable to
17415you for damages, including any general, special, incidental or
17416consequential damages arising out of any use of the Work or out of
17417inability to use the Work (including, but not limited to, loss of
17418data, data being rendered inaccurate, or losses sustained by anyone as
17419a result of any failure of the Work to operate with any other
17420programs), even if the Copyright Holder or said author or said other
17421party has been advised of the possibility of such damages.
17422
17423
17424MAINTENANCE OF THE WORK
17425=======================
17426
17427The Work has the status `author-maintained'' if the Copyright Holder
17428explicitly and prominently states near the primary copyright notice in
17429the Work that the Work can only be maintained by the Copyright Holder
17430or simply that is `author-maintained''.
17431
17432The Work has the status `maintained'' if there is a Current Maintainer
17433who has indicated in the Work that they are willing to receive error
17434reports for the Work (for example, by supplying a valid e-mail
17435address). It is not required for the Current Maintainer to acknowledge
17436or act upon these error reports.
17437
17438The Work changes from status `maintained'' to `unmaintained'' if there
17439is no Current Maintainer, or the person stated to be Current
17440Maintainer of the work cannot be reached through the indicated means
17441of communication for a period of six months, and there are no other
17442significant signs of active maintenance.
17443
17444You can become the Current Maintainer of the Work by agreement with
17445any existing Current Maintainer to take over this role.
17446
17447If the Work is unmaintained, you can become the Current Maintainer of
17448the Work through the following steps:
17449
17450 1.  Make a reasonable attempt to trace the Current Maintainer (and
17451     the Copyright Holder, if the two differ) through the means of
17452     an Internet or similar search.
17453
17454 2.  If this search is successful, then enquire whether the Work
17455     is still maintained.
17456
17457  a. If it is being maintained, then ask the Current Maintainer
17458     to update their communication data within one month.
17459
17460  b. If the search is unsuccessful or no action to resume active
17461     maintenance is taken by the Current Maintainer, then announce
17462     within the pertinent community your intention to take over
17463     maintenance.  (If the Work is a LaTeX work, this could be
17464     done, for example, by posting to comp.text.tex.)
17465
17466 3a. If the Current Maintainer is reachable and agrees to pass
17467     maintenance of the Work to you, then this takes effect
17468     immediately upon announcement.
17469
17470  b. If the Current Maintainer is not reachable and the Copyright
17471     Holder agrees that maintenance of the Work be passed to you,
17472     then this takes effect immediately upon announcement.
17473
17474 4.  If you make an `intention announcement'' as described in 2b. above
17475     and after three months your intention is challenged neither by
17476     the Current Maintainer nor by the Copyright Holder nor by other
17477     people, then you may arrange for the Work to be changed so as
17478     to name you as the (new) Current Maintainer.
17479
17480 5.  If the previously unreachable Current Maintainer becomes
17481     reachable once more within three months of a change completed
17482     under the terms of 3b) or 4), then that Current Maintainer must
17483     become or remain the Current Maintainer upon request provided
17484     they then update their communication data within one month.
17485
17486A change in the Current Maintainer does not, of itself, alter the fact
17487that the Work is distributed under the LPPL license.
17488
17489If you become the Current Maintainer of the Work, you should
17490immediately provide, within the Work, a prominent and unambiguous
17491statement of your status as Current Maintainer.  You should also
17492announce your new status to the same pertinent community as
17493in 2b) above.
17494
17495
17496WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE
17497======================================================
17498
17499This section contains important instructions, examples, and
17500recommendations for authors who are considering distributing their
17501works under this license.  These authors are addressed as `you'' in
17502this section.
17503
17504Choosing This License or Another License
17505----------------------------------------
17506
17507If for any part of your work you want or need to use *distribution*
17508conditions that differ significantly from those in this license, then
17509do not refer to this license anywhere in your work but, instead,
17510distribute your work under a different license.  You may use the text
17511of this license as a model for your own license, but your license
17512should not refer to the LPPL or otherwise give the impression that
17513your work is distributed under the LPPL.
17514
17515The document `modguide.tex'' in the base LaTeX distribution explains
17516the motivation behind the conditions of this license.  It explains,
17517for example, why distributing LaTeX under the GNU General Public
17518License (GPL) was considered inappropriate.  Even if your work is
17519unrelated to LaTeX, the discussion in `modguide.tex'' may still be
17520relevant, and authors intending to distribute their works under any
17521license are encouraged to read it.
17522
17523A Recommendation on Modification Without Distribution
17524-----------------------------------------------------
17525
17526It is wise never to modify a component of the Work, even for your own
17527personal use, without also meeting the above conditions for
17528distributing the modified component.  While you might intend that such
17529modifications will never be distributed, often this will happen by
17530accident -- you may forget that you have modified that component; or
17531it may not occur to you when allowing others to access the modified
17532version that you are thus distributing it and violating the conditions
17533of this license in ways that could have legal implications and, worse,
17534cause problems for the community.  It is therefore usually in your
17535best interest to keep your copy of the Work identical with the public
17536one.  Many works provide ways to control the behavior of that work
17537without altering any of its licensed components.
17538
17539How to Use This License
17540-----------------------
17541
17542To use this license, place in each of the components of your work both
17543an explicit copyright notice including your name and the year the work
17544was authored and/or last substantially modified.  Include also a
17545statement that the distribution and/or modification of that
17546component is constrained by the conditions in this license.
17547
17548Here is an example of such a notice and statement:
17549
17550  %% pig.dtx
17551  %% Copyright 2003 M. Y. Name
17552  %
17553  % This work may be distributed and/or modified under the
17554  % conditions of the LaTeX Project Public License, either version 1.3
17555  % of this license or (at your option) any later version.
17556  % The latest version of this license is in
17557  %   http://www.latex-project.org/lppl.txt
17558  % and version 1.3 or later is part of all distributions of LaTeX
17559  % version 2003/12/01 or later.
17560  %
17561  % This work has the LPPL maintenance status "maintained".
17562  %
17563  % This Current Maintainer of this work is M. Y. Name.
17564  %
17565  % This work consists of the files pig.dtx and pig.ins
17566  % and the derived file pig.sty.
17567
17568Given such a notice and statement in a file, the conditions
17569given in this license document would apply, with the `Work'' referring
17570to the three files `pig.dtx'', `pig.ins'', and `pig.sty'' (the last being
17571generated from `pig.dtx'' using `pig.ins''), the `Base Interpreter''
17572referring to any "LaTeX-Format", and both `Copyright Holder'' and
17573`Current Maintainer'' referring to the person `M. Y. Name''.
17574
17575To prevent the Maintenance section of LPPL from allowing someone else
17576to become the Current Maintainer without your agreement, you could
17577change "maintained" above into "author-maintained".
17578
17579
17580Important Recommendations
17581-------------------------
17582
17583 Defining What Constitutes the Work
17584
17585   The LPPL requires that distributions of the Work contain all the
17586   files of the Work.  It is therefore important that you provide a
17587   way for the licensee to determine which files constitute the Work.
17588   This could, for example, be achieved by explicitly listing all the
17589   files of the Work near the copyright notice of each file or by
17590   using a line such as:
17591
17592    % This work consists of all files listed in manifest.txt.
17593
17594   in that place.  In the absence of an unequivocal list it might be
17595   impossible for the licensee to determine what is considered by you
17596   to comprise the Work and, in such a case, the licensee would be
17597   entitled to make reasonable conjectures as to which files comprise
17598   the Work.', 'http://www.latex-project.org/lppl/lppl-1-3.txt', NULL, NULL, NULL, 'LaTeX Project Public License 1.3', NULL, NULL, NULL, '', NULL, false, false, false, '2f80520d331dbed200f189a178cb1c57', 1, NULL);
17599INSERT INTO license_ref VALUES (309, 'LPPL-1.3b', 'The LaTeX Project Public License
17600=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
17601
17602LPPL Version 1.3b  2006-01-07
17603
17604Copyright 1999 2002-2006 LaTeX3 Project
17605    Everyone is allowed to distribute verbatim copies of this
17606    license document, but modification of it is not allowed.
17607
17608
17609PREAMBLE
17610========
17611
17612The LaTeX Project Public License (LPPL) is the primary license under
17613which the the LaTeX kernel and the base LaTeX packages are distributed.
17614
17615You may use this license for any work of which you hold the copyright
17616and which you wish to distribute.  This license may be particularly
17617suitable if your work is TeX-related (such as a LaTeX package), but
17618you may use it with small modifications even if your work is unrelated
17619to TeX.
17620
17621The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE'',
17622below, gives instructions, examples, and recommendations for authors
17623who are considering distributing their works under this license.
17624
17625This license gives conditions under which a work may be distributed
17626and modified, as well as conditions under which modified versions of
17627that work may be distributed.
17628
17629We, the LaTeX3 Project, believe that the conditions below give you
17630the freedom to make and distribute modified versions of your work
17631that conform with whatever technical specifications you wish while
17632maintaining the availability, integrity, and reliability of
17633that work.  If you do not see how to achieve your goal while
17634meeting these conditions, then read the document `cfgguide.tex''
17635and `modguide.tex'' in the base LaTeX distribution for suggestions.
17636
17637
17638DEFINITIONS
17639===========
17640
17641In this license document the following terms are used:
17642
17643   `Work''
17644    Any work being distributed under this License.
17645
17646   `Derived Work''
17647    Any work that under any applicable law is derived from the Work.
17648
17649   `Modification''
17650    Any procedure that produces a Derived Work under any applicable
17651    law -- for example, the production of a file containing an
17652    original file associated with the Work or a significant portion of
17653    such a file, either verbatim or with modifications and/or
17654    translated into another language.
17655
17656   `Modify''
17657    To apply any procedure that produces a Derived Work under any
17658    applicable law.
17659
17660   `Distribution''
17661    Making copies of the Work available from one person to another, in
17662    whole or in part.  Distribution includes (but is not limited to)
17663    making any electronic components of the Work accessible by
17664    file transfer protocols such as FTP or HTTP or by shared file
17665    systems such as Sun''s Network File System (NFS).
17666
17667   `Compiled Work''
17668    A version of the Work that has been processed into a form where it
17669    is directly usable on a computer system.  This processing may
17670    include using installation facilities provided by the Work,
17671    transformations of the Work, copying of components of the Work, or
17672    other activities.  Note that modification of any installation
17673    facilities provided by the Work constitutes modification of the Work.
17674
17675   `Current Maintainer''
17676    A person or persons nominated as such within the Work.  If there is
17677    no such explicit nomination then it is the `Copyright Holder'' under
17678    any applicable law.
17679
17680   `Base Interpreter''
17681    A program or process that is normally needed for running or
17682    interpreting a part or the whole of the Work.
17683
17684    A Base Interpreter may depend on external components but these
17685    are not considered part of the Base Interpreter provided that each
17686    external component clearly identifies itself whenever it is used
17687    interactively.  Unless explicitly specified when applying the
17688    license to the Work, the only applicable Base Interpreter is a
17689    `LaTeX-Format'' or in the case of files belonging to the
17690    `LaTeX-format'' a program implementing the `TeX language''.
17691
17692
17693
17694CONDITIONS ON DISTRIBUTION AND MODIFICATION
17695===========================================
17696
176971.  Activities other than distribution and/or modification of the Work
17698are not covered by this license; they are outside its scope.  In
17699particular, the act of running the Work is not restricted and no
17700requirements are made concerning any offers of support for the Work.
17701
177022.  You may distribute a complete, unmodified copy of the Work as you
17703received it.  Distribution of only part of the Work is considered
17704modification of the Work, and no right to distribute such a Derived
17705Work may be assumed under the terms of this clause.
17706
177073.  You may distribute a Compiled Work that has been generated from a
17708complete, unmodified copy of the Work as distributed under Clause 2
17709above, as long as that Compiled Work is distributed in such a way that
17710the recipients may install the Compiled Work on their system exactly
17711as it would have been installed if they generated a Compiled Work
17712directly from the Work.
17713
177144.  If you are the Current Maintainer of the Work, you may, without
17715restriction, modify the Work, thus creating a Derived Work.  You may
17716also distribute the Derived Work without restriction, including
17717Compiled Works generated from the Derived Work.  Derived Works
17718distributed in this manner by the Current Maintainer are considered to
17719be updated versions of the Work.
17720
177215.  If you are not the Current Maintainer of the Work, you may modify
17722your copy of the Work, thus creating a Derived Work based on the Work,
17723and compile this Derived Work, thus creating a Compiled Work based on
17724the Derived Work.
17725
177266.  If you are not the Current Maintainer of the Work, you may
17727distribute a Derived Work provided the following conditions are met
17728for every component of the Work unless that component clearly states
17729in the copyright notice that it is exempt from that condition.  Only
17730the Current Maintainer is allowed to add such statements of exemption
17731to a component of the Work.
17732
17733  a. If a component of this Derived Work can be a direct replacement
17734     for a component of the Work when that component is used with the
17735     Base Interpreter, then, wherever this component of the Work
17736     identifies itself to the user when used interactively with that
17737     Base Interpreter, the replacement component of this Derived Work
17738     clearly and unambiguously identifies itself as a modified version
17739     of this component to the user when used interactively with that
17740     Base Interpreter.
17741
17742  b. Every component of the Derived Work contains prominent notices
17743     detailing the nature of the changes to that component, or a
17744     prominent reference to another file that is distributed as part
17745     of the Derived Work and that contains a complete and accurate log
17746     of the changes.
17747
17748  c. No information in the Derived Work implies that any persons,
17749     including (but not limited to) the authors of the original version
17750     of the Work, provide any support, including (but not limited to)
17751     the reporting and handling of errors, to recipients of the
17752     Derived Work unless those persons have stated explicitly that
17753     they do provide such support for the Derived Work.
17754
17755  d. You distribute at least one of the following with the Derived Work:
17756
17757       1. A complete, unmodified copy of the Work;
17758          if your distribution of a modified component is made by
17759          offering access to copy the modified component from a
17760          designated place, then offering equivalent access to copy
17761          the Work from the same or some similar place meets this
17762          condition, even though third parties are not compelled to
17763          copy the Work along with the modified component;
17764
17765       2. Information that is sufficient to obtain a complete,
17766          unmodified copy of the Work.
17767
177687.  If you are not the Current Maintainer of the Work, you may
17769distribute a Compiled Work generated from a Derived Work, as long as
17770the Derived Work is distributed to all recipients of the Compiled
17771Work, and as long as the conditions of Clause 6, above, are met with
17772regard to the Derived Work.
17773
177748.  The conditions above are not intended to prohibit, and hence do not
17775apply to, the modification, by any method, of any component so that it
17776becomes identical to an updated version of that component of the Work as
17777it is distributed by the Current Maintainer under Clause 4, above.
17778
177799.  Distribution of the Work or any Derived Work in an alternative
17780format, where the Work or that Derived Work (in whole or in part) is
17781then produced by applying some process to that format, does not relax or
17782nullify any sections of this license as they pertain to the results of
17783applying that process.
17784
1778510. a. A Derived Work may be distributed under a different license
17786       provided that license itself honors the conditions listed in
17787       Clause 6 above, in regard to the Work, though it does not have
17788       to honor the rest of the conditions in this license.
17789
17790    b. If a Derived Work is distributed under a different license, that
17791       Derived Work must provide sufficient documentation as part of
17792       itself to allow each recipient of that Derived Work to honor the
17793       restrictions in Clause 6 above, concerning changes from the Work.
17794
1779511. This license places no restrictions on works that are unrelated to
17796the Work, nor does this license place any restrictions on aggregating
17797such works with the Work by any means.
17798
1779912.  Nothing in this license is intended to, or may be used to, prevent
17800complete compliance by all parties with all applicable laws.
17801
17802
17803NO WARRANTY
17804===========
17805
17806There is no warranty for the Work.  Except when otherwise stated in
17807writing, the Copyright Holder provides the Work `as is'', without
17808warranty of any kind, either expressed or implied, including, but not
17809limited to, the implied warranties of merchantability and fitness for a
17810particular purpose.  The entire risk as to the quality and performance
17811of the Work is with you.  Should the Work prove defective, you assume
17812the cost of all necessary servicing, repair, or correction.
17813
17814In no event unless required by applicable law or agreed to in writing
17815will The Copyright Holder, or any author named in the components of the
17816Work, or any other party who may distribute and/or modify the Work as
17817permitted above, be liable to you for damages, including any general,
17818special, incidental or consequential damages arising out of any use of
17819the Work or out of inability to use the Work (including, but not limited
17820to, loss of data, data being rendered inaccurate, or losses sustained by
17821anyone as a result of any failure of the Work to operate with any other
17822programs), even if the Copyright Holder or said author or said other
17823party has been advised of the possibility of such damages.
17824
17825
17826MAINTENANCE OF THE WORK
17827=======================
17828
17829The Work has the status `author-maintained'' if the Copyright Holder
17830explicitly and prominently states near the primary copyright notice in
17831the Work that the Work can only be maintained by the Copyright Holder
17832or simply that it is `author-maintained''.
17833
17834The Work has the status `maintained'' if there is a Current Maintainer
17835who has indicated in the Work that they are willing to receive error
17836reports for the Work (for example, by supplying a valid e-mail
17837address). It is not required for the Current Maintainer to acknowledge
17838or act upon these error reports.
17839
17840The Work changes from status `maintained'' to `unmaintained'' if there
17841is no Current Maintainer, or the person stated to be Current
17842Maintainer of the work cannot be reached through the indicated means
17843of communication for a period of six months, and there are no other
17844significant signs of active maintenance.
17845
17846You can become the Current Maintainer of the Work by agreement with
17847any existing Current Maintainer to take over this role.
17848
17849If the Work is unmaintained, you can become the Current Maintainer of
17850the Work through the following steps:
17851
17852 1.  Make a reasonable attempt to trace the Current Maintainer (and
17853     the Copyright Holder, if the two differ) through the means of
17854     an Internet or similar search.
17855
17856 2.  If this search is successful, then enquire whether the Work
17857     is still maintained.
17858
17859  a. If it is being maintained, then ask the Current Maintainer
17860     to update their communication data within one month.
17861
17862  b. If the search is unsuccessful or no action to resume active
17863     maintenance is taken by the Current Maintainer, then announce
17864     within the pertinent community your intention to take over
17865     maintenance.  (If the Work is a LaTeX work, this could be
17866     done, for example, by posting to comp.text.tex.)
17867
17868 3a. If the Current Maintainer is reachable and agrees to pass
17869     maintenance of the Work to you, then this takes effect
17870     immediately upon announcement.
17871
17872  b. If the Current Maintainer is not reachable and the Copyright
17873     Holder agrees that maintenance of the Work be passed to you,
17874     then this takes effect immediately upon announcement.
17875
17876 4.  If you make an `intention announcement'' as described in 2b. above
17877     and after three months your intention is challenged neither by
17878     the Current Maintainer nor by the Copyright Holder nor by other
17879     people, then you may arrange for the Work to be changed so as
17880     to name you as the (new) Current Maintainer.
17881
17882 5.  If the previously unreachable Current Maintainer becomes
17883     reachable once more within three months of a change completed
17884     under the terms of 3b) or 4), then that Current Maintainer must
17885     become or remain the Current Maintainer upon request provided
17886     they then update their communication data within one month.
17887
17888A change in the Current Maintainer does not, of itself, alter the fact
17889that the Work is distributed under the LPPL license.
17890
17891If you become the Current Maintainer of the Work, you should
17892immediately provide, within the Work, a prominent and unambiguous
17893statement of your status as Current Maintainer.  You should also
17894announce your new status to the same pertinent community as
17895in 2b) above.
17896
17897
17898WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE
17899======================================================
17900
17901This section contains important instructions, examples, and
17902recommendations for authors who are considering distributing their
17903works under this license.  These authors are addressed as `you'' in
17904this section.
17905
17906Choosing This License or Another License
17907----------------------------------------
17908
17909If for any part of your work you want or need to use *distribution*
17910conditions that differ significantly from those in this license, then
17911do not refer to this license anywhere in your work but, instead,
17912distribute your work under a different license.  You may use the text
17913of this license as a model for your own license, but your license
17914should not refer to the LPPL or otherwise give the impression that
17915your work is distributed under the LPPL.
17916
17917The document `modguide.tex'' in the base LaTeX distribution explains
17918the motivation behind the conditions of this license.  It explains,
17919for example, why distributing LaTeX under the GNU General Public
17920License (GPL) was considered inappropriate.  Even if your work is
17921unrelated to LaTeX, the discussion in `modguide.tex'' may still be
17922relevant, and authors intending to distribute their works under any
17923license are encouraged to read it.
17924
17925A Recommendation on Modification Without Distribution
17926-----------------------------------------------------
17927
17928It is wise never to modify a component of the Work, even for your own
17929personal use, without also meeting the above conditions for
17930distributing the modified component.  While you might intend that such
17931modifications will never be distributed, often this will happen by
17932accident -- you may forget that you have modified that component; or
17933it may not occur to you when allowing others to access the modified
17934version that you are thus distributing it and violating the conditions
17935of this license in ways that could have legal implications and, worse,
17936cause problems for the community.  It is therefore usually in your
17937best interest to keep your copy of the Work identical with the public
17938one.  Many works provide ways to control the behavior of that work
17939without altering any of its licensed components.
17940
17941How to Use This License
17942-----------------------
17943
17944To use this license, place in each of the components of your work both
17945an explicit copyright notice including your name and the year the work
17946was authored and/or last substantially modified.  Include also a
17947statement that the distribution and/or modification of that
17948component is constrained by the conditions in this license.
17949
17950Here is an example of such a notice and statement:
17951
17952  %% pig.dtx
17953  %% Copyright 2005 M. Y. Name
17954  %
17955  % This work may be distributed and/or modified under the
17956  % conditions of the LaTeX Project Public License, either version 1.3
17957  % of this license or (at your option) any later version.
17958  % The latest version of this license is in
17959  %   http://www.latex-project.org/lppl.txt
17960  % and version 1.3 or later is part of all distributions of LaTeX
17961  % version 2005/12/01 or later.
17962  %
17963  % This work has the LPPL maintenance status `maintained''.
17964  %
17965  % The Current Maintainer of this work is M. Y. Name.
17966  %
17967  % This work consists of the files pig.dtx and pig.ins
17968  % and the derived file pig.sty.
17969
17970Given such a notice and statement in a file, the conditions
17971given in this license document would apply, with the `Work'' referring
17972to the three files `pig.dtx'', `pig.ins'', and `pig.sty'' (the last being
17973generated from `pig.dtx'' using `pig.ins''), the `Base Interpreter''
17974referring to any `LaTeX-Format'', and both `Copyright Holder'' and
17975`Current Maintainer'' referring to the person `M. Y. Name''.
17976
17977If you do not want the Maintenance section of LPPL to apply to your
17978Work, change `maintained'' above into `author-maintained''.
17979However, we recommend that you use `maintained'', as the Maintenance
17980section was added in order to ensure that your Work remains useful to
17981the community even when you can no longer maintain and support it
17982yourself.
17983
17984Derived Works That Are Not Replacements
17985---------------------------------------
17986
17987Several clauses of the LPPL specify means to provide reliability and
17988stability for the user community. They therefore concern themselves
17989with the case that a Derived Work is intended to be used as a
17990(compatible or incompatible) replacement of the original Work. If
17991this is not the case (e.g., if a few lines of code are reused for a
17992completely different task), then clauses 6b and 6d shall not apply.
17993
17994
17995Important Recommendations
17996-------------------------
17997
17998 Defining What Constitutes the Work
17999
18000   The LPPL requires that distributions of the Work contain all the
18001   files of the Work.  It is therefore important that you provide a
18002   way for the licensee to determine which files constitute the Work.
18003   This could, for example, be achieved by explicitly listing all the
18004   files of the Work near the copyright notice of each file or by
18005   using a line such as:
18006
18007    % This work consists of all files listed in manifest.txt.
18008
18009   in that place.  In the absence of an unequivocal list it might be
18010   impossible for the licensee to determine what is considered by you
18011   to comprise the Work and, in such a case, the licensee would be
18012   entitled to make reasonable conjectures as to which files comprise
18013   the Work.
18014', 'http://www.latex-project.org/lppl/lppl-1-3b.txt', NULL, NULL, NULL, 'LaTeX Project Public License 1.3b', NULL, NULL, NULL, '', NULL, false, false, false, '84a65a971070606e19af62e868f2abb2', 1, NULL);
18015INSERT INTO license_ref VALUES (310, 'Mibble', 'Mibble
18016Software License Agreement
18017Document No: DOC:2007:03
18018Author: Per Cederberg, sales@percederberg.net
18019Last Updated: 2007-12-05
18020Software License Agreement
18021IMPORTANT NOTICE -- READ CAREFULLY: This Software License
18022Agreement ("License") for Customer use of Mibble Software is the agreement
18023which governs use of the software of Firma Per Cederberg ("Seller"), including
18024source code and associated printed materials ("Software"). By downloading,
18025installing, copying, or otherwise using the Software, you agree to be bound by
18026the terms of this License. If you do not agree to the terms of this License, delete
18027all copies of the Software and contact the place of purchase for a full refund.
180281. Definitions
18029Whenever used in this Contract, unless inconsistent with the subject matter or
18030context of their use, the following words and terms shall have the respective
18031meanings ascribed to them as follows:
18032(a) "Seller" means Firma Per Cederberg includes its successors and permitted
18033assigns.
18034(b) "License" or "Agreement" means this nontransferable Software License
18035Agreement including the Terms and Conditions provided herein.
18036(c) "Buyer" or "Customer", means the entity or individual that downloads the
18037Software, and includes its successors and permitted assigns.
18038(d) "Parties", means Seller and Buyer, collectively, and "Party" means any one of
18039them.
18040(e) "Software", means the Mibble software in both object and source code.
180412. License Grant
18042Upon Seller''s receipt of the full purchase price, Seller grants to Buyer a
18043non-exclusive license to:
18044(a) use or modify the Software in source or object code to create derived works
18045including the Software or any portion or element thereof,
18046(b) process or permit to be processed any data associated with the Software,
18047(c) release, distribute or make available, either generally or to any specific
18048third-party, the Software in source or object code format.
18049Email: sales@percederberg.net
18050Web: http://www.percederberg.net/software
180513. License Conditions
18052The grant of the License under section 2 hereof will remain subject to the
18053following terms and conditions, as well as to the other provisions hereof:
18054(a) Buyer acknowledges that the copyright and title to the Software and any
18055trademarks or service marks relating thereto remain with Seller. Neither Buyer
18056nor any third party shall have right, title or interest in the Software except as
18057expressly set forth in this Agreement.
18058(b) Buyer may not remove or obscure any copyright or other notices included in
18059the Software source code.
18060(c) The names "Mibble" or "Per Cederberg" may not be used to endorse or
18061promote products derived from this software without specific prior written
18062permission.
18063(d) The Software is only distributed bundled with or integrated into Buyer
18064programs that add significant functionality to the Software.
180654. Delivery & Risk of Loss
18066Copies of the Software will be provided to the Buyer through electronic transfer
18067(by means of HTTP or otherwise). Risk of loss for Software delivered under this
18068License shall pass to Buyer at time of delivery.
180695. Early Termination
18070In the event that either party believes that the other materially has breached any
18071obligations under this Agreement, or if Seller believes that Buyer has exceeded
18072the scope of the License, such party shall so notify the breaching party in writing.
18073The breaching party shall have 30 days from the receipt of notice to cure the
18074alleged breach and to notify the non-breaching party in writing that cure has been
18075effected.
18076If the breach is not cured within 30 days, the non-breaching party shall have the
18077right to terminate the Agreement without further notice. Upon Termination of
18078this Agreement the Buyer must stop any further distribution of the Software or
18079any modified or derived works within 5 days. Any copies of the Software
18080distributed prior to such termination of this Agreement may remain in use
18081according to the terms specifically provided elsewhere in this Agreement.
180826. Perpetual License
18083Except for termination for cause, Seller hereby grants to Buyer a nonexclusive,
18084royalty-free, perpetual license to use the Software. Such use shall be in
18085accordance with the provisions of this Agreement, which provisions shall survive
18086any termination of this Agreement.
180877. "As Is" Warranty
18088SELLER PROVIDES THE SOFTWARE "AS IS" AND IS IN LIEU OF ANY
18089OR ALL OTHER WARRANTIES OR CONDITIONS, EXPRESS OR IMPLIED
18090INCLUDING, BUT NOT LIMITED TO, ANY IMPLIED WARRANTY OF
18091MERCHANTABILITY, ANY IMPLIED WARRANTY OF FITNESS FOR A
18092PARTICULAR PURPOSE OR ANY WARRANTY ARISING OUT OF
18093PERFORMANCE OR CUSTOM OR USAGE OF TRADE INCLUDING BUT
18094NOT LIMITED TO A WARRANTY AGAINST PATENT, COPYRIGHT OR
18095TRADE SECRET INFRINGEMENT.
18096Email: sales@percederberg.net
18097Web: http://www.percederberg.net/software
180988. Limitation Of Liability
18099IN NO EVENT, WHETHER AS A RESULT OF BREACH OF CONTRACT,
18100WARRANTY, TORT, STRICT LIABILITY OR OTHERWISE, SHALL
18101BUYER OR SELLER BE LIABLE FOR ANY SPECIAL, CONSEQUENTIAL,
18102INCIDENTAL, INDIRECT OR EXEMPLARY DAMASELLER, INCLUDING,
18103BUT NOT LIMITED TO, LOSS OF PROFITS OR REVENUES, LOSS OF USE
18104OF THE HARDWARE OR ANY OTHER EQUIPMENT, COST OF CAPITAL,
18105COST OF SUBSTITUTE GOODS, FACILITIES, SERVICES OR DOWNTIME
18106COSTS.
18107The provisions of this Article, Limitations Of Liability, shall apply
18108notwithstanding any other provisions of these terms or of any other agreement.
181099. Assignment
18110Neither this License nor any interest in it shall be assigned directly or indirectly
18111by Buyer without the prior written consent of Seller.
1811210. Enforceability
18113If any provision of this License is held invalid, illegal or unenforceable, the
18114validity, legality or enforceability of the remaining provisions will, to the extent
18115of such invalidity, illegality, or unenforceability, be severed, but without in any
18116way affecting the remainder of such provision or any other provision contained
18117herein, all of which shall continue in full force and effect.
1811811. Entire Agreement
18119This License supercedes all previous proposals, negotiations, conversations, and
18120understandings, whether oral or written, and constitutes the sole and entire
18121agreement between the parties with respect to the purchase by Buyer of the
18122Software. No modification or deletion of, or addition to these terms will be
18123binding unless made in writing and signed by duly authorized representatives of
18124both parties.', 'http://www.mibble.org/download/commercial-license.pdf', NULL, NULL, NULL, 'Mibble Software License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, 'ad08f0a4a8a4d7c6a06dc8e7cbca2193', 1, NULL);
18125INSERT INTO license_ref VALUES (340, 'CECILL-1.1', '                FREE SOFTWARE LICENSING AGREEMENT CeCILL
18126                ========================================
18127
18128
18129Notice
18130------
18131
18132
18133This Agreement is a free software license that is the result of  discussions
18134between its authors  in  order  to  ensure  compliance  with  the  two  main
18135principles guiding its drafting:
18136   - firstly, its conformity with French law, both as  regards  the  law  of
18137     torts and intellectual property law, and the protection that it offers
18138     to authors and the holders of economic rights over software.
18139   - secondly, compliance with the principles for the distribution  of  free
18140     software: access to source codes, extended user-rights.
18141
18142The following bodies are the authors of this license CeCILL (Ce : CEA, C :
18143CNRS, I : INRIA, LL : Logiciel Libre):
18144
18145Commissariat à l''Energie Atomique - CEA, a public scientific, technical  and
18146industrial establishment, having its principal place of  business  at  31-33
18147rue de la Fédération, 75752 PARIS cedex 15, France.
18148
18149Centre National de la Recherche Scientifique -  CNRS,  a  public  scientific
18150and technological establishment, having its principal place of  business  at
181513 rue Michel-Ange 75794 Paris cedex 16, France.
18152
18153Institut National de Recherche en Informatique et en Automatique - INRIA,  a
18154public scientific and  technological  establishment,  having  its  principal
18155place of business at Domaine de Voluceau, Rocquencourt,  BP  105,  78153  Le
18156Chesnay cedex.
18157
18158
18159PREAMBLE
18160--------
18161
18162
18163The purpose of this Free Software Licensing Agreement is to grant users  the
18164right to modify and redistribute  the  software  governed  by  this  license
18165within the framework of an "open source" distribution model.
18166
18167The exercising of these rights is conditional upon certain  obligations  for
18168users  so  as  to  ensure  that  this  status  is  retained  for  subsequent
18169redistribution operations.
18170
18171As a counterpart to the access to the source code and rights to copy, modify
18172and redistribute granted by the license,  users are provided only with  a
18173limited warranty and  the software''s author, the holder of the economic
18174rights,  and  the  successive licensors only have limited liability.
18175
18176In this respect, it is brought to the user''s attention that the risks
18177associated  with loading, using, modifying and/or developing or reproducing
18178the  software  by the user given its nature of Free Software,  that  may
18179mean that it is complicated to manipulate, and that also therefore means
18180that it is reserved for developers and experienced professionals having
18181in-depth computer knowledge. Users are therefore encouraged to load and test
18182the Software''s suitability  as  regards  their  requirements  in  conditions
18183enabling  the security of their systems and/or data to be ensured and, more
18184generally,  to use and operate  it  in  the  same  conditions  of security.
18185This Agreement may be  freely  reproduced  and  published, provided  it  is
18186not altered, and that no Articles are either added or removed herefrom.
18187
18188This Agreement may apply to any or all software for which the holder of  the
18189economic rights decides to submit the operation thereof to its provisions.
18190
18191
18192Article 1  - DEFINITIONS
18193------------------------
18194
18195
18196For the purposes of this Agreement, when the following expressions  commence
18197with a capital letter, they shall have the following meaning:
18198
18199Agreement: means this Licensing Agreement, and any or all of its  subsequent
18200versions.
18201
18202Software: means the software in its Object  Code  and/or  Source  Code  form
18203and, where applicable, its documentation, "as  is"  at  the  time  when  the
18204Licensee accepts the Agreement.
18205
18206Initial Software: means the Software in its Source Code and/or  Object  Code
18207form and, where applicable, its documentation, "as is" at the time  when  it
18208is distributed for the first time under the  terms  and  conditions  of  the
18209Agreement.
18210
18211Modified  Software:  means  the  Software   modified   by   at   least   one
18212Contribution.
18213
18214Source Code: means all the Software''s  instructions  and  program  lines  to
18215which access is required so as to modify the Software.
18216
18217Object Code: means the binary files originating from the compilation of  the
18218Source Code.
18219
18220Holder: means  the  holder  of  the  economic  rights  over  the  Initial
18221Software.
18222
18223Licensee(s): mean(s) the Software user(s) having accepted the Agreement.
18224
18225Contributor: means a Licensee having made at least one Contribution.
18226
18227Licensor: means the Holder, or any or all other individual or legal  entity,
18228that distributes the Software under the Agreement.
18229
18230Contributions: mean any or  all  modifications,  corrections,  translations,
18231adaptations and/or new functionalities integrated into the Software  by  any
18232or all Contributor, and the Static Modules.
18233
18234Module: means a set of sources files  including  their  documentation  that,
18235once compiled in executable form, enables supplementary  functionalities  or
18236services to be developed in addition to those offered by the Software.
18237
18238Dynamic Module: means any or all module, created by  the  Contributor,  that
18239is independent of the Software, so that this module and the Software are  in
18240two different executable forms that are  run  in  separate  address  spaces,
18241with one calling the other when they are run.
18242
18243Static Module: means any or all  module,  created  by  the  Contributor  and
18244connected to the Software by a static link that  makes  their  object  codes
18245interdependent. This module and the Software to which it is  connected,  are
18246combined in a single executable.
18247
18248Parties: mean both the Licensee and the Licensor.
18249
18250These expressions may be used both in singular and plural form.
18251
18252
18253Article 2 - PURPOSE
18254-------------------
18255
18256
18257The purpose of the  Agreement  is  to  enable  the  Licensor  to  grant  the
18258Licensee a free, non-exclusive, transferable and worldwide License  for  the
18259Software as set forth in  Article  5  hereinafter  for  the  whole  term  of
18260protection of the rights over said Software.
18261
18262
18263Article 3 - ACCEPTANCE
18264----------------------
18265
18266
182673.1. The  Licensee  shall  be  deemed  as  having  accepted  the  terms  and
18268conditions of  this  Agreement  by  the  occurrence  of  the  first  of  the
18269following events:
18270- (i) loading the Software by any or all means, notably,  by  downloading
18271  from a remote server, or by loading from a physical medium;
18272- (ii) the first time the Licensee exercises any of  the  rights  granted
18273  hereunder.
18274
182753.2. One copy  of  the  Agreement,  containing  a  notice  relating  to  the
18276specific nature of the  Software,  to  the  limited  warranty,  and  to  the
18277limitation to use by experienced users has been  provided  to  the  Licensee
18278prior to its acceptance as set forth in Article  3.1  hereinabove,  and  the
18279Licensee hereby acknowledges that it is aware thereof.
18280
18281
18282Article 4 - EFFECTIVE DATE AND TERM
18283-----------------------------------
18284
18285
182864.1. EFFECTIVE DATE
18287
18288The Agreement shall become effective on the date when it is accepted by  the
18289Licensee as set forth in Article 3.1.
18290
182914.2. TERM
18292
18293The Agreement  shall  remain  in  force  during  the  whole  legal  term  of
18294protection of the economic rights over the Software.
18295
18296
18297Article 5 - SCOPE OF THE RIGHTS GRANTED
18298---------------------------------------
18299
18300
18301The  Licensor  hereby  grants  to  the  Licensee,  that  accepts  such,  the
18302following rights as regards the Software for any or all  use,  and  for  the
18303term of the Agreement, on the basis of the terms and  conditions  set  forth
18304hereinafter.
18305
18306Otherwise, the Licensor grants to the Licensee free of  charge  exploitation
18307rights on  the  patents  he  holds  on  whole  or  part  of  the  inventions
18308implemented in the Software.
18309
183105.1. RIGHTS OF USE
18311
18312The Licensee is authorized to use the Software, unrestrictedly,  as  regards
18313the fields of application, with it being  hereinafter  specified  that  this
18314relates to:
18315- permanent or temporary reproduction of all or part of the Software  by
18316  any or all means and in any or all form.
18317- loading, displaying, running, or storing the Software on any or all
18318  medium.
18319- entitlement to observe, study or test the operation thereof so  as  to
18320  establish the ideas and principles that form the basis for any or  all
18321  constituent elements of said  Software.  This  shall  apply  when  the
18322  Licensee  carries  out  any  or  all  loading,  displaying,   running,
18323  transmission or storage operation as regards the Software, that it  is
18324  entitled to carry out hereunder.
18325
183265.2. entitlement to make CONTRIBUTIONS
18327
18328The right to make Contributions includes  the  right  to  translate,  adapt,
18329arrange, or make any or all modification to the Software, and the  right  to
18330reproduce the resulting Software.
18331
18332The Licensee is authorized to make any or all Contribution to  the  Software
18333provided that it  explicitly  mentions  its  name  as  the  author  of  said
18334Contribution and the date of the development thereof.
18335
183365.3. DISTRIBUTION AND PUBLICATION RIGHTS
18337
18338In particular, the right of distribution and publication includes the  right
18339to transmit and communicate the Software to the general  public  on  any  or
18340all medium, and by any or all means, and the  right  to  market,  either  in
18341consideration of a fee, or free of charge, a  copy or copies of the Software
18342by means of any or all process.
18343The Licensee is further authorized to redistribute copies  of  the  modified
18344or  unmodified  Software  to  third  parties  according  to  the  terms  and
18345conditions set forth hereinafter.
18346
183475.3.1. REDISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
18348
18349The Licensee is authorized to redistribute true copies of  the  Software  in
18350Source Code or Object Code form, provided that said redistribution  complies
18351with all the provisions of the Agreement and is accompanied by:
18352- a copy of the Agreement,
18353- a notice relating to the limitation of both  the  Licensor''s  warranty
18354  and liability as set forth in Articles 8 and 9,
18355and  that,  in  the  event  that  only  the  Software''s   Object   Code   is
18356redistributed, the Licensee allows future  Licensees  unhindered  access  to
18357the Software''s full Source  Code  by  providing  them  with  the  terms  and
18358conditions for access thereto, it being understood that the additional  cost
18359of acquiring the Source Code shall not exceed the cost of  transferring  the
18360data.
18361
183625.3.2. REDISTRIBUTION OF MODIFIED  SOFTWARE
18363
18364When the Licensee makes a  Contribution  to  the  Software,  the  terms  and
18365conditions for the redistribution of the Modified  Software  shall  then  be
18366subject to all the provisions hereof.
18367
18368The Licensee is authorized to redistribute the Modified Software, in  Source
18369Code or Object Code form, provided that said  redistribution  complies  with
18370all the provisions of the Agreement and is accompanied by:
18371- a copy of the Agreement,
18372- a notice relating to the limitation of both  the  Licensor''s  warranty
18373  and liability as set forth in Articles 8 and 9,
18374and that, in the event that only the  Modified  Software''s  Object  Code  is
18375redistributed, the Licensee allows future  Licensees  unhindered  access  to
18376the Modified Software''s full Source Code by providing them  with  the  terms
18377and conditions for access thereto, it being understood that  the  additional
18378cost of acquiring the Source Code shall not exceed the cost of  transferring
18379the data.
18380
18381
183825.3.3. redistribution OF DYNAMIC MODULES
18383
18384When the Licensee has developed a Dynamic Module, the terms  and  conditions
18385hereof do not apply to said Dynamic Module, that  may  be  distributed under
18386a separate Licensing Agreement.
18387
183885.3.4. COMPATIBILITY WITH THE GPL LICENSE
18389
18390In the event that the Modified or unmodified Software is included in a code
18391that is subject to the provisions of the GPL License, the Licensee is
18392authorized to redistribute the whole under the GPL License.
18393
18394In the event that the Modified Software includes a code that is  subject  to
18395the  provisions  of  the  GPL  License,  the  Licensee  is   authorized   to
18396redistribute the Modified Software under the GPL License.
18397
18398
18399Article 6  - INTELLECTUAL PROPERTY
18400----------------------------------
18401
18402
184036.1. OVER THE INITIAL SOFTWARE
18404
18405The Holder owns the economic rights over the Initial Software.  Any  or  all
18406use of the Initial Software is subject to  compliance  with  the  terms  and
18407conditions under which the Holder has elected to distribute its work and  no
18408one shall be entitled to  and it shall have sole entitlement to  modify  the
18409terms and conditions for the distribution of said Initial Software.
18410
18411The Holder undertakes to maintain the distribution of the  Initial  Software
18412under the conditions of  the  Agreement,  for  the  duration  set  forth  in
18413article 4.2..
18414
184156.2. OVER THE CONTRIBUTIONS
18416
18417The intellectual property rights over the Contributions belong to  the
18418holder of the economic rights as designated by effective legislation.
18419
184206.3. OVER THE DYNAMIC MODULES
18421
18422The Licensee having  developed  a  Dynamic  Module  is  the  holder  of  the
18423intellectual property rights over said Dynamic Module and is free to  choose
18424the agreement that shall govern its distribution.
18425
184266.4. JOINT PROVISIONS
18427
184286.4.1. The Licensee expressly undertakes:
18429- not to remove, or modify, in  any  or  all  manner,  the  intellectual
18430  property notices affixed to the Software;
18431- to reproduce said notices, in an identical manner, in  the  copies  of
18432  the Software.
18433
184346.4.2. The Licensee undertakes not to directly or  indirectly  infringe  the
18435intellectual property rights of the Holder and/or Contributors and to  take,
18436where applicable, vis-à-vis its staff,  any  or  all  measures  required  to
18437ensure respect for said intellectual property rights of  the  Holder  and/or
18438Contributors.
18439
18440
18441Article 7  - RELATED SERVICES
18442-----------------------------
18443
18444
184457.1. Under no circumstances shall  the  Agreement  oblige  the  Licensor  to
18446provide technical assistance or maintenance services for the Software.
18447
18448However, the Licensor is entitled to offer  this  type  of  service. The
18449terms  and  conditions  of  such  technical  assistance,  and/or   such
18450maintenance, shall then be set forth in  a  separate  instrument.  Only  the
18451Licensor offering said  maintenance  and/or  technical  assistance  services
18452shall incur liability therefor.
18453
184547.2. Similarly, any or all Licensor  shall  be  entitled  to  offer  to  its
18455Licensees, under its own responsibility, a  warranty,  that  shall  only  be
18456binding upon itself, for the  redistribution  of  the  Software  and/or  the
18457Modified Software, under terms and conditions  that  it  shall  decide  upon
18458itself. Said warranty,  and  the  financial  terms  and  conditions  of  its
18459application, shall be subject to a separate instrument executed between  the
18460Licensor and the Licensee.
18461
18462
18463Article 8  - LIABILITY
18464----------------------
18465
18466
184678.1. Subject to the provisions of Article 8.2, should the Licensor  fail  to
18468fulfill all or part of its obligations  hereunder,  the  Licensee  shall  be
18469entitled to claim compensation for the direct loss suffered  as a result of
18470a fault on the part of the Licensor, subject to providing evidence of it.
18471
184728.2. The Licensor''s liability is limited to the commitments made under  this
18473Licensing Agreement and shall not be incurred as a result ,  in  particular:
18474(i) of loss due the Licensee''s total  or  partial  failure  to  fulfill  its
18475obligations, (ii) direct or consequential loss due to the Software''s use  or
18476performance that  is  suffered  by  the  Licensee,  when  the  latter  is  a
18477professional  using  said  Software  for  professional  purposes  and  (iii)
18478consequential loss due to the Software''s use  or  performance.  The  Parties
18479expressly agree that any or all pecuniary or business  loss  (i.e.  loss  of
18480data, loss  of  profits,  operating  loss,  loss  of  customers  or  orders,
18481opportunity cost, any disturbance to business  activities)  or  any  or  all
18482legal proceedings instituted against the Licensee by a  third  party,  shall
18483constitute consequential loss and shall not provide entitlement  to  any  or
18484all compensation from the Licensor.
18485
18486
18487Article 9  - WARRANTY
18488---------------------
18489
18490
184919.1. The  Licensee  acknowledges  that  the  current  situation  as  regards
18492scientific and  technical  know-how  at  the  time  when  the  Software  was
18493distributed did not enable all possible uses to be tested and verified,  nor
18494for the presence of any or all faults to be detected. In this  respect,  the
18495Licensee''s attention has been drawn to the risks  associated  with  loading,
18496using, modifying and/or developing and reproducing  the  Software  that  are
18497reserved for experienced users.
18498
18499The Licensee shall be responsible for verifying, by any or  all  means,  the
18500product''s suitability for its requirements, its due and proper  functioning,
18501and for ensuring that it  shall  not  cause  damage  to  either  persons  or
18502property.
18503
185049.2. The Licensor hereby represents, in good faith, that it is  entitled  to
18505grant all the rights on the  Software (including in  particular  the  rights
18506set forth in Article 5 hereof over the Software).
18507
185089.3. The Licensee acknowledges that the Software is supplied "as is" by  the
18509Licensor without any or all other express  or  tacit  warranty,  other  than
18510that provided for in Article 9.2 and, in  particular,  without  any  or  all
18511warranty as to its market  value,  its  secured,  innovative  or  relevant
18512nature.
18513
18514Specifically, the Licensor does not warrant that the Software is  free  from
18515any or all error, that it shall  operate  continuously,  that  it  shall  be
18516compatible  with   the   Licensee''s   own   equipment   and   its   software
18517configuration, nor that it shall meet the Licensee''s requirements.
18518
185199.4. The Licensor does not either expressly  or  tacitly  warrant  that  the
18520Software does not  infringe  any  or  all  third  party  intellectual  right
18521relating to a patent, software or  to  any  or  all  other  property  right.
18522Moreover, the Licensor shall not hold the Licensee harmless against  any  or
18523all proceedings for infringement that may be instituted in  respect  of  the
18524use, modification and redistribution of the Software.  Nevertheless,  should
18525such proceedings be instituted against  the  Licensee,  the  Licensor  shall
18526provide it with  technical  and  legal  assistance  for  its  defense.  Such
18527technical and legal assistance shall  be  decided  upon  on  a  case-by-case
18528basis  between  the  relevant  Licensor  and  the  Licensee  pursuant  to  a
18529memorandum of understanding. The Licensor disclaims any or all liability  as
18530regards the Licensee''s use of the Software''s  name.  No  warranty  shall  be
18531provided as regards the existence of prior  rights  over  the  name  of  the
18532Software and as regards the existence of a trademark.
18533
18534
18535Article 10  - TERMINATION
18536-------------------------
18537
18538
1853910.1. In  the  event  of  a  breach  by  the  Licensee  of  its  obligations
18540hereunder, the Licensor may automatically terminate  this  Agreement  thirty
18541(30) days after notice has been  sent  to  the  Licensee  and  has  remained
18542ineffective.
18543
1854410.2. The  Licensee  whose  Agreement  is  terminated  shall  no  longer  be
18545authorized to use, modify or distribute the Software. However,  any  or  all
18546licenses that it may have granted prior to  termination  of  the  Agreement
18547shall remain valid subject to their having been granted in  compliance  with
18548the terms and conditions hereof.
18549
18550
18551Article 11  - MISCELLANEOUS PROVISIONS
18552--------------------------------------
18553
18554
1855511.1. EXCUSABLE EVENTS
18556
18557Neither Party shall be liable for any or all delay, or  failure  to  perform
18558the Agreement, that may be attributable to an event  of  force  majeure,  an
18559act of God or an outside cause, such as, notably, defective functioning,  or
18560interruptions affecting  the  electricity  or  telecommunications  networks,
18561blocking of the network following a virus attack, the  intervention  of  the
18562government authorities, natural disasters, water damage, earthquakes,  fire,
18563explosions, strikes and labor unrest, war, etc.
18564
1856511.2. The fact that either Party may fail, on one or several  occasions,  to
18566invoke  one  or  several  of  the  provisions   hereof,   shall   under   no
18567circumstances be interpreted as being a waiver by the  interested  Party  of
18568its entitlement to invoke said provision(s) subsequently.
18569
1857011.3. The Agreement cancels and replaces  any  or  all  previous  agreement,
18571whether written or oral, between the Parties and having  the  same  purpose,
18572and  constitutes  the  entirety  of  the  agreement  between  said   Parties
18573concerning said purpose. No supplement or  modification  to  the  terms  and
18574conditions hereof shall be effective as regards the  Parties  unless  it  is
18575made in writing and signed by their duly authorized representatives.
18576
1857711.4. In the event that one or several of  the  provisions  hereof  were  to
18578conflict with a current or future applicable act or legislative  text,  said
18579act or legislative text shall take precedence, and the  Parties  shall  make
18580the necessary amendments so  as  to  be  in  compliance  with  said  act  or
18581legislative  text.  All  the  other  provisions  shall   remain   effective.
18582Similarly, the fact that a provision of  the  Agreement  may   be  null  and
18583void, for any reason whatsoever, shall not cause the Agreement  as  a  whole
18584to be null and void.
18585
1858611.5. LANGUAGE
18587
18588The Agreement is drafted in both French and  English.  In  the  event  of  a
18589conflict as  regards  construction,  the  French  version  shall  be  deemed
18590authentic.
18591
18592
18593Article 12  - NEW VERSIONS OF THE AGREEMENT
18594-------------------------------------------
18595
18596
1859712.1. Any or all person is authorized to duplicate and distribute copies  of
18598this Agreement.
18599
1860012.2. So as to ensure coherence, the wording of this Agreement is  protected
18601and may only be modified by the authors of the  License,  that  reserve  the
18602right to periodically publish updates or  new  versions  of  the  Agreement,
18603each with a separate number. These subsequent versions may address new issues
18604encountered by Free Software.
18605
1860612.3. Any  or  all  Software  distributed  under  a  given  version  of  the
18607Agreement may only be subsequently distributed under  the  same  version  of
18608the Agreement, or  a  subsequent  version,  subject  to  the  provisions  of
18609article 5.3.4.
18610
18611
18612Article 13 - GOVERNING LAW AND JURISDICTION
18613-------------------------------------------
18614
18615
1861613.1. The Agreement is  governed  by  French  law.   The  Parties  agree  to
18617endeavor to settle the disagreements or disputes that may arise  during  the
18618performance of the Agreement out-of-court.
18619
1862013.2. In the absence of an out-of-court settlement within two (2) months  as
18621from their occurrence, and unless emergency proceedings are  necessary,  the
18622disagreements or disputes shall be  referred  to  the  Paris  Courts  having
18623jurisdiction, by the first Party to take action.
18624
18625
18626                                                   Version 1.1 of 10/26/2004
18627
18628
18629
18630
18631
18632
18633
18634
18635
18636', 'http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.txt', NULL, NULL, NULL, 'CeCILL License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, '2ef6443e7f7f6a6ce51926d6bc7aa493', 1, NULL);
18637INSERT INTO license_ref VALUES (341, 'Comtrol', 'COMTROL CORPORATION ON THE WORLD WIDE WEB IS PROVIDED SUBJECT TO THE FOLLOWING TERMS AND CONDITIONS:
18638
18639
18640These Terms and Conditions shall be governed by and construed in accordance with the law of the United States of America.
18641
18642USAGE OF THIS WEB SITE IMPLYS ACCEPTANCE IN FULL OF THESE TERMS AND GUIDELINES.
18643
18644
18645This Web Site and the information, names, images, pictures, logos and icons regarding or relating to Comtrol Corporation and its affiliates, products and services is provided "AS IS" and on an "AS AVAILABLE" basis without any representation or endorsement made and without warranty of any kind, whether expressed or implied, including, but not limited to the implied warranties of merchantability, fitness for a particular purpose or non-infringement. In no event shall Comtrol Corporation or its subsidiaries, affiliates, contractors or respective employees, be liable for any damages, including without limitation, special, indirect or consequential damages, or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with the use or performance of this Web Site.
18646
18647
18648This Web Site may include publications with technical inaccuracies or typographical errors that will be corrected as they are discovered at Comtrol Corporation''s sole discretion. Also, changes are periodically added to the information contained herein. These corrections and changes may be incorporated into this Web Site at a late date. Comtrol Corporation may at any time make modifications, improvements and/or changes to these Terms and Conditions, the information, names, images, pictures, logos and icons described in this publication or the products and services referred to within, with or without notice. As the Internet is maintained independently at thousands of sites around the world, the information, names, images, pictures, logos and icons that may be accessed may originate outside the boundaries of Comtrol Corporation''s Web Site. Therefore, Comtrol Corporation excludes any obligation or responsibility regarding any content derived, obtained, accessed within, through or outside Comtrol Corporation''s own Web Site.
18649
18650Information contained on this Web site is based on Comtrol product comparisons, pricing, or other information that is believed accurate as of the date this information was published to the Web site. Comtrol encourages all customers to verify the information presented here for accuracy as of the date referenced on that particular Web page.
18651
18652
18653You may not modify, copy, distribute, transmit, display, perform, reproduce, publish, license, create derivative works from, transfer, or sell any information, software, products, or services obtained from this Web site.
18654
18655
18656Permission to use documents (such as white papers, press releases, data sheets, and FAQs) is granted, provided that (1) the below copyright notice appears in all copies and that both the copyright notice and this permission notice appear, (2) use of such documents is for informational purposes only and will not appear on any network computer or broadcast in any media, and (3) no modifications of any documents are made without the express written consent of Comtrol Corporation.
18657
18658Accredited educational institutions may download and reproduce documents for classroom distribution. Distribution outside the classroom requires the express written permission of Comtrol Corporation.
18659
18660Use for any other purpose is expressly prohibited by law, and may result in severe civil and criminal penalties. Violators will be prosecuted to the maximum extent possible.
18661
18662Elements of the Comtrol.com Web site or any other Comtrol owned, operated, licensed or controlled site (including, but not limited to: DeviceMaster.com and RocketPort.com). Elements of Comtrol Web sites are protected by trade dress, trademark, unfair competition, and other laws and may not be copied or imitated in whole or in part. No logo, graphic, sound, or image from ANY Comtrol Web site may be copied or retransmitted unless expressly permitted by Comtrol Corporation.
18663
18664
18665Any licensed software available from, or represented on, this Web site is the copyrighted work of Comtrol Corporation and/or its suppliers. Use of the software is governed by the terms of the license agreement, if any, which accompanies, is included with, or proceeds in way of written contract for purchase of the software. An end user will be unable to install any software that is governed by a license agreement, unless he or she first agrees to the license agreement terms.
18666
18667
18668Comtrol offers some product enhancements, available for download to extend the usefulness of limited products that have already been purchased. These downloads, including hardware drivers, patches to firmware, drivers, or other software, are offered with no warranty and may be available for limited, undetermined periods of time. While some additional drivers and enhancements are offered, no guarantee is made that any hardware or software products will be forward compatible beyond what is available at the time of purchase. Some enhancements may be offered free of charge, others may require licensed purchase, and others may require the purchase of new products to ensure compatibility in the current environment.
18669
18670
18671As a condition of your use of Comtrol Web sites, you will not use these pages or sites for any purpose that is illegal or prohibited by these terms, conditions, guidelines, or as otherwise prohibited by statute. You may not use these sites and materials herein in any manner that could damage, disable, overburden, or in any way impair Comtrol servers or equipment, or interfere with any other party''s use of these Web sites.
18672
18673You may not attempt to gain unauthorized access to Comtrol resources including accounts, computer systems, or networks connected to any Comtrol server through hacking, password mining or any other means. You may not attempt to gain access to any other materials not intended to be available through Comtrol Web sites.
18674
18675
18676Comtrol provides links to third party Web sites solely for the convenience of the user and is not responsible for the content and any link contained within any linked site, or any changes or updates to such sites. A link from Comtrol''s Web sites does not imply endorsement of such sites.
18677
18678Consideration for the addition of a link to a Comtrol site should be addressed to info@comtrol.com, but no guarantees as the acceptance of a request are made, and if a request is not accepted, Comtrol reserves the right to withhold any reason for denial.
18679
18680
18681Comtrol Corporation provides access to Comtrol Corporation international data and, therefore, may contain references or cross references to Comtrol Corporation products and services that are not (readily) available in any particular country. Such reference does not imply that Comtrol Corporation in your country intends to market such products or services. All actions resulting from a search of this data must be related to solutions using only products and services announced by Comtrol Corporation in your country.
18682
18683The names, images, logos and pictures identifying Comtrol Corporation products and services in many countries are proprietary marks of Comtrol Corporation and/or its subsidiaries or affiliates ("Comtrol Corporation"). Nothing contained herein shall be construed as conferring by implication, estoppel or otherwise any license or right under any patent or trademark of Comtrol Corporation or any third party. Except as expressly provided above, nothing contained herein shall be construed as conferring any license or right under Comtrol Corporation copyright or other intellectual property rights.', 'http://www.comtrol.com/pub/en/terms-of-use/', NULL, NULL, NULL, 'Comtrol User License', NULL, NULL, NULL, '', NULL, false, false, false, 'ca406610b90d5b5456bd2f79fe8a0e3d', 1, NULL);
18684INSERT INTO license_ref VALUES (287, 'MPL-EULA-1.1', 'MOZILLA FIREFOX END-USER SOFTWARE LICENSE AGREEMENT
18685Version 1.1
18686
18687A SOURCE CODE VERSION OF CERTAIN FIREFOX BROWSER FUNCTIONALITY THAT YOU MAY USE, MODIFY AND DISTRIBUTE IS AVAILABLE TO YOU FREE-OF-CHARGE FROM WWW.MOZILLA.ORG UNDER THE MOZILLA PUBLIC LICENSE and other open source software licenses.
18688
18689The accompanying executable code version of Mozilla Firefox and related documentation (the "Product") is made available to you under the terms of this MOZILLA FIREFOX END-USER SOFTWARE LICENSE AGREEMENT (THE "AGREEMENT"). BY CLICKING THE "ACCEPT" BUTTON, OR BY INSTALLING OR USING THE MOZILLA FIREFOX BROWSER, YOU ARE CONSENTING TO BE BOUND BY THE AGREEMENT. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, DO NOT CLICK THE "ACCEPT" BUTTON, AND DO NOT INSTALL OR USE ANY PART OF THE MOZILLA FIREFOX BROWSER.
18690
18691DURING THE MOZILLA FIREFOX INSTALLATION PROCESS, AND AT LATER TIMES, YOU MAY BE GIVEN THE OPTION OF INSTALLING ADDITIONAL COMPONENTS FROM THIRD-PARTY SOFTWARE PROVIDERS. THE INSTALLATION AND USE OF THOSE THIRD-PARTY COMPONENTS MAY BE GOVERNED BY ADDITIONAL LICENSE AGREEMENTS.
18692
186931. LICENSE GRANT. The Mozilla Corporation grants you a non-exclusive license to use the executable code version of the Product. This Agreement will also govern any software upgrades provided by Mozilla that replace and/or supplement the original Product, unless such upgrades are accompanied by a separate license, in which case the terms of that license will govern.
18694
186952. TERMINATION. If you breach this Agreement your right to use the Product will terminate immediately and without notice, but all provisions of this Agreement except the License Grant (Paragraph 1) will survive termination and continue in effect. Upon termination, you must destroy all copies of the Product.
18696
186973. PROPRIETARY RIGHTS. Portions of the Product are available in source code form under the terms of the Mozilla Public License and other open source licenses (collectively, "Open Source Licenses") at http://www.mozilla.org. Nothing in this Agreement will be construed to limit any rights granted under the Open Source Licenses. Subject to the foregoing, Mozilla, for itself and on behalf of its licensors, hereby reserves all intellectual property rights in the Product, except for the rights expressly granted in this Agreement. You may not remove or alter any trademark, logo, copyright or other proprietary notice in or on the Product. This license does not grant you any right to use the trademarks, service marks or logos of Mozilla or its licensors.
18698
186994. DISCLAIMER OF WARRANTY. THE PRODUCT IS PROVIDED "AS IS" WITH ALL FAULTS. TO THE EXTENT PERMITTED BY LAW, MOZILLA AND MOZILLA''S DISTRIBUTORS, LICENSORS HEREBY DISCLAIM ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES THAT THE PRODUCT IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE AND NON-INFRINGING. YOU BEAR ENTIRE RISK AS TO SELECTING THE PRODUCT FOR YOUR PURPOSES AND AS TO THE QUALITY AND PERFORMANCE OF THE PRODUCT. THIS LIMITATION WILL APPLY NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF IMPLIED WARRANTIES, SO THIS DISCLAIMER MAY NOT APPLY TO YOU.
18700
187015. LIMITATION OF LIABILITY. EXCEPT AS REQUIRED BY LAW, MOZILLA AND ITS DISTRIBUTORS, DIRECTORS, LICENSORS, CONTRIBUTORS AND AGENTS (COLLECTIVELY, THE "MOZILLA GROUP") WILL NOT BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES ARISING OUT OF OR IN ANY WAY RELATING TO THIS AGREEMENT OR THE USE OF OR INABILITY TO USE THE PRODUCT, INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, LOST PROFITS, LOSS OF DATA, AND COMPUTER FAILURE OR MALFUNCTION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND REGARDLESS OF THE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH SUCH CLAIM IS BASED. THE MOZILLA GROUP''S COLLECTIVE LIABILITY UNDER THIS AGREEMENT WILL NOT EXCEED THE GREATER OF $500 (FIVE HUNDRED DOLLARS) AND THE FEES PAID BY YOU UNDER THIS LICENSE (IF ANY). SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL, CONSEQUENTIAL OR SPECIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
18702
187036. EXPORT CONTROLS. This license is subject to all applicable export restrictions. You must comply with all export and import laws and restrictions and regulations of any United States or foreign agency or authority relating to the Product and its use.
18704
187057. U.S. GOVERNMENT END-USERS. The Product is a "commercial item," as that term is defined in 48 C.F.R. 2.101, consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995) and 48 C.F.R. 227.7202 (June 1995). Consistent with 48 C.F.R. 12.212, 48 C.F.R. 27.405(b)(2) (June 1998) and 48 C.F.R. 227.7202, all U.S. Government End Users acquire the Product with only those rights as set forth herein.
18706
187078. MISCELLANEOUS. (a) This Agreement constitutes the entire agreement between Mozilla and you concerning the subject matter hereof, and it may only be modified by a written amendment signed by an authorized executive of Mozilla. (b) Except to the extent applicable law, if any, provides otherwise, this Agreement will be governed by the laws of the state of California, U.S.A., excluding its conflict of law provisions. (c) This Agreement will not be governed by the United Nations Convention on Contracts for the International Sale of Goods. (d) If any part of this Agreement is held invalid or unenforceable, that part will be construed to reflect the parties'' original intent, and the remaining portions will remain in full force and effect. (e) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach thereof. (f) Except as required by law, the controlling language of this Agreement is English. (g) You may assign your rights under this Agreement to any party that consents to, and agrees to be bound by, its terms; the Mozilla Corporation may assign its rights under this Agreement without condition. (h) This Agreement will be binding upon and will inure to the benefit of the parties, their successors and permitted assigns.', 'http://www.mozilla.com/en-US/legal/eula/firefox-en.txt', NULL, NULL, NULL, 'Mozilla Firefox EULA 1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'cd0b0420f0ab9b6b5dcd0549166000dd', 1, NULL);
18708INSERT INTO license_ref VALUES (378, 'FAL-1.3', 'Free Art License 1.3
18709
18710
18711[ Copyleft Attitude ]
18712
18713Free Art License 1.3 (FAL 1.3)
18714
18715Preamble
18716
18717The Free Art License grants the right to freely copy, distribute, and transform creative works without infringing the author''s rights.
18718
18719The Free Art License recognizes and protects these rights. Their implementation has been reformulated in order to allow everyone to use creations of the human mind in a creative manner, regardless of their types and ways of expression.
18720
18721While the public''s access to creations of the human mind usually is restricted by the implementation of copyright law, it is favoured by the Free Art License. This license intends to allow the use of a work’s resources; to establish new conditions for creating in order to increase creation opportunities. The Free Art License grants the right to use a work, and acknowledges the right holder’s and the user’s rights and responsibility.
18722
18723The invention and development of digital technologies, Internet and Free Software have changed creation methods: creations of the human mind can obviously be distributed, exchanged, and transformed. They allow to produce common works to which everyone can contribute to the benefit of all.
18724
18725The main rationale for this Free Art License is to promote and protect these creations of the human mind according to the principles of copyleft: freedom to use, copy, distribute, transform, and prohibition of exclusive appropriation.
18726
18727Definitions
18728
18729“work” either means the initial work, the subsequent works or the common work as defined hereafter:
18730
18731“common work” means a work composed of the initial work and all subsequent contributions to it (originals and copies). The initial author is the one who, by choosing this license, defines the conditions under which contributions are made.
18732
18733“Initial work” means the work created by the initiator of the common work (as defined above), the copies of which can be modified by whoever wants to
18734
18735“Subsequent works” means the contributions made by authors who participate in the evolution of the common work by exercising the rights to reproduce, distribute, and modify that are granted by the license.
18736
18737“Originals” (sources or resources of the work) means all copies of either the initial work or any subsequent work mentioning a date and used by their author(s) as references for any subsequent updates, interpretations, copies or reproductions.
18738
18739“Copy” means any reproduction of an original as defined by this license.
18740
187411. OBJECT
18742The aim of this license is to define the conditions under which one can use this work freely.
18743
187442. SCOPE
18745This work is subject to copyright law. Through this license its author specifies the extent to which you can copy, distribute, and modify it.
18746
187472.1 FREEDOM TO COPY (OR TO MAKE REPRODUCTIONS)
18748You have the right to copy this work for yourself, your friends or any other person, whatever the technique used.
18749
187502.2 FREEDOM TO DISTRIBUTE, TO PERFORM IN PUBLIC
18751You have the right to distribute copies of this work; whether modified or not, whatever the medium and the place, with or without any charge, provided that you:
18752attach this license without any modification to the copies of this work or indicate precisely where the license can be found,
18753specify to the recipient the names of the author(s) of the originals, including yours if you have modified the work,
18754specify to the recipient where to access the originals (either initial or subsequent).
18755The authors of the originals may, if they wish to, give you the right to distribute the originals under the same conditions as the copies.
18756
187572.3 FREEDOM TO MODIFY
18758You have the right to modify copies of the originals (whether initial or subsequent) provided you comply with the following conditions:
18759all conditions in article 2.2 above, if you distribute modified copies;
18760indicate that the work has been modified and, if it is possible, what kind of modifications have been made;
18761distribute the subsequent work under the same license or any compatible license.
18762The author(s) of the original work may give you the right to modify it under the same conditions as the copies.
18763
187643. RELATED RIGHTS
18765Activities giving rise to author’s rights and related rights shall not challenge the rights granted by this license.
18766For example, this is the reason why performances must be subject to the same license or a compatible license. Similarly, integrating the work in a database, a compilation or an anthology shall not prevent anyone from using the work under the same conditions as those defined in this license.
18767
187684. INCORPORATION OF THE WORK
18769Incorporating this work into a larger work that is not subject to the Free Art License shall not challenge the rights granted by this license.
18770If the work can no longer be accessed apart from the larger work in which it is incorporated, then incorporation shall only be allowed under the condition that the larger work is subject either to the Free Art License or a compatible license.
18771
187725. COMPATIBILITY
18773A license is compatible with the Free Art License provided:
18774it gives the right to copy, distribute, and modify copies of the work including for commercial purposes and without any other restrictions than those required by the respect of the other compatibility criteria;
18775it ensures proper attribution of the work to its authors and access to previous versions of the work when possible;
18776it recognizes the Free Art License as compatible (reciprocity);
18777it requires that changes made to the work be subject to the same license or to a license which also meets these compatibility criteria.
18778
187796. YOUR INTELLECTUAL RIGHTS
18780This license does not aim at denying your author''s rights in your contribution or any related right. By choosing to contribute to the development of this common work, you only agree to grant others the same rights with regard to your contribution as those you were granted by this license. Conferring these rights does not mean you have to give up your intellectual rights.
18781
187827. YOUR RESPONSIBILITIES
18783The freedom to use the work as defined by the Free Art License (right to copy, distribute, modify) implies that everyone is responsible for their own actions.
18784
187858. DURATION OF THE LICENSE
18786This license takes effect as of your acceptance of its terms. The act of copying, distributing, or modifying the work constitutes a tacit agreement. This license will remain in effect for as long as the copyright which is attached to the work. If you do not respect the terms of this license, you automatically lose the rights that it confers.
18787If the legal status or legislation to which you are subject makes it impossible for you to respect the terms of this license, you may not make use of the rights which it confers.
18788
187899. VARIOUS VERSIONS OF THE LICENSE
18790This license may undergo periodic modifications to incorporate improvements by its authors (instigators of the “Copyleft Attitude” movement) by way of new, numbered versions.
18791You will always have the choice of accepting the terms contained in the version under which the copy of the work was distributed to you, or alternatively, to use the provisions of one of the subsequent versions.
18792
1879310. SUB-LICENSING
18794Sub-licenses are not authorized by this license. Any person wishing to make use of the rights that it confers will be directly bound to the authors of the common work.
18795
1879611. LEGAL FRAMEWORK
18797This license is written with respect to both French law and the Berne Convention for the Protection of Literary and Artistic Works.
18798
18799USER GUIDE
18800
18801- How to use the Free Art License?
18802To benefit from the Free Art License, you only need to mention the following elements on your work:
18803[Name of the author, title, date of the work. When applicable, names of authors of the common work and, if possible, where to find the originals].
18804Copyleft: This is a free work, you can copy, distribute, and modify it under the terms of the Free Art License http://artlibre.org/licence/lal/en/
18805
18806- Why to use the Free Art License?
188071.To give the greatest number of people access to your work.
188082.To allow it to be distributed freely.
188093.To allow it to evolve by allowing its copy, distribution, and transformation by others.
188104.So that you benefit from the resources of a work when it is under the Free Art License: to be able to copy, distribute or transform it freely.
188115.But also, because the Free Art License offers a legal framework to disallow any misappropriation. It is forbidden to take hold of your work and bypass the creative process for one''s exclusive possession.
18812
18813- When to use the Free Art License?
18814Any time you want to benefit and make others benefit from the right to copy, distribute and transform creative works without any exclusive appropriation, you should use the Free Art License. You can for example use it for scientific, artistic or educational projects.
18815
18816- What kinds of works can be subject to the Free Art License?
18817The Free Art License can be applied to digital as well as physical works.
18818You can choose to apply the Free Art License on any text, picture, sound, gesture, or whatever sort of stuff on which you have sufficient author''s rights.
18819
18820- Historical background of this license:
18821It is the result of observing, using and creating digital technologies, free software, the Internet and art. It arose from the “Copyleft Attitude” meetings which took place in Paris in 2000. For the first time, these meetings brought together members of the Free Software community, artists, and members of the art world. The goal was to adapt the principles of Copyleft and free software to all sorts of creations. http://www.artlibre.org
18822
18823Copyleft Attitude, 2007.
18824You can make reproductions and distribute this license verbatim (without any changes).
18825
18826Translation : Jonathan Clarke, Benjamin Jean, Griselda Jung, Fanny Mourguet, Antoine Pitrou.
18827Thanks to framalang.org', 'http://artlibre.org/licence/lal/en', NULL, NULL, NULL, 'Free Art License 1.3', NULL, NULL, NULL, '', NULL, false, false, false, '3ad29fc0f6047bc25844577b0cd802d7', 1, NULL);
18828INSERT INTO license_ref VALUES (321, 'NOSL', 'Netizen Open Source License
18829Version 1.0
18830---------------
188311. Definitions.
18832
188331.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party.
188341.1. "Contributor" means each entity that creates or contributes to the creation of Modifications.
188351.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
188361.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
188371.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data.
188381.5. "Executable" means Covered Code in any form other than Source Code.
188391.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
188401.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
188411.8. "License" means this document.
188421.8.1. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
188431.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
18844A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
18845B. Any new file that contains any part of the Original Code or previous Modifications.
188461.10. "Original Code" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
188471.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.
188481.11. "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
188491.12. "You" (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
188502. Source Code License.
188512.1. The Initial Developer Grant. The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
18852(a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and
18853(b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof).
18854(c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.
18855(d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.
188562.2. Contributor Grant.
18857Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license
18858(a) under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and
18859(b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).
18860(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code.
18861(d) Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.
188623. Distribution Obligations.
188633.1. Application of License. The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients'' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
188643.2. Availability of Source Code. Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
188653.3. Description of Modifications. You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
188663.4. Intellectual Property Matters
18867(a) Third Party Claims.
18868If Contributor has knowledge that a license under a third party''s intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
18869(b) Contributor APIs.
18870If Contributor''s Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.
18871(c) Representations.
18872Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor''s Modifications are Contributor''s original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License.
188733.5. Required Notices.
18874You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients'' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
188753.6. Distribution of Executable Versions.
18876You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients'' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient''s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
188773.7. Larger Works.
18878You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code. 4. Inability to Comply Due to Statute or Regulation.
18879If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
188805. Application of this License.
18881This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.
188826. Versions of the License.
188836.1. New Versions.
18884Netizen Pty Ltd ("Netizen ") may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
188856.2. Effect of New Versions.
18886Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netizen. No one other than Netizen has the right to modify the terms applicable to Covered Code created under this License.
188876.3. Derivative Works.
18888If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases "Netizen", "NOSL" or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the Netizen Open Source License and Xen Open Source License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
188897. DISCLAIMER OF WARRANTY.
18890COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
188917.1 To the extent permitted by law and except as expressly provided to the contrary in this Agreement, all warranties whether express, implied, statutory or otherwise, relating in any way to the subject matter of this Agreement or to this Agreement generally, are excluded. Where legislation implies in this Agreement any condition or warranty and that legislation avoids or prohibits provisions in a contract excluding or modifying the application of or the exercise of or liability under such term, such term shall be deemed to be included in this Agreement. However, the liability of Supplier for any breach of such term shall be limited, at the option of Supplier, to any one or more of the following: if the breach related to goods: the replacement of the goods or the supply of equivalent goods; the repair of such goods; the payment of the cost of replacing the goods or of acquiring equivalent goods; or the payment of the cost of having the goods repaired; and if the breach relates to services the supplying of the services again; or the payment of the cost of having the services supplied again.
188928. TERMINATION.
188938.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
188948.2. If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant") alleging that:
18895(a) such Participant''s Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.
18896(b) any software, hardware, or device, other than such Participant''s Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.
188978.3. If You assert a patent infringement claim against Participant alleging that such Participant''s Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
188988.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.
188999. LIMITATION OF LIABILITY.
18900UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
1890110. U.S. GOVERNMENT END USERS.
18902The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
1890311. MISCELLANEOUS.
18904This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
18905This Agreement shall be governed by and construed according to the law of the State of Victoria. The parties irrevocably submit to the exclusive jurisdiction of the Courts of Victoria and Australia and any Courts hearing appeals from such Courts. This Agreement is deemed to have been made in Victoria.
18906The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
1890712. RESPONSIBILITY FOR CLAIMS.
18908As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
1890913. MULTIPLE-LICENSED CODE.
18910Initial Developer may designate portions of the Covered Code as "Multiple-Licensed". "Multiple-Licensed" means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the NPL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.
18911EXHIBIT A - Netizen Open Source License
18912``The contents of this file are subject to the Netizen Open Source License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://netizen.com.au/licenses/NOPL/
18913Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
18914The Original Code is ______________________________________.
18915The Initial Developer of the Original Code is ________________________. Portions created by ______________________ are Copyright (C) ______ _______________________. All Rights Reserved.
18916Contributor(s): ______________________________________.
18917Alternatively, the contents of this file may be used under the terms of the _____ license (the "[___] License"), in which case the provisions of [______] License are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the NOSL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the NOSL or the [___] License."
18918[NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.]', 'http://bits.netizen.com.au/licenses/NOSL/nosl.txt', NULL, NULL, NULL, 'Netizen Open Source License', NULL, NULL, NULL, '', NULL, false, false, false, 'e677df9b949330518a3e9886cf5572ef', 1, NULL);
18919INSERT INTO license_ref VALUES (14, 'Python-2.0', 'PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
18920--------------------------------------------
18921
189221. This LICENSE AGREEMENT is between the Python Software Foundation
18923("PSF"), and the Individual or Organization ("Licensee") accessing and
18924otherwise using this software ("Python") in source or binary form and
18925its associated documentation.
18926
189272. Subject to the terms and conditions of this License Agreement, PSF
18928hereby grants Licensee a nonexclusive, royalty-free, world-wide
18929license to reproduce, analyze, test, perform and/or display publicly,
18930prepare derivative works, distribute, and otherwise use Python
18931alone or in any derivative version, provided, however, that PSF''s
18932License Agreement and PSF''s notice of copyright, i.e., "Copyright (c)
189332001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
18934Reserved" are retained in Python alone or in any derivative version
18935prepared by Licensee.
18936
189373. In the event Licensee prepares a derivative work that is based on
18938or incorporates Python or any part thereof, and wants to make
18939the derivative work available to others as provided herein, then
18940Licensee hereby agrees to include in any such work a brief summary of
18941the changes made to Python.
18942
189434. PSF is making Python available to Licensee on an "AS IS"
18944basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
18945IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
18946DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
18947FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
18948INFRINGE ANY THIRD PARTY RIGHTS.
18949
189505. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
18951FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
18952A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
18953OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
18954
189556. This License Agreement will automatically terminate upon a material
18956breach of its terms and conditions.
18957
189587. Nothing in this License Agreement shall be deemed to create any
18959relationship of agency, partnership, or joint venture between PSF and
18960Licensee. This License Agreement does not grant permission to use PSF
18961trademarks or trade name in a trademark sense to endorse or promote
18962products or services of Licensee, or any third party.
18963
189648. By copying, installing or otherwise using Python, Licensee
18965agrees to be bound by the terms and conditions of this License
18966Agreement.
18967
18968BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
18969-------------------------------------------
18970
18971BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
18972
189731. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
18974office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
18975Individual or Organization ("Licensee") accessing and otherwise using
18976this software in source or binary form and its associated
18977documentation ("the Software").
18978
189792. Subject to the terms and conditions of this BeOpen Python License
18980Agreement, BeOpen hereby grants Licensee a non-exclusive,
18981royalty-free, world-wide license to reproduce, analyze, test, perform
18982and/or display publicly, prepare derivative works, distribute, and
18983otherwise use the Software alone or in any derivative version,
18984provided, however, that the BeOpen Python License is retained in the
18985Software, alone or in any derivative version prepared by Licensee.
18986
189873. BeOpen is making the Software available to Licensee on an "AS IS"
18988basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
18989IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
18990DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
18991FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
18992INFRINGE ANY THIRD PARTY RIGHTS.
18993
189944. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
18995SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
18996AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
18997DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
18998
189995. This License Agreement will automatically terminate upon a material
19000breach of its terms and conditions.
19001
190026. This License Agreement shall be governed by and interpreted in all
19003respects by the law of the State of California, excluding conflict of
19004law provisions. Nothing in this License Agreement shall be deemed to
19005create any relationship of agency, partnership, or joint venture
19006between BeOpen and Licensee. This License Agreement does not grant
19007permission to use BeOpen trademarks or trade names in a trademark
19008sense to endorse or promote products or services of Licensee, or any
19009third party. As an exception, the "BeOpen Python" logos available at
19010http://www.pythonlabs.com/logos.html may be used according to the
19011permissions granted on that web page.
19012
190137. By copying, installing or otherwise using the software, Licensee
19014agrees to be bound by the terms and conditions of this License
19015Agreement.
19016
19017CNRI OPEN SOURCE LICENSE AGREEMENT (for Python 1.6b1)
19018--------------------------------------------------
19019
19020IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY.
19021
19022BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING,
19023INSTALLING OR OTHERWISE USING PYTHON 1.6, beta 1 SOFTWARE, YOU ARE
19024DEEMED TO HAVE AGREED TO THE TERMS AND CONDITIONS OF THIS LICENSE
19025AGREEMENT.
19026
190271. This LICENSE AGREEMENT is between the Corporation for National
19028Research Initiatives, having an office at 1895 Preston White Drive,
19029Reston, VA 20191 ("CNRI"), and the Individual or Organization
19030("Licensee") accessing and otherwise using Python 1.6, beta 1
19031software in source or binary form and its associated documentation,
19032as released at the www.python.org Internet site on August 4, 2000
19033("Python 1.6b1").
19034
190352. Subject to the terms and conditions of this License Agreement, CNRI
19036hereby grants Licensee a non-exclusive, royalty-free, world-wide
19037license to reproduce, analyze, test, perform and/or display
19038publicly, prepare derivative works, distribute, and otherwise use
19039Python 1.6b1 alone or in any derivative version, provided, however,
19040that CNRIs License Agreement is retained in Python 1.6b1, alone or
19041in any derivative version prepared by Licensee.
19042
19043Alternately, in lieu of CNRIs License Agreement, Licensee may
19044substitute the following text (omitting the quotes): "Python 1.6,
19045beta 1, is made available subject to the terms and conditions in
19046CNRIs License Agreement. This Agreement may be located on the
19047Internet using the following unique, persistent identifier (known
19048as a handle): 1895.22/1011. This Agreement may also be obtained
19049from a proxy server on the Internet using the
19050URL:http://hdl.handle.net/1895.22/1011".
19051
190523. In the event Licensee prepares a derivative work that is based on
19053or incorporates Python 1.6b1 or any part thereof, and wants to make
19054the derivative work available to the public as provided herein,
19055then Licensee hereby agrees to indicate in any such work the nature
19056of the modifications made to Python 1.6b1.
19057
190584. CNRI is making Python 1.6b1 available to Licensee on an "AS IS"
19059basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
19060IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
19061DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR
19062FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6b1
19063WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
19064
190655. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
19066SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
19067LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1,
19068OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY
19069THEREOF.
19070
190716. This License Agreement will automatically terminate upon a material
19072breach of its terms and conditions.
19073
190747. This License Agreement shall be governed by and interpreted in all
19075respects by the law of the State of Virginia, excluding conflict of
19076law provisions. Nothing in this License Agreement shall be deemed
19077to create any relationship of agency, partnership, or joint venture
19078between CNRI and Licensee. This License Agreement does not grant
19079permission to use CNRI trademarks or trade name in a trademark
19080sense to endorse or promote products or services of Licensee, or
19081any third party.
19082
190838. By clicking on the "ACCEPT" button where indicated, or by copying,
19084installing or otherwise using Python 1.6b1, Licensee agrees to be
19085bound by the terms and conditions of this License Agreement.
19086
19087ACCEPT
19088
19089CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
19090--------------------------------------------------
19091
19092Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
19093The Netherlands. All rights reserved.
19094
19095Permission to use, copy, modify, and distribute this software and its
19096documentation for any purpose and without fee is hereby granted,
19097provided that the above copyright notice appear in all copies and that
19098both that copyright notice and this permission notice appear in
19099supporting documentation, and that the name of Stichting Mathematisch
19100Centrum or CWI not be used in advertising or publicity pertaining to
19101distribution of the software without specific, written prior
19102permission.
19103
19104STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
19105THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
19106FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
19107FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19108WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19109ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
19110OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ', 'http://www.opensource.org/licenses/Python-2.0', NULL, NULL, NULL, 'Python License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '2fb0fab23960f9f66bd747a8461667b7', 1, NULL);
19111INSERT INTO license_ref VALUES (452, 'ClArtistic', 'The Clarified Artistic License
19112
19113Preamble
19114
19115The intent of this document is to state the conditions under which a
19116Package may be copied, such that the Copyright Holder maintains some
19117semblance of artistic control over the development of the package,
19118while giving the users of the package the right to use and distribute
19119the Package in a more-or-less customary fashion, plus the right to make
19120reasonable modifications.
19121
19122Definitions:
19123
19124"Package" refers to the collection of files distributed by the
19125Copyright Holder, and derivatives of that collection of files
19126created through textual modification.
19127
19128"Standard Version" refers to such a Package if it has not been
19129modified, or has been modified in accordance with the wishes
19130of the Copyright Holder as specified below.
19131
19132"Copyright Holder" is whoever is named in the copyright or
19133copyrights for the package.
19134
19135"You" is you, if you''re thinking about copying or distributing
19136this Package.
19137
19138"Distribution fee" is a fee you charge for providing a copy
19139of this Package to another party.
19140
19141"Freely Available" means that no fee is charged for the right to
19142use the item, though there may be fees involved in handling the
19143item. It also means that recipients of the item may redistribute
19144it under the same conditions they received it.
19145
191461. You may make and give away verbatim copies of the source form of the
19147Standard Version of this Package without restriction, provided that you
19148duplicate all of the original copyright notices and associated disclaimers.
19149
191502. You may apply bug fixes, portability fixes and other modifications
19151derived from the Public Domain, or those made Freely Available, or from
19152the Copyright Holder. A Package modified in such a way shall still be
19153considered the Standard Version.
19154
191553. You may otherwise modify your copy of this Package in any way, provided
19156that you insert a prominent notice in each changed file stating how and
19157when you changed that file, and provided that you do at least ONE of the
19158following:
19159
19160a) place your modifications in the Public Domain or otherwise make them
19161Freely Available, such as by posting said modifications to Usenet or an
19162equivalent medium, or placing the modifications on a major network
19163archive site allowing unrestricted access to them, or by allowing the
19164Copyright Holder to include your modifications in the Standard Version
19165of the Package.
19166
19167b) use the modified Package only within your corporation or organization.
19168
19169c) rename any non-standard executables so the names do not conflict
19170with standard executables, which must also be provided, and provide
19171a separate manual page for each non-standard executable that clearly
19172documents how it differs from the Standard Version.
19173
19174d) make other distribution arrangements with the Copyright Holder.
19175
19176e) permit and encourge anyone who receives a copy of the modified Package
19177permission to make your modifications Freely Available
19178in some specific way.
19179
19180
191814. You may distribute the programs of this Package in object code or
19182executable form, provided that you do at least ONE of the following:
19183
19184a) distribute a Standard Version of the executables and library files,
19185together with instructions (in the manual page or equivalent) on where
19186to get the Standard Version.
19187
19188b) accompany the distribution with the machine-readable source of
19189the Package with your modifications.
19190
19191c) give non-standard executables non-standard names, and clearly
19192document the differences in manual pages (or equivalent), together
19193with instructions on where to get the Standard Version.
19194
19195d) make other distribution arrangements with the Copyright Holder.
19196
19197e) offer the machine-readable source of the Package, with your
19198modifications, by mail order.
19199
192005. You may charge a distribution fee for any distribution of this Package.
19201If you offer support for this Package, you may charge any fee you choose
19202for that support. You may not charge a license fee for the right to use
19203this Package itself. You may distribute this Package in aggregate with
19204other (possibly commercial and possibly nonfree) programs as part of a
19205larger (possibly commercial and possibly nonfree) software distribution,
19206and charge license fees for other parts of that software distribution,
19207provided that you do not advertise this Package as a product of your own.
19208If the Package includes an interpreter, You may embed this Package''s
19209interpreter within an executable of yours (by linking); this shall be
19210construed as a mere form of aggregation, provided that the complete
19211Standard Version of the interpreter is so embedded.
19212
192136. The scripts and library files supplied as input to or produced as
19214output from the programs of this Package do not automatically fall
19215under the copyright of this Package, but belong to whoever generated
19216them, and may be sold commercially, and may be aggregated with this
19217Package. If such scripts or library files are aggregated with this
19218Package via the so-called "undump" or "unexec" methods of producing a
19219binary executable image, then distribution of such an image shall
19220neither be construed as a distribution of this Package nor shall it
19221fall under the restrictions of Paragraphs 3 and 4, provided that you do
19222not represent such an executable image as a Standard Version of this
19223Package.
19224
192257. C subroutines (or comparably compiled subroutines in other
19226languages) supplied by you and linked into this Package in order to
19227emulate subroutines and variables of the language defined by this
19228Package shall not be considered part of this Package, but are the
19229equivalent of input as in Paragraph 6, provided these subroutines do
19230not change the language in any way that would cause it to fail the
19231regression tests for the language.
19232
192338. Aggregation of the Standard Version of the Package with a commercial
19234distribution is always permitted provided that the use of this Package
19235is embedded; that is, when no overt attempt is made to make this Package''s
19236interfaces visible to the end user of the commercial distribution.
19237Such use shall not be construed as a distribution of this Package.
19238
192399. The name of the Copyright Holder may not be used to endorse or promote
19240products derived from this software without specific prior written permission.
19241
1924210. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
19243IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
19244WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19245
19246The End', 'http://www.ncftp.com/ncftp/doc/LICENSE.txt', NULL, NULL, NULL, 'Clarified Artistic License', NULL, NULL, NULL, '', NULL, false, false, false, 'e90060810192c41c761d67bc1752fd8a', 1, NULL);
19247INSERT INTO license_ref VALUES (311, 'MIT', 'Permission is hereby granted, free of charge, to any person obtaining a copy
19248of this software and associated documentation files (the "Software"), to deal
19249in the Software without restriction, including without limitation the rights
19250to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19251copies of the Software, and to permit persons to whom the Software is
19252furnished to do so, subject to the following conditions:
19253
19254The above copyright notice and this permission notice shall be included in
19255all copies or substantial portions of the Software.
19256
19257THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19258IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19259FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19260AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19261LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19262OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19263THE SOFTWARE.', 'http://www.opensource.org/licenses/mit-license.php', NULL, NULL, NULL, 'MIT License', NULL, NULL, NULL, '', NULL, false, false, false, '583c04ac6173e375741b574a799211c2', 1, NULL);
19264INSERT INTO license_ref VALUES (312, 'MPL-1.1', 'Mozilla Public License Version 1.1
19265
192661. Definitions.
19267
192681.0.1. "Commercial Use"
19269means distribution or otherwise making the Covered Code available to a third party.
192701.1. "Contributor"
19271means each entity that creates or contributes to the creation of Modifications.
192721.2. "Contributor Version"
19273means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
192741.3. "Covered Code"
19275means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
192761.4. "Electronic Distribution Mechanism"
19277means a mechanism generally accepted in the software development community for the electronic transfer of data.
192781.5. "Executable"
19279means Covered Code in any form other than Source Code.
192801.6. "Initial Developer"
19281means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
192821.7. "Larger Work"
19283means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
192841.8. "License"
19285means this document.
192861.8.1. "Licensable"
19287means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
192881.9. "Modifications"
19289means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
19290Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
19291Any new file that contains any part of the Original Code or previous Modifications.
192921.10. "Original Code"
19293means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
192941.10.1. "Patent Claims"
19295means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.
192961.11. "Source Code"
19297means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
192981.12. "You" (or "Your")
19299means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
193002. Source Code License.
19301
193022.1. The Initial Developer Grant.
19303
19304The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
19305
19306under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and
19307under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof).
19308the licenses granted in this Section 2.1 (a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.
19309Notwithstanding Section 2.1 (b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.
193102.2. Contributor Grant.
19311
19312Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license
19313
19314under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and
19315under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).
19316the licenses granted in Sections 2.2 (a) and 2.2 (b) are effective on the date Contributor first makes Commercial Use of the Covered Code.
19317Notwithstanding Section 2.2 (b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.
193183. Distribution Obligations.
19319
193203.1. Application of License.
19321
19322The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients'' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
19323
193243.2. Availability of Source Code.
19325
19326Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
19327
193283.3. Description of Modifications.
19329
19330You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
19331
193323.4. Intellectual Property Matters
19333
19334(a) Third Party Claims
19335
19336If Contributor has knowledge that a license under a third party''s intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
19337
19338(b) Contributor APIs
19339
19340If Contributor''s Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.
19341
19342(c) Representations.
19343
19344Contributor represents that, except as disclosed pursuant to Section 3.4 (a) above, Contributor believes that Contributor''s Modifications are Contributor''s original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License.
19345
193463.5. Required Notices.
19347
19348You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients'' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
19349
193503.6. Distribution of Executable Versions.
19351
19352You may distribute Covered Code in Executable form only if the requirements of Sections 3.1, 3.2, 3.3, 3.4 and 3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients'' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient''s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
19353
193543.7. Larger Works.
19355
19356You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
19357
193584. Inability to Comply Due to Statute or Regulation.
19359
19360If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
19361
193625. Application of this License.
19363
19364This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.
19365
193666. Versions of the License.
19367
193686.1. New Versions
19369
19370Netscape Communications Corporation ("Netscape") may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
19371
193726.2. Effect of New Versions
19373
19374Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License.
19375
193766.3. Derivative Works
19377
19378If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", "MPL", "NPL" or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
19379
193807. DISCLAIMER OF WARRANTY
19381
19382COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
19383
193848. Termination
19385
193868.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
19387
193888.2. If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant") alleging that:
19389
19390such Participant''s Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.
19391any software, hardware, or device, other than such Participant''s Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.
193928.3. If You assert a patent infringement claim against Participant alleging that such Participant''s Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
19393
193948.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.
19395
193969. LIMITATION OF LIABILITY
19397
19398UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
19399
1940010. U.S. government end users
19401
19402The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
19403
1940411. Miscellaneous
19405
19406This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys'' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
19407
1940812. Responsibility for claims
19409
19410As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
19411
1941213. Multiple-licensed code
19413
19414Initial Developer may designate portions of the Covered Code as "Multiple-Licensed". "Multiple-Licensed" means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the MPL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.
19415
19416Exhibit A - Mozilla Public License.
19417
19418"The contents of this file are subject to the Mozilla Public License
19419Version 1.1 (the "License"); you may not use this file except in
19420compliance with the License. You may obtain a copy of the License at
19421http://www.mozilla.org/MPL/
19422
19423Software distributed under the License is distributed on an "AS IS"
19424basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
19425License for the specific language governing rights and limitations
19426under the License.
19427
19428The Original Code is ______________________________________.
19429
19430The Initial Developer of the Original Code is ________________________.
19431Portions created by ______________________ are Copyright (C) ______
19432_______________________. All Rights Reserved.
19433
19434Contributor(s): ______________________________________.
19435
19436Alternatively, the contents of this file may be used under the terms
19437of the _____ license (the  "[___] License"), in which case the
19438provisions of [______] License are applicable instead of those
19439above. If you wish to allow use of your version of this file only
19440under the terms of the [____] License and not to allow others to use
19441your version of this file under the MPL, indicate your decision by
19442deleting the provisions above and replace them with the notice and
19443other provisions required by the [___] License. If you do not delete
19444the provisions above, a recipient may use your version of this file
19445under either the MPL or the [___] License."
19446NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.', 'http://www.mozilla.org/MPL/MPL-1.1.html', NULL, NULL, NULL, 'Mozilla Public License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, '0622ca90049037a76cbab434a3f3ee54', 1, NULL);
19447INSERT INTO license_ref VALUES (313, 'Piriform', 'Premium Support Agreement
19448THIS AGREEMENT IS INTENDED FOR USE WITH BUSINESSES ONLY AND IS NOT SUITABLE FOR USE BY CONSUMERS. BY AGREEING TO THESE TERMS YOU ARE WARRANTING THAT YOU ARE A BUSINESS AND ARE NOT ACTING AS A CONSUMER.
19449
194501. AGREEMENT
19451
19452In this Agreement, "the Product" means the software product ''CCleaner''.
19453
19454This Agreement is a legal agreement between you (as a business entity) and Piriform Limited of 17 Cavendish Square, London ("Piriform") in relation to the provision of support services for the  Product, which is licensed to you pursuant to a license agreement between Piriform and you from time to time ("Licence").
19455
19456All support services provided by Piriform to you, shall be on the terms and conditions set out in this Agreement. By purchasing the support services, you are deemed to agree to be bound by the terms and conditions of this Agreement.
19457
194582. SUPPORT TERMS
19459
19460In consideration of your payment of the applicable support fee, Piriform will endeavour to answer by email such number of your queries regarding the use or application of the Product as it deems reasonable. No representation or warranty is given that all queries will be responded to or responded to within a specified period of time.
19461
19462Queries should be submitted to Piriform using either of these methods:
19463http://support.piriform.com using such user account details as given to you by Piriform after your support account is enabled.
19464•    Email direct to Piriform using such email address as given to you by Piriform after your support account is enabled.
19465
19466Upon receipt of full payment of the support fee, a user account will be automatically enabled for you on http://support.piriform.com and you will be sent an email notification confirming activation of your user account and confirming your user account details.
19467
19468Support fees and/or any applicable renewal fees are non-refundable.
19469
19470Piriform warrants to you that the support services will be performed with reasonable care and skill and in accordance with applicable UK laws and regulations. All other conditions, warranties or other terms which may be implied or incorporated into this Agreement whether by statute, common law or otherwise are hereby excluded.
19471
194723. LIMITS OF SUPPORT
19473
19474Piriform shall only provide support services in respect of the most current version of the Product. Piriform will regularly make available new versions of the Product for download to you from its website, subject to separate licence terms.
19475
19476Piriform shall only provide support services up to and in respect of the number of Installations of the Product that you have specified and paid for under this Agreement. You must purchase support services in respect of all Installations of the Product made by you; where you fail to do so this support agreement shall immediately terminate without notice, and without refund or liability to you.
19477
19478An ''Installation'' is defined as:
19479(i) the installation of one copy of the Product on an individual physical device which does not have Virtualization Capability (as defined below); or
19480(ii) each instance of the Product which is installed on a virtual machine operating on a device which has Virtualization Capability.
19481Where one copy of the Product is installed on a server but is accessible by multiple devices (whether physical or virtual), the Product shall be deemed to be installed both on the server and on each such device and each shall therefore be deemed an "Installation" for the purposes of this clause.
19482
19483"Virtualization Capability" means making a single physical device appear to function as multiple virtual resources.
19484
19485
194864. INTELLECTUAL PROPERTY RIGHTS
19487
19488Piriform warrants to you that to the best of its knowledge, the Product does not infringe the UK intellectual property rights of a third party.
19489
19490Piriform undertakes at its own expense to defend you against or, at its option, settle any claim or action brought against you alleging that your use or possession of the Product infringes the UK intellectual property rights of a third party. This paragraph 4 shall not apply where the claim or action in question is attributable to your use or possession of the Product other than in accordance with this Agreement or the Licence or use of a non-current release of the Product. This paragraph 4 is conditional upon you promptly giving written notice to Piriform specifying the nature of the claim or action and you not making any admission or compromise. This paragraph 4 constitutes your sole remedy and Piriform''s only liability in respect of any such claims or actions.
19491
194925. YOUR OBLIGATIONS
19493
19494You shall at all times:
19495•    keep full back up copies of all data;
19496•    co-operate with Piriform in providing the support services by providing any assistance or information that they require.
19497
194986. TERM AND TERMINATION
19499
19500This Agreement shall start on the date on which Piriform sends a confirmatory email to you confirming full payment of the support fees and issuing your user account details, and shall continue for a period of 1 year or for such other period as you may agree.
19501If you have purchased a yearly subscription for support, at the end of the year and any following year, this Agreement shall renew automatically for another year. Piriform (or its authorised agents or sub-contractors) will give you an opportunity to cancel your subscription in advance of the renewal date and will inform you of the renewal fees. Unless you notify Piriform by email before renewal that you do not want to renew, this Agreement will automatically renew.
19502
19503Piriform may terminate this Agreement at any time upon written notice to you. In such circumstances, Piriform will issue a pro-rate refund back onto the card originally used to pay. Furthermore, Piriform may terminate this Agreement immediately and without any liability to refund any payments to you if:
19504
19505•    You commit a material or persistent beach of this Agreement;
19506•    You become insolvent or unable to pay your debts within the meaning of section 123 of the Insolvency Act 1986.
19507•    You fail to make any renewal payment.
19508
19509Upon termination of this Agreement your right to receive the support services shall automatically cease.
19510
195117. LIMITATION OF LIABILITY
19512
19513Piriform''s liability to you for losses suffered by you arising out of or in connection with this Agreement howsoever arising (including, without limitation, negligence) shall:
19514•    exclude all loss of profits, loss of data or any consequential, special or indirect losses
19515•    be limited each year in total to the charges paid by you under this Agreement in the year in which the liability arose.
19516
19517Nothing in this Agreement limits Piriform''s liability to you in the event of death or personal injury resulting from our negligence or for fraud. The provisions of this paragraph 7 shall survive the termination of this Agreement howsoever caused.
19518
195198. GENERAL
19520
19521•    If any part of this Agreement is found to be void and unenforceable it will not affect the validity of the remainder of this Agreement, which shall remain valid and enforceable according to its terms.
19522
19523•    This Agreement may only be varied in writing and signed by an authorised representative of Piriform.
19524
19525
19526•    This Agreement is the entire agreement between you and us in respect of software support for the Product and supersedes any prior representations, undertakings or advertising and you acknowledge that in entering into this Agreement you have not relied on any statement, representation, advertising, assurance or warranty (whether made negligently or innocently) other than as expressly set out in this Agreement.
19527
19528•    Piriform is entitled to transfer, sub-contract or assign any of its rights or obligations under this Agreement.
19529•    Piriform shall not be liable or responsible for any failure to perform or delay in performing its obligations under this Agreement that is caused by an event outside its reasonable control.
19530•    This Agreement and any dispute or claim arising out of or in connection with it or its subject matter or its formation (including non-contractual disputes or claims) shall be governed by and construed in accordance with English law and submitted to the non-exclusive jurisdiction of the English courts.
19531Version 1.4.1', 'http://www.piriform.com/business/support-license', NULL, NULL, NULL, 'Piriform EULA', NULL, NULL, NULL, '', NULL, false, false, false, '98275b4debf6842259973bcbbfd2af5e', 1, NULL);
19532INSERT INTO license_ref VALUES (314, 'Python-2.6.5', 'Python 2.6.5 license
19533
19534This is the official license for the Python 2.6.5 release:
19535
19536A. HISTORY OF THE SOFTWARE
19537==========================
19538
19539Python was created in the early 1990s by Guido van Rossum at Stichting
19540Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
19541as a successor of a language called ABC.  Guido remains Python''s
19542principal author, although it includes many contributions from others.
19543
19544In 1995, Guido continued his work on Python at the Corporation for
19545National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
19546in Reston, Virginia where he released several versions of the
19547software.
19548
19549In May 2000, Guido and the Python core development team moved to
19550BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
19551year, the PythonLabs team moved to Digital Creations (now Zope
19552Corporation, see http://www.zope.com).  In 2001, the Python Software
19553Foundation (PSF, see http://www.python.org/psf/) was formed, a
19554non-profit organization created specifically to own Python-related
19555Intellectual Property.  Zope Corporation is a sponsoring member of
19556the PSF.
19557
19558All Python releases are Open Source (see http://www.opensource.org for
19559the Open Source Definition).  Historically, most, but not all, Python
19560releases have also been GPL-compatible; the table below summarizes
19561the various releases.
19562
19563    Release         Derived     Year        Owner       GPL-
19564                    from                                compatible? (1)
19565
19566    0.9.0 thru 1.2              1991-1995   CWI         yes
19567    1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
19568    1.6             1.5.2       2000        CNRI        no
19569    2.0             1.6         2000        BeOpen.com  no
19570    1.6.1           1.6         2001        CNRI        yes (2)
19571    2.1             2.0+1.6.1   2001        PSF         no
19572    2.0.1           2.0+1.6.1   2001        PSF         yes
19573    2.1.1           2.1+2.0.1   2001        PSF         yes
19574    2.2             2.1.1       2001        PSF         yes
19575    2.1.2           2.1.1       2002        PSF         yes
19576    2.1.3           2.1.2       2002        PSF         yes
19577    2.2.1           2.2         2002        PSF         yes
19578    2.2.2           2.2.1       2002        PSF         yes
19579    2.2.3           2.2.2       2003        PSF         yes
19580    2.3             2.2.2       2002-2003   PSF         yes
19581    2.3.1           2.3         2002-2003   PSF         yes
19582    2.3.2           2.3.1       2002-2003   PSF         yes
19583    2.3.3           2.3.2       2002-2003   PSF         yes
19584    2.3.4           2.3.3       2004        PSF         yes
19585    2.3.5           2.3.4       2005        PSF         yes
19586    2.4             2.3         2004        PSF         yes
19587    2.4.1           2.4         2005        PSF         yes
19588    2.4.2           2.4.1       2005        PSF         yes
19589    2.4.3           2.4.2       2006        PSF         yes
19590    2.4.4           2.4.3       2006        PSF         yes
19591    2.5             2.4         2006        PSF         yes
19592    2.5.1           2.5         2007        PSF         yes
19593    2.5.2           2.5.1       2008        PSF         yes
19594    2.5.3           2.5.2       2008        PSF         yes
19595    2.6             2.5         2008        PSF         yes
19596    2.6.1           2.6         2008        PSF         yes
19597    2.6.2           2.6.1       2009        PSF         yes
19598    2.6.3           2.6.2       2009        PSF         yes
19599    2.6.4           2.6.3       2009        PSF         yes
19600    2.6.5           2.6.4       2010        PSF         yes
19601
19602Footnotes:
19603
19604(1) GPL-compatible doesn''t mean that we''re distributing Python under
19605    the GPL.  All Python licenses, unlike the GPL, let you distribute
19606    a modified version without making your changes open source.  The
19607    GPL-compatible licenses make it possible to combine Python with
19608    other software that is released under the GPL; the others don''t.
19609
19610(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
19611    because its license has a choice of law clause.  According to
19612    CNRI, however, Stallman''s lawyer has told CNRI''s lawyer that 1.6.1
19613    is "not incompatible" with the GPL.
19614
19615Thanks to the many outside volunteers who have worked under Guido''s
19616direction to make these releases possible.
19617
19618
19619B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
19620===============================================================
19621
19622PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
19623--------------------------------------------
19624
196251. This LICENSE AGREEMENT is between the Python Software Foundation
19626("PSF"), and the Individual or Organization ("Licensee") accessing and
19627otherwise using this software ("Python") in source or binary form and
19628its associated documentation.
19629
196302. Subject to the terms and conditions of this License Agreement, PSF hereby
19631grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
19632analyze, test, perform and/or display publicly, prepare derivative works,
19633distribute, and otherwise use Python alone or in any derivative version,
19634provided, however, that PSF''s License Agreement and PSF''s notice of copyright,
19635i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
19636Python Software Foundation; All Rights Reserved" are retained in Python alone or
19637in any derivative version prepared by Licensee.
19638
196393. In the event Licensee prepares a derivative work that is based on
19640or incorporates Python or any part thereof, and wants to make
19641the derivative work available to others as provided herein, then
19642Licensee hereby agrees to include in any such work a brief summary of
19643the changes made to Python.
19644
196454. PSF is making Python available to Licensee on an "AS IS"
19646basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
19647IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
19648DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
19649FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
19650INFRINGE ANY THIRD PARTY RIGHTS.
19651
196525. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
19653FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
19654A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
19655OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
19656
196576. This License Agreement will automatically terminate upon a material
19658breach of its terms and conditions.
19659
196607. Nothing in this License Agreement shall be deemed to create any
19661relationship of agency, partnership, or joint venture between PSF and
19662Licensee.  This License Agreement does not grant permission to use PSF
19663trademarks or trade name in a trademark sense to endorse or promote
19664products or services of Licensee, or any third party.
19665
196668. By copying, installing or otherwise using Python, Licensee
19667agrees to be bound by the terms and conditions of this License
19668Agreement.
19669
19670
19671BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
19672-------------------------------------------
19673
19674BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
19675
196761. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
19677office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
19678Individual or Organization ("Licensee") accessing and otherwise using
19679this software in source or binary form and its associated
19680documentation ("the Software").
19681
196822. Subject to the terms and conditions of this BeOpen Python License
19683Agreement, BeOpen hereby grants Licensee a non-exclusive,
19684royalty-free, world-wide license to reproduce, analyze, test, perform
19685and/or display publicly, prepare derivative works, distribute, and
19686otherwise use the Software alone or in any derivative version,
19687provided, however, that the BeOpen Python License is retained in the
19688Software, alone or in any derivative version prepared by Licensee.
19689
196903. BeOpen is making the Software available to Licensee on an "AS IS"
19691basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
19692IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
19693DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
19694FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
19695INFRINGE ANY THIRD PARTY RIGHTS.
19696
196974. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
19698SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
19699AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
19700DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
19701
197025. This License Agreement will automatically terminate upon a material
19703breach of its terms and conditions.
19704
197056. This License Agreement shall be governed by and interpreted in all
19706respects by the law of the State of California, excluding conflict of
19707law provisions.  Nothing in this License Agreement shall be deemed to
19708create any relationship of agency, partnership, or joint venture
19709between BeOpen and Licensee.  This License Agreement does not grant
19710permission to use BeOpen trademarks or trade names in a trademark
19711sense to endorse or promote products or services of Licensee, or any
19712third party.  As an exception, the "BeOpen Python" logos available at
19713http://www.pythonlabs.com/logos.html may be used according to the
19714permissions granted on that web page.
19715
197167. By copying, installing or otherwise using the software, Licensee
19717agrees to be bound by the terms and conditions of this License
19718Agreement.
19719
19720
19721CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
19722---------------------------------------
19723
197241. This LICENSE AGREEMENT is between the Corporation for National
19725Research Initiatives, having an office at 1895 Preston White Drive,
19726Reston, VA 20191 ("CNRI"), and the Individual or Organization
19727("Licensee") accessing and otherwise using Python 1.6.1 software in
19728source or binary form and its associated documentation.
19729
197302. Subject to the terms and conditions of this License Agreement, CNRI
19731hereby grants Licensee a nonexclusive, royalty-free, world-wide
19732license to reproduce, analyze, test, perform and/or display publicly,
19733prepare derivative works, distribute, and otherwise use Python 1.6.1
19734alone or in any derivative version, provided, however, that CNRI''s
19735License Agreement and CNRI''s notice of copyright, i.e., "Copyright (c)
197361995-2001 Corporation for National Research Initiatives; All Rights
19737Reserved" are retained in Python 1.6.1 alone or in any derivative
19738version prepared by Licensee.  Alternately, in lieu of CNRI''s License
19739Agreement, Licensee may substitute the following text (omitting the
19740quotes): "Python 1.6.1 is made available subject to the terms and
19741conditions in CNRI''s License Agreement.  This Agreement together with
19742Python 1.6.1 may be located on the Internet using the following
19743unique, persistent identifier (known as a handle): 1895.22/1013.  This
19744Agreement may also be obtained from a proxy server on the Internet
19745using the following URL: http://hdl.handle.net/1895.22/1013".
19746
197473. In the event Licensee prepares a derivative work that is based on
19748or incorporates Python 1.6.1 or any part thereof, and wants to make
19749the derivative work available to others as provided herein, then
19750Licensee hereby agrees to include in any such work a brief summary of
19751the changes made to Python 1.6.1.
19752
197534. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
19754basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
19755IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
19756DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
19757FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
19758INFRINGE ANY THIRD PARTY RIGHTS.
19759
197605. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
197611.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
19762A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
19763OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
19764
197656. This License Agreement will automatically terminate upon a material
19766breach of its terms and conditions.
19767
197687. This License Agreement shall be governed by the federal
19769intellectual property law of the United States, including without
19770limitation the federal copyright law, and, to the extent such
19771U.S. federal law does not apply, by the law of the Commonwealth of
19772Virginia, excluding Virginia''s conflict of law provisions.
19773Notwithstanding the foregoing, with regard to derivative works based
19774on Python 1.6.1 that incorporate non-separable material that was
19775previously distributed under the GNU General Public License (GPL), the
19776law of the Commonwealth of Virginia shall govern this License
19777Agreement only as to issues arising under or with respect to
19778Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
19779License Agreement shall be deemed to create any relationship of
19780agency, partnership, or joint venture between CNRI and Licensee.  This
19781License Agreement does not grant permission to use CNRI trademarks or
19782trade name in a trademark sense to endorse or promote products or
19783services of Licensee, or any third party.
19784
197858. By clicking on the "ACCEPT" button where indicated, or by copying,
19786installing or otherwise using Python 1.6.1, Licensee agrees to be
19787bound by the terms and conditions of this License Agreement.
19788
19789        ACCEPT
19790
19791
19792CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
19793--------------------------------------------------
19794
19795Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
19796The Netherlands.  All rights reserved.
19797
19798Permission to use, copy, modify, and distribute this software and its
19799documentation for any purpose and without fee is hereby granted,
19800provided that the above copyright notice appear in all copies and that
19801both that copyright notice and this permission notice appear in
19802supporting documentation, and that the name of Stichting Mathematisch
19803Centrum or CWI not be used in advertising or publicity pertaining to
19804distribution of the software without specific, written prior
19805permission.
19806
19807STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
19808THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
19809FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
19810FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19811WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19812ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
19813OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.', 'http://www.python.org/download/releases/2.6.6/license/', NULL, NULL, NULL, 'Python License 2.6.5', NULL, NULL, NULL, '', NULL, false, false, false, '90d3295ef450f11e1ae505245b59d32d', 1, NULL);
19814INSERT INTO license_ref VALUES (315, 'RCSL', 'REALNETWORKS COMMUNITY SOURCE LICENSE
19815RESEARCH AND DEVELOPMENT USE
19816(RCSL R&D)
19817Version 3.0 (Rev. Date:  May 29, 2007)
19818
19819RECITALS
19820
19821RealNetworks, Inc. (“RN”) has developed Specifications, Source Code implementations and Executables of the Helix DNA Code, and an associated TCK; and
19822
19823RN desires to license the Helix DNA Code to a large community to facilitate research, innovation and product development while maintaining compatibility of such products with the Helix DNA Code as delivered by RN;
19824
19825Therefore, RN makes available the Helix DNA Code, the Specifications, and the TCK available for Research and Development Use only under the following terms:
19826
19827LICENSE
19828
198291.  Introduction.
19830
19831The RealNetworks Community Source License – Research and Development Use (“RCSL R&D” or “License”) is a license to use the Source Code of certain portions of the Helix DNA Code, Specifications, and the TCK for research and development use only.   You (“Licensee,” as more specifically defined below) accept the terms of this License by downloading or using the Helix DNA Code, the Specifications, or the TCK, unless Licensee and RN have signed a license agreement that expressly supersedes this RCSL R&D.
19832
19833This License does not include a license to access or modify the Source Code of the Real Format Client Code.  If Licensee desires the right to receive access to the Source Code of the Real Format Client Code for the purposes of porting and optimization, Licensee and RN may elect to execute a Real Format Source Code Porting and Optimization Agreement.
19834
19835This License does not include a license to make Commercial Use of the Helix DNA Code or Real Format Client Code.  If Licensee desires a license for Commercial Use of the Helix DNA Code or Real Format Client Code, Licensee and RN may desire to execute the RealNetworks Community Source License - Commercial Use (“RCSL Commercial”) for the version of the Helix DNA Code or Real Format Client Code of which Licensee would like to make Commercial Use.  Once executed by Licensee and RN, the RCSL Commercial would supersede the terms of this License.
19836
19837Capitalized terms used in this License are defined in the Glossary attached to the end of this License.
19838
19839 2.  License Grants.
19840
19841 2.1  RN Grant to use Covered Code, Specifications, and TCK.
19842
19843Subject to Licensee’s compliance with the terms of this License, RN grants to Licensee a worldwide, royalty-free, non-exclusive license, to the extent of RN''s Intellectual Property Rights covering the Covered Code, Specifications, and the TCK to do the following:
19844
19845(a) Research Use License.
19846
19847(i) use, reproduce and modify the Covered Code and Specifications to create Modifications and Reformatted Specifications for Research Use by Licensee;
19848
19849(ii) publish and display Covered Code and Specifications with, or as part of Modifications, as permitted under Section 3.1(b) below;
19850
19851(iii) reproduce and distribute copies of Covered Code to Licensees and students for Research Use by Licensee;
19852
19853(iv) compile, reproduce and distribute Covered Code in Executable form, and Reformatted Specifications to anyone for Research Use by Licensee; and
19854
19855(v) use the TCK to develop and test Covered Code.
19856
19857(b) Reservation of Rights.
19858
19859Other than the licenses expressly granted in this License, RN retains all right, title, and interest in Covered Code, Specifications and the TCK.
19860
19861(c)  TCK Use Restrictions.
19862
19863                        Licensee may not create derivative works of the TCK or use the TCK to test any implementation of the Specifications except for the purpose of creating Compliant Covered Code.  Licensee may not publish Licensee’s test results or make claims of comparative compatibility with respect to other implementations of the Specification.
19864
198652.2 Licensee’s Grants.
19866
19867(a) To Other Helix Licensees.  Licensee hereby grants to each other Helix Licensee a license to Licensee’s Error Corrections and Shared Modifications, of the same scope and extent as RN''s licenses under Section 2.1 (a) above relative to Research Use.
19868
19869(b) To RN.  Licensee hereby grant to RN a worldwide, royalty-free, non-exclusive, perpetual and irrevocable license, to the extent of Licensee’s Intellectual Property Rights covering Licensee’s Error Corrections, Shared Modifications and Reformatted Specifications, to use, reproduce, modify, display and distribute Licensee’s Error Corrections, Shared Modifications and Reformatted Specifications, in any form, including the right to sublicense such rights through multiple tiers of distribution.
19870
19871(c) Other than the licenses expressly granted in Sections 2.2(a) and (b) above, and the restrictions set forth in Section 3.1 below, Licensee retains all right, title, and interest in Licensee’s Error Corrections, Shared Modifications and Reformatted Specifications.
19872
198732.3 Modifications by Helix Licensees.
19874
19875Licensee may use, reproduce, modify, display and distribute Error Corrections, Shared Modifications and Reformatted Specifications, obtained by Licensee under this License from any other Helix Licensee, to the same scope and extent as with Original Code, Upgraded Code and Specifications.
19876
198772.4 Subcontracting.
19878
19879                        Licensee may deliver the Source Code of Covered Code to other Helix Licensees for the sole purpose of furnishing development services to Licensee in connection with Licensee’s rights granted in this License, provided that Licensee does not enter a separate agreement with such Licensee that contains provisions inconsistent with the ownership and licensing requirements set forth in this License.
19880
198813.  Requirements and Responsibilities.
19882
198833.1 Research Use License.
19884
19885As a condition of exercising the rights granted under Section 2.1(a) above, Licensee must comply with the following:
19886
19887(a) Licensee’s Contributions.  All Error Corrections and Shared Modifications which Licensee creates are automatically subject to the licenses granted under Section 2.2 above.  Licensee is encouraged to license all of Licensee’s other Modifications under Section 2.2 as Shared Modifications, but is not required to do so.  Licensee must notify RN of any errors in the Specifications.
19888
19889(b) Source Code Availability.  Licensee must provide all of Licensee’s Error Corrections to RN as soon as reasonably practicable and, in any event, no later than when Licensee shares such Error Corrections with any other Helix Licensee.  RN may, at its discretion, post Source Code for Licensee’s Error Corrections and Shared Modifications at the Helix Community Website.
19890
19891(c) Notices.  All Error Corrections and Shared Modifications that Licensee creates or contributes to must include a file documenting the additions and changes Licensee made and the date of such additions and changes.  Licensee must also include the notice set forth in Attachment A-1 in the file header of any Error Correction or Shared Modification.  If it is not possible to put the notice in a particular Source Code file due to its structure, then Licensee must include the notice in a location (such as a relevant directory file), where a recipient would be most likely to look for such a notice.
19892
19893(d) Redistribution.
19894
19895(i) Source.  Covered Code may be distributed in Source Code form only to another Helix Licensee (except for students as provided below).  Licensee may not offer or impose any terms on any Covered Code that alter the rights, requirements, or responsibilities of such Helix Licensee.  Licensee may distribute Covered Code to students for use in connection with their course work and research projects undertaken at accredited educational institutions.  Such students need not be Helix Licensees, but must be given a copy of the notice set forth in Attachment A-3 and such notice must also be included in a file header or prominent location in the Source Code made available to such students.
19896
19897(ii) Executable.  Licensee may distribute Executable version(s) of Covered Code to Helix Licensees and other third parties only for the purpose of evaluation and comment in connection with Research Use by Licensee and under a license of Licensee’s choice, but that limits use of such Executable version(s) of Covered Code only to that purpose.
19898
19899(iii) Modified Class, Interface and Package Naming.  In connection with Research Use by Licensee only, Licensee may use RN''s class, Interface and package names only to accurately reference or invoke the Source Code files that Licensee modifies.  RN grants to Licensee a limited license to the extent necessary for such purposes.
19900
19901(e) Extensions.
19902
19903(i) Licensee may not include any Source Code of Community Code in any Extensions.  Licensee may include the compiled Header Files of Community Code in an Extension provided that Licensee’s use of the Covered Code, including Header Files, complies with the TCK and all other terms of this License.
19904
19905(ii) Open.  Licensee must refrain from enforcing any Intellectual Property Rights Licensee may have covering any Interface(s) of Licensee’s Extension, which would prevent the implementation of such Interface(s) by RN or any Helix Licensee.  This obligation does not prevent Licensee from enforcing any Intellectual Property Right Licensee has that would otherwise be infringed by an implementation of Licensee’s Extension.
19906
19907(iii) Interface Modifications and Naming.  Licensee may not modify or add to the GUID space   "xxxxxxxx-0901-11d1-8B06-00A024406D59" or any other GUID space designated by RN.  Licensee may not modify any Interface prefix provided with the Covered Code or any other prefix designated by RN.
19908
19909(f) Any Specifications provided to Licensee by RN are confidential and proprietary information of RN.  Licensee must maintain the confidentiality of the Specifications and may not disclose them to any third party without RN’s prior written consent.  Licensee may only use the Specifications under the terms of this License and only for the purpose of implementing the terms of this License with respect to Community Code.  Licensee may not use, copy or distribute any such Specifications except as provided in writing by RN.
19910
19911No Commercial Use.
19912
19913Licensee may not make Commercial Use of any Covered Code unless Licensee and RN have executed a copy of the RCSL - Commercial available at the Helix Community Website, or another license agreement expressly granting commercial use rights.
19914
199154.  Versions of the License.
19916
199174.1 License Versions.
19918
19919RN may publish revised versions of this License from time to time.  Each version will be given a distinguishing version number.  No one other than RN has the right to promulgate versions of this License.
19920
199214.2 Effect of New License Versions.
19922
19923(a) Once a particular version of Covered Code has been provided under a version of this License, Licensee may always continue to use such Covered Code under the terms of that version of the License.  Licensee may also choose to use such Covered Code under the terms of any subsequent version of the License, but not under a prior version of the License.  (For example, if a version of Covered Code has been provided under RCSL R&D 2.1, Licensee may not use such Covered Code under RCSL R&D 2.0.)
19924
19925(b) Version 3.0 of this License (and all subsequent versions) supercedes versions 1.0, 1.1, 1.2, and 2.0 of RCSL R&D plus Attachments A-C.
19926
199274.3 Multiple-Licensed Code.
19928
19929RN may designate portions of the Covered Code as “Multiple-Licensed.”  “Multiple-Licensed” means that the RN permits Licensee to utilize those designated portions of the Covered Code under Licensee’s choice of this License or the alternative license(s), if any, specified by the RN at the Helix Community Website or in Header Files for the applicable Covered Code.
19930
199315.  Disclaimer of Warranty.
19932
19933COVERED CODE IS PROVIDED UNDER THIS LICENSE "AS IS," WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.  YOU BEAR THE ENTIRE RISK IN CONNECTION WITH YOUR USE AND DISTRIBUTION OF COVERED CODE UNDER THIS LICENSE.  THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE.  NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER.
19934
199356.  Termination.
19936
199376.1 By Licensee.
19938
19939Licensee may terminate this License at anytime by providing written notice to RN.
19940
199416.2 By RN.
19942
19943This License and the rights granted hereunder will terminate:
19944
19945(a) automatically if Licensee fails to comply with the terms of this License and fails to cure such breach within 30 days of receipt of written notice of the breach;
19946
19947(b) immediately in the event of circumstances specified in Sections 7.1 and 8.4; or
19948
19949(c) at RN''s discretion upon any action initiated by Licensee (including by cross-claim or counter claim) alleging that use or distribution by RN or any Licensee, of any Covered Code, the TCK or Specifications infringe a patent owned or controlled by Licensee.
19950
199516.3 Effect of Termination.
19952
19953Upon termination, Licensee must discontinue use of and destroy all copies of Covered Code in Licensee’s possession.  All sublicenses to the Covered Code that Licensee has properly granted shall survive any termination of this License.  Provisions that, by their nature, should remain in effect beyond the termination of this License shall survive including, without limitation, Sections 2.2, 3, 5, 7, 8, and the Glossary.
19954
199556.4 No Compensation.
19956
19957Each party waives and releases the other from any claim to compensation or indemnity for permitted or lawful termination of the business relationship established by this License.
19958
199597.  Liability.
19960
199617.1 Infringement.
19962
19963Should any of the Covered Code, TCK or Specifications (“Materials”) become the subject of a claim of infringement, RN may, at its sole option, (i) attempt to procure the rights necessary for Licensee to continue using the Materials, (ii) modify the Materials so that they are no longer infringing, or (iii) terminate Licensee’s right to use the Materials, immediately upon written notice.
19964
19965                        7.2 LIMITATION OF LIABILITY.
19966
19967                        TO THE FULL EXTENT ALLOWED BY APPLICABLE LAW, RN''S LIABILITY TO LICENSEE FOR CLAIMS RELATING TO THIS LICENSE, WHETHER FOR BREACH OR IN TORT, SHALL BE LIMITED TO ONE HUNDRED PERCENT (100%) OF THE AMOUNT HAVING THEN ACTUALLY BEEN PAID BY LICENSEE TO RN FOR ALL COPIES LICENSED HEREUNDER OF THE PARTICULAR ITEMS GIVING RISE TO SUCH CLAIM, IF ANY, DURING THE TWELVE MONTHS PRECEDING THE CLAIMED BREACH.  IN NO EVENT WILL EITHER PARTY BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING OUT OF THIS LICENSE (INCLUDING, WITHOUT LIMITATION, LOSS OF PROFITS, USE, DATA, OR OTHER ECONOMIC ADVANTAGE), HOWEVER IT ARISES AND ON ANY THEORY OF LIABILITY, WHETHER IN AN ACTION FOR CONTRACT, STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE) OR OTHERWISE, WHETHER OR NOT LICENSEE OR RN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY.
19968
199698. Miscellaneous.
19970
199718.1 No Trademark License.
19972
19973Licensee is granted no right, title or license to, or any interest in, any trademarks of RN hereunder.
19974
199758.2 Integration.
19976
19977This License represents the complete agreement concerning the subject matter hereof.
19978
199798.3 Assignment.
19980
19981RN may assign this License, and its rights and obligations hereunder, in its sole discretion.  Licensee may assign Licensee’s rights and obligations under this the License to a third party upon prior written notice to RN.
19982
199838.4 Severability.
19984
19985If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Notwithstanding the foregoing, if Licensee is prohibited by law from fully and specifically complying with Sections 2.2 or 3, this License will immediately terminate and Licensee must immediately discontinue any use of the Materials.
19986
199878.5 Governing Law.
19988
19989This License shall be governed by the laws of the United States and the State of Washington, as applied to contracts entered into and to be performed in Washington between Washington residents.  The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded.  The state and federal courts located in Seattle, Washington have exclusive jurisdiction over any claim relating to the License, including contract and tort claims.
19990
199918.6  Construction.
19992
19993Any law or regulation, which provides that the language of a contract shall be construed against the drafter, shall not apply to this License.
19994
199958.7 U.S. Government End Users.
19996
19997The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct.  1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R.  12.212 (Sept.  1995). Consistent with 48 C.F.R.  12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S.  Government End Users acquire Covered Code with only those rights set forth herein.
19998
19999 Press Announcements.
20000
20001Licensee may make press announcements or other public statements regarding this License without the prior written consent of the RN, if Licensee’s statement is limited to announcing the licensing of the Covered Code.  All other public announcements regarding this License require the prior written consent of the RN.  Consent requests are welcome at press@helixcommunity.org.
20002
200038.9  International Use.
20004
20005(a) Export/Import laws.  Covered Code is subject to U.S. export control laws and may be subject to export or import regulations in other countries.  Licensee must comply strictly with all such laws and regulations and must obtain any necessary licenses to export, re-export, or import as may be permitted under this Agreement.
20006
20007(b) Intellectual Property Protection.  Due to limited intellectual property protection and enforcement in certain countries, this License does not permit the redistribution of the Covered Code, TCK and Specifications to any country on the list of restricted countries at the Helix Community Website.
20008
200098.10 Language.
20010
20011This License is in the English language only, which language shall be controlling in all respects, and all versions of this License in any other language shall be for accommodation only and shall not be binding on the parties to this License.  All communications and notices made or given pursuant to this License, and all documentation and support to be provided, unless otherwise noted, shall be in the English language.
20012
20013GLOSSARY
20014
20015“Applicable Patent Claims” means: (a) in the case where RN is the grantor of rights, claims of patents that (i) are now or hereafter acquired, owned by or assigned to RN and (ii) are necessarily infringed by using or making the Original Code or Upgraded Code, including Modifications provided by RN, alone and not in combination with other software or hardware; and (b) in the case where Licensee is the grantor of rights, claims of patents that (i) are now or hereafter acquired, owned by or assigned to Licensee and (ii) are infringed (directly or indirectly) by using or making Licensee Modifications, taken alone or in combination with Covered Code.
20016
20017“Application Programming Interfaces (APIs)” means the interfaces, associated header files, service provider interfaces, and protocols that enable a device, application, operating system, or other program to obtain services from or make requests of (or provide services in response to requests from) other programs, and to use, benefit from, or rely on the resources, facilities, and capabilities of the relevant programs using the APIs.  APIs includes the technical documentation describing the APIs, the Source Code constituting the API, and any Header Files used with the APIs.
20018
20019“Commercial Use” means any use (internal or external), copying, sublicensing or distribution (internal or external), directly or indirectly of Covered Code by Licensee other than Licensee’s Research Use of Covered Code within Licensee’s business or organization or in conjunction with other Helix Licensees with equivalent Research Use rights.  Commercial Use includes any use of the Covered Code for direct or indirect commercial or strategic gain, advantage or other business purpose.  Any Commercial Use requires execution of the RCSL - Commercial Use by Licensee and RN.
20020
20021“Community Code” means the Original Code, Upgraded Code, Error Corrections, Shared Modifications, or any combination thereof.
20022
20023“Compliant Covered Code” means Covered Code that complies with the requirements of the TCK.
20024
20025“Covered Code” means the Original Code, Upgraded Code, Modifications, or any combination thereof.
20026
20027“Error Correction” means any change made to Community Code which conforms to the Specification and corrects the adverse effect of a failure of Community Code to perform any function set forth in or required by the Specifications.
20028
20029“Executable” means Covered Code that has been converted from Source Code to the preferred form for execution by a computer or digital processor (e.g. binary form).
20030
20031“Extension(s)” means any additional Interfaces developed by or for Licensee which:  (i) are designed for use with the Helix DNA Code; (ii) constitute an API for a library of computing functions or services; and (iii) are disclosed or otherwise made available to third party software developers for the purpose of developing software which invokes such additional Interfaces.  The foregoing shall not apply to software developed by Licensee’s subcontractors to be exclusively used by Licensee.
20032
20033“Helix Community Website” means the website located at www.helixcommunity.org designated by RN for access to the Helix DNA Code, TCK and Specifications, and for posting Modifications.
20034
20035“Header File(s)” means that portion of the Source Code that provides the names and types of member functions, data members, class definitions, and interface definitions necessary to implement the APIs for the Covered Code.  Header Files include, files specifically designated by RN as Header Files.  Header Files do not include the code necessary to implement the functionality underlying the Interface.
20036
20037“Helix DNA Client” means the software identified on the Helix Community Website as the “Helix DNA Client” and which implements audio and video playback and rendering as defined in the Specifications.
20038
20039“Helix DNA Code” means the Helix DNA Server, the Helix DNA Client, the Helix DNA Producer, and any other Helix technologies that may be designated by RN from time to time.
20040
20041“Helix DNA Producer” means the portion of the Covered Code that implements the Helix Producer engine as defined in the Specification.
20042
20043“Helix DNA Server” means the portion of the Covered Code that implement the Helix Server streaming engine as defined in the Specification.
20044
20045“Helix Licensee” means any person or entity who has entered into a license agreement with RN providing for both source code development rights to and Commercial Use of the Helix DNA Client.
20046
20047“Intellectual Property Rights” means worldwide statutory and common law rights associated solely with (i) Applicable Patent Claims; (ii) works of authorship including copyrights, copyright applications, copyright registrations and “moral rights”; (iii) the protection of trade and industrial secrets and confidential information; and (iv) divisions, continuations, renewals, and re-issuances of the foregoing now existing or acquired in the future.
20048
20049“Licensee” means the individual, or a legal entity acting by and through an individual or individuals, exercising rights either under this License or under a future version of this License issued pursuant to Section 4.1.  For legal entities, “Licensee” includes any entity that by majority voting interest controls, is controlled by, or is under common control with Licensee.
20050
20051“Interface” means interfaces, functions, properties, class definitions, APIs, Header Files, GUIDs, V-Tables, or protocols allowing one piece of software, firmware or hardware to communicate or interoperate with another piece of software, firmware or hardware.
20052
20053
20054“Modification(s)” means (i) any addition to, deletion from or change to the substance or structure of the Covered Code, including Interfaces; (ii)  any new file or other representation of computer program statements that contains any portion of Covered Code; or (iii) any new Source Code implementing any portion of the Specifications.
20055
20056“Original Code” means the Source Code for the Helix DNA Code as described on the Helix Community Website.
20057
20058“RN” means RealNetworks, Inc., its affiliates and its successors and assigns.
20059
20060“Personal Use” means use of Covered Code by an individual solely for his or her personal, private and non-commercial purposes. An individual''s use of Covered Code in his or her capacity as an officer, employee, member, independent contractor or agent of a corporation, business or organization (commercial or non-commercial) does not qualify as Personal Use.
20061
20062“Real Format Client Code” means the software identified on the Helix Community Website as “Real Format Client Code” and which enables the playing back of content in RealMedia File Formats.
20063
20064“RealMedia File Format" means the file format designed and developed by RN for storing multimedia data and used to store RealAudio and RealVideo encoded streams.  Valid RealMedia File Format extensions include: .rm, .rmj, .rmc, .rmvb, .rms, .ra, .rv, .rax .rvx.
20065
20066“Reformatted Specifications” means any revision to the Specifications which translates or reformats the Specifications (as for example in connection with Licensee’s documentation) but which does not alter, subset or superset the functional or operational aspects of the Specifications.
20067
20068“Research Use” means use and distribution of Covered Code only for Licensee’s Personal Use, research or development use and expressly excludes Commercial Use.  Research Use also includes use of Covered Code to teach individuals how to use Covered Code.
20069
20070“Shared Modifications” means Modifications that Licensee distributes or uses for a Commercial Use, in addition to any Modifications provided by Licensee, at Licensee’s option, pursuant to Section 2.2, or received by Licensee from another Helix Licensee pursuant to Section 2.3.
20071
20072“Source Code” means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable.
20073
20074“Specifications” means the specifications for the Helix DNA Code and other documentation, as published by RN from time to time on the Helix Community Website.
20075
20076“Technology Compatibility Kit” or “TCK” means the interoperability testing specification, documentation and related testing tools made available to Licensee by RN from time to time for the purpose of testing Licensee’s implementations of the Covered Code.  RN may, in its sole discretion and from time to time, revise a TCK to correct errors or omissions and in connection with Upgrades.
20077
20078 “Upgrade(s)” means new versions of Helix DNA Code designated exclusively by RN as an "Upgrade" and released by RN from time to time under the terms of this License.
20079
20080“Upgraded Code” means the Source Code or Executables for Upgrades, possibly including Modifications made by other Helix Licensees.
20081
20082
20083
20084
20085ATTACHMENT A
20086
20087REQUIRED NOTICES
20088
20089
20090ATTACHMENT A-1
20091
20092REQUIRED IN ALL CASES
20093
20094Notice to be included in header file of all Error Corrections and Shared Modifications:
20095
20096Portions Copyright 1994-2007 © RealNetworks, Inc.  All rights reserved.
20097
20098The contents of this file, and the files included with this file, are subject to the current version of RealNetworks Community Source License Version 3.0 (the "License"). You may not use this file except in compliance with the License executed by both you and RealNetworks.  You may obtain a copy of the License at https://www.helixcommunity.org/content/rcsl.  You may also obtain a copy of the License by contacting RealNetworks directly.  Please see the License for the rights, obligations and limitations governing use of the contents of the file.
20099
20100This file is part of the Helix DNA Code.  RealNetworks, Inc., is the developer of the Original Code and owns the copyrights in the portions it created.
20101
20102This file, and the files included with this file, are distributed on an ''AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
20103
20104
20105
20106Contributor(s):
20107
20108_______________________________________________
20109
20110Technology Compatibility Kit Test Suite(s) Location:
20111
20112________________________________
20113
20114
20115
20116ATTACHMENT A-2
20117
20118SAMPLE LICENSEE CERTIFICATION
20119
20120"By clicking the `Agree'' button below, you certify that you are a Licensee in good standing under the RealNetworks Community Source License – Research and Development or the RealNetworks Community Source License – Commercial, (each, a "License") and that your access, use and distribution of code and information you may obtain at this site is subject to the License.  If you are not a Licensee under the RealNetworks Community Source License you may not download, copy or use the Helix DNA Code.
20121
20122
20123
20124
20125ATTACHMENT A-3
20126
20127REQUIRED STUDENT NOTIFICATION
20128
20129"This software and related documentation has been obtained by your educational institution subject to the RealNetworks Community Source License.  You have been provided access to the software and related documentation for use only in connection with your course work and research activities as a matriculated student of your educational institution.  Any other use is expressly prohibited.
20130
20131THIS SOFTWARE AND RELATED DOCUMENTATION CONTAINS PROPRIETARY MATERIAL OF REALNETWORKS, INC, WHICH ARE PROTECTED BY VARIOUS INTELLECTUAL PROPERTY RIGHTS.
20132
20133You may not use this file except in compliance with the License.  You may obtain a copy of the License on the web at https://www.helixcommunity.org/content/rcsl. ', 'https://helixcommunity.org/content/rcsl', NULL, NULL, NULL, 'RealNetworks Community Source License', NULL, NULL, NULL, '', NULL, false, false, false, '44588d5801785dbe5783e56060445870', 1, NULL);
20134INSERT INTO license_ref VALUES (316, 'RPSL-1.0', 'RealNetworks Public Source License Version 1.0
201351. General Definitions. This License applies to any program or other work which RealNetworks, Inc., or any other entity that elects to use this license, ("Licensor") makes publicly available and which contains a notice placed by Licensor identifying such program or work as "Original Code" and stating that it is subject to the terms of this RealNetworks Public Source License version 1.0 (or subsequent version thereof) ("License"). You are not required to accept this License. However, nothing else grants You permission to use, copy, modify or distribute the software or its derivative works. These actions are prohibited by law if You do not accept this License. Therefore, by modifying, copying or distributing the software (or any work based on the software), You indicate your acceptance of this License to do so, and all its terms and conditions. In addition, you agree to the terms of this License by clicking the Accept button or downloading the software. As used in this License:
20136
201371.1 "Applicable Patent Rights" mean: (a) in the case where Licensor is the grantor of rights, claims of patents that (i) are now or hereafter acquired, owned by or assigned to Licensor and (ii) are necessarily infringed by using or making the Original Code alone and not in combination with other software or hardware; and (b) in the case where You are the grantor of rights, claims of patents that (i) are now or hereafter acquired, owned by or assigned to You and (ii) are infringed (directly or indirectly) by using or making Your Modifications, taken alone or in combination with Original Code.
20138
201391.2 "Compatible Source License" means any one of the licenses listed on Exhibit B or at https://www.helixcommunity.org/content/complicense or other licenses specifically identified by Licensor in writing. Notwithstanding any term to the contrary in any Compatible Source License, any code covered by any Compatible Source License that is used with Covered Code must be made readily available in Source Code format for royalty-free use under the terms of the Compatible Source License or this License.
20140
201411.3 "Contributor" means any person or entity that creates or contributes to the creation of Modifications.
20142
201431.4 "Covered Code" means the Original Code, Modifications, the combination of Original Code and any Modifications, and/or any respective portions thereof.
20144
201451.5 "Deploy" means to use, sublicense or distribute Covered Code other than for Your internal research and development (R&D) and/or Personal Use, and includes without limitation, any and all internal use or distribution of Covered Code within Your business or organization except for R&D use and/or Personal Use, as well as direct or indirect sublicensing or distribution of Covered Code by You to any third party in any form or manner.
20146
201471.6 "Derivative Work" means either the Covered Code or any derivative work under United States copyright law, and including any work containing or including any portion of the Covered Code or Modifications, either verbatim or with modifications and/or translated into another language. Derivative Work also includes any work which combines any portion of Covered Code or Modifications with code not otherwise governed by the terms of this License.
20148
201491.7 "Externally Deploy" means to Deploy the Covered Code in any way that may be accessed or used by anyone other than You, used to provide any services to anyone other than You, or used in any way to deliver any content to anyone other than You, whether the Covered Code is distributed to those parties, made available as an application intended for use over a computer network, or used to provide services or otherwise deliver content to anyone other than You.
20150
201511.8. "Interface" means interfaces, functions, properties, class definitions, APIs, header files, GUIDs, V-Tables, and/or protocols allowing one piece of software, firmware or hardware to communicate or interoperate with another piece of software, firmware or hardware.
20152
201531.9 "Modifications" mean any addition to, deletion from, and/or change to, the substance and/or structure of the Original Code, any previous Modifications, the combination of Original Code and any previous Modifications, and/or any respective portions thereof. When code is released as a series of files, a Modification is: (a) any addition to or deletion from the contents of a file containing Covered Code; and/or (b) any new file or other representation of computer program statements that contains any part of Covered Code.
20154
201551.10 "Original Code" means (a) the Source Code of a program or other work as originally made available by Licensor under this License, including the Source Code of any updates or upgrades to such programs or works made available by Licensor under this License, and that has been expressly identified by Licensor as such in the header file(s) of such work; and (b) the object code compiled from such Source Code and originally made available by Licensor under this License.
20156
201571.11 "Personal Use" means use of Covered Code by an individual solely for his or her personal, private and non-commercial purposes. An individual''s use of Covered Code in his or her capacity as an officer, employee, member, independent contractor or agent of a corporation, business or organization (commercial or non-commercial) does not qualify as Personal Use.
20158
201591.12 "Source Code" means the human readable form of a program or other work that is suitable for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an executable (object code).
20160
201611.13 "You" or "Your" means an individual or a legal entity exercising rights under this License. For legal entities, "You" or "Your" includes any entity which controls, is controlled by, or is under common control with, You, where "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
20162
201632. Permitted Uses; Conditions & Restrictions. Subject to the terms and conditions of this License, Licensor hereby grants You, effective on the date You accept this License (via downloading or using Covered Code or otherwise indicating your acceptance of this License), a worldwide, royalty-free, non-exclusive copyright license, to the extent of Licensor''s copyrights cover the Original Code, to do the following:
20164
201652.1 You may reproduce, display, perform, modify and Deploy Covered Code, provided that in each instance:
20166
20167(a) You must retain and reproduce in all copies of Original Code the copyright and other proprietary notices and disclaimers of Licensor as they appear in the Original Code, and keep intact all notices in the Original Code that refer to this License;
20168
20169(b) You must include a copy of this License with every copy of Source Code of Covered Code and documentation You distribute, and You may not offer or impose any terms on such Source Code that alter or restrict this License or the recipients'' rights hereunder, except as permitted under Section 6;
20170
20171(c) You must duplicate, to the extent it does not already exist, the notice in Exhibit A in each file of the Source Code of all Your Modifications, and cause the modified files to carry prominent notices stating that You changed the files and the date of any change;
20172
20173(d) You must make Source Code of all Your Externally Deployed Modifications publicly available under the terms of this License, including the license grants set forth in Section 3 below, for as long as you Deploy the Covered Code or twelve (12) months from the date of initial Deployment, whichever is longer. You should preferably distribute the Source Code of Your Deployed Modifications electronically (e.g. download from a web site); and
20174
20175(e) if You Deploy Covered Code in object code, executable form only, You must include a prominent notice, in the code itself as well as in related documentation, stating that Source Code of the Covered Code is available under the terms of this License with information on how and where to obtain such Source Code. You must also include the Object Code Notice set forth in Exhibit A in the "about" box or other appropriate place where other copyright notices are placed, including any packaging materials.
20176
201772.2 You expressly acknowledge and agree that although Licensor and each Contributor grants the licenses to their respective portions of the Covered Code set forth herein, no assurances are provided by Licensor or any Contributor that the Covered Code does not infringe the patent or other intellectual property rights of any other entity. Licensor and each Contributor disclaim any liability to You for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, You hereby assume sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow You to make, use, sell, import or offer for sale the Covered Code, it is Your responsibility to acquire such license(s).
20178
201792.3 Subject to the terms and conditions of this License, Licensor hereby grants You, effective on the date You accept this License (via downloading or using Covered Code or otherwise indicating your acceptance of this License), a worldwide, royalty-free, perpetual, non-exclusive patent license under Licensor''s Applicable Patent Rights to make, use, sell, offer for sale and import the Covered Code, provided that in each instance you comply with the terms of this License.
20180
201813. Your Grants. In consideration of, and as a condition to, the licenses granted to You under this License:
20182
20183(a) You grant to Licensor and all third parties a non-exclusive, perpetual, irrevocable, royalty free license under Your Applicable Patent Rights and other intellectual property rights owned or controlled by You, to make, sell, offer for sale, use, import, reproduce, display, perform, modify, distribute and Deploy Your Modifications of the same scope and extent as Licensor''s licenses under Sections 2.1 and 2.2; and
20184
20185(b) You grant to Licensor and its subsidiaries a non-exclusive, worldwide, royalty-free, perpetual and irrevocable license, under Your Applicable Patent Rights and other intellectual property rights owned or controlled by You, to make, use, sell, offer for sale, import, reproduce, display, perform, distribute, modify or have modified (for Licensor and/or its subsidiaries), sublicense and distribute Your Modifications, in any form and for any purpose, through multiple tiers of distribution.
20186
20187(c) You agree not use any information derived from Your use and review of the Covered Code, including but not limited to any algorithms or inventions that may be contained in the Covered Code, for the purpose of asserting any of Your patent rights, or assisting a third party to assert any of its patent rights, against Licensor or any Contributor.
20188
201894. Derivative Works. You may create a Derivative Work by combining Covered Code with other code not otherwise governed by the terms of this License and distribute the Derivative Work as an integrated product. In each such instance, You must make sure the requirements of this License are fulfilled for the Covered Code or any portion thereof, including all Modifications.
20190
201914.1 You must cause any Derivative Work that you distribute, publish or Externally Deploy, that in whole or in part contains or is derived from the Covered Code or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License and no other license except as provided in Section 4.2. You also must make Source Code available for the Derivative Work under the same terms as Modifications, described in Sections 2 and 3, above.
20192
201934.2 Compatible Source Licenses. Software modules that have been independently developed without any use of Covered Code and which contain no portion of the Covered Code, Modifications or other Derivative Works, but are used or combined in any way wtih the Covered Code or any Derivative Work to form a larger Derivative Work, are exempt from the conditions described in Section 4.1 but only to the extent that: the software module, including any software that is linked to, integrated with, or part of the same applications as, the software module by any method must be wholly subject to one of the Compatible Source Licenses. Notwithstanding the foregoing, all Covered Code must be subject to the terms of this License. Thus, the entire Derivative Work must be licensed under a combination of the RPSL (for Covered Code) and a Compatible Source License for any independently developed software modules within the Derivative Work. The foregoing requirement applies even if the Compatible Source License would ordinarily allow the software module to link with, or form larger works with, other software that is not subject to the Compatible Source License. For example, although the Mozilla Public License v1.1 allows Mozilla code to be combined with proprietary software that is not subject to the MPL, if MPL-licensed code is used with Covered Code the MPL-licensed code could not be combined or linked with any code not governed by the MPL. The general intent of this section 4.2 is to enable use of Covered Code with applications that are wholly subject to an acceptable open source license. You are responsible for determining whether your use of software with Covered Code is allowed under Your license to such software.
20194
201954.3 Mere aggregation of another work not based on the Covered Code with the Covered Code (or with a work based on the Covered Code) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. If You deliver the Covered Code for combination and/or integration with an application previously provided by You (for example, via automatic updating technology), such combination and/or integration constitutes a Derivative Work subject to the terms of this License.
20196
201975. Exclusions From License Grant. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor or any Contributor except as expressly stated herein. No right is granted to the trademarks of Licensor or any Contributor even if such marks are included in the Covered Code. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any code that Licensor otherwise would have a right to license. Modifications, Derivative Works and/or any use or combination of Covered Code with other technology provided by Licensor or third parties may require additional patent licenses from Licensor which Licensor may grant in its sole discretion. No patent license is granted separate from the Original Code or combinations of the Original Code with other software or hardware.
20198
201995.1. Trademarks. This License does not grant any rights to use the trademarks or trade names owned by Licensor ("Licensor Marks" defined in Exhibit C) or to any trademark or trade name belonging to any Contributor. No Licensor Marks may be used to endorse or promote products derived from the Original Code other than as permitted by the Licensor Trademark Policy defined in Exhibit C.
20200
202016. Additional Terms. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations and/or other rights consistent with the scope of the license granted herein ("Additional Terms") to one or more recipients of Covered Code. However, You may do so only on Your own behalf and as Your sole responsibility, and not on behalf of Licensor or any Contributor. You must obtain the recipient''s agreement that any such Additional Terms are offered by You alone, and You hereby agree to indemnify, defend and hold Licensor and every Contributor harmless for any liability incurred by or claims asserted against Licensor or such Contributor by reason of any such Additional Terms.
20202
202037. Versions of the License. Licensor may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Once Original Code has been published under a particular version of this License, You may continue to use it under the terms of that version. You may also choose to use such Original Code under the terms of any subsequent version of this License published by Licensor. No one other than Licensor has the right to modify the terms applicable to Covered Code created under this License.
20204
202058. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in part pre-release, untested, or not fully tested works. The Covered Code may contain errors that could cause failures or loss of data, and may be incomplete or contain inaccuracies. You expressly acknowledge and agree that use of the Covered Code, or any portion thereof, is at Your sole and entire risk. THE COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR SUPPORT OF ANY KIND AND LICENSOR AND LICENSOR''S LICENSOR(S) (COLLECTIVELY REFERRED TO AS "LICENSOR" FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. LICENSOR AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE FUNCTIONS CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE COVERED CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE CORRECTED. NO ORAL OR WRITTEN DOCUMENTATION, INFORMATION OR ADVICE GIVEN BY LICENSOR, A LICENSOR AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY. You acknowledge that the Covered Code is not intended for use in high risk activities, including, but not limited to, the design, construction, operation or maintenance of nuclear facilities, aircraft navigation, aircraft communication systems, or air traffic control machines in which case the failure of the Covered Code could lead to death, personal injury, or severe physical or environmental damage. Licensor disclaims any express or implied warranty of fitness for such uses.
20206
202079. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT SHALL LICENSOR OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE OR STRICT LIABILITY), PRODUCTS LIABILITY OR OTHERWISE, EVEN IF LICENSOR OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In no event shall Licensor''s total liability to You for all damages (other than as may be required by applicable law) under this License exceed the amount of ten dollars ($10.00).
20208
2020910. Ownership. Subject to the licenses granted under this License, each Contributor retains all rights, title and interest in and to any Modifications made by such Contributor. Licensor retains all rights, title and interest in and to the Original Code and any Modifications made by or on behalf of Licensor ("Licensor Modifications"), and such Licensor Modifications will not be automatically subject to this License. Licensor may, at its sole discretion, choose to license such Licensor Modifications under this License, or on different terms from those contained in this License or may choose not to license them at all.
20210
2021111. Termination.
20212
2021311.1 Term and Termination. The term of this License is perpetual unless terminated as provided below. This License and the rights granted hereunder will terminate:
20214
20215(a) automatically without notice from Licensor if You fail to comply with any term(s) of this License and fail to cure such breach within 30 days of becoming aware of such breach;
20216
20217(b) immediately in the event of the circumstances described in Section 12.5(b); or
20218
20219(c) automatically without notice from Licensor if You, at any time during the term of this License, commence an action for patent infringement against Licensor (including by cross-claim or counter claim in a lawsuit);
20220
20221(d) upon written notice from Licensor if You, at any time during the term of this License, commence an action for patent infringement against any third party alleging that the Covered Code itself (excluding combinations with other software or hardware) infringes any patent (including by cross-claim or counter claim in a lawsuit).
20222
2022311.2 Effect of Termination. Upon termination, You agree to immediately stop any further use, reproduction, modification, sublicensing and distribution of the Covered Code and to destroy all copies of the Covered Code that are in your possession or control. All sublicenses to the Covered Code which have been properly granted prior to termination shall survive any termination of this License. Provisions which, by their nature, should remain in effect beyond the termination of this License shall survive, including but not limited to Sections 3, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other for compensation, indemnity or damages of any sort solely as a result of terminating this License in accordance with its terms, and termination of this License will be without prejudice to any other right or remedy of any party.
20224
2022512. Miscellaneous.
20226
2022712.1 Government End Users. The Covered Code is a "commercial item" as defined in FAR 2.101. Government software and technical data rights in the Covered Code include only those rights customarily provided to the public as defined in this License. This customary commercial license in technical data and software is provided in accordance with FAR 12.211 (Technical Data) and 12.212 (Computer Software) and, for Department of Defense purchases, DFAR 252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3 (Rights in Commercial Computer Software or Computer Software Documentation). Accordingly, all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
20228
2022912.2 Relationship of Parties. This License will not be construed as creating an agency, partnership, joint venture or any other form of legal association between or among You, Licensor or any Contributor, and You will not represent to the contrary, whether expressly, by implication, appearance or otherwise.
20230
2023112.3 Independent Development. Nothing in this License will impair Licensor''s right to acquire, license, develop, have others develop for it, market and/or distribute technology or products that perform the same or similar functions as, or otherwise compete with, Modifications, Derivative Works, technology or products that You may develop, produce, market or distribute.
20232
2023312.4 Waiver; Construction. Failure by Licensor or any Contributor to enforce any provision of this License will not be deemed a waiver of future enforcement of that or any other provision. Any law or regulation which provides that the language of a contract shall be construed against the drafter will not apply to this License.
20234
2023512.5 Severability. (a) If for any reason a court of competent jurisdiction finds any provision of this License, or portion thereof, to be unenforceable, that provision of the License will be enforced to the maximum extent permissible so as to effect the economic benefits and intent of the parties, and the remainder of this License will continue in full force and effect. (b) Notwithstanding the foregoing, if applicable law prohibits or restricts You from fully and/or specifically complying with Sections 2 and/or 3 or prevents the enforceability of either of those Sections, this License will immediately terminate and You must immediately discontinue any use of the Covered Code and destroy all copies of it that are in your possession or control.
20236
2023712.6 Dispute Resolution. Any litigation or other dispute resolution between You and Licensor relating to this License shall take place in the Seattle, Washington, and You and Licensor hereby consent to the personal jurisdiction of, and venue in, the state and federal courts within that District with respect to this License. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded.
20238
2023912.7 Export/Import Laws. This software is subject to all export and import laws and restrictions and regulations of the country in which you receive the Covered Code and You are solely responsible for ensuring that You do not export, re-export or import the Covered Code or any direct product thereof in violation of any such restrictions, laws or regulations, or without all necessary authorizations.
20240
2024112.8 Entire Agreement; Governing Law. This License constitutes the entire agreement between the parties with respect to the subject matter hereof. This License shall be governed by the laws of the United States and the State of Washington.
20242
20243Where You are located in the province of Quebec, Canada, the following clause applies: The parties hereby confirm that they have requested that this License and all related documents be drafted in English. Les parties ont exigé que le présent contrat et tous les documents connexes soient rédigés en anglais.
20244
20245EXHIBIT A.
20246
20247"Copyright © 1995-2002 RealNetworks, Inc. and/or its licensors. All Rights Reserved.
20248
20249The contents of this file, and the files included with this file, are subject to the current version of the RealNetworks Public Source License Version 1.0 (the "RPSL") available at https://www.helixcommunity.org/content/rpsl unless you have licensed the file under the RealNetworks Community Source License Version 1.0 (the "RCSL") available at https://www.helixcommunity.org/content/rcsl, in which case the RCSL will apply. You may also obtain the license terms directly from RealNetworks. You may not use this file except in compliance with the RPSL or, if you have a valid RCSL with RealNetworks applicable to this file, the RCSL. Please see the applicable RPSL or RCSL for the rights, obligations and limitations governing use of the contents of the file.
20250
20251This file is part of the Helix DNA Technology. RealNetworks is the developer of the Original code and owns the copyrights in the portions it created.
20252
20253This file, and the files included with this file, is distributed and made available on an ''AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
20254
20255Contributor(s): ____________________________________
20256
20257Technology Compatibility Kit Test Suite(s) Location (if licensed under the RCSL):
20258
20259________________________________"
20260
20261Object Code Notice: Helix DNA Client technology included. Copyright © RealNetworks, Inc., 1995-2002. All rights reserved.
20262
20263EXHIBIT B
20264
20265Compatible Source Licenses for the RealNetworks Public Source License. The following list applies to the most recent version of the license as of October 25, 2002, unless otherwise indicated.
20266
20267Academic Free License
20268Apache Software License
20269Apple Public Source License
20270Artistic license
20271Attribution Assurance Licenses
20272BSD license
20273Common Public License1
20274Eiffel Forum License
20275GNU General Public License (GPL)1
20276GNU Library or "Lesser" General Public License (LGPL)1
20277IBM Public License
20278Intel Open Source License
20279Jabber Open Source License
20280MIT license
20281MITRE Collaborative Virtual Workspace License (CVW License)
20282Motosoto License
20283Mozilla Public License 1.0 (MPL)
20284Mozilla Public License 1.1 (MPL)
20285Nokia Open Source License
20286Open Group Test Suite License
20287Python Software Foundation License
20288Ricoh Source Code Public License
20289Sun Industry Standards Source License (SISSL)
20290Sun Public License
20291University of Illinois/NCSA Open Source License
20292Vovida Software License v. 1.0
20293W3C License
20294X.Net License
20295Zope Public License
20296zlib/libpng license
202971Note: because this license contains certain reciprocal licensing terms that purport to extend to independently developed code, You may be prohibited under the terms of this otherwise compatible license from using code licensed under its terms with Covered Code because Covered Code may only be licensed under the RealNetworks Public Source License. Any attempt to apply non RPSL license terms, including without limitation the GPL, to Covered Code is expressly forbidden. You are responsible for ensuring that Your use of Compatible Source Licensed code does not violate either the RPSL or the Compatible Source License.
20298
20299The latest version of this list can be found at: https://www.helixcommunity.org/content/complicense
20300
20301EXHIBIT C
20302
20303RealNetworks'' Trademark policy.
20304
20305RealNetworks defines the following trademarks collectively as "Licensor Trademarks": "RealNetworks", "RealPlayer", "RealJukebox", "RealSystem", "RealAudio", "RealVideo", "RealOne Player", "RealMedia", "Helix" or any other trademarks or trade names belonging to RealNetworks.
20306
20307RealNetworks "Licensor Trademark Policy" forbids any use of Licensor Trademarks except as permitted by and in strict compliance at all times with RealNetworks'' third party trademark usage guidelines which are posted at www.realnetworks.com/info/helixlogo.html.', 'http://www.opensource.org/licenses/real.php', NULL, NULL, NULL, 'RealNetworks Public Source License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '1ce8b44107f20f237910433ee890f964', 1, NULL);
20308INSERT INTO license_ref VALUES (318, 'CECILL-1.0', 'FREE SOFTWARE LICENSING AGREEMENT CeCILL
20309                ========================================
20310
20311
20312Notice
20313------
20314
20315
20316This Agreement is a free software license that is the result of  discussions
20317between its authors  in  order  to  ensure  compliance  with  the  two  main
20318principles guiding its drafting:
20319   - firstly, its conformity with French law, both as  regards  the  law  of
20320     torts and intellectual property law, and the protection that it offers
20321     to authors and the holders of economic rights over software.
20322   - secondly, compliance with the principles for the distribution  of  free
20323     software: access to source codes, extended user-rights.
20324
20325The following bodies are the authors of this license CeCILL (Ce : CEA, C :
20326CNRS, I : INRIA, LL : Logiciel Libre):
20327
20328Commissariat à l''Energie Atomique - CEA, a public scientific, technical  and
20329industrial establishment, having its principal place of  business  at  31-33
20330rue de la Fédération, 75752 PARIS cedex 15.
20331
20332Centre National de la Recherche Scientifique -  CNRS,  a  public  scientific
20333and technological establishment, having its principal place of  business  at
203343 rue Michel-Ange 75794 Paris cedex 16.
20335
20336Institut National de Recherche en Informatique et en Automatique - INRIA,  a
20337public scientific and  technological  establishment,  having  its  principal
20338place of business at Domaine de Voluceau, Rocquencourt,  BP  105,  78153  Le
20339Chesnay cedex.
20340
20341
20342PREAMBLE
20343--------
20344
20345
20346The purpose of this Free Software Licensing Agreement is to grant users  the
20347right to modify and redistribute  the  software  governed  by  this  license
20348within the framework of an "open source" distribution model.
20349
20350The exercising of these rights is conditional upon certain  obligations  for
20351users  so  as  to  ensure  that  this  status  is  retained  for  subsequent
20352redistribution operations.
20353
20354Nevertheless, access to the source code, and the resulting rights  to  copy,
20355modify and redistribute only provide users with a limited warranty  and  the
20356software''s author, the holder of the economic  rights,  and  the  successive
20357licensors only have limited liability.
20358
20359In this respect, the user''s attention is drawn to the risks associated  with
20360loading, using, modifying and/or developing or reproducing the  software  by
20361the user in light of its specific status of free  software,  that  may  mean
20362that it is complicated to manipulate, and that also therefore means that  it
20363is reserved for developers and experienced professionals having in-depth  IT
20364knowledge. Users are therefore encouraged to load and  test  the  Software''s
20365suitability  as  regards  their  requirements  in  conditions  enabling  the
20366security of their systems and/or data to be ensured and, more generally,  to
20367use and operate  it  in  the  same  conditions  as  regards  security.  This
20368Agreement may be  freely  reproduced  and  published,  provided  it  is  not
20369altered, and that no Articles are either added or removed herefrom.
20370
20371This Agreement may apply to any or all software for which the holder of  the
20372economic rights decides to submit the operation thereof to its provisions.
20373
20374
20375Article 1  - DEFINITIONS
20376------------------------
20377
20378
20379For the purposes of this Agreement, when the following expressions  commence
20380with a capital letter, they shall have the following meaning:
20381
20382Agreement: means this Licensing Agreement, and any or all of its  subsequent
20383versions.
20384
20385Software: means the software in its Object  Code  and/or  Source  Code  form
20386and, where applicable, its documentation, "as  is"  at  the  time  when  the
20387Licensee accepts the Agreement.
20388
20389Initial Software: means the Software in its Source Code and/or  Object  Code
20390form and, where applicable, its documentation, "as is" at the time  when  it
20391is distributed for the first time under the  terms  and  conditions  of  the
20392Agreement.
20393
20394Modified  Software:  means  the  Software   modified   by   at   least   one
20395Contribution.
20396
20397Source Code: means all the Software''s  instructions  and  program  lines  to
20398which access is required so as to modify the Software.
20399
20400Object Code: means the binary files originating from the compilation of  the
20401Source Code.
20402
20403Holder: means  the  holder  of  the  economic  copyright  over  the  Initial
20404Software.
20405
20406Licensee(s): mean(s) the Software user(s) having accepted the Agreement.
20407
20408Contributor: means a Licensee having made at least one Contribution.
20409
20410Licensor: means the Holder, or any or all other individual or legal  entity,
20411that distributes the Software under the Agreement.
20412
20413Contributions: mean any or  all  modifications,  corrections,  translations,
20414adaptations and/or new functionalities integrated into the Software  by  any
20415or all Contributor, and the Static Modules.
20416
20417Module: means a set of sources files  including  their  documentation  that,
20418once compiled in executable form, enables supplementary  functionalities  or
20419services to be developed in addition to those offered by the Software.
20420
20421Dynamic Module: means any or all module, created by  the  Contributor,  that
20422is independent of the Software, so that this module and the Software are  in
20423two different executable forms that are  run  in  separate  address  spaces,
20424with one calling the other when they are run.
20425
20426Static Module: means any or all  module,  created  by  the  Contributor  and
20427connected to the Software by a static link that  makes  their  object  codes
20428interdependent. This module and the Software to which it is  connected,  are
20429combined in a single executable.
20430
20431Parties: mean both the Licensee and the Licensor.
20432
20433These expressions may be used both in singular and plural form.
20434
20435
20436Article 2 - PURPOSE
20437-------------------
20438
20439
20440The purpose of the  Agreement  is  to  enable  the  Licensor  to  grant  the
20441Licensee a free, non-exclusive, transferable and worldwide License  for  the
20442Software as set forth in  Article  5  hereinafter  for  the  whole  term  of
20443protection of the rights over said Software.
20444
20445
20446Article 3 - ACCEPTANCE
20447----------------------
20448
20449
204503.1. The  Licensee  shall  be  deemed  as  having  accepted  the  terms  and
20451conditions of  this  Agreement  by  the  occurrence  of  the  first  of  the
20452following events:
20453- (i) loading the Software by any or all means, notably,  by  downloading
20454  from a remote server, or by loading from a physical medium;
20455- (ii) the first time the Licensee exercises any of  the  rights  granted
20456  hereunder.
20457
204583.2. One copy  of  the  Agreement,  containing  a  notice  relating  to  the
20459specific nature of the  Software,  to  the  limited  warranty,  and  to  the
20460limitation to use by experienced users has been  provided  to  the  Licensee
20461prior to its acceptance as set forth in Article  3.1  hereinabove,  and  the
20462Licensee hereby acknowledges that it is aware thereof.
20463
20464
20465Article 4 - EFFECTIVE DATE AND TERM
20466-----------------------------------
20467
20468
204694.1. EFFECTIVE DATE
20470
20471The Agreement shall become effective on the date when it is accepted by  the
20472Licensee as set forth in Article 3.1.
20473
204744.2. TERM
20475
20476The Agreement  shall  remain  in  force  during  the  whole  legal  term  of
20477protection of the economic rights over the Software.
20478
20479
20480Article 5 - SCOPE OF THE RIGHTS GRANTED
20481---------------------------------------
20482
20483
20484The  Licensor  hereby  grants  to  the  Licensee,  that  accepts  such,  the
20485following rights as regards the Software for any or all  use,  and  for  the
20486term of the Agreement, on the basis of the terms and  conditions  set  forth
20487hereinafter.
20488
20489Otherwise, the Licensor grants to the Licensee free of  charge  exploitation
20490rights on  the  patents  he  holds  on  whole  or  part  of  the  inventions
20491implemented in the Software.
20492
204935.1. RIGHTS OF USE
20494
20495The Licensee is authorized to use the Software, unrestrictedly,  as  regards
20496the fields of application, with it being  hereinafter  specified  that  this
20497relates to:
20498- permanent or temporary reproduction of all or part of the Software  by
20499  any or all means and in any or all form.
20500- loading, displaying, running, or storing the Software on any or all
20501  medium.
20502- entitlement to observe, study or test the operation thereof so  as  to
20503  establish the ideas and principles that form the basis for any or  all
20504  constituent elements of said  Software.  This  shall  apply  when  the
20505  Licensee  carries  out  any  or  all  loading,  displaying,   running,
20506  transmission or storage operation as regards the Software, that it  is
20507  entitled to carry out hereunder.
20508
205095.2. entitlement to make CONTRIBUTIONS
20510
20511The right to make Contributions includes  the  right  to  translate,  adapt,
20512arrange, or make any or all modification to the Software, and the  right  to
20513reproduce the resulting Software.
20514
20515The Licensee is authorized to make any or all Contribution to  the  Software
20516provided that it  explicitly  mentions  its  name  as  the  author  of  said
20517Contribution and the date of the development thereof.
20518
205195.3. DISTRIBUTION AND PUBLICATION RIGHTS
20520
20521In particular, the right of distribution and publication includes the  right
20522to transmit and communicate the Software to the general  public  on  any  or
20523all medium, and by any or all means, and the  right  to  market,  either  in
20524consideration of a fee, or free of charge, a  copy or copies of the Software
20525by means of any or all process.
20526The Licensee is further authorized to redistribute copies  of  the  modified
20527or  unmodified  Software  to  third  parties  according  to  the  terms  and
20528conditions set forth hereinafter.
20529
205305.3.1. REDISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
20531
20532The Licensee is authorized to redistribute true copies of  the  Software  in
20533Source Code or Object Code form, provided that said redistribution  complies
20534with all the provisions of the Agreement and is accompanied by:
20535- a copy of the Agreement,
20536- a notice relating to the limitation of both  the  Licensor''s  warranty
20537  and liability as set forth in Articles 8 and 9,
20538and  that,  in  the  event  that  only  the  Software''s   Object   Code   is
20539redistributed, the Licensee allows future  Licensees  unhindered  access  to
20540the Software''s full Source  Code  by  providing  them  with  the  terms  and
20541conditions for access thereto, it being understood that the additional  cost
20542of acquiring the Source Code shall not exceed the cost of  transferring  the
20543data.
20544
205455.3.2. REDISTRIBUTION OF MODIFIED  SOFTWARE
20546
20547When the Licensee makes a  Contribution  to  the  Software,  the  terms  and
20548conditions for the redistribution of the Modified  Software  shall  then  be
20549subject to all the provisions hereof.
20550
20551The Licensee is authorized to redistribute the Modified Software, in  Source
20552Code or Object Code form, provided that said  redistribution  complies  with
20553all the provisions of the Agreement and is accompanied by:
20554- a copy of the Agreement,
20555- a notice relating to the limitation of both  the  Licensor''s  warranty
20556  and liability as set forth in Articles 8 and 9,
20557and that, in the event that only the  Modified  Software''s  Object  Code  is
20558redistributed, the Licensee allows future  Licensees  unhindered  access  to
20559the Modified Software''s full Source Code by providing them  with  the  terms
20560and conditions for access thereto, it being understood that  the  additional
20561cost of acquiring the Source Code shall not exceed the cost of  transferring
20562the data.
20563
20564
205655.3.3. redistribution OF DYNAMIC MODULES
20566
20567When the Licensee has developed a Dynamic Module, the terms  and  conditions
20568hereof do not apply to said Dynamic Module, that  may  be  distributed under
20569a separate Licensing Agreement.
20570
205715.3.4. COMPATIBILITY WITH THE GPL LICENSE
20572
20573In the event that the Modified or unmodified Software includes a  code  that
20574is subject to the provisions of the GPL License, the Licensee is  authorized
20575to redistribute the whole under the GPL License.
20576
20577In the event that the Modified Software includes a code that is  subject  to
20578the  provisions  of  the  GPL  License,  the  Licensee  is   authorized   to
20579redistribute the Modified Software under the GPL License.
20580
20581
20582Article 6  - INTELLECTUAL PROPERTY
20583----------------------------------
20584
20585
205866.1. OVER THE INITIAL SOFTWARE
20587
20588The Holder owns the economic rights over the Initial Software.  Any  or  all
20589use of the Initial Software is subject to  compliance  with  the  terms  and
20590conditions under which the Holder has elected to distribute its work and  no
20591one shall be entitled to  and it shall have sole entitlement to  modify  the
20592terms and conditions for the distribution of said Initial Software.
20593
20594The Holder undertakes to maintain the distribution of the  Initial  Software
20595under the conditions of  the  Agreement,  for  the  duration  set  forth  in
20596article 4.2..
20597
205986.2. OVER THE CONTRIBUTIONS
20599
20600The intellectual property rights over the Contributions are attached to  the
20601holder of the economic rights as designated by effective legislation.
20602
206036.3. OVER THE DYNAMIC MODULES
20604
20605The Licensee having  developed  a  Dynamic  Module  is  the  holder  of  the
20606intellectual property rights over said Dynamic Module and is free to  choose
20607the agreement that shall govern its distribution.
20608
206096.4. JOINT PROVISIONS
20610
206116.4.1. The Licensee expressly undertakes:
20612- not to remove, or modify, in  any  or  all  manner,  the  intellectual
20613  property notices affixed to the Software;
20614- to reproduce said notices, in an identical manner, in  the  copies  of
20615  the Software.
20616
206176.4.2. The Licensee undertakes not to directly or  indirectly  infringe  the
20618intellectual property rights of the Holder and/or Contributors and to  take,
20619where applicable, vis-à-vis its staff,  any  or  all  measures  required  to
20620ensure respect for said intellectual property rights of  the  Holder  and/or
20621Contributors.
20622
20623
20624Article 7  - RELATED SERVICES
20625-----------------------------
20626
20627
206287.1. Under no circumstances shall  the  Agreement  oblige  the  Licensor  to
20629provide technical assistance or maintenance services for the Software.
20630
20631However, the Licensor is entitled to offer  this  type  of  service. The
20632terms  and  conditions  of  such  technical  assistance,  and/or   such
20633maintenance, shall then be set forth in  a  separate  instrument.  Only  the
20634Licensor offering said  maintenance  and/or  technical  assistance  services
20635shall incur liability therefor.
20636
206377.2. Similarly, any or all Licensor  shall  be  entitled  to  offer  to  its
20638Licensees, under its own responsibility, a  warranty,  that  shall  only  be
20639binding upon itself, for the  redistribution  of  the  Software  and/or  the
20640Modified Software, under terms and conditions  that  it  shall  decide  upon
20641itself. Said warranty,  and  the  financial  terms  and  conditions  of  its
20642application, shall be subject to a separate instrument executed between  the
20643Licensor and the Licensee.
20644
20645
20646Article 8  - LIABILITY
20647----------------------
20648
20649
206508.1. Subject to the provisions of Article 8.2, should the Licensor  fail  to
20651fulfill all or part of its obligations  hereunder,  the  Licensee  shall  be
20652entitled to claim compensation for the direct loss suffered that it is  able
20653to justify, subject to providing proof of  negligence  by  the  Licensor  in
20654question.
20655
206568.2. The Licensor''s liability is limited to the commitments made under  this
20657Licensing Agreement and shall not be incurred as a result ,  in  particular:
20658(i) of loss due the Licensee''s total  or  partial  failure  to  fulfill  its
20659obligations, (ii) direct or consequential loss due to the Software''s use  or
20660performance that  is  suffered  by  the  Licensee,  when  the  latter  is  a
20661professional  using  said  Software  for  professional  purposes  and  (iii)
20662consequential loss due to the Software''s use  or  performance.  The  Parties
20663expressly agree that any or all pecuniary or business  loss  (i.e.  loss  of
20664data, loss  of  profits,  operating  loss,  loss  of  customers  or  orders,
20665opportunity cost, any disturbance to business  activities)  or  any  or  all
20666legal proceedings instituted against the Licensee by a  third  party,  shall
20667constitute consequential loss and shall not provide entitlement  to  any  or
20668all compensation from the Licensor.
20669
20670
20671Article 9  - WARRANTY
20672---------------------
20673
20674
206759.1. The  Licensee  acknowledges  that  the  current  situation  as  regards
20676scientific and  technical  know-how  at  the  time  when  the  Software  was
20677distributed did not enable all possible uses to be tested and verified,  nor
20678for the presence of any or all faults to be detected. In this  respect,  the
20679Licensee''s attention has been drawn to the risks  associated  with  loading,
20680using, modifying and/or developing and reproducing  the  Software  that  are
20681reserved for experienced users.
20682
20683The Licensee shall be responsible for verifying, by any or  all  means,  the
20684product''s suitability for its requirements, its due and proper  functioning,
20685and for ensuring that it  shall  not  cause  damage  to  either  persons  or
20686property.
20687
206889.2. The Licensor hereby represents, in good faith, that it is  entitled  to
20689grant all the rights on the  Software (including in  particular  the  rights
20690set forth in Article 5 hereof over the Software).
20691
206929.3. The Licensee acknowledges that the Software is supplied "as is" by  the
20693Licensor without any or all other express  or  tacit  warranty,  other  than
20694that provided for in Article 9.2 and, in  particular,  without  any  or  all
20695warranty as to its market  value,  its  securised,  innovative  or  relevant
20696nature.
20697
20698Specifically, the Licensor does not warrant that the Software is  free  from
20699any or all error, that it shall  operate  continuously,  that  it  shall  be
20700compatible  with   the   Licensee''s   own   equipment   and   its   software
20701configuration, nor that it shall meet the Licensee''s requirements.
20702
207039.4. The Licensor does not either expressly  or  tacitly  warrant  that  the
20704Software does not  infringe  any  or  all  third  party  intellectual  right
20705relating to a patent, software or  to  any  or  all  other  property  right.
20706Moreover, the Licensor shall not hold the Licensee harmless against  any  or
20707all proceedings for infringement that may be instituted in  respect  of  the
20708use, modification and redistribution of the Software.  Nevertheless,  should
20709such proceedings be instituted against  the  Licensee,  the  Licensor  shall
20710provide it with  technical  and  legal  assistance  for  its  defense.  Such
20711technical and legal assistance shall  be  decided  upon  on  a  case-by-case
20712basis  between  the  relevant  Licensor  and  the  Licensee  pursuant  to  a
20713memorandum of understanding. The Licensor disclaims any or all liability  as
20714regards the Licensee''s use of the Software''s  name.  No  warranty  shall  be
20715provided as regards the existence of prior  rights  over  the  name  of  the
20716Software and as regards the existence of a trademark.
20717
20718
20719Article 10  - TERMINATION
20720-------------------------
20721
20722
2072310.1. In  the  event  of  a  breach  by  the  Licensee  of  its  obligations
20724hereunder, the Licensor may automatically terminate  this  Agreement  thirty
20725(30) days after notice has been  sent  to  the  Licensee  and  has  remained
20726ineffective.
20727
2072810.2. The  Licensee  whose  Agreement  is  terminated  shall  no  longer  be
20729authorized to use, modify or distribute the Software. However,  any  or  all
20730licenses that it may have granted prior to  termination  of  the  Agreement
20731shall remain valid subject to their having been granted in  compliance  with
20732the terms and conditions hereof.
20733
20734
20735Article 11  - MISCELLANEOUS PROVISIONS
20736--------------------------------------
20737
20738
2073911.1. EXCUSABLE EVENTS
20740
20741Neither Party shall be liable for any or all delay, or  failure  to  perform
20742the Agreement, that may be attributable to an event  of  force  majeure,  an
20743act of God or an outside cause, such as, notably, defective functioning,  or
20744interruptions affecting  the  electricity  or  telecommunications  networks,
20745blocking of the network following a virus attack, the  intervention  of  the
20746government authorities, natural disasters, water damage, earthquakes,  fire,
20747explosions, strikes and labor unrest, war, etc.
20748
2074911.2. The fact that either Party may fail, on one or several  occasions,  to
20750invoke  one  or  several  of  the  provisions   hereof,   shall   under   no
20751circumstances be interpreted as being a waiver by the  interested  Party  of
20752its entitlement to invoke said provision(s) subsequently.
20753
2075411.3. The Agreement cancels and replaces  any  or  all  previous  agreement,
20755whether written or oral, between the Parties and having  the  same  purpose,
20756and  constitutes  the  entirety  of  the  agreement  between  said   Parties
20757concerning said purpose. No supplement or  modification  to  the  terms  and
20758conditions hereof shall be effective as regards the  Parties  unless  it  is
20759made in writing and signed by their duly authorized representatives.
20760
2076111.4. In the event that one or several of  the  provisions  hereof  were  to
20762conflict with a current or future applicable act or legislative  text,  said
20763act or legislative text shall take precedence, and the  Parties  shall  make
20764the necessary amendments so  as  to  be  in  compliance  with  said  act  or
20765legislative  text.  All  the  other  provisions  shall   remain   effective.
20766Similarly, the fact that a provision of  the  Agreement  may   be  null  and
20767void, for any reason whatsoever, shall not cause the Agreement  as  a  whole
20768to be null and void.
20769
2077011.5. LANGUAGE
20771
20772The Agreement is drafted in both French and  English.  In  the  event  of  a
20773conflict as  regards  construction,  the  French  version  shall  be  deemed
20774authentic.
20775
20776
20777Article 12  - NEW VERSIONS OF THE AGREEMENT
20778-------------------------------------------
20779
20780
2078112.1. Any or all person is authorized to duplicate and distribute copies  of
20782this Agreement.
20783
2078412.2. So as to ensure coherence, the wording of this Agreement is  protected
20785and may only be modified by the authors of the  License,  that  reserve  the
20786right to periodically publish updates or  new  versions  of  the  Agreement,
20787each with a separate number. These subsequent versions may  incorporate  new
20788problems encountered by the free software.
20789
2079012.3. Any  or  all  Software  distributed  under  a  given  version  of  the
20791Agreement may only be subsequently distributed under  the  same  version  of
20792the Agreement, or  a  subsequent  version,  subject  to  the  provisions  of
20793article 5.3.4.
20794
20795
20796Article 13 - GOVERNING LAW AND JURISDICTION
20797-------------------------------------------
20798
20799
2080013.1. The Agreement is  governed  by  French  law.   The  Parties  agree  to
20801endeavor to settle the disagreements or disputes that may arise  during  the
20802performance of the Agreement out-of-court.
20803
2080413.2. In the absence of an out-of-court settlement within two (2) months  as
20805from their occurrence, and unless emergency proceedings are  necessary,  the
20806disagreements or disputes shall be  referred  to  the  Paris  Courts  having
20807jurisdiction, by the first Party to take action.
20808
20809
20810                                                     Version 1 of 06/21/2004', 'http://www.cecill.info/licences/Licence_CeCILL_V1-US.txt', NULL, NULL, NULL, 'CeCILL License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'd1bf1b96d4fc7b8f2d678571dd91c56b', 1, NULL);
20811INSERT INTO license_ref VALUES (319, 'CompuServe', 'CompuServe''s Offical Gif License Agreement
20812
20813AGREEMENT FOR USE OF GRAPHICS INTERCHANGE FORMAT(SM)
20814
20815This Agreement is entered into as of the effective date set forth below between CompuServe Incorporated, an Ohio corporation ("CompuServe"), and the other undersigned party to this Agreement ("Developer").
20816
20817Section 1. Grant of Rights.
20818
208191.1. Effective upon Developer''s payment of the initial license fee described in Section 2, CompuServe hereby grants to Developer a non-exclusive, worldwide: (a) license to use and exploit GIF(SM) to make, have made, use and sell Products solely within the Field of Use; and (b) sublicense to use and exploit the Licensed Patent to make, have made, use and sell Products solely within the Field of Use.
20820
208211.2. CompuServe will provide Developer with a single copy of the most recent specification for GIF(SM) and any updates to such specification that are released by CompuServe during the term of this Agreement. Once an updated version of the GIF(SM) specification has been released by CompuServe, Developer should incorporate the updates contained in the new specification into its Products as part of Developer''s ordinary release cycle.
20822
208231.3. Developer understands that CompuServe and Unysis Corporation are the owners of all patents, copyrights, service marks and other intellectual property embodied in the Licensed Technology. In connection with its use of the Licensed Technology, Developer shall take all steps reasonably required by CompuServe and/or Unysis Corporation to acknowledge and protect their respective ownership interests in the patents, copyrights, service marks and other intellectual property interests embodied in the Licensed Technology. Developer further agrees not to take any action that would impair the respective interests of CompuServe and/or Unysis Corporation in the Licensed Technology.
20824
208251.4. Developer may not use, copy, modify or distribute the GIF(SM) specification, except as expressly permitted by CompuServe. Developer may make three copies of the GIF(SM) specification for back-up purposes only, provided CompuServe''s service mark, copyright and other notices and legends are included in such copy. Developer shall not alter or delete any of the notices or legends contained in the GIFSM specification and any updates thereto. Developer agrees to provide the following notice on Products or in any Product documentation: "LZW compression and decompression methods are licensed under Unysis Corporation''s U.S. Patent 4,558,302 and equivalent foreign patents. Additional technology embodied in GIF(SM) is licensed from CompuServe Incorporated. Graphics Interchange Format and GIF are service marks of CompuServe Incorporated."
20826
208271.5. Developer shall not grant any customer the right to use a Product until such customer has been registered by Developer as a user of the Product and customer''s rights to use such Product are governed by an agreement with Developer providing that (a) the customer''s use of such Product will be primarily for accessing the CompuServe Information Service and for manipulating and viewing data received through the CompuServe Information Service, and (b) the customer will not alter, enhance or redistribute any Product.
20828
208291.6. This Agreement does not provide Developer with title to or ownership of the Licensed Technology or any service mark of CompuServe, but only the license granted herein. Developer may only grant its customers a limited right to use Products.
20830
20831Section 2. License Fees.
20832
208332.1. In payment for the licenses granted herein, Developer shall pay CompuServe a one-time initial license fee of $ 1.00 which is due in full upon the execution of this Agreement and a fee per Disposition equal to the greater of (a) 1.5 percent of the selling price per Disposition or (b) $.15 per Disposition. Unless otherwise provided herein, all license fees and other amounts payable hereunder by Developer shall be paid to CompuServe in U.S. Dollars within ten (10) days after the end of each quarter. Quarterly periods may be defined at CompuServe''s discretion.
20834
208352.2. Developer is solely responsible for payment of any taxes resulting from Developer''s use of the Licensed Technology, except for taxes based on the income of CompuServe or Unysis Corporation. Developer agrees to hold CompuServe harmless from all claims and liability arising from Developer''s failure to report or pay such taxes. This paragraph shall survive any termination of this Agreement.
20836
20837Section 3. New Products.
20838
20839Developer shall have the right to add additional Products solely within the Field of Use by providing notice to CompuServe of the existence of each new Product at the time such new Product is first offered to Developer''s customers.
20840
20841Section 4. Reports.
20842
20843Developer shall keep adequate records to accurately determine the payments due under this Agreement. Each payment hereunder shall be made and accompanied by a report in such manner and form as requested by CompuServe setting forth the number of Dispositions of each Product occurring hereunder and any other information reasonably necessary to calculate payments due hereunder. Developer shall not enter into any arrangement under which copies of Products will be prepared or the Licensed Technology used, unless Developer has taken steps to ensure that it can account for and pay the royalties required hereunder.
20844
20845Section 5. Audits.
20846
20847CompuServe shall have the right, no more than once during any calendar year, to have an independent certified public accountant inspect the relevant records of Developer on seven business days notice and during regular business hours to verify the reports and payments required to be made hereunder. Should an underpayment in excess of 10 percent be discovered, Developer shall pay the cost of the audit. In any event, Developer shall promptly pay any underpayment together with interest at the annual rate of 12 percent.
20848
20849Section 6. Assignment.
20850
20851This Agreement and the licenses granted herein may not be assigned by Developer without the prior written consent of CompuServe.
20852
20853Section 7. License Term.
20854
20855The initial term of this Agreement shall commence on the effective date of this Agreement and shall expire at midnight (EST) on the first anniversary of such date. This Agreement shall automatically renew for additional consecutive one year periods, unless either party delivers a written notice of termination to the other party not later than 30 days before the expiration of the then current term.
20856
20857Section 8. Termination for Cause.
20858
20859This Agreement may be terminated by CompuServe: (a) upon 30 days prior written notice, if Developer is in breach of any of its material obligations hereunder and the breach is not remedied within such 30 day period; or (b) upon reasonable written notice, if the Licensed Patent expires or is found invalid or unenforceable in any proceeding before the U.S. Patent and Trademark Office or in a U.S. court of law, after all appropriate appeals have been finally decided. Promptly following any termination of this Agreement, Developer shall (i) return all copies of the GIF(SM) specification and any confidential information of CompuServe then in its possession or control to CompuServe, (ii) stop using the Licensed Technology, and (iii) stop distributing Products.
20860
20861Section 9. Notices.
20862
20863All notices or other communications required or permitted under this Agreement shall be in writing and shall be delivered by personal delivery, registered mail return receipt requested, a "Next Day Air" delivery service or by customary electronic means, addressed as indicated on the signature page of this Agreement.
20864
20865Section 10. Miscellaneous.
20866
2086710.1. CompuServe represents that it has executed an agreement with Unysis Corporation dated June 21, 1994, pursuant to which Unisys Corporation (a) granted to CompuServe a license to sublicense the technology covered by the Licensed Patent to make, have made, use and sell Products in the Field of Use, provided such Products are identified to Unysis Corporation as required by such agreement, and (b) agreed as follows: "Unysis hereby releases any and all claims of any nature based upon any use of the technology of the Licensed Patent by Licensee in the Products, internal use in offering the CompuServe Information Service, or use by its licensees in derivatives of the Products, which have occurred to date and during the period of implementation of this Agreement, provided that Licensee shall exercise commercially diligent efforts to implement this Agreement as soon as reasonably practicable and in no case later than six (6) months after the date this Agreement is executed by Licensee."
20868
2086910.2. EXCEPT AS SET FORTH IN THIS AGREEMENT, COMPUSERVE DISCLAIMS ANY AND ALL EXPRESS AND IMPLIED PROMISES, REPRESENTATIONS AND WARRANTIES WITH RESPECT TO THE LICENSED TECHNOLOGY, INCLUDING ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, OR ITS MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. This paragraph shall survive any termination of this Agreement.
20870
2087110.3. The cumulative liability of CompuServe for all claims arising out of or relating to this Agreement shall not exceed the total amount of all license fees paid to CompuServe hereunder. In no event shall CompuServe be liable for any lost profits or incidental, special, exemplary or consequential damages for any claims arising out of or relating to this Agreement. This paragraph shall survive any termination of this Agreement.
20872
2087310.4. Nothing in this Agreement shall be construed as: (a) requiring the maintenance of the Licensed Technology; (b) a warranty as to the validity or scope of the Licensed Technology; (c) a warranty or representation that any Product will be free from infringement of patents, copyrights, trademarks or other similar intellectual property interests of third parties; (d) an agreement to bring or prosecute actions against third party infringers of the Licensed Technology; (e) conferring any license or right under any patent other than the Licensed Patent; or (f) conferring any right to use the Licensed Technology outside the Field of Use.
20874
2087510.5. This Agreement contains the complete and final agreement between the parties, and supersedes all previous understandings related to the subject matter hereof whether oral or written. This Agreement may only be modified by a written agreement signed by duly authorized representatives of the parties.
20876
2087710.6. The validity and interpretation of this Agreement shall be governed by Ohio law, without regard to conflict of laws principles. The parties further consent to the exclusive jurisdiction of the state and federal courts located in the City of Columbus, Ohio. Process may be served on either party by U.S. Mail, postage prepaid, certified or registered, return receipt requested, and addressed as indicated on the signature page of this Agreement. This paragraph shall survive any termination of this Agreement.
20878
2087910.7. Developer shall not disclose to anyone for any reason the terms of this Agreement or any information provided to Developer by CompuServe that is marked as being confidential information of CompuServe, except with CompuServe''s prior written consent. Developer shall protect the confidentiality of such information with at least the same degree of care it employs to protect its own similar confidential information. Developer may use such confidential information of CompuServe solely for purposes of exercising its rights under this Agreement, and shall make no other use of such information. This paragraph shall survive any termination of this Agreement.
20880
2088110.8. Developer acknowledges and agrees that Unisys Corporation is an intended third party beneficiary of each and every provision of this Agreement, other than Section 2 hereof, and may enforce any rights it may have under such provisions to the fullest extent permitted by law as if it were a party to this Agreement. This paragraph shall survive any termination of this Agreement.
20882
2088310.9. Developer shall indemnify and hold CompuServe, and its officers, directors, agents, employees and affiliates, harmless against any damage, loss, claim, action, liability, cost or expense suffered by or brought against any of the foregoing indemnified parties arising out of or relating to any breach or violation of this Agreement by Developer or its customers or any conduct of Developer or its customers relating to their use of the Licensed Technology. This paragraph shall survive any termination of this Agreement.
20884
20885Section 11. Definitions. As used herein:
20886
2088711.1. "Disposition" means the sale, lease or license or any other grant of rights to a Product or any new Product as may be added pursuant to Section 3 of this Agreement.
20888
2088911.2. "Field of Use" means software provided by CompuServe or Developer and used by subscribers to the CompuServe Information Service to access the CompuServe Information Service or use information obtained over the CompuServe Information Service which utilizes the technology of the Licensed Patent.
20890
2089111.3. "GIF(SM)" means CompuServe''s copyright and other intellectual property embodied in the Graphics Interchange Format(SM) as described in the most recent release of the specification for the Graphics Interchange Format(SM), as the same may be updated from time to time during the term of this Agreement, but (for purposes of this Agreement) does not include the technology covered by the Licensed Patent or CompuServe''s service marks for the Graphics Interchange Format or GIF.
20892
2089311.4. "Licensed Patent" means U.S. Patent 4,558,302 registered in the name of Unisys Corporation relating to digital data compression and decompression, and all foreign counterparts.
20894
2089511.5. "Licensed Technology" means, collectively, GIF(SM) and the Licensed Patent.
20896
2089711.6. "Products" means software that is developed or distributed under this Agreement which is designed for and used primarily for accessing the CompuServe Information Service and for manipulating and viewing data received through the CompuServe Information Service, and any new Products as may be added pursuant to Section 3 of this Agreement.
20898
20899Signatures:
20900
20901CompuServe Incorporated Developer
20902
20903By____________________          By_______________________________________
20904
20905Name:  Kent D. Stuckey     Name:____________________________________
20906
20907Title:  Secretary    Title:___________________________________
20908
20909Address:  5000 Arlington Centre Blvd.     Address:_________________
20910
20911                                     ____________________________________
20912
20913Columbus, Ohio  43220           ____________________________________
20914
20915Phone:  (614) 457-8600     Phone:___________________________________
20916
20917Fax:  (614) 457-9665    Fax:_____________________________________
20918
20919
20920Effective Date:   __________________________________', 'http://progfree.org/Patents/Gif/gif_lic.html', NULL, NULL, NULL, 'CompuServe Official Gif License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, '24c810ed0121e3296104c11b259d1212', 1, NULL);
20921INSERT INTO license_ref VALUES (407, 'CC-BY-ND-3.0', 'Creative Commons Attribution-NoDerivs 3.0 Unported
20922
20923CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
20924LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
20925ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
20926ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
20927INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
20928ITS USE.
20929
20930License
20931
20932THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
20933COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
20934COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
20935AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
20936
20937BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
20938TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
20939BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
20940CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
20941CONDITIONS.
20942
209431. Definitions
20944
20945a. "Adaptation" means a work based upon the Work, or upon the Work and
20946other pre-existing works, such as a translation, adaptation, derivative
20947work, arrangement of music or other alterations of a literary or
20948artistic work, or phonogram or performance and includes cinematographic
20949adaptations or any other form in which the Work may be recast,
20950transformed, or adapted including in any form recognizably derived from
20951the original, except that a work that constitutes a Collection will not
20952be considered an Adaptation for the purpose of this License. For the
20953avoidance of doubt, where the Work is a musical work, performance or
20954phonogram, the synchronization of the Work in timed-relation with a
20955moving image ("synching") will be considered an Adaptation for the
20956purpose of this License.
20957
20958b. "Collection" means a collection of literary or artistic works, such
20959as encyclopedias and anthologies, or performances, phonograms or
20960broadcasts, or other works or subject matter other than works listed in
20961Section 1(f) below, which, by reason of the selection and arrangement of
20962their contents, constitute intellectual creations, in which the Work is
20963included in its entirety in unmodified form along with one or more other
20964contributions, each constituting separate and independent works in
20965themselves, which together are assembled into a collective whole. A work
20966that constitutes a Collection will not be considered an Adaptation (as
20967defined above) for the purposes of this License.
20968
20969c. "Distribute" means to make available to the public the original and
20970copies of the Work through sale or other transfer of ownership.
20971
20972d. "Licensor" means the individual, individuals, entity or entities that
20973offer(s) the Work under the terms of this License.
20974
20975e. "Original Author" means, in the case of a literary or artistic work,
20976the individual, individuals, entity or entities who created the Work or
20977if no individual or entity can be identified, the publisher; and in
20978addition (i) in the case of a performance the actors, singers,
20979musicians, dancers, and other persons who act, sing, deliver, declaim,
20980play in, interpret or otherwise perform literary or artistic works or
20981expressions of folklore; (ii) in the case of a phonogram the producer
20982being the person or legal entity who first fixes the sounds of a
20983performance or other sounds; and, (iii) in the case of broadcasts, the
20984organization that transmits the broadcast.
20985
20986f. "Work" means the literary and/or artistic work offered under the
20987terms of this License including without limitation any production in the
20988literary, scientific and artistic domain, whatever may be the mode or
20989form of its expression including digital form, such as a book, pamphlet
20990and other writing; a lecture, address, sermon or other work of the same
20991nature; a dramatic or dramatico-musical work; a choreographic work or
20992entertainment in dumb show; a musical composition with or without words;
20993a cinematographic work to which are assimilated works expressed by a
20994process analogous to cinematography; a work of drawing, painting,
20995architecture, sculpture, engraving or lithography; a photographic work
20996to which are assimilated works expressed by a process analogous to
20997photography; a work of applied art; an illustration, map, plan, sketch
20998or three-dimensional work relative to geography, topography,
20999architecture or science; a performance; a broadcast; a phonogram; a
21000compilation of data to the extent it is protected as a copyrightable
21001work; or a work performed by a variety or circus performer to the extent
21002it is not otherwise considered a literary or artistic work.
21003
21004g. "You" means an individual or entity exercising rights under this
21005License who has not previously violated the terms of this License with
21006respect to the Work, or who has received express permission from the
21007Licensor to exercise rights under this License despite a previous
21008violation.
21009
21010h. "Publicly Perform" means to perform public recitations of the Work
21011and to communicate to the public those public recitations, by any means
21012or process, including by wire or wireless means or public digital
21013performances; to make available to the public Works in such a way that
21014members of the public may access these Works from a place and at a place
21015individually chosen by them; to perform the Work to the public by any
21016means or process and the communication to the public of the performances
21017of the Work, including by public digital performance; to broadcast and
21018rebroadcast the Work by any means including signs, sounds or images.
21019
21020i. "Reproduce" means to make copies of the Work by any means including
21021without limitation by sound or visual recordings and the right of
21022fixation and reproducing fixations of the Work, including storage of a
21023protected performance or phonogram in digital form or other electronic
21024medium.
21025
210262. Fair Dealing Rights. Nothing in this License is intended to reduce,
21027limit, or restrict any uses free from copyright or rights arising from
21028limitations or exceptions that are provided for in connection with the
21029copyright protection under copyright law or other applicable laws.
21030
210313. License Grant. Subject to the terms and conditions of this License,
21032Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
21033perpetual (for the duration of the applicable copyright) license to
21034exercise the rights in the Work as stated below:
21035
21036a. to Reproduce the Work, to incorporate the Work into one or more
21037Collections, and to Reproduce the Work as incorporated in the
21038Collections; and,
21039
21040b. to Distribute and Publicly Perform the Work including as incorporated
21041in Collections.
21042
21043c. For the avoidance of doubt:
21044
21045i. Non-waivable Compulsory License Schemes. In those jurisdictions in
21046which the right to collect royalties through any statutory or compulsory
21047licensing scheme cannot be waived, the Licensor reserves the exclusive
21048right to collect such royalties for any exercise by You of the rights
21049granted under this License;
21050
21051ii. Waivable Compulsory License Schemes. In those jurisdictions in which
21052the right to collect royalties through any statutory or compulsory
21053licensing scheme can be waived, the Licensor waives the exclusive right
21054to collect such royalties for any exercise by You of the rights granted
21055under this License; and,
21056
21057iii. Voluntary License Schemes. The Licensor waives the right to collect
21058royalties, whether individually or, in the event that the Licensor is a
21059member of a collecting society that administers voluntary licensing
21060schemes, via that society, from any exercise by You of the rights
21061granted under this License.
21062
21063The above rights may be exercised in all media and formats whether now
21064known or hereafter devised. The above rights include the right to make
21065such modifications as are technically necessary to exercise the rights
21066in other media and formats, but otherwise you have no rights to make
21067Adaptations. Subject to Section 8(f), all rights not expressly granted
21068by Licensor are hereby reserved.
21069
210704. Restrictions. The license granted in Section 3 above is expressly
21071made subject to and limited by the following restrictions:
21072
21073a. You may Distribute or Publicly Perform the Work only under the terms
21074of this License. You must include a copy of, or the Uniform Resource
21075Identifier (URI) for, this License with every copy of the Work You
21076Distribute or Publicly Perform. You may not offer or impose any terms on
21077the Work that restrict the terms of this License or the ability of the
21078recipient of the Work to exercise the rights granted to that recipient
21079under the terms of the License. You may not sublicense the Work. You
21080must keep intact all notices that refer to this License and to the
21081disclaimer of warranties with every copy of the Work You Distribute or
21082Publicly Perform. When You Distribute or Publicly Perform the Work, You
21083may not impose any effective technological measures on the Work that
21084restrict the ability of a recipient of the Work from You to exercise the
21085rights granted to that recipient under the terms of the License. This
21086Section 4(a) applies to the Work as incorporated in a Collection, but
21087this does not require the Collection apart from the Work itself to be
21088made subject to the terms of this License. If You create a Collection,
21089upon notice from any Licensor You must, to the extent practicable,
21090remove from the Collection any credit as required by Section 4(b), as
21091requested.
21092
21093b. If You Distribute, or Publicly Perform the Work or Collections, You
21094must, unless a request has been made pursuant to Section 4(a), keep
21095intact all copyright notices for the Work and provide, reasonable to the
21096medium or means You are utilizing: (i) the name of the Original Author
21097(or pseudonym, if applicable) if supplied, and/or if the Original Author
21098and/or Licensor designate another party or parties (e.g., a sponsor
21099institute, publishing entity, journal) for attribution ("Attribution
21100Parties") in Licensor''s copyright notice, terms of service or by other
21101reasonable means, the name of such party or parties; (ii) the title of
21102the Work if supplied; (iii) to the extent reasonably practicable, the
21103URI, if any, that Licensor specifies to be associated with the Work,
21104unless such URI does not refer to the copyright notice or licensing
21105information for the Work. The credit required by this Section 4(b) may
21106be implemented in any reasonable manner; provided, however, that in the
21107case of a Collection, at a minimum such credit will appear, if a credit
21108for all contributing authors of the Collection appears, then as part of
21109these credits and in a manner at least as prominent as the credits for
21110the other contributing authors. For the avoidance of doubt, You may only
21111use the credit required by this Section for the purpose of attribution
21112in the manner set out above and, by exercising Your rights under this
21113License, You may not implicitly or explicitly assert or imply any
21114connection with, sponsorship or endorsement by the Original Author,
21115Licensor and/or Attribution Parties, as appropriate, of You or Your use
21116of the Work, without the separate, express prior written permission of
21117the Original Author, Licensor and/or Attribution Parties.
21118
21119c. Except as otherwise agreed in writing by the Licensor or as may be
21120otherwise permitted by applicable law, if You Reproduce, Distribute or
21121Publicly Perform the Work either by itself or as part of any
21122Collections, You must not distort, mutilate, modify or take other
21123derogatory action in relation to the Work which would be prejudicial to
21124the Original Author''s honor or reputation.
21125
211265. Representations, Warranties and Disclaimer
21127
21128UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
21129OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
21130KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
21131INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
21132FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
21133LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
21134WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
21135EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
21136
211376. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
21138LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
21139ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
21140ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
21141BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
21142
211437. Termination
21144
21145a. This License and the rights granted hereunder will terminate
21146automatically upon any breach by You of the terms of this License.
21147Individuals or entities who have received Collections from You under
21148this License, however, will not have their licenses terminated provided
21149such individuals or entities remain in full compliance with those
21150licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of
21151this License.
21152
21153b. Subject to the above terms and conditions, the license granted here
21154is perpetual (for the duration of the applicable copyright in the Work).
21155Notwithstanding the above, Licensor reserves the right to release the
21156Work under different license terms or to stop distributing the Work at
21157any time; provided, however that any such election will not serve to
21158withdraw this License (or any other license that has been, or is
21159required to be, granted under the terms of this License), and this
21160License will continue in full force and effect unless terminated as
21161stated above.
21162
211638. Miscellaneous
21164
21165a. Each time You Distribute or Publicly Perform the Work or a
21166Collection, the Licensor offers to the recipient a license to the Work
21167on the same terms and conditions as the license granted to You under
21168this License.
21169
21170b. If any provision of this License is invalid or unenforceable under
21171applicable law, it shall not affect the validity or enforceability of
21172the remainder of the terms of this License, and without further action
21173by the parties to this agreement, such provision shall be reformed to
21174the minimum extent necessary to make such provision valid and
21175enforceable.
21176
21177c. No term or provision of this License shall be deemed waived and no
21178breach consented to unless such waiver or consent shall be in writing
21179and signed by the party to be charged with such waiver or consent.
21180
21181d. This License constitutes the entire agreement between the parties
21182with respect to the Work licensed here. There are no understandings,
21183agreements or representations with respect to the Work not specified
21184here. Licensor shall not be bound by any additional provisions that may
21185appear in any communication from You. This License may not be modified
21186without the mutual written agreement of the Licensor and You.
21187
21188e. The rights granted under, and the subject matter referenced, in this
21189License were drafted utilizing the terminology of the Berne Convention
21190for the Protection of Literary and Artistic Works (as amended on
21191September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
21192Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and
21193the Universal Copyright Convention (as revised on July 24, 1971). These
21194rights and subject matter take effect in the relevant jurisdiction in
21195which the License terms are sought to be enforced according to the
21196corresponding provisions of the implementation of those treaty
21197provisions in the applicable national law. If the standard suite of
21198rights granted under applicable copyright law includes additional rights
21199not granted under this License, such additional rights are deemed to be
21200included in the License; this License is not intended to restrict the
21201license of any rights under applicable law.
21202
21203
21204Creative Commons Notice
21205
21206Creative Commons is not a party to this License, and makes no warranty
21207whatsoever in connection with the Work. Creative Commons will not be
21208liable to You or any party on any legal theory for any damages
21209whatsoever, including without limitation any general, special,
21210incidental or consequential damages arising in connection to this
21211license. Notwithstanding the foregoing two (2) sentences, if Creative
21212Commons has expressly identified itself as the Licensor hereunder, it
21213shall have all rights and obligations of Licensor.
21214
21215Except for the limited purpose of indicating to the public that the Work
21216is licensed under the CCPL, Creative Commons does not authorize the use
21217by either party of the trademark "Creative Commons" or any related
21218trademark or logo of Creative Commons without the prior written consent
21219of Creative Commons. Any permitted use will be in compliance with
21220Creative Commons'' then-current trademark usage guidelines, as may be
21221published on its website or otherwise made available upon request from
21222time to time. For the avoidance of doubt, this trademark restriction
21223does not form part of this License.
21224
21225Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by-nd/3.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution No Derivatives 3.0', NULL, NULL, NULL, '', NULL, false, false, false, 'e02c16a938fbd94948f146b196964784', 1, NULL);
21226INSERT INTO license_ref VALUES (375, 'Fair', 'Fair License
21227<Copyright Information>
21228
21229Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument.
21230
21231DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
21232
21233[2004, Fair License: rhid.com/fair (this URL no longer works)]', 'http://www.opensource.org/licenses/fair.php', NULL, NULL, NULL, 'Fair License', NULL, NULL, NULL, '', NULL, false, false, false, 'c062e180863bbbecc1e00735c9c45f15', 1, NULL);
21234INSERT INTO license_ref VALUES (376, 'Fedora', 'LICENSE AGREEMENT
21235FEDORA(TM) 13
21236
21237This agreement governs the download, installation or use of the Software
21238(as defined below) and any updates to the Software, regardless of the
21239delivery mechanism. The Software is a collective work under U.S.
21240Copyright Law.  Subject to the following terms, Fedora Project grants to
21241the user ("User") a license to this collective work pursuant to the GNU
21242General Public License version 2.  By downloading, installing or using
21243the Software, User agrees to the terms of this agreement.
21244
212451.  THE SOFTWARE.  Fedora (the "Software") is a modular Linux
21246operating system consisting of hundreds of software components. The
21247end user license agreement for each component is located in the
21248component''s source code.  With the exception of certain image files
21249containing the Fedora trademark identified in Section 2 below, the
21250license terms for the components permit User to copy and
21251redistribute the component.  With the potential exception of certain
21252firmware files (denoted in the License field of the RPM packaging),
21253the license terms for the components permit User to copy, modify and
21254redistribute the component, in both source code and binary code
21255forms.  This agreement does not limit User''s rights under, or grant
21256User rights that supersede, the license terms of any particular
21257component.
21258
212592.  INTELLECTUAL PROPERTY RIGHTS.  The Software and each of its
21260components, including the source code, documentation, appearance,
21261structure and organization are copyrighted by Fedora Project and
21262others and are protected under copyright and other laws.  Title to
21263the Software and any component, or to any copy, modification, or
21264merged portion shall remain with the aforementioned, subject to the
21265applicable license.  The "Fedora" trademark is a trademark of Red
21266Hat, Inc. ("Red Hat") in the U.S. and other countries and is used by
21267permission.  This agreement permits User to distribute unmodified
21268copies of Software using the Fedora trademark on the condition that
21269User follows Red Hat''s trademark guidelines located at
21270http://fedoraproject.org/wiki/Legal.  User must abide by these
21271trademark guidelines when distributing the Software, regardless of
21272whether the Software has been modified.  If User modifies the
21273Software, then User must replace all images containing the "Fedora"
21274trademark.  Those images are in the fedora-logos package.
21275
212763.  LIMITED WARRANTY.  Except as specifically stated in this agreement
21277or a license for a particular component, TO THE MAXIMUM EXTENT
21278PERMITTED UNDER APPLICABLE LAW, THE SOFTWARE AND THE COMPONENTS ARE
21279PROVIDED AND LICENSED "AS IS" WITHOUT WARRANTY OF ANY KIND,
21280EXPRESSED OR IMPLIED, INCLUDING THE IMPLIED WARRANTIES OF
21281MERCHANTABILITY, NON-INFRINGEMENT OR FITNESS FOR A PARTICULAR
21282PURPOSE.  Neither the Fedora Project nor Red Hat warrants that the
21283functions contained in the Software will meet User''s requirements or
21284that the operation of the Software will be entirely error free or
21285appear precisely as described in the accompanying documentation.
21286USE OF THE SOFTWARE IS AT USER''S OWN RISK.
21287
212884.  LIMITATION OF REMEDIES AND LIABILITY. TO THE MAXIMUM EXTENT
21289PERMITTED BY APPLICABLE LAW, FEDORA PROJECT AND RED HAT WILL NOT BE
21290LIABLE TO USER FOR ANY DAMAGES, INCLUDING INCIDENTAL OR
21291CONSEQUENTIAL DAMAGES, LOST PROFITS OR LOST SAVINGS ARISING OUT OF
21292THE USE OR INABILITY TO USE THE SOFTWARE, EVEN IF FEDORA PROJECT OR
21293RED HAT HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
21294
212955.  EXPORT CONTROL.  As required by U.S. law, User represents and
21296warrants that it: (a) understands that the Software is subject to
21297export controls under the U.S. Commerce Department''s Export
21298Administration Regulations ("EAR"); (b) is not located in a
21299prohibited destination country under the EAR or U.S. sanctions
21300regulations (currently Cuba, Iran, Iraq, North Korea, Sudan and
21301Syria); (c) will not export, re-export, or transfer the Software to
21302any prohibited destination, entity, or individual without the
21303necessary export license(s) or authorizations(s) from the U.S.
21304Government; (d) will not use or transfer the Software for use in any
21305sensitive nuclear, chemical or biological weapons, or missile
21306technology end-uses unless authorized by the U.S. Government by
21307regulation or specific license; (e) understands and agrees that if
21308it is in the United States and exports or transfers the Software to
21309eligible end users, it will, as required by EAR Section 741.17(e),
21310submit semi-annual reports to the Commerce Department''s Bureau of
21311Industry & Security (BIS), which include the name and address
21312(including country) of each transferee; and (f) understands that
21313countries other than the United States may restrict the import, use,
21314or export of encryption products and that it shall be solely
21315responsible for compliance with any such import, use, or export
21316restrictions.
21317
213186.  GENERAL.  If any provision of this agreement is held to be
21319unenforceable, that shall not affect the enforceability of the
21320remaining provisions.  This agreement shall be governed by the laws
21321of the State of North Carolina and of the United States, without
21322regard to any conflict of laws provisions, except that the United
21323Nations Convention on the International Sale of Goods shall not
21324apply.
21325
21326Copyright (C) 2010 Fedora Project. All rights reserved.  "Red Hat" and
21327"Fedora" are trademarks of Red Hat, Inc.  "Linux" is a registered
21328trademark of Linus Torvalds.  All other trademarks are the property of
21329their respective owners.', 'http://fedoraproject.org/wiki/Legal/Licenses/LicenseAgreement13', NULL, NULL, NULL, 'Fedora License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, 'ff3776a6a6c579f1709153ea21fa4278', 1, NULL);
21330INSERT INTO license_ref VALUES (322, 'OpenGroup', 'THE OPEN GROUP PUBLIC LICENSE
21331
21332MOTIF GRAPHICAL USER INTERFACE SOFTWARE
21333
21334
21335THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS THE OPEN GROUP PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT''S ACCEPTANCE OF THIS AGREEMENT.
21336
21337
21338DEFINITIONS
21339
21340"Contribution" means:
21341
21342in the case of The Open Group, L.L.C. ("The Open Group"), the Original Program, and
21343
21344in the case of each Contributor,
21345                                                              i.       changes to the Program, and
21346                                                           ii.      additions to the Program;
21347
21348where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution ''originates'' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor''s behalf. Contributions do not include additions to the Program which:
21349
21350                                      i.      are separate modules of software distributed in conjunction with the Program under their own license agreement, even if the separate modules are linked in binary form to the Program, and
21351                                   ii.      are not derivative works of the Program.
21352
21353"Contributor" means The Open Group and any other entity that distributes the Program.
21354
21355"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
21356
21357"Open Source" programs mean software for which the source code is available without confidential or trade secret restrictions and for which the source code and object code are available for distribution without license charges.
21358"Original Program" means the original version of the software accompanying this Agreement as released by The Open Group, including source code, object code and documentation, if any.
21359
21360"Program" means the Original Program and Contributions.
21361
21362"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
21363
21364
21365GRANT OF RIGHTS
21366
21367The rights granted under this license are limited solely to distribution and sublicensing of the Contribution(s) on, with, or for operating systems which are themselves Open Source programs. Contact The Open Group for a license allowing distribution and sublicensing of the Original Program on, with, or for operating systems which are not Open Source programs.
21368
21369Subject to the terms of this Agreement and the limitations of this Section 2, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
21370
21371 Subject to the terms of this Agreement and the limitations of this Section 2, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
21372
21373Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient''s responsibility to acquire that license before distributing the Program.
21374
21375Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
21376
21377
21378REQUIREMENTS
21379
21380A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
21381
21382a.      it complies with the terms and conditions of this Agreement; and
21383
21384b.     its license agreement:
21385                                                        i.      effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
21386                                                     ii.      effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
21387                                                   iii.      states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
21388                                                   iv.      states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
21389
21390When the Program is made available in source code form:
21391
21392a.      it must be made available under this Agreement; and
21393
21394b.     a copy of this Agreement must be included with each copy of the Program.
21395
21396Each Contributor must include the following in a conspicuous location in the Program:
21397
21398Copyright (c) {date here}, The Open Group Ltd. and others. All Rights Reserved.
21399
21400In addition, each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
21401
21402
21403COMMERCIAL DISTRIBUTION
21404
21405Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, subject to the limitations provided in Section 2, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must:
21406
21407a.      promptly notify the Commercial Contributor in writing of such claim, and
21408
21409b.     allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defence and any related settlement negotiations.
21410
21411The Indemnified Contributor may participate in any such claim at its own expense.
21412
21413For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor''s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
21414
21415
21416NO WARRANTY
21417
21418EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
21419
21420
21421DISCLAIMER OF LIABILITY
21422
21423EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
21424
21425
21426GENERAL
21427
21428If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
21429
21430If Recipient institutes patent litigation or other similar official proceedings to enforce patent rights against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient''s patent(s), then such Recipient''s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
21431
21432All Recipient''s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such non-compliance. If all Recipient''s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient''s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
21433
21434The Open Group may publish new versions (including revisions) of this Agreement from time to time. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. No one other than The Open Group has the right to modify this Agreement. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
21435
21436No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
21437 ', 'http://www.opengroup.org/openmotif/license/', NULL, NULL, NULL, 'The Open Group Public License', NULL, NULL, NULL, '', NULL, false, false, false, 'd1340e2c6ab7d0a328f7e307320ca654', 1, NULL);
21438INSERT INTO license_ref VALUES (324, 'OLDAP-2.8', 'The OpenLDAP Public License
21439  Version 2.8, 17 August 2003
21440
21441Redistribution and use of this software and associated documentation
21442("Software"), with or without modification, are permitted provided
21443that the following conditions are met:
21444
214451. Redistributions in source form must retain copyright statements
21446   and notices,
21447
214482. Redistributions in binary form must reproduce applicable copyright
21449   statements and notices, this list of conditions, and the following
21450   disclaimer in the documentation and/or other materials provided
21451   with the distribution, and
21452
214533. Redistributions must contain a verbatim copy of this document.
21454
21455The OpenLDAP Foundation may revise this license from time to time.
21456Each revision is distinguished by a version number.  You may use
21457this Software under terms of this license revision or under the
21458terms of any subsequent revision of the license.
21459
21460THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
21461CONTRIBUTORS ``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
21462INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
21463AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT
21464SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
21465OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
21466INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
21467BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21468LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
21469CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21470LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
21471ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
21472POSSIBILITY OF SUCH DAMAGE.
21473
21474The names of the authors and copyright holders must not be used in
21475advertising or otherwise to promote the sale, use or other dealing
21476in this Software without specific, written prior permission.  Title
21477to copyright in this Software shall at all times remain with copyright
21478holders.
21479
21480OpenLDAP is a registered trademark of the OpenLDAP Foundation.
21481
21482Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
21483California, USA.  All Rights Reserved.  Permission to copy and
21484distribute verbatim copies of this document is granted.', 'http://www.openldap.org/software/release/license.html', NULL, NULL, NULL, 'OpenLDAP Public License 2.8', NULL, NULL, NULL, '', NULL, false, false, false, 'b5985e4a5e8ff3108fc041d19f93819d', 1, NULL);
21485INSERT INTO license_ref VALUES (325, 'PHP-3.01', '--------------------------------------------------------------------
21486                  The PHP License, version 3.01
21487Copyright (c) 1999 - 2010 The PHP Group. All rights reserved.
21488--------------------------------------------------------------------
21489
21490Redistribution and use in source and binary forms, with or without
21491modification, is permitted provided that the following conditions
21492are met:
21493
21494  1. Redistributions of source code must retain the above copyright
21495     notice, this list of conditions and the following disclaimer.
21496
21497  2. Redistributions in binary form must reproduce the above copyright
21498     notice, this list of conditions and the following disclaimer in
21499     the documentation and/or other materials provided with the
21500     distribution.
21501
21502  3. The name "PHP" must not be used to endorse or promote products
21503     derived from this software without prior written permission. For
21504     written permission, please contact group@php.net.
21505
21506  4. Products derived from this software may not be called "PHP", nor
21507     may "PHP" appear in their name, without prior written permission
21508     from group@php.net.  You may indicate that your software works in
21509     conjunction with PHP by saying "Foo for PHP" instead of calling
21510     it "PHP Foo" or "phpfoo"
21511
21512  5. The PHP Group may publish revised and/or new versions of the
21513     license from time to time. Each version will be given a
21514     distinguishing version number.
21515     Once covered code has been published under a particular version
21516     of the license, you may always continue to use it under the terms
21517     of that version. You may also choose to use such covered code
21518     under the terms of any subsequent version of the license
21519     published by the PHP Group. No one other than the PHP Group has
21520     the right to modify the terms applicable to covered code created
21521     under this License.
21522
21523  6. Redistributions of any form whatsoever must retain the following
21524     acknowledgment:
21525     "This product includes PHP software, freely available from
21526     <http://www.php.net/software/>".
21527
21528THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'''' AND
21529ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
21530THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
21531PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
21532DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
21533INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21534(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21535SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21536HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
21537STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
21538ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
21539OF THE POSSIBILITY OF SUCH DAMAGE.
21540
21541--------------------------------------------------------------------
21542
21543This software consists of voluntary contributions made by many
21544individuals on behalf of the PHP Group.
21545
21546The PHP Group can be contacted via Email at group@php.net.
21547
21548For more information on the PHP Group and the PHP project,
21549please see <http://www.php.net>.
21550
21551PHP includes the Zend Engine, freely available at
21552<http://www.zend.com>.', 'http://www.php.net/license/3_01.txt', NULL, NULL, NULL, 'PHP License 3.01', NULL, NULL, NULL, '', NULL, false, false, false, '9ebf16acbb20bd80a9d539d1d9899ad0', 1, NULL);
21553INSERT INTO license_ref VALUES (326, 'Python-2.5', 'Python 2.5 license
21554
21555This is the official license for the Python 2.5 release:
21556
21557A. HISTORY OF THE SOFTWARE
21558==========================
21559
21560Python was created in the early 1990s by Guido van Rossum at Stichting
21561Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
21562as a successor of a language called ABC.  Guido remains Python''s
21563principal author, although it includes many contributions from others.
21564
21565In 1995, Guido continued his work on Python at the Corporation for
21566National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
21567in Reston, Virginia where he released several versions of the
21568software.
21569
21570In May 2000, Guido and the Python core development team moved to
21571BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
21572year, the PythonLabs team moved to Digital Creations (now Zope
21573Corporation, see http://www.zope.com).  In 2001, the Python Software
21574Foundation (PSF, see http://www.python.org/psf/) was formed, a
21575non-profit organization created specifically to own Python-related
21576Intellectual Property.  Zope Corporation is a sponsoring member of
21577the PSF.
21578
21579All Python releases are Open Source (see http://www.opensource.org for
21580the Open Source Definition).  Historically, most, but not all, Python
21581releases have also been GPL-compatible; the table below summarizes
21582the various releases.
21583
21584    Release         Derived     Year        Owner       GPL-
21585                    from                                compatible? (1)
21586
21587    0.9.0 thru 1.2              1991-1995   CWI         yes
21588    1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
21589    1.6             1.5.2       2000        CNRI        no
21590    2.0             1.6         2000        BeOpen.com  no
21591    1.6.1           1.6         2001        CNRI        yes (2)
21592    2.1             2.0+1.6.1   2001        PSF         no
21593    2.0.1           2.0+1.6.1   2001        PSF         yes
21594    2.1.1           2.1+2.0.1   2001        PSF         yes
21595    2.2             2.1.1       2001        PSF         yes
21596    2.1.2           2.1.1       2002        PSF         yes
21597    2.1.3           2.1.2       2002        PSF         yes
21598    2.2.1           2.2         2002        PSF         yes
21599    2.2.2           2.2.1       2002        PSF         yes
21600    2.2.3           2.2.2       2003        PSF         yes
21601    2.3             2.2.2       2002-2003   PSF         yes
21602    2.3.1           2.3         2002-2003   PSF         yes
21603    2.3.2           2.3.1       2002-2003   PSF         yes
21604    2.3.3           2.3.2       2002-2003   PSF         yes
21605    2.3.4           2.3.3       2004        PSF         yes
21606    2.3.5           2.3.4       2005        PSF         yes
21607    2.4             2.3         2004        PSF         yes
21608    2.4.1           2.4         2005        PSF         yes
21609    2.4.2           2.4.1       2005        PSF         yes
21610    2.4.3           2.4.2       2006        PSF         yes
21611    2.5             2.4         2006        PSF         yes
21612
21613Footnotes:
21614
21615(1) GPL-compatible doesn''t mean that we''re distributing Python under
21616    the GPL.  All Python licenses, unlike the GPL, let you distribute
21617    a modified version without making your changes open source.  The
21618    GPL-compatible licenses make it possible to combine Python with
21619    other software that is released under the GPL; the others don''t.
21620
21621(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
21622    because its license has a choice of law clause.  According to
21623    CNRI, however, Stallman''s lawyer has told CNRI''s lawyer that 1.6.1
21624    is "not incompatible" with the GPL.
21625
21626Thanks to the many outside volunteers who have worked under Guido''s
21627direction to make these releases possible.
21628
21629
21630B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
21631===============================================================
21632
21633PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
21634--------------------------------------------
21635
216361. This LICENSE AGREEMENT is between the Python Software Foundation
21637("PSF"), and the Individual or Organization ("Licensee") accessing and
21638otherwise using this software ("Python") in source or binary form and
21639its associated documentation.
21640
216412. Subject to the terms and conditions of this License Agreement, PSF
21642hereby grants Licensee a nonexclusive, royalty-free, world-wide
21643license to reproduce, analyze, test, perform and/or display publicly,
21644prepare derivative works, distribute, and otherwise use Python
21645alone or in any derivative version, provided, however, that PSF''s
21646License Agreement and PSF''s notice of copyright, i.e., "Copyright (c)
216472001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
21648Reserved" are retained in Python alone or in any derivative version
21649prepared by Licensee.
21650
216513. In the event Licensee prepares a derivative work that is based on
21652or incorporates Python or any part thereof, and wants to make
21653the derivative work available to others as provided herein, then
21654Licensee hereby agrees to include in any such work a brief summary of
21655the changes made to Python.
21656
216574. PSF is making Python available to Licensee on an "AS IS"
21658basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
21659IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
21660DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
21661FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
21662INFRINGE ANY THIRD PARTY RIGHTS.
21663
216645. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
21665FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
21666A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
21667OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
21668
216696. This License Agreement will automatically terminate upon a material
21670breach of its terms and conditions.
21671
216727. Nothing in this License Agreement shall be deemed to create any
21673relationship of agency, partnership, or joint venture between PSF and
21674Licensee.  This License Agreement does not grant permission to use PSF
21675trademarks or trade name in a trademark sense to endorse or promote
21676products or services of Licensee, or any third party.
21677
216788. By copying, installing or otherwise using Python, Licensee
21679agrees to be bound by the terms and conditions of this License
21680Agreement.
21681
21682
21683BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
21684-------------------------------------------
21685
21686BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
21687
216881. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
21689office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
21690Individual or Organization ("Licensee") accessing and otherwise using
21691this software in source or binary form and its associated
21692documentation ("the Software").
21693
216942. Subject to the terms and conditions of this BeOpen Python License
21695Agreement, BeOpen hereby grants Licensee a non-exclusive,
21696royalty-free, world-wide license to reproduce, analyze, test, perform
21697and/or display publicly, prepare derivative works, distribute, and
21698otherwise use the Software alone or in any derivative version,
21699provided, however, that the BeOpen Python License is retained in the
21700Software, alone or in any derivative version prepared by Licensee.
21701
217023. BeOpen is making the Software available to Licensee on an "AS IS"
21703basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
21704IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
21705DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
21706FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
21707INFRINGE ANY THIRD PARTY RIGHTS.
21708
217094. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
21710SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
21711AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
21712DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
21713
217145. This License Agreement will automatically terminate upon a material
21715breach of its terms and conditions.
21716
217176. This License Agreement shall be governed by and interpreted in all
21718respects by the law of the State of California, excluding conflict of
21719law provisions.  Nothing in this License Agreement shall be deemed to
21720create any relationship of agency, partnership, or joint venture
21721between BeOpen and Licensee.  This License Agreement does not grant
21722permission to use BeOpen trademarks or trade names in a trademark
21723sense to endorse or promote products or services of Licensee, or any
21724third party.  As an exception, the "BeOpen Python" logos available at
21725http://www.pythonlabs.com/logos.html may be used according to the
21726permissions granted on that web page.
21727
217287. By copying, installing or otherwise using the software, Licensee
21729agrees to be bound by the terms and conditions of this License
21730Agreement.
21731
21732
21733CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
21734---------------------------------------
21735
217361. This LICENSE AGREEMENT is between the Corporation for National
21737Research Initiatives, having an office at 1895 Preston White Drive,
21738Reston, VA 20191 ("CNRI"), and the Individual or Organization
21739("Licensee") accessing and otherwise using Python 1.6.1 software in
21740source or binary form and its associated documentation.
21741
217422. Subject to the terms and conditions of this License Agreement, CNRI
21743hereby grants Licensee a nonexclusive, royalty-free, world-wide
21744license to reproduce, analyze, test, perform and/or display publicly,
21745prepare derivative works, distribute, and otherwise use Python 1.6.1
21746alone or in any derivative version, provided, however, that CNRI''s
21747License Agreement and CNRI''s notice of copyright, i.e., "Copyright (c)
217481995-2001 Corporation for National Research Initiatives; All Rights
21749Reserved" are retained in Python 1.6.1 alone or in any derivative
21750version prepared by Licensee.  Alternately, in lieu of CNRI''s License
21751Agreement, Licensee may substitute the following text (omitting the
21752quotes): "Python 1.6.1 is made available subject to the terms and
21753conditions in CNRI''s License Agreement.  This Agreement together with
21754Python 1.6.1 may be located on the Internet using the following
21755unique, persistent identifier (known as a handle): 1895.22/1013.  This
21756Agreement may also be obtained from a proxy server on the Internet
21757using the following URL: http://hdl.handle.net/1895.22/1013".
21758
217593. In the event Licensee prepares a derivative work that is based on
21760or incorporates Python 1.6.1 or any part thereof, and wants to make
21761the derivative work available to others as provided herein, then
21762Licensee hereby agrees to include in any such work a brief summary of
21763the changes made to Python 1.6.1.
21764
217654. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
21766basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
21767IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
21768DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
21769FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
21770INFRINGE ANY THIRD PARTY RIGHTS.
21771
217725. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
217731.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
21774A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
21775OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
21776
217776. This License Agreement will automatically terminate upon a material
21778breach of its terms and conditions.
21779
217807. This License Agreement shall be governed by the federal
21781intellectual property law of the United States, including without
21782limitation the federal copyright law, and, to the extent such
21783U.S. federal law does not apply, by the law of the Commonwealth of
21784Virginia, excluding Virginia''s conflict of law provisions.
21785Notwithstanding the foregoing, with regard to derivative works based
21786on Python 1.6.1 that incorporate non-separable material that was
21787previously distributed under the GNU General Public License (GPL), the
21788law of the Commonwealth of Virginia shall govern this License
21789Agreement only as to issues arising under or with respect to
21790Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
21791License Agreement shall be deemed to create any relationship of
21792agency, partnership, or joint venture between CNRI and Licensee.  This
21793License Agreement does not grant permission to use CNRI trademarks or
21794trade name in a trademark sense to endorse or promote products or
21795services of Licensee, or any third party.
21796
217978. By clicking on the "ACCEPT" button where indicated, or by copying,
21798installing or otherwise using Python 1.6.1, Licensee agrees to be
21799bound by the terms and conditions of this License Agreement.
21800
21801        ACCEPT
21802
21803
21804CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
21805--------------------------------------------------
21806
21807Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
21808The Netherlands.  All rights reserved.
21809
21810Permission to use, copy, modify, and distribute this software and its
21811documentation for any purpose and without fee is hereby granted,
21812provided that the above copyright notice appear in all copies and that
21813both that copyright notice and this permission notice appear in
21814supporting documentation, and that the name of Stichting Mathematisch
21815Centrum or CWI not be used in advertising or publicity pertaining to
21816distribution of the software without specific, written prior
21817permission.
21818
21819STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
21820THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
21821FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
21822FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21823WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
21824ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
21825OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.', 'http://www.python.org/download/releases/2.5.5/license/', NULL, NULL, NULL, 'Python License 2.5', NULL, NULL, NULL, '', NULL, false, false, false, '832c620cdd21b4a24dc217465b57b1ab', 1, NULL);
21826INSERT INTO license_ref VALUES (327, 'LGPL-3.0', '                   GNU LESSER GENERAL PUBLIC LICENSE
21827                       Version 3, 29 June 2007
21828
21829 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
21830 Everyone is permitted to copy and distribute verbatim copies
21831 of this license document, but changing it is not allowed.
21832
21833
21834  This version of the GNU Lesser General Public License incorporates
21835the terms and conditions of version 3 of the GNU General Public
21836License, supplemented by the additional permissions listed below.
21837
21838  0. Additional Definitions.
21839
21840  As used herein, "this License" refers to version 3 of the GNU Lesser
21841General Public License, and the "GNU GPL" refers to version 3 of the GNU
21842General Public License.
21843
21844  "The Library" refers to a covered work governed by this License,
21845other than an Application or a Combined Work as defined below.
21846
21847  An "Application" is any work that makes use of an interface provided
21848by the Library, but which is not otherwise based on the Library.
21849Defining a subclass of a class defined by the Library is deemed a mode
21850of using an interface provided by the Library.
21851
21852  A "Combined Work" is a work produced by combining or linking an
21853Application with the Library.  The particular version of the Library
21854with which the Combined Work was made is also called the "Linked
21855Version".
21856
21857  The "Minimal Corresponding Source" for a Combined Work means the
21858Corresponding Source for the Combined Work, excluding any source code
21859for portions of the Combined Work that, considered in isolation, are
21860based on the Application, and not on the Linked Version.
21861
21862  The "Corresponding Application Code" for a Combined Work means the
21863object code and/or source code for the Application, including any data
21864and utility programs needed for reproducing the Combined Work from the
21865Application, but excluding the System Libraries of the Combined Work.
21866
21867  1. Exception to Section 3 of the GNU GPL.
21868
21869  You may convey a covered work under sections 3 and 4 of this License
21870without being bound by section 3 of the GNU GPL.
21871
21872  2. Conveying Modified Versions.
21873
21874  If you modify a copy of the Library, and, in your modifications, a
21875facility refers to a function or data to be supplied by an Application
21876that uses the facility (other than as an argument passed when the
21877facility is invoked), then you may convey a copy of the modified
21878version:
21879
21880   a) under this License, provided that you make a good faith effort to
21881   ensure that, in the event an Application does not supply the
21882   function or data, the facility still operates, and performs
21883   whatever part of its purpose remains meaningful, or
21884
21885   b) under the GNU GPL, with none of the additional permissions of
21886   this License applicable to that copy.
21887
21888  3. Object Code Incorporating Material from Library Header Files.
21889
21890  The object code form of an Application may incorporate material from
21891a header file that is part of the Library.  You may convey such object
21892code under terms of your choice, provided that, if the incorporated
21893material is not limited to numerical parameters, data structure
21894layouts and accessors, or small macros, inline functions and templates
21895(ten or fewer lines in length), you do both of the following:
21896
21897   a) Give prominent notice with each copy of the object code that the
21898   Library is used in it and that the Library and its use are
21899   covered by this License.
21900
21901   b) Accompany the object code with a copy of the GNU GPL and this license
21902   document.
21903
21904  4. Combined Works.
21905
21906  You may convey a Combined Work under terms of your choice that,
21907taken together, effectively do not restrict modification of the
21908portions of the Library contained in the Combined Work and reverse
21909engineering for debugging such modifications, if you also do each of
21910the following:
21911
21912   a) Give prominent notice with each copy of the Combined Work that
21913   the Library is used in it and that the Library and its use are
21914   covered by this License.
21915
21916   b) Accompany the Combined Work with a copy of the GNU GPL and this license
21917   document.
21918
21919   c) For a Combined Work that displays copyright notices during
21920   execution, include the copyright notice for the Library among
21921   these notices, as well as a reference directing the user to the
21922   copies of the GNU GPL and this license document.
21923
21924   d) Do one of the following:
21925
21926       0) Convey the Minimal Corresponding Source under the terms of this
21927       License, and the Corresponding Application Code in a form
21928       suitable for, and under terms that permit, the user to
21929       recombine or relink the Application with a modified version of
21930       the Linked Version to produce a modified Combined Work, in the
21931       manner specified by section 6 of the GNU GPL for conveying
21932       Corresponding Source.
21933
21934       1) Use a suitable shared library mechanism for linking with the
21935       Library.  A suitable mechanism is one that (a) uses at run time
21936       a copy of the Library already present on the user''s computer
21937       system, and (b) will operate properly with a modified version
21938       of the Library that is interface-compatible with the Linked
21939       Version.
21940
21941   e) Provide Installation Information, but only if you would otherwise
21942   be required to provide such information under section 6 of the
21943   GNU GPL, and only to the extent that such information is
21944   necessary to install and execute a modified version of the
21945   Combined Work produced by recombining or relinking the
21946   Application with a modified version of the Linked Version. (If
21947   you use option 4d0, the Installation Information must accompany
21948   the Minimal Corresponding Source and Corresponding Application
21949   Code. If you use option 4d1, you must provide the Installation
21950   Information in the manner specified by section 6 of the GNU GPL
21951   for conveying Corresponding Source.)
21952
21953  5. Combined Libraries.
21954
21955  You may place library facilities that are a work based on the
21956Library side by side in a single library together with other library
21957facilities that are not Applications and are not covered by this
21958License, and convey such a combined library under terms of your
21959choice, if you do both of the following:
21960
21961   a) Accompany the combined library with a copy of the same work based
21962   on the Library, uncombined with any other library facilities,
21963   conveyed under the terms of this License.
21964
21965   b) Give prominent notice with the combined library that part of it
21966   is a work based on the Library, and explaining where to find the
21967   accompanying uncombined form of the same work.
21968
21969  6. Revised Versions of the GNU Lesser General Public License.
21970
21971  The Free Software Foundation may publish revised and/or new versions
21972of the GNU Lesser General Public License from time to time. Such new
21973versions will be similar in spirit to the present version, but may
21974differ in detail to address new problems or concerns.
21975
21976  Each version is given a distinguishing version number. If the
21977Library as you received it specifies that a certain numbered version
21978of the GNU Lesser General Public License "or any later version"
21979applies to it, you have the option of following the terms and
21980conditions either of that published version or of any later version
21981published by the Free Software Foundation. If the Library as you
21982received it does not specify a version number of the GNU Lesser
21983General Public License, you may choose any version of the GNU Lesser
21984General Public License ever published by the Free Software Foundation.
21985
21986  If the Library as you received it specifies that a proxy can decide
21987whether future versions of the GNU Lesser General Public License shall
21988apply, that proxy''s public statement of acceptance of any version is
21989permanent authorization for you to choose that version for the
21990Library.', 'http://www.gnu.org/licenses/lgpl-3.0.txt', NULL, NULL, NULL, 'GNU Lesser General Public License 3.0', NULL, NULL, NULL, '', NULL, false, false, false, '4906543eb9b6cbb0bd7454c3b35fd7cd', 1, NULL);
21991INSERT INTO license_ref VALUES (328, 'LPL-1.02', 'Lucent Public License Version 1.02
21992The following is a Lucent license template. To generate your own. change the values of OWNER, ORGANIZATION, and YEAR from their original values as given here, and substitute your own.
21993
21994<ORGANIZATION:> = Lucent Technologies Inc.
21995
21996<OWNER> = LUCENT
21997
21998<YEAR> = 2003
21999
22000Here is the license template:
22001
22002THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT''S ACCEPTANCE OF THIS AGREEMENT.
22003
220041. DEFINITIONS
22005
22006"Contribution" means:
22007
22008in the case of <ORGANIZATION:> ("<OWNER>"), the Original Program, and
22009in the case of each Contributor,
22010changes to the Program, and
22011additions to the Program;
22012where such changes and/or additions to the Program were added to the Program by such Contributor itself or anyone acting on such Contributor''s behalf, and the Contributor explicitly consents, in accordance with Section 3C, to characterization of the changes and/or additions as Contributions.
22013
22014"Contributor" means <OWNER> and any other entity that has Contributed a Contribution to the Program.
22015
22016"Distributor" means a Recipient that distributes the Program, modifications to the Program, or any part thereof.
22017
22018"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
22019
22020"Original Program" means the original version of the software accompanying this Agreement as released by <OWNER>, including source code, object code and documentation, if any.
22021
22022"Program" means the Original Program and Contributions or any part thereof
22023
22024"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
22025
220262. GRANT OF RIGHTS
22027
22028a. Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
22029
22030b. Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. The patent license granted by a Contributor shall also apply to the combination of the Contribution of that Contributor and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license granted by a Contributor shall not apply to (i) any other combinations which include the Contribution, nor to (ii) Contributions of other Contributors. No hardware per se is licensed hereunder.
22031
22032c. Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient''s responsibility to acquire that license before distributing the Program.
22033
22034d. Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
22035
220363. REQUIREMENTS
22037
22038A. Distributor may choose to distribute the Program in any form under this Agreement or under its own license agreement, provided that:
22039
22040it complies with the terms and conditions of this Agreement;
22041if the Program is distributed in source code or other tangible form, a copy of this Agreement or Distributor''s own license agreement is included with each copy of the Program; and
22042if distributed under Distributor''s own license agreement, such license agreement:
22043effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
22044effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; and
22045states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party.
22046B. Each Distributor must include the following in a conspicuous location in the Program:
22047
22048Copyright (C) <YEAR>, <ORGANIZATION> and others. All Rights Reserved.
22049
22050C. In addition, each Contributor must identify itself as the originator of its Contribution in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. Also, each Contributor must agree that the additions and/or changes are intended to be a Contribution. Once a Contribution is contributed, it may not thereafter be revoked.
22051
220524. COMMERCIAL DISTRIBUTION
22053
22054Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Distributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for Contributors. Therefore, if a Distributor includes the Program in a commercial product offering, such Distributor ("Commercial Distributor") hereby agrees to defend and indemnify every Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Distributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Distributor in writing of such claim, and b) allow the Commercial Distributor to control, and cooperate with the Commercial Distributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
22055
22056For example, a Distributor might include the Program in a commercial product offering, Product X. That Distributor is then a Commercial Distributor. If that Commercial Distributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Distributor''s responsibility alone. Under this section, the Commercial Distributor would have to defend claims against the Contributors related to those performance claims and warranties, and if a court requires any Contributor to pay any damages as a result, the Commercial Distributor must pay those damages.
22057
220585. NO WARRANTY
22059
22060EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
22061
220626. DISCLAIMER OF LIABILITY
22063
22064EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
22065
220667. EXPORT CONTROL
22067
22068Recipient agrees that Recipient alone is responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries).
22069
220708. GENERAL
22071
22072If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
22073
22074If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient''s patent(s), then such Recipient''s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
22075
22076All Recipient''s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient''s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient''s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
22077
22078LUCENT may publish new versions (including revisions) of this Agreement from time to time. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. No one other than LUCENT has the right to modify this Agreement. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
22079
22080This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.', 'http://www.opensource.org/licenses/lucent1.02.php', NULL, NULL, NULL, 'Lucent Public License 1.02', NULL, NULL, NULL, '', NULL, false, false, false, '193b544a0a423e3231e8ea4bc0e68bed', 1, NULL);
22081INSERT INTO license_ref VALUES (332, 'OSL-2.0', 'This software is copyright (c) 2003, 2004 nexB Inc. All rights are reserved.
22082
22083This software release is licensed to You by nexB Inc. (Licensor) under the terms of the Open Software License 2.0 described below.
22084
22085For other licensing or copyright arrangements, you can contact nexB Inc. at :
22086
22087By regular mail: PO BOX 4134, Mountain View, CA, 94043, USA
22088
22089By telephone: 1 (650) 799-0949
22090
22091By email: info@nexb.com
22092
22093On the web: http://www.nexb.com
22094
22095Open Software License
22096v. 2.0
22097
22098This Open Software License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work:
22099
22100Licensed under the Open Software License version 2.0
221011) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following:
22102
22103a) to reproduce the Original Work in copies;
22104b) to prepare derivative works ("Derivative Works") based upon the Original Work;
22105
22106c) to distribute copies of the Original Work and Derivative Works to the public, with the proviso that copies of Original Work or Derivative Works that You distribute shall be licensed under the Open Software License;
22107
22108d) to perform the Original Work publicly; and
22109
22110e) to display the Original Work publicly.
22111
221122) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and Derivative Works.
22113
221143) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work.
22115
221164) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor except as expressly stated herein. No patent license is granted to make, use, sell or offer to sell embodiments of any patent claims other than the licensed claims defined in Section 2. No right is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any Original Work that Licensor otherwise would have a right to license.
22117
221185) External Deployment. The term "External Deployment" means the use or distribution of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether the Original Work or Derivative Works are distributed to those persons or made available as an application intended for use over a computer network. As an express condition for the grants of license hereunder, You agree that any External Deployment by You of a Derivative Work shall be deemed a distribution and shall be licensed to all under the terms of this License, as prescribed in section 1(c) herein.
22119
221206) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.
22121
221227) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer.
22123
221248) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor''s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
22125
221269) Acceptance and Termination. If You distribute copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. Nothing else but this License (or another written agreement between Licensor and You) grants You permission to create Derivative Works based upon the Original Work or to exercise any of the rights granted in Section 1 herein, and any attempt to do so except under the terms of this License (or another written agreement between Licensor and You) is expressly prohibited by U.S. copyright law, the equivalent laws of other countries, and by international treaty. Therefore, by exercising any of the rights granted to You in Section 1 herein, You indicate Your acceptance of this License and all of its terms and conditions. This License shall terminate immediately and you may no longer exercise any of the rights granted to You by this License upon Your failure to honor the proviso in Section 1(c) herein.
22127
2212810) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, for patent infringement (i) against Licensor with respect to a patent applicable to software or (ii) against any entity with respect to a patent applicable to the Original Work (but excluding combinations of the Original Work with other software or hardware).
22129
2213011) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C. 101 et seq., the equivalent laws of other countries, and international treaty. This section shall survive the termination of this License.
22131
2213212) Attorneys Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys'' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.
22133
2213413) Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
22135
2213614) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
22137
2213815) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.
22139
22140This license is Copyright (C) 2003 Lawrence E. Rosen. All rights reserved. Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner.', 'http://www.nexb.com/license/LICENSE-OSL-2.0.html', NULL, NULL, NULL, 'Open Software License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '3a59f0ffadbe74c7a3242eb564bab3e3', 1, NULL);
22141INSERT INTO license_ref VALUES (333, 'OSL-3.0', 'Open Software License ("OSL") v. 3.0
22142This Open Software License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following licensing notice adjacent to the copyright notice for the Original Work:
22143
22144Licensed under the Open Software License version 3.0
22145
221461) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following:
22147
22148a) to reproduce the Original Work in copies, either alone or as part of a collective work;
22149
22150b) to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works ("Derivative Works") based upon the Original Work;
22151
22152c) to distribute or communicate copies of the Original Work and Derivative Works to the public, with the proviso that copies of Original Work or Derivative Works that You distribute or communicate shall be licensed under this Open Software License;
22153
22154d) to perform the Original Work publicly; and
22155
22156e) to display the Original Work publicly.
22157
221582) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works.
22159
221603) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work.
22161
221624) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor''s trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license.
22163
221645) External Deployment. The term "External Deployment" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c).
22165
221666) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.
22167
221687) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer.
22169
221708) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.
22171
221729) Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including "fair use" or "fair dealing"). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c).
22173
2217410) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.
22175
2217611) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License.
22177
2217812) Attorneys'' Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys'' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.
22179
2218013) Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
22181
2218214) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
22183
2218415) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.
22185
2218616) Modification of This License. This License is Copyright © 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the "Modified License") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the "Open Software License" or "OSL" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice "Licensed under <insert your license name here>" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process.', 'http://www.opensource.org/licenses/osl-3.0.php', NULL, NULL, NULL, 'Open Software License 3.0', NULL, NULL, NULL, '', NULL, false, false, false, '9cef367a9c5f8a2533dd0bb48493c0e6', 1, NULL);
22187INSERT INTO license_ref VALUES (334, 'Python-2.7', 'Python 2.7 license
22188
22189This is the official license for the Python 2.7 release:
22190
22191A. HISTORY OF THE SOFTWARE
22192==========================
22193
22194Python was created in the early 1990s by Guido van Rossum at Stichting
22195Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
22196as a successor of a language called ABC.  Guido remains Python''s
22197principal author, although it includes many contributions from others.
22198
22199In 1995, Guido continued his work on Python at the Corporation for
22200National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
22201in Reston, Virginia where he released several versions of the
22202software.
22203
22204In May 2000, Guido and the Python core development team moved to
22205BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
22206year, the PythonLabs team moved to Digital Creations (now Zope
22207Corporation, see http://www.zope.com).  In 2001, the Python Software
22208Foundation (PSF, see http://www.python.org/psf/) was formed, a
22209non-profit organization created specifically to own Python-related
22210Intellectual Property.  Zope Corporation is a sponsoring member of
22211the PSF.
22212
22213All Python releases are Open Source (see http://www.opensource.org for
22214the Open Source Definition).  Historically, most, but not all, Python
22215releases have also been GPL-compatible; the table below summarizes
22216the various releases.
22217
22218    Release         Derived     Year        Owner       GPL-
22219                    from                                compatible? (1)
22220
22221    0.9.0 thru 1.2              1991-1995   CWI         yes
22222    1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
22223    1.6             1.5.2       2000        CNRI        no
22224    2.0             1.6         2000        BeOpen.com  no
22225    1.6.1           1.6         2001        CNRI        yes (2)
22226    2.1             2.0+1.6.1   2001        PSF         no
22227    2.0.1           2.0+1.6.1   2001        PSF         yes
22228    2.1.1           2.1+2.0.1   2001        PSF         yes
22229    2.2             2.1.1       2001        PSF         yes
22230    2.1.2           2.1.1       2002        PSF         yes
22231    2.1.3           2.1.2       2002        PSF         yes
22232    2.2.1           2.2         2002        PSF         yes
22233    2.2.2           2.2.1       2002        PSF         yes
22234    2.2.3           2.2.2       2003        PSF         yes
22235    2.3             2.2.2       2002-2003   PSF         yes
22236    2.3.1           2.3         2002-2003   PSF         yes
22237    2.3.2           2.3.1       2002-2003   PSF         yes
22238    2.3.3           2.3.2       2002-2003   PSF         yes
22239    2.3.4           2.3.3       2004        PSF         yes
22240    2.3.5           2.3.4       2005        PSF         yes
22241    2.4             2.3         2004        PSF         yes
22242    2.4.1           2.4         2005        PSF         yes
22243    2.4.2           2.4.1       2005        PSF         yes
22244    2.4.3           2.4.2       2006        PSF         yes
22245    2.5             2.4         2006        PSF         yes
22246    2.7             2.6         2010        PSF         yes
22247
22248Footnotes:
22249
22250(1) GPL-compatible doesn''t mean that we''re distributing Python under
22251    the GPL.  All Python licenses, unlike the GPL, let you distribute
22252    a modified version without making your changes open source.  The
22253    GPL-compatible licenses make it possible to combine Python with
22254    other software that is released under the GPL; the others don''t.
22255
22256(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
22257    because its license has a choice of law clause.  According to
22258    CNRI, however, Stallman''s lawyer has told CNRI''s lawyer that 1.6.1
22259    is "not incompatible" with the GPL.
22260
22261Thanks to the many outside volunteers who have worked under Guido''s
22262direction to make these releases possible.
22263
22264
22265B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
22266===============================================================
22267
22268PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
22269--------------------------------------------
22270
222711. This LICENSE AGREEMENT is between the Python Software Foundation
22272("PSF"), and the Individual or Organization ("Licensee") accessing and
22273otherwise using this software ("Python") in source or binary form and
22274its associated documentation.
22275
222762. Subject to the terms and conditions of this License Agreement, PSF
22277hereby grants Licensee a nonexclusive, royalty-free, world-wide
22278license to reproduce, analyze, test, perform and/or display publicly,
22279prepare derivative works, distribute, and otherwise use Python
22280alone or in any derivative version, provided, however, that PSF''s
22281License Agreement and PSF''s notice of copyright, i.e., "Copyright (c)
222822001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
22283Reserved" are retained in Python alone or in any derivative version
22284prepared by Licensee.
22285
222863. In the event Licensee prepares a derivative work that is based on
22287or incorporates Python or any part thereof, and wants to make
22288the derivative work available to others as provided herein, then
22289Licensee hereby agrees to include in any such work a brief summary of
22290the changes made to Python.
22291
222924. PSF is making Python available to Licensee on an "AS IS"
22293basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
22294IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
22295DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
22296FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
22297INFRINGE ANY THIRD PARTY RIGHTS.
22298
222995. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
22300FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
22301A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
22302OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
22303
223046. This License Agreement will automatically terminate upon a material
22305breach of its terms and conditions.
22306
223077. Nothing in this License Agreement shall be deemed to create any
22308relationship of agency, partnership, or joint venture between PSF and
22309Licensee.  This License Agreement does not grant permission to use PSF
22310trademarks or trade name in a trademark sense to endorse or promote
22311products or services of Licensee, or any third party.
22312
223138. By copying, installing or otherwise using Python, Licensee
22314agrees to be bound by the terms and conditions of this License
22315Agreement.
22316
22317
22318BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
22319-------------------------------------------
22320
22321BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
22322
223231. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
22324office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
22325Individual or Organization ("Licensee") accessing and otherwise using
22326this software in source or binary form and its associated
22327documentation ("the Software").
22328
223292. Subject to the terms and conditions of this BeOpen Python License
22330Agreement, BeOpen hereby grants Licensee a non-exclusive,
22331royalty-free, world-wide license to reproduce, analyze, test, perform
22332and/or display publicly, prepare derivative works, distribute, and
22333otherwise use the Software alone or in any derivative version,
22334provided, however, that the BeOpen Python License is retained in the
22335Software, alone or in any derivative version prepared by Licensee.
22336
223373. BeOpen is making the Software available to Licensee on an "AS IS"
22338basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
22339IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
22340DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
22341FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
22342INFRINGE ANY THIRD PARTY RIGHTS.
22343
223444. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
22345SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
22346AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
22347DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
22348
223495. This License Agreement will automatically terminate upon a material
22350breach of its terms and conditions.
22351
223526. This License Agreement shall be governed by and interpreted in all
22353respects by the law of the State of California, excluding conflict of
22354law provisions.  Nothing in this License Agreement shall be deemed to
22355create any relationship of agency, partnership, or joint venture
22356between BeOpen and Licensee.  This License Agreement does not grant
22357permission to use BeOpen trademarks or trade names in a trademark
22358sense to endorse or promote products or services of Licensee, or any
22359third party.  As an exception, the "BeOpen Python" logos available at
22360http://www.pythonlabs.com/logos.html may be used according to the
22361permissions granted on that web page.
22362
223637. By copying, installing or otherwise using the software, Licensee
22364agrees to be bound by the terms and conditions of this License
22365Agreement.
22366
22367
22368CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
22369---------------------------------------
22370
223711. This LICENSE AGREEMENT is between the Corporation for National
22372Research Initiatives, having an office at 1895 Preston White Drive,
22373Reston, VA 20191 ("CNRI"), and the Individual or Organization
22374("Licensee") accessing and otherwise using Python 1.6.1 software in
22375source or binary form and its associated documentation.
22376
223772. Subject to the terms and conditions of this License Agreement, CNRI
22378hereby grants Licensee a nonexclusive, royalty-free, world-wide
22379license to reproduce, analyze, test, perform and/or display publicly,
22380prepare derivative works, distribute, and otherwise use Python 1.6.1
22381alone or in any derivative version, provided, however, that CNRI''s
22382License Agreement and CNRI''s notice of copyright, i.e., "Copyright (c)
223831995-2001 Corporation for National Research Initiatives; All Rights
22384Reserved" are retained in Python 1.6.1 alone or in any derivative
22385version prepared by Licensee.  Alternately, in lieu of CNRI''s License
22386Agreement, Licensee may substitute the following text (omitting the
22387quotes): "Python 1.6.1 is made available subject to the terms and
22388conditions in CNRI''s License Agreement.  This Agreement together with
22389Python 1.6.1 may be located on the Internet using the following
22390unique, persistent identifier (known as a handle): 1895.22/1013.  This
22391Agreement may also be obtained from a proxy server on the Internet
22392using the following URL: http://hdl.handle.net/1895.22/1013".
22393
223943. In the event Licensee prepares a derivative work that is based on
22395or incorporates Python 1.6.1 or any part thereof, and wants to make
22396the derivative work available to others as provided herein, then
22397Licensee hereby agrees to include in any such work a brief summary of
22398the changes made to Python 1.6.1.
22399
224004. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
22401basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
22402IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
22403DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
22404FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
22405INFRINGE ANY THIRD PARTY RIGHTS.
22406
224075. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
224081.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
22409A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
22410OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
22411
224126. This License Agreement will automatically terminate upon a material
22413breach of its terms and conditions.
22414
224157. This License Agreement shall be governed by the federal
22416intellectual property law of the United States, including without
22417limitation the federal copyright law, and, to the extent such
22418U.S. federal law does not apply, by the law of the Commonwealth of
22419Virginia, excluding Virginia''s conflict of law provisions.
22420Notwithstanding the foregoing, with regard to derivative works based
22421on Python 1.6.1 that incorporate non-separable material that was
22422previously distributed under the GNU General Public License (GPL), the
22423law of the Commonwealth of Virginia shall govern this License
22424Agreement only as to issues arising under or with respect to
22425Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
22426License Agreement shall be deemed to create any relationship of
22427agency, partnership, or joint venture between CNRI and Licensee.  This
22428License Agreement does not grant permission to use CNRI trademarks or
22429trade name in a trademark sense to endorse or promote products or
22430services of Licensee, or any third party.
22431
224328. By clicking on the "ACCEPT" button where indicated, or by copying,
22433installing or otherwise using Python 1.6.1, Licensee agrees to be
22434bound by the terms and conditions of this License Agreement.
22435
22436        ACCEPT
22437
22438
22439CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
22440--------------------------------------------------
22441
22442Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
22443The Netherlands.  All rights reserved.
22444
22445Permission to use, copy, modify, and distribute this software and its
22446documentation for any purpose and without fee is hereby granted,
22447provided that the above copyright notice appear in all copies and that
22448both that copyright notice and this permission notice appear in
22449supporting documentation, and that the name of Stichting Mathematisch
22450Centrum or CWI not be used in advertising or publicity pertaining to
22451distribution of the software without specific, written prior
22452permission.
22453
22454STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
22455THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
22456FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
22457FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
22458WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
22459ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
22460OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.', 'http://www.python.org/download/releases/2.7/license/', NULL, NULL, NULL, 'Python License 2.7', NULL, NULL, NULL, '', NULL, false, false, false, '0b4f2608a394e34a7475ba4f16a1cf67', 1, NULL);
22461INSERT INTO license_ref VALUES (336, 'Interbase', 'INTERBASE PUBLIC LICENSE
22462Version 1.0
22463
224641. Definitions.
22465
224661.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party.
22467
224681.1. ''''Contributor'''' means each entity that creates or contributes to the creation of Modifications.
22469
224701.2. ''''Contributor Version'''' means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
22471
224721.3. ''''Covered Code'''' means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
22473
224741.4. ''''Electronic Distribution Mechanism'''' means a mechanism generally accepted in the software development community for the electronic transfer of data.
22475
224761.5. ''''Executable'''' means Covered Code in any form other than Source Code.
22477
224781.6. ''''Initial Developer'''' means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
22479
224801.7. ''''Larger Work'''' means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
22481
224821.8. ''''License'''' means this document.
22483
224841.8.1. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
22485
224861.9. ''''Modifications'''' means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
22487
22488A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
22489
22490B. Any new file that contains any part of the Original Code or previous Modifications.
22491
224921.10. ''''Original Code'''' means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
22493
224941.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.
22495
224961.11. ''''Source Code'''' means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
22497
224981.12. "You'''' (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You'''' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control'''' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
22499
225002. Source Code License.
22501
225022.1. The Initial Developer Grant.
22503
22504The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
22505
22506(a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and
22507
22508(b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof).
22509
22510(c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.
22511
22512(d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.
22513
225142.2. Contributor Grant.
22515
22516Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license
22517
22518(a) under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and
22519
22520(b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).
22521
22522(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code.
22523
22524(d) Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.
22525
225263. Distribution Obligations.
22527
225283.1. Application of License.
22529
22530The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients'' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
22531
225323.2. Availability of Source Code.
22533
22534Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
22535
225363.3. Description of Modifications.
22537
22538You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
22539
225403.4. Intellectual Property Matters
22541
22542(a) Third Party Claims.
22543
22544If Contributor has knowledge that a license under a third party''s intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL'''' which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
22545
22546(b) Contributor APIs.
22547
22548If Contributor''s Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.
22549
22550(c) Representations.
22551
22552Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor''s Modifications are Contributor''s original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License.
22553
225543.5. Required Notices.
22555
22556You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients'' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
22557
225583.6. Distribution of Executable Versions.
22559
22560You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients'' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient''s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
22561
225623.7. Larger Works.
22563
22564You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
22565
225664. Inability to Comply Due to Statute or Regulation.
22567
22568If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
22569
225705. Application of this License.
22571
22572This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.
22573
225746. Versions of the License.
22575
225766.1. New Versions.
22577
22578Borland Software Corporation (''''Interbase'''') may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
22579
225806.2. Effect of New Versions.
22581
22582Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Interbase. No one other than Interbase has the right to modify the terms applicable to Covered Code created under this License.
22583
225846.3. Derivative Works.
22585
22586If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases ''''Mozilla'''', ''''MOZILLAPL'''', ''''MOZPL'''', ''''Netscape'''', "MPL", ''''NPL", "Interbase", "ISC", "IB'''' or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
22587
225886.4 Origin of the Interbase Public License.
22589
22590The Interbase public license is based on the Mozilla Public License V 1.1 with the following changes:
22591
22592The license is published by Borland Software Corporation. Only Borland Software Corporation can modify the terms applicable to Covered Code.
22593The license can be modified used for code which is not already governed by this license. Modified versions of the license must be renamed to avoid confusion with Netscape?s or Interbase Software?s license and must include a description of changes from the Interbase Public License.
22594The name of the license in Exhibit A is the "Interbase Public License".
22595The reference to an alternative license in Exhibit A has been removed.
22596Amendments I, II, III, V, and VI have been deleted.
22597Exhibit A, Netscape Public License has been deleted
22598A new amendment (II) has been added, describing the required and restricted rights to use the trademarks of Borland Software Corporation
225997. DISCLAIMER OF WARRANTY.
22600
22601COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS'''' BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
22602
226038. TERMINATION.
22604
226058.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
22606
226078.2. If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant") alleging that:
22608
22609(a) such Participant''s Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.
22610
22611(b) any software, hardware, or device, other than such Participant''s Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.
22612
226138.3. If You assert a patent infringement claim against Participant alleging that such Participant''s Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
22614
226158.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.
22616
226179. LIMITATION OF LIABILITY.
22618
22619UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
22620
2262110. U.S. GOVERNMENT END USERS.
22622
22623The Covered Code is a ''''commercial item,'''' as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of ''''commercial computer software'''' and ''''commercial computer software documentation,'''' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
22624
2262511. MISCELLANEOUS.
22626
22627This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys'' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
22628
2262912. RESPONSIBILITY FOR CLAIMS.
22630
22631As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
22632
2263313. MULTIPLE-LICENSED CODE.
22634
22635Initial Developer may designate portions of the Covered Code as "Multiple-Licensed". "Multiple-Licensed" means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the NPL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.
22636
22637EXHIBIT A - InterBase Public License.
22638
22639``The contents of this file are subject to the Interbase Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.Interbase.com/IPL.html
22640
22641Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
22642
22643The Original Code was created by InterBase Software Corp and its successors.
22644
22645Portions created by Borland/Inprise are Copyright (C) Borland/Inprise. All Rights Reserved.
22646
22647Contributor(s): ______________________________________.
22648
22649AMENDMENTS
22650
22651I. InterBase and logo. This License does not grant any rights to use the trademarks "Interbase'''', "Java" or "JavaScript" even if such marks are included in the Original Code or Modifications.
22652
22653II. Trademark Usage.
22654
22655II.1. Advertising Materials. All advertising materials mentioning features or use of the covered Code must display the following acknowledgement: "This product includes software developed by Borland Software Corp. "
22656
22657II.2. Endorsements. The names "InterBase," "ISC," and "IB" must not be used to endorse or promote Contributor Versions or Larger Works without the prior written permission of Interbase.
22658
22659II.3. Product Names. Contributor Versions and Larger Works may not be called "InterBase" or "Interbase" nor may the word "InterBase" appear in their names without the prior written permission of Interbase.', 'http://info.borland.com/devsupport/interbase/opensource/IPL.html', NULL, NULL, NULL, 'Interbase Public License', NULL, NULL, NULL, '', NULL, false, false, false, 'c8b88616ee55ec78cb30e8b6100b2db6', 1, NULL);
22660INSERT INTO license_ref VALUES (338, 'Motorola', 'SOFTWARE LICENSE AGREEMENT
22661The MOTOROLA MOBILE Software License Agreement ("Software License Agreement"), the MOTOROLA MOBILE Terms of Service ("Terms of Service") and the MOTOROLA MOBILE Privacy Statement (“Privacy Statement") (collectively “Terms and Conditions") apply to your use of the MOTOROLA MOBILE software and services, operated by Motorola, Inc. (a Delaware corporation, having a principal place of business at 600 N. US Highway 45, Libertyville, IL 60048, United States of America) ("Motorola"), and set forth a legally binding agreement between you and Motorola. Any defined terms contained herein shall have the same meaning as that assigned to it in the Software License Agreement, Terms of Service or Privacy Statement. The Software License Agreement, Terms of Service, and/or Privacy Statement may be translated into languages other than English however the English version of these documents shall control the rights and obligations of the parties, regardless of the reliance by any party on such translations, and all notices and communications relating to these documents shall be in English. Please read the Software License Agreement, Terms of Service, and Privacy Statement carefully before using the MOTOROLA MOBILE software and services. If you do not agree to the terms contained in those agreements, then you may not use the MOTOROLA MOBILE software or services. Your use of the MOTOROLA MOBILE software and services constitutes your acknowledgement that you have the legal authority to bind yourself or any party you represent to, and your acceptance of, the MOTOROLA MOBILE Software License Agreement, Terms of Service and Privacy Statement.
22662
22663GRANT OF LICENSE
22664The software (including software, code, files, images, contained in or generated by the software, accompanying data, Boot ROM code and other embedded software), documentation and any accompanying fonts, whether in read-only memory, on any other media or in any other form (collectively the "MOTOROLA MOBILE Software") are licensed to you by Motorola subject to the terms of this Software License Agreement, the MOTOROLA MOBILE Terms of Service and Privacy Policy (“License"). Neither title nor any Intellectual Property Rights are transferred to you, but rather remain with Motorola, who owns full and complete title, and Motorola reserves all rights not expressly granted to you. The rights granted herein are non-transferable, and are limited to Motorola''s intellectual property rights in the MOTOROLA MOBILE Software and do not include any other patents or intellectual property rights. You own the device on which the MOTOROLA MOBILE Software is recorded (the “Device"), but Motorola and/or Motorola''s licensor(s) retain ownership of the MOTOROLA MOBILE Software itself.
22665
22666PERMITTED LICENSE USES AND RESTRICTIONS
22667This License allows you to use the MOTOROLA MOBILE Software on a single Device. This License does not allow the MOTOROLA MOBILE Software to exist on more than one Device at a time, and you may not make the MOTOROLA MOBILE Software available over a network where it could be used by multiple Devices at the same time. This License does not grant you any rights to use Motorola proprietary interfaces and other intellectual property in the design, development, manufacture, licensing or distribution of third-party devices and accessories for use with the MOTOROLA MOBILE Software. You may not modify, alter, copy, publicly display or perform, distribute, create derivative works, of the MOTOROLA MOBILE Software.
22668
22669Motorola may make available for download certain MOTOROLA MOBILE Software updates or upgrades to the MOTOROLA MOBILE Software to update, enhance or further develop the MOTOROLA MOBILE Software ("MOTOROLA MOBILE Software Updates"). This License allows you to download and use the MOTOROLA MOBILE Software Updates to update the MOTOROLA MOBILE Software on any Device that you own or control. This License does not allow you to update Devices that you do not own or control, and you may not make the MOTOROLA MOBILE Software Updates available over a network where it could be used by multiple Devices or multiple computers at the same time. You may not make any copies of the MOTOROLA MOBILE Software Updates, unless such copy is authorized in writing by Motorola.
22670
22671Except as and only to the extent permitted by applicable law, or by licensing terms governing use of open-sourced components included with the MOTOROLA MOBILE Software, you may not copy, decompile, reverse engineer, disassemble, attempt to derive the source code of, modify, or create derivative works of the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates, or any part thereof. Any attempt to do so is a violation of the rights of Motorola and its licensors of the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates. If you breach this restriction, you may be subject to prosecution and damages. By storing content on your Device you are making a digital copy. In some jurisdictions, it is unlawful to make digital copies without prior permission from the rights holder. The MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates may be used to reproduce materials so long as such use is limited to reproduction of non-copyrighted materials, materials in which you own the copyright, or materials you are authorized or legally permitted to reproduce.
22672
22673MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES ARE NOT INTENDED FOR USE IN OR DURING THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL SYSTEMS, LIFE SUPPORT MACHINES OR OTHER EQUIPMENT IN WHICH THE FAILURE OF THE MOTOROLA MOBILE SOFTWARE OR MOTOROLA MOBILE SOFTWARE UPDATES COULD LEAD TO DEATH, PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE.
22674
22675SOFTWARE UPDATES/EXPORT CONTROLS
22676Motorola may, at its discretion, automatically download MOTOROLA MOBILE Software Updates to your Device. You agree to accept these MOTOROLA MOBILE Software Updates, and to pay for any costs associated with receiving them. The MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates are subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates. These laws include restrictions on destinations, end users and end use.
22677
22678SERVICES
22679You understand and acknowledge that back-up and restore, remote diagnostics, Device location, remote erase, and any other services performed, provided or enabled by or through the MOTOROLA MOBILE Software, or MOTOROLA MOBILE Software Updates, including any Third Party Services, (collectively “Services") are each offered by Motorola subject to your acceptance of this MOTOROLA MOBILE Software License Agreement, and the MOTOROLA MOBILE Terms of Service and Privacy Statement, and any other terms that may be incorporated by reference herein or otherwise presented to you prior to your use of the Services. These Terms of Service shall be in addition to any terms of service or other agreement you may have with your wireless carrier or operator.
22680
22681DISCLAIMER OF WARRANTIES
22682You expressly acknowledge and agree that use of the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates and Services are at your sole risk and that the entire risk as to satisfactory quality, performance, accuracy and effort is with you. You understand and acknowledge that installation of the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates may affect the usability of third-party software. EXCEPT TO THE EXTENT PROHIBITED BY APPLICABLE LAW, THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES, AND ANY SERVICES PERFORMED, PROVIDED OR ENABLED BY OR THROUGH THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES, ARE PROVIDED "AS IS", WITH ALL FAULTS AND WITHOUT WARRANTY OF ANY KIND, AND MOTOROLA AND ITS LICENSORS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH RESPECT TO THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES, AND ANY SERVICES PERFORMED, PROVIDED OR ENABLED BY OR THROUGH THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES, EITHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, AND NON-INFRINGEMENT OF THIRD-PARTY RIGHTS. MOTOROLA DOES NOT WARRANT THAT THE FUNCTIONS CONTAINED IN OR SERVICES PERFORMED, PROVIDED OR ENABLED BY OR THROUGH THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE MOTOROLA MOBILE SOFTWARE, MOTOROLA MOBILE SOFTWARE UPDATES AND SERVICES WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE MOTOROLA MOBILE SOFTWARE, MOTOROLA MOBILE SOFTWARE UPDATES AND SERVICES WILL BE CORRECTED. No oral or written information or advice given by Motorola or an authorized representative shall be deemed to alter this disclaimer of warranty, or to create any warranty. Should the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates or Services prove defective, you assume the entire cost of all necessary servicing, repair or correction. Some jurisdictions do not allow the exclusion, or limitations on the duration, of implied warranties or limitations on applicable statutory rights of a consumer, so the above exclusion and limitations may not apply to you.
22683
22684The MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates may enable access to other Motorola and third-party web services and to Motorola and third-party websites and information located worldwide throughout the Internet, use of which will require you to accept additional terms of service. Motorola makes no guarantees as to such web services, sites and information, including but not limited to: (a) the accuracy, availability, sequence, completeness, currency, content, validity or quality of any such web services, sites and information, or (b) whether a search completed through MOTOROLA MOBILE Software or Services may locate unintended or objectionable content. Because some of the content on the Internet consists of material that is adult-oriented or otherwise objectionable to some people or viewers under the age of 18 or any other age under applicable laws, the results of any search or entering of a particular URL using MOTOROLA MOBILE Software or Services may automatically and unintentionally generate links or references to objectionable material; you agree that Motorola is not responsible for the results of any such search.
22685
22686You acknowledge and agree that Motorola is not responsible for examining or evaluating the content or the accuracy, completeness, currency, validity or quality of any third-party materials. Motorola does not warrant or endorse and does not assume and will not have any liability or responsibility for any third-party materials, or for any other materials, products, or services of third parties. You agree that you will not use any third-party materials in a manner that would infringe or violate the rights of any other party, and that Motorola is not in any way responsible for any such use by you.
22687
22688By using the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates, you acknowledge that Motorola makes no representations or warranties with regard to any sites or information displayed by or accessed through the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates, or any Services performed, provided or enabled by or through the MOTOROLA MOBILE Software, or MOTOROLA MOBILE Software Updates in relation to such sites or information. Motorola, its officers, affiliates and subsidiaries shall not, directly or indirectly, be liable, in any way, to you or any other person for the content you receive or view using the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates or Services or for any inaccuracies, errors in or omissions from the content. Motorola and its licensors reserve the right to change, suspend, remove, or disable access to any Services at any time without notice. In no event will Motorola be liable for the removal of or disabling of access to any such Services. Motorola may also impose limits on the use of or access to certain Services, in any case and without notice or liability.
22689
22690LIMITATION OF LIABILITY
22691TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT SHALL MOTOROLA BE LIABLE FOR PERSONAL INJURY, OR ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES WHATSOEVER, INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, LOSS OF DATA, BUSINESS INTERRUPTION OR ANY OTHER COMMERCIAL DAMAGES OR LOSSES, ARISING OUT OF OR RELATED TO YOUR USE OR INABILITY TO USE THE MOTOROLA MOBILE SOFTWARE, MOTOROLA MOBILE SOFTWARE UPDATES, OR SERVICES HOWEVER CAUSED, REGARDLESS OF THE THEORY OF LIABILITY (CONTRACT, TORT OR OTHERWISE) AND EVEN IF MOTOROLA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY FOR PERSONAL INJURY, OR OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In no event shall Motorola''s total liability to you for all damages (other than as may be required by applicable law in cases involving personal injury) exceed TWENTY-FIVE DOLLARS ($25.00), whichever amount is greater. The foregoing limitations will apply even if the above stated remedy fails of its essential purpose.
22692
22693TERMINATION
22694This License is effective until terminated. Your rights under this License will terminate automatically without notice from Motorola if you fail to comply with any term(s) of this License. Upon the termination of this License, you shall cease all use of the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates and Services. ', 'http://www.motorola.com/Support/US-EN/SOFTWARE-LICENSE-AGREEMENT', NULL, NULL, NULL, 'Motorola Mobile Software License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, '2f01e0037ab3d3b1d38fb5e7c97ab3ee', 1, NULL);
22695INSERT INTO license_ref VALUES (339, 'MPL-1.0', 'MOZILLA PUBLIC LICENSE
22696Version 1.0
22697
226981. Definitions.
22699
227001.1. ``Contributor'''' means each entity that creates or contributes to the creation of Modifications.
227011.2. ``Contributor Version'''' means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
22702
227031.3. ``Covered Code'''' means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
22704
227051.4. ``Electronic Distribution Mechanism'''' means a mechanism generally accepted in the software development community for the electronic transfer of data.
22706
227071.5. ``Executable'''' means Covered Code in any form other than Source Code.
22708
227091.6. ``Initial Developer'''' means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
22710
227111.7. ``Larger Work'''' means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
22712
227131.8. ``License'''' means this document.
22714
227151.9. ``Modifications'''' means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
22716
22717A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
22718
22719B. Any new file that contains any part of the Original Code or previous Modifications.
22720
227211.10. ``Original Code'''' means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
22722
227231.11. ``Source Code'''' means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
22724
227251.12. ``You'''' means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, ``You'''' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, ``control'''' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
22726
227272. Source Code License.
227282.1. The Initial Developer Grant.
22729The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
22730(a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and
22731
22732(b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell (``Utilize'''') the Original Code (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Original Code (or portions thereof) and not to any greater extent that may be necessary to Utilize further Modifications or combinations.
22733
227342.2. Contributor Grant.
22735Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
22736
22737(a) to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code or as part of a Larger Work; and
22738
22739(b) under patents now or hereafter owned or controlled by Contributor, to Utilize the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Contributor Version (or portions thereof), and not to any greater extent that may be necessary to Utilize further Modifications or combinations.
22740
227413. Distribution Obligations.
227423.1. Application of License.
22743The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients'' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
227443.2. Availability of Source Code.
22745Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
22746
227473.3. Description of Modifications.
22748You must cause all Covered Code to which you contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
22749
227503.4. Intellectual Property Matters
22751
22752(a) Third Party Claims.
22753If You have knowledge that a party claims an intellectual property right in particular functionality or code (or its utilization under this License), you must include a text file with the source code distribution titled ``LEGAL'''' which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after You make Your Modification available as described in Section 3.2, You shall promptly modify the LEGAL file in all copies You make available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
22754
22755(b) Contributor APIs.
22756If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file.
22757
227583.5. Required Notices.
22759You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code, where You describe recipients'' rights relating to Covered Code. If You created one or more Modification(s), You may add your name as a Contributor to the notice described in Exhibit A. If it is not possible to put such notice in a particular Source Code file due to its structure, then you must include such notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
22760
227613.6. Distribution of Executable Versions.
22762You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients'' rights relating to the Covered Code. You may distribute the Executable version of Covered Code under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient''s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
22763
227643.7. Larger Works.
22765You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
22766
227674. Inability to Comply Due to Statute or Regulation.
22768If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
22769
227705. Application of this License.
22771This License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code.
227726. Versions of the License.
227736.1. New Versions.
22774Netscape Communications Corporation (``Netscape'''') may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
227756.2. Effect of New Versions.
22776Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License.
22777
227786.3. Derivative Works.
22779If you create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), you must (a) rename Your license so that the phrases ``Mozilla'''', ``MOZILLAPL'''', ``MOZPL'''', ``Netscape'''', ``NPL'''' or any confusingly similar phrase do not appear anywhere in your license and (b) otherwise make it clear that your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
22780
227817. DISCLAIMER OF WARRANTY.
22782COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'''' BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
227838. TERMINATION.
22784This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
227859. LIMITATION OF LIABILITY.
22786UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
2278710. U.S. GOVERNMENT END USERS.
22788The Covered Code is a ``commercial item,'''' as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of ``commercial computer software'''' and ``commercial computer software documentation,'''' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
2278911. MISCELLANEOUS.
22790This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the United States of America: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in Santa Clara County, California, under the auspices of JAMS/EndDispute; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
2279112. RESPONSIBILITY FOR CLAIMS.
22792Except in cases where another Contributor has failed to comply with Section 3.4, You are responsible for damages arising, directly or indirectly, out of Your utilization of rights under this License, based on the number of copies of Covered Code you made available, the revenues you received from utilizing such rights, and other relevant factors. You agree to work with affected parties to distribute responsibility on an equitable basis.
22793EXHIBIT A.
22794``The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
22795Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
22796
22797The Original Code is ______________________________________.
22798
22799The Initial Developer of the Original Code is ________________________. Portions created by ______________________ are Copyright (C) ______ _______________________. All Rights Reserved.
22800
22801Contributor(s): ______________________________________.''''', 'http://www.mozilla.org/MPL/MPL-1.0.html', NULL, NULL, NULL, 'Mozilla Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '92617be0c82ce04f0e88e49f0dfca97c', 1, NULL);
22802INSERT INTO license_ref VALUES (329, 'MPL-EULA-2.0', 'MOZILLA FIREFOX END-USER SOFTWARE LICENSE AGREEMENT
22803
22804Version 2.0
22805
22806A SOURCE CODE VERSION OF CERTAIN FIREFOX BROWSER FUNCTIONALITY THAT YOU MAY USE, MODIFY AND DISTRIBUTE IS AVAILABLE TO YOU FREE-OF-CHARGE FROM WWW.MOZILLA.ORG UNDER THE MOZILLA PUBLIC LICENSE and other open source software licenses.
22807
22808The accompanying executable code version of Mozilla Firefox and related documentation (the "Product") is made available to you under the terms of this MOZILLA FIREFOX END-USER SOFTWARE LICENSE AGREEMENT (THE "AGREEMENT"). BY CLICKING THE "ACCEPT" BUTTON, OR BY INSTALLING OR USING THE MOZILLA FIREFOX BROWSER, YOU ARE CONSENTING TO BE BOUND BY THE AGREEMENT. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, DO NOT CLICK THE "ACCEPT" BUTTON, AND DO NOT INSTALL OR USE ANY PART OF THE MOZILLA FIREFOX BROWSER.
22809
22810DURING THE MOZILLA FIREFOX INSTALLATION PROCESS, AND AT LATER TIMES, YOU MAY BE GIVEN THE OPTION OF INSTALLING ADDITIONAL COMPONENTS FROM THIRD-PARTY SOFTWARE PROVIDERS. THE INSTALLATION AND USE OF THOSE THIRD-PARTY COMPONENTS MAY BE GOVERNED BY ADDITIONAL LICENSE AGREEMENTS.
22811
228121. LICENSE GRANT. The Mozilla Corporation grants you a non-exclusive license to use the executable code version of the Product. This Agreement will also govern any software upgrades provided by Mozilla that replace and/or supplement the original Product, unless such upgrades are accompanied by a separate license, in which case the terms of that license will govern.
22813
228142. TERMINATION. If you breach this Agreement your right to use the Product will terminate immediately and without notice, but all provisions of this Agreement except the License Grant (Paragraph 1) will survive termination and continue in effect. Upon termination, you must destroy all copies of the Product.
22815
228163. PROPRIETARY RIGHTS. Portions of the Product are available in source code form under the terms of the Mozilla Public License and other open source licenses (collectively, "Open Source Licenses") at www.mozilla.org. Nothing in this Agreement will be construed to limit any rights granted under the Open Source Licenses. Subject to the foregoing, Mozilla, for itself and on behalf of its licensors, hereby reserves all intellectual property rights in the Product, except for the rights expressly granted in this Agreement. You may not remove or alter any trademark, logo, copyright or other proprietary notice in or on the Product. This license does not grant you any right to use the trademarks, service marks or logos of Mozilla or its licensors.
22817
228184. PRIVACY POLICY. You agree to the Mozilla Firefox Privacy Policy, made available online at http://www.mozilla.com/legal/privacy/, as that policy may be changed from time to time. When Mozilla changes the policy in a material way a notice will be posted on the website at www.mozilla.com, and when any change is made in the privacy policy, the updated policy will be posted at the above link. It is your responsibility to ensure that you understand the terms of the privacy policy, so you should periodically check the current version of the policy for changes.
22819
228205. DISCLAIMER OF WARRANTY. THE PRODUCT IS PROVIDED "AS IS" WITH ALL FAULTS. TO THE EXTENT PERMITTED BY LAW, MOZILLA AND MOZILLA''S DISTRIBUTORS, AND LICENSORS HEREBY DISCLAIM ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES THAT THE PRODUCT IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE AND NON-INFRINGING. YOU BEAR THE ENTIRE RISK AS TO SELECTING THE PRODUCT FOR YOUR PURPOSES AND AS TO THE QUALITY AND PERFORMANCE OF THE PRODUCT. THIS LIMITATION WILL APPLY NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF IMPLIED WARRANTIES, SO THIS DISCLAIMER MAY NOT APPLY TO YOU.
22821
228226. LIMITATION OF LIABILITY. EXCEPT AS REQUIRED BY LAW, MOZILLA AND ITS DISTRIBUTORS, DIRECTORS, LICENSORS, CONTRIBUTORS AND AGENTS (COLLECTIVELY, THE "MOZILLA GROUP") WILL NOT BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES ARISING OUT OF OR IN ANY WAY RELATING TO THIS AGREEMENT OR THE USE OF OR INABILITY TO USE THE PRODUCT, INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, LOST PROFITS, LOSS OF DATA, AND COMPUTER FAILURE OR MALFUNCTION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND REGARDLESS OF THE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH SUCH CLAIM IS BASED. THE MOZILLA GROUP''S COLLECTIVE LIABILITY UNDER THIS AGREEMENT WILL NOT EXCEED THE GREATER OF $500 (FIVE HUNDRED DOLLARS) AND THE FEES PAID BY YOU UNDER THE LICENSE (IF ANY). SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL, CONSEQUENTIAL OR SPECIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
22823
228247. EXPORT CONTROLS. This license is subject to all applicable export restrictions. You must comply with all export and import laws and restrictions and regulations of any United States or foreign agency or authority relating to the Product and its use.
22825
228268. U.S. GOVERNMENT END-USERS. This Product is a "commercial item," as that term is defined in 48 C.F.R. 2.101, consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995) and 48 C.F.R. 227.7202 (June 1995). Consistent with 48 C.F.R. 12.212, 48 C.F.R. 27.405(b)(2) (June 1998) and 48 C.F.R. 227.7202, all U.S. Government End Users acquire the Product with only those rights as set forth therein.
22827
228289. MISCELLANEOUS. (a) This Agreement constitutes the entire agreement between Mozilla and you concerning the subject matter hereof, and it may only be modified by a written amendment signed by an authorized executive of Mozilla. (b) Except to the extent applicable law, if any, provides otherwise, this Agreement will be governed by the laws of the state of California, U.S.A., excluding its conflict of law provisions. (c) This Agreement will not be governed by the United Nations Convention on Contracts for the International Sale of Goods. (d) If any part of this Agreement is held invalid or unenforceable, that part will be construed to reflect the parties'' original intent, and the remaining portions will remain in full force and effect. (e) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach thereof. (f) Except as required by law, the controlling language of this Agreement is English. (g) You may assign your rights under this Agreement to any party that consents to, and agrees to be bound by, its terms; the Mozilla Corporation may assign its rights under this Agreement without condition. (h) This Agreement will be binding upon and inure to the benefit of the parties, their successors and permitted assigns.', 'http://www.mozilla.com/en-US/legal/eula/firefox2-en.txt', NULL, NULL, NULL, 'Mozilla Firefox EULA 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '184182107aa67a26f0a36c964d40c256', 1, NULL);
22829INSERT INTO license_ref VALUES (342, 'Docbook', 'GNU Free Documentation License
22830
22831Version 1.1, March 2000
22832
22833Copyright (C) 2000 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
22834
22835PREAMBLE
22836
22837The purpose of this License is to make a manual, textbook, or other written document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.
22838
22839This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.
22840
22841We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.
22842
22843APPLICABILITY AND DEFINITIONS
22844
22845This License applies to any manual or other work that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you".
22846
22847A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.
22848
22849A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document''s overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (For example, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.
22850
22851The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License.
22852
22853The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License.
22854
22855A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, whose contents can be viewed and edited directly and straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup has been designed to thwart or discourage subsequent modification by readers is not Transparent. A copy that is not "Transparent" is called "Opaque".
22856
22857Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML designed for human modification. Opaque formats include PostScript, PDF, proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML produced by some word processors for output purposes only.
22858
22859The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work''s title, preceding the beginning of the body of the text.
22860
22861VERBATIM COPYING
22862
22863You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.
22864
22865You may also lend copies, under the same conditions stated above, and you may publicly display copies.
22866
22867COPYING IN QUANTITY
22868
22869If you publish printed copies of the Document numbering more than 100, and the Document''s license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.
22870
22871If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.
22872
22873If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-accessible computer-network location containing a complete Transparent copy of the Document, free of added material, which the general network-using public has access to download anonymously at no charge using public-standard network protocols. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.
22874
22875It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.
22876
22877MODIFICATIONS
22878
22879You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:
22880
22881Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission.
22882
22883List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has less than five).
22884
22885State on the Title page the name of the publisher of the Modified Version, as the publisher.
22886
22887Preserve all the copyright notices of the Document.
22888
22889Add an appropriate copyright notice for your modifications adjacent to the other copyright notices.
22890
22891Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below.
22892
22893Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document''s license notice.
22894
22895Include an unaltered copy of this License.
22896
22897Preserve the section entitled "History", and its title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence.
22898
22899Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission.
22900
22901In any section entitled "Acknowledgements" or "Dedications", preserve the section''s title, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein.
22902
22903Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles.
22904
22905Delete any section entitled "Endorsements". Such a section may not be included in the Modified Version.
22906
22907Do not retitle any existing section as "Endorsements" or to conflict in title with any Invariant Section.
22908
22909If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version''s license notice. These titles must be distinct from any other section titles.
22910
22911You may add a section entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.
22912
22913You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.
22914
22915The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.
22916
22917COMBINING DOCUMENTS
22918
22919You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice.
22920
22921The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.
22922
22923In the combination, you must combine any sections entitled "History" in the various original documents, forming one section entitled "History"; likewise combine any sections entitled "Acknowledgements", and any sections entitled "Dedications". You must delete all sections entitled "Endorsements."
22924
22925COLLECTIONS OF DOCUMENTS
22926
22927You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.
22928
22929You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.
22930
22931AGGREGATION WITH INDEPENDENT WORKS
22932
22933A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, does not as a whole count as a Modified Version of the Document, provided no compilation copyright is claimed for the compilation. Such a compilation is called an "aggregate", and this License does not apply to the other self-contained works thus compiled with the Document, on account of their being thus compiled, if they are not themselves derivative works of the Document.
22934
22935If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one quarter of the entire aggregate, the Document''s Cover Texts may be placed on covers that surround only the Document within the aggregate. Otherwise they must appear on covers around the whole aggregate.
22936
22937TRANSLATION
22938
22939Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License provided that you also include the original English version of this License. In case of a disagreement between the translation and the original English version of this License, the original English version will prevail.
22940
22941TERMINATION
22942
22943You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
22944
22945FUTURE REVISIONS OF THIS LICENSE
22946
22947The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/.
22948
22949Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation.
22950
22951How to use this License for your documents
22952
22953To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:
22954
22955Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. A copy of the license is included in the section entitled "GNU Free Documentation License".
22956
22957If you have no Invariant Sections, write "with no Invariant Sections" instead of saying which ones are invariant. If you have no Front-Cover Texts, write "no Front-Cover Texts" instead of "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
22958
22959If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.', 'http://www.docbook.org/tdg/en/html/aph.html', NULL, NULL, NULL, 'GNU Free Documentation License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'ce59a0146df7da5dc8585aa652c987d5', 1, NULL);
22960INSERT INTO license_ref VALUES (198, 'Void', '', '', NULL, NULL, NULL, '', NULL, NULL, NULL, 'void (or similar) license which is used as a license
22961type when correcting
22962a false positive license.', NULL, false, false, false, 'd41d8cd98f00b204e9800998ecf8427e', 1, NULL);
22963INSERT INTO license_ref VALUES (522, 'ZPL', 'ZPL is referenced without a version number. Please look up ZPL in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'Zope Public License', NULL, NULL, NULL, '', NULL, false, false, false, 'b83be6a2007834a5642782b761ad04c4', 1, NULL);
22964INSERT INTO license_ref VALUES (343, 'Ruby', 'Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.co.jp>.
22965You can redistribute it and/or modify it under either the terms of the GPL
22966(see COPYING.txt file), or the conditions below:
22967
22968  1. You may make and give away verbatim copies of the source form of the
22969     software without restriction, provided that you duplicate all of the
22970     original copyright notices and associated disclaimers.
22971
22972  2. You may modify your copy of the software in any way, provided that
22973     you do at least ONE of the following:
22974
22975       a) place your modifications in the Public Domain or otherwise
22976          make them Freely Available, such as by posting said
22977	  modifications to Usenet or an equivalent medium, or by allowing
22978	  the author to include your modifications in the software.
22979
22980       b) use the modified software only within your corporation or
22981          organization.
22982
22983       c) rename any non-standard executables so the names do not conflict
22984	  with standard executables, which must also be provided.
22985
22986       d) make other distribution arrangements with the author.
22987
22988  3. You may distribute the software in object code or executable
22989     form, provided that you do at least ONE of the following:
22990
22991       a) distribute the executables and library files of the software,
22992	  together with instructions (in the manual page or equivalent)
22993	  on where to get the original distribution.
22994
22995       b) accompany the distribution with the machine-readable source of
22996	  the software.
22997
22998       c) give non-standard executables non-standard names, with
22999          instructions on where to get the original software distribution.
23000
23001       d) make other distribution arrangements with the author.
23002
23003  4. You may modify and include the part of the software into any other
23004     software (possibly commercial).  But some files in the distribution
23005     are not written by the author, so that they are not under this terms.
23006
23007     They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
23008     files under the ./missing directory.  See each file for the copying
23009     condition.
23010
23011  5. The scripts and library files supplied as input to or produced as
23012     output from the software do not automatically fall under the
23013     copyright of the software, but belong to whomever generated them,
23014     and may be sold commercially, and may be aggregated with this
23015     software.
23016
23017  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
23018     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
23019     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23020     PURPOSE.', 'http://www.ruby-lang.org/en/LICENSE.txt', NULL, NULL, NULL, 'Ruby License', NULL, NULL, NULL, '', NULL, false, false, false, '14f506c11e58c41ffb5df92dc8f5f093', 1, NULL);
23021INSERT INTO license_ref VALUES (344, 'Spikesource', 'Terms of Service
23022IN THESE TERMS AND CONDITIONS, "WE," "US," "ITS" AND "OUR" REFER TO SPIKESOURCE, INC. ("SpikeSource"), AND "YOU" AND "YOUR" REFER TO YOU. Before using SpikeSource.com and developer.spikesource.com, please read this agreement relating to your use of these Websites carefully.
23023
23024Acceptance of terms
23025
23026By using SpikeSource.com, developer.spikesource.com or SpikeSource tools, you agree to be bound by these terms and conditions of use ("Terms"). If you do not agree to these Terms, please do not use SpikeSource.com or developer.spikesource.com. SpikeSource provides the information and services on SpikeSource.com and developer.spikesource.com to you, the user, conditioned upon your acceptance, without modification, of the Terms contained herein. Your use of SpikeSource.com and developer.spikesource.com constitutes your agreement with such Terms.
23027
23028We reserve the right, at our discretion, to change, modify, add or remove portions of these Terms periodically. Such modifications shall be effective immediately upon posting of the modified Terms to SpikeSource.com. Your continued use of the SpikeSource.com and developer.spikesource.com Websites following the posting of changes to these Terms will mean that you accept those changes.
23029
23030Use of SpikeSource.com, developer.spikesource.com and/or SpikeSource tools constitutes full acceptance of and agreement to the Terms; if a user does not accept our Terms, he or she is not granted rights to use SpikeSource.com, developer.spikesource.com or tools, as defined herein, and should refrain from accessing SpikeSource.com, developer.spikesource.com and SpikeSource tools.
23031
23032To update the Terms, we will both post the changed version and its effective date at http://www.spikesource.com/terms-of-service. SpikeSource reserves the right at any time and from time to time to modify or discontinue, temporarily or permanently, SpikeSource.com, developer.spikesource.com or any tool (or any part thereof). SpikeSource shall not be liable to any user or other third party for any such modification, suspension or discontinuance except as expressly provided herein.
23033
23034No unlawful or prohibited use
23035
23036By using the SpikeSource.com or developer.spikesource.com Websites or other SpikeSource tools, you warrant to SpikeSource that you will not use SpikeSource.com, developer.spikesource.com, or any of the content obtained from SpikeSource.com, or developer.spikesource.com, for any purpose that is unlawful or prohibited by these Terms. If you violate any of these Terms, your permission to use the SpikeSource.com and developer.spikesource.com Websites and SpikeSource tools automatically terminates.
23037
23038Description of service
23039
23040SpikeSource.com and developer.spikesource.com are websites owned and operated by SpikeSource in part for the purpose of helping independent developers, ISVs, and platform vendors cost effectively produce world class products through software and services that keep them more informed and connected (the "Purpose").
23041
23042SpikeSource offers users access to a rich collection of online resources on SpikeSource.com and developer.spikesource.com, including various communication tools, online forums, and personalized content (collectively, the "Services"). To use these Services, each user must independently obtain access to the World Wide Web, either directly or through devices that access Web-based content, and pay any and all service fees or equipment costs associated with such access.
23043
23044Registration obligations
23045
23046If required by SpikeSource, each user must: (a) provide true, accurate, current and complete information on the Service''s registration form (collectively, the "Registration Data"), and (b) maintain and promptly update the Registration Data as necessary. If, after investigation, we have reasonable grounds to suspect that any user''s information is untrue, inaccurate, not current or incomplete, we may suspend or terminate that user''s account and prohibit any and all current or future use of the Services (or any portion thereof) by that user other than as expressly provided herein.
23047
23048Each user will receive a password and account designation upon completing the SpikeSource.com or developer.spikesource.com registration process and is wholly responsible for maintaining the confidentiality thereof and wholly liable for all activities occurring thereunder. SpikeSource cannot and will not be liable for any loss or damage arising from a user''s failure to comply with this Section, including any loss or damage arising from any user''s failure to (a) immediately notify SpikeSource of any unauthorized use of his or her password or account or any other breach of security and (b) ensure that he or she exits from his or her account at the end of each session.
23049
23050SpikeSource.com and developer.spikesource.com handle user Registration Data in accordance with the SpikeSource.com Privacy Statement accessible at http://www.spikesource.com/privacy-policy.
23051
23052Content
23053
23054All information, data, text, software, music, sound, photographs, graphics, video, messages or any other materials whatsoever (collectively, "Content"), whether publicly posted on or privately transmitted through SpikeSource.com or developer.spikesource.com, are the sole responsibility of the person from which such Content originated. This means that the user, and not SpikeSource, is entirely responsible for all Content that he or she uploads, posts, emails or otherwise transmits through SpikeSource.com or any Service. No user shall transmit Content or otherwise conduct or participate in any activities on SpikeSource.com, developer.spikesource.com and/or any Service that, in the judgment of SpikeSource, is likely to be prohibited by law in any applicable jurisdiction, including laws governing the encryption of software, the export of technology, the transmission of obscenity or the permissible uses of intellectual property.
23055
23056SpikeSource will not prescreen or review Content, but SpikeSource reserves the right to refuse or delete any Content of which it becomes aware that it reasonably deems not to fulfill the Purpose. In addition, SpikeSource shall have the right (but not the obligation) in its sole discretion to refuse or delete any content that it reasonably considers to violate the Terms or be otherwise illegal.
23057
23058SpikeSource, in its sole and absolute discretion, may preserve Content and may also disclose Content if required to do so by law or judicial or governmental mandate or as reasonably determined useful by us to protect the rights, property or personal safety of SpikeSource, SpikeSource.com and developer.spikesource.com users and the public. SpikeSource does not control the Content posted through the Service and, as such, does not guarantee the accuracy, integrity or quality of such Content. Under no circumstances will SpikeSource be liable in any way for any Content, including, but not limited to, liability for any errors or omissions in any Content or for any loss or damage of any kind incurred as a result of the use of any Content posted, emailed or otherwise transmitted through SpikeSource.com, developer.spikesource.com or any Service thereon.
23059
23060Each user, by using SpikeSource.com, developer.spikesource.com or any Service, may be exposed to Content that is offensive, indecent or objectionable. Each user must evaluate, and bear all risks associated with, the use of any Content, including any reliance on the accuracy, completeness or usefulness of such Content.
23061
23062Licensing and other terms applying to code and other content posted on spikesource.com
23063
23064Use, reproduction, modification and other intellectual property rights to data made available through CVS or as a file release or posted by any user on SpikeSource.com or developer.spikesource.com ("Source Code") shall be subject to the license applicable to such Source Code, or to such other licensing arrangements that may be approved by SpikeSource as applicable to such Source Code.
23065
23066With respect to text or data entered into and stored by publicly accessible site features such as message boards and bug trackers ("SpikeSource.com and developer.spikesource.com Public Content"), the submitting user retains ownership of such SpikeSource.com and developer.spikesource.com Public Content; with respect to publicly available content which is published by SpikeSource, such content is owned by SpikeSource. In each such case, the submitting user grants SpikeSource the royalty-free, perpetual, irrevocable, nonexclusive and fully sublicenseable right and license to use, reproduce, modify, adapt, publish, translate, create derivative works from, distribute, perform and display such Content (in whole or part) worldwide, and/or to incorporate it in other works in any form, media or technology now known or later developed, all subject to the terms of any applicable approved license.
23067
23068No resale of service
23069
23070You agree not to sell, resell or offer for any commercial purposes any portion of the Services, use of the Services or access to the Services.
23071
23072General practices regarding use and storage
23073
23074SpikeSource may establish general practices and limits concerning use of SpikeSource.com and developer.spikesource.com Services, as defined by posted Service-specific Rules. While SpikeSource will use reasonable efforts to back up site data and make such data available in the event of loss or deletion, SpikeSource has no responsibility or liability for the deletion or failure to store any messages and other communications or other Content maintained or transmitted by any Service. SpikeSource reserves the right to mark as "inactive" and archive SpikeSource.com and developer.spikesource.com accounts and/or projects that are inactive for an extended period of time. SpikeSource reserves the right to change these general SpikeSource.com and developer.spikesource.com practices and Service-specific Rules at any time, in its sole discretion, with notice to users and the public as described in Section 1 above.
23075
23076Termination
23077
23078We may terminate a SpikeSource.com or developer.spikesource.com user''s account in our absolute discretion and for any reason. We are especially likely to terminate for reasons that include, but are not limited to, the following:
23079
23080Violation of these Terms.
23081
23082Abuse of site resources or attempt to gain unauthorized entry to the site or site resources.
23083
23084Use of SpikeSource.com, developer.spikesource.com or any SpikeSource.com or developer.spikesource.com Service in a manner inconsistent with the Purpose.
23085
23086A user''s request for such termination.
23087
23088Requirement of applicable law, regulation, court or governing agency order.
23089
23090Our termination of any user''s access to SpikeSource.com or developer.spikesource.com or any Service hereunder may be effected without notice and, on such termination, we may immediately deactivate or delete the user''s account and/or bar any further access to such files. SpikeSource shall not be liable to any SpikeSource.com or developer.spikesource.com user or other third party for any termination of that user''s SpikeSource.com or developer.spikesource.com access or account hereunder.
23091
23092Links
23093
23094SpikeSource, any Service or a third party may provide links to other Websites. SpikeSource exercises no control whatsoever over such other non-SpikeSource Websites and Web-based resources and is not responsible or liable for the availability thereof or the content, advertising, products or other materials thereon. SpikeSource shall not be responsible or liable, directly or indirectly, for any damage or loss incurred or suffered by any user in connection therewith. Your access and use of Websites linked to SpikeSource.com or developer.spikesource.com, including information, material, products and services therein, are solely at your own risk.
23095
23096SpikeSource.com''s and developer.spikesource.com''s privacy statement is applicable only when you are on SpikeSource.com, developer.spikesource.com and using SpikeSource tools. Once you choose to link to another Website, you should read that Website''s privacy statement before disclosing any personal information.
23097
23098Indemnity
23099
23100Each user shall indemnify, defend and hold harmless SpikeSource, its parent corporation, subsidiaries and affiliates, and their respective officers, employees and agents, and each of SpikeSource''s Website partners from any and all claims, demands, damages, costs and liabilities, including reasonable attorneys'' fees, made by any third party due to or arising out of that user''s acts or omissions, including claims arising out of that user''s use of SpikeSource.com or developer.spikesource.com, his or her submission, posting or transmission of Content or his or her violation of the Terms.
23101
23102Disclaimer of warranties
23103
23104EACH USER''S USE OF SPIKESOURCE.COM AND DEVELOPER.SPIKESOURCE.COM AND SPIKESOURCE.COM AND DEVELOPER.SPIKESOURCE.COM SERVICES IS AT HIS OR HER SOLE RISK. SPIKESOURCE.COM AND DEVELOPER.SPIKESOURCE.COM AND SPIKESOURCE.COM AND DEVELOPER.SPIKESOURCE.COM SERVICES ARE PROVIDED ON AN "AS IS" AND "AS AVAILABLE" BASIS, AND SPIKESOURCE ASSUMES NO RESPONSIBILITY FOR THE TIMELINESS, DELETION, MIS-DELIVERY OR FAILURE TO STORE ANY USER COMMUNICATIONS OR PERSONALIZATION SETTINGS. EACH SPIKESOURCE.COM USER WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO HIS OR HER COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF ANY SUCH MATERIAL. SPIKESOURCE EXPRESSLY DISCLAIMS ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. SPECIFICALLY, SPIKESOURCE MAKES NO WARRANTY THAT (i) SPIKESOURCE.COM OR DEVELOPER.SPIKESOURCE.COM OR ANY SPIKESOURCE.COM OR DEVELOPER.SPIKESOURCE.COM SERVICES WILL MEET YOUR REQUIREMENTS, (ii) ANY USER ACCESS WILL BE UNINTERRUPTED, TIMELY, SECURE OR ERROR-FREE, (iii) THE QUALITY OF ANY CONTENT, PRODUCTS, SERVICES, INFORMATION OR OTHER MATERIAL OBTAINED BY ANY USER WILL MEET HIS OR HER EXPECTATIONS, AND (iv) ANY ERRORS IN THE SOFTWARE WILL BE CORRECTED. EXCLUDING ONLY DAMAGES ARISING OUT OF SPIKESOURCE''S GROSS NEGLIGENCE OR WILLFUL MISCONDUCT, SPIKESOURCE SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES, INCLUDING BUT NOT LIMITED TO DAMAGES FOR LOSS OF PROFITS, GOODWILL, USE, DATA OR OTHER INTANGIBLE LOSSES (EVEN IF SPIKESOURCE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES), RESULTING FROM ANY USER''S USE OR INABILITY TO USE SPIKESOURCE.COM, DEVELOPER.SPIKESOURCE.COM OR ANY SERVICE; THE COST OF PROCUREMENT OF SUBSTITUTE SERVICES; UNAUTHORIZED ACCESS TO OR ALTERATION OF YOUR TRANSMISSIONS OR DATA; STATEMENTS OR CONDUCT OF ANY THIRD PARTY ON SPIKESOURCE.COM, DEVELOPER.SPIKESOURCE.COM OR ANY SERVICE; OR ANY OTHER MATTER RELATING TO SPIKESOURCE.COM, DEVELOPER.SPIKESOURCE.COM OR ANY SERVICE. NOTHING HEREIN SHALL BE DEEMED TO CREATE AN AGENCY, PARTNERSHIP, JOINT VENTURE, EMPLOYEE-EMPLOYER OR FRANCHISOR-FRANCHISEE RELATIONSHIP OF ANY KIND BETWEEN SPIKESOURCE AND ANY USER OR OTHER PERSON OR ENTITY NOR DO THESE TERMS OF SERVICE EXTEND RIGHTS TO ANY THIRD PARTY. AS NOTED ABOVE, SPIKESOURCE DOES NOT AND CANNOT CONTROL THE ACTIONS OF SPIKESOURCE.COM USERS, VISITORS OR LINKED THIRD PARTIES. WE RESERVE THE RIGHT TO REPORT ANY MALFEASANCE THAT COMES TO OUR ATTENTION TO THE APPROPRIATE AUTHORITIES. WE DO NOT GUARANTEE CONTINUOUS UNINTERRUPTED OR SECURE ACCESS TO SPIKESOURCE.COM, DEVELOPER.SPIKESOURCE.COM OR ANY SERVICES. OPERATION OF SPIKESOURCE.COM AND DEVELOPER.SPIKESOURCE.COM MAY BE SUBJECT TO INTERFERENCE FROM NUMEROUS FACTORS OUTSIDE OUR CONTROL. FURTHER, SCHEDULED AND PREVENTIVE MAINTENANCE AS WELL AS REQUIRED AND EMERGENCY MAINTENANCE WORK MAY TEMPORARILY INTERRUPT SERVICES OR ACCESS TO THE WEBSITE. THE DISCLAIMERS OF WARRANTY AND LIMITATIONS OF LIABILITY APPLY, WITHOUT LIMITATION, TO ANY DAMAGES OR INJURY CAUSED BY THE FAILURE OF PERFORMANCE, ERROR, OMISSION, INTERRUPTION, DELETION, DEFECT, DELAY IN OPERATION OR TRANSMISSION, COMPUTER VIRUS, COMMUNICATION LINE FAILURE, THEFT OR DESTRUCTION OR UNAUTHORIZED ACCESS TO, ALTERATION OF OR USE OF ANY ASSET, WHETHER ARISING OUT OF BREACH OF CONTRACT, TORTIOUS BEHAVIOR, NEGLIGENCE OR ANY OTHER COURSE OF ACTION BY SPIKESOURCE.
23105
23106Limitation of liability
23107
23108IN NO EVENT SHALL SPIKESOURCE, SUBSIDIARIES, OFFICERS, DIRECTORS, EMPLOYEES OR OUR SUPPLIERS BE LIABLE FOR LOST PROFITS OR ANY SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR IN CONNECTION WITH SPIKESOURCE.COM, OUR SERVICES OR THIS AGREEMENT (HOWEVER ARISING, INCLUDING NEGLIGENCE).
23109
23110OUR LIABILITY, AND THE LIABILITY OF OUR PARENT CORPORATION, SUBSIDIARIES, OFFICERS, DIRECTORS, EMPLOYEES, AND SUPPLIERS, TO YOU OR ANY THIRD PARTIES IN ANY CIRCUMSTANCE IS LIMITED TO $1000. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE LIMITATION OR EXCLUSION MAY NOT APPLY TO YOU.
23111
23112Release
23113
23114In the event that you have a dispute with one or more SpikeSource.com or developer.spikesource.com users, you release SpikeSource (and our officers, directors, agents, subsidiaries, parent corporation, joint ventures and employees) from claims, demands and damages (actual and consequential) of every kind and nature, known and unknown, suspected and unsuspected, disclosed and undisclosed, arising out of or in any way connected with such disputes. If you are a California resident, you waive California Civil Code §1542, which says: "A general release does not extend to claims which the creditor does not know or suspect to exist in his favor at the time of executing the release, which if known by him must have materially affected his settlement with the debtor."
23115
23116Fraud
23117
23118Without limiting any other remedies, SpikeSource may suspend or terminate your SpikeSource.com or developer.spikesource.com account if we suspect that you have engaged in fraudulent activity in connection with SpikeSource.com, developer.spikesource.com or any SpikeSource.com or developer.spikesource.com Service.
23119
23120Legal Compliance
23121
23122You shall comply with all applicable domestic and international laws, statutes, ordinances and regulations regarding your use of SpikeSource.com, developer.spikesource.com and all of their Services.
23123
23124No agency
23125
23126You and SpikeSource are independent contractors, and no agency, partnership, joint venture, employee-employer or franchisor-franchisee relationship is intended or created by these Terms.
23127
23128Trademark Information
23129
23130SpikeSource.com, developer.spikesource.com, the SpikeSource logo and other SpikeSource trademarks, service marks and product and service names are trademarks of SpikeSource, Inc. (the "SpikeSource Marks"). All other names and designs may be trademarks of their respective owners. Users may display or use the SpikeSource Marks only in accordance by permission. Requests may be directed to: legal@spikesource.com
23131
23132Copyrights
23133
23134SpikeSource respects the intellectual property rights of others, and requires that the people who use the SpikeSource.com and developer.spikesource.com Websites do the same. It is our policy to respond promptly to claims of intellectual property misuse.
23135
23136If you believe that your work has been copied and is accessible on this site in a way that constitutes copyright infringement, you may notify us by providing our copyright agent with the following information in writing:
23137
23138The electronic or physical signature of the owner of the copyright, or the person authorized to act on the owner''s behalf.
23139
23140Identification of the copyrighted work that you claim has been infringed.
23141
23142Identification of the material that is claimed to be infringing and information reasonably sufficient to permit SpikeSource to locate the material.
23143
23144Your name, address, telephone number and email address.
23145
23146A statement by you that you have a good faith belief that the disputed use is not authorized by the copyright owner, its agent or the law.
23147
23148A statement, made under penalty of perjury, that the above information in your Notice is accurate and that you are the copyright owner or are authorized to act on the copyright owner''s behalf.
23149
23150If SpikeSource receives such a claim, SpikeSource reserves the right to refuse or delete Content as described under Section 5 hereto, or to terminate a user''s account in accordance with Section 9.
23151
23152Our designated agent to receive notification of claimed infringement under the Digital Millennium Copyright Act of 1998 ("DMCA") is:
23153
23154DMCA Manager
23155SpikeSource, Inc.
23156450 Clyde Ave
23157Mountain View, CA 94043
23158dmca@spikesource.com
23159After receiving a claim of infringement, SpikeSource will process and investigate notices of alleged infringement and will take appropriate actions under the DMCA and other applicable intellectual property laws. Upon receipt of notices complying or substantially complying with the DMCA, SpikeSource will act expeditiously to remove or disable access to any material claimed to be infringing or claimed to be the subject of infringing activity, and will act expeditiously to remove or disable access to any reference or link to material or activity that is claimed to be infringing. SpikeSource will take reasonable steps promptly to notify the subscriber that it has removed or disabled access to such material.
23160
23161Upon receipt of a proper counter notification under the DMCA, SpikeSource will promptly provide the person who provided the initial notification of claimed infringement with a copy of the counter notification, and inform that person that it will replace the removed material or cease disabling access to it in ten business days. Additionally, SpikeSource will replace the removed material and cease disabling access to it not less than ten, nor more than fourteen business days following receipt of the counter notice, unless SpikeSource''s designated agent first receives notice from the person who submitted the initial notification that such person has filed an action seeking a court order to restrain the subscriber from engaging in infringing activity relating to the material on the SpikeSource.com or developer.spikesource.com system or network.
23162
23163You may provide us with a Counter Notification by providing our copyright agent with the following information in writing:
23164
23165our physical or electronic signature.
23166
23167Identification of the material that has been removed or to which access has been disabled, and the location at which the material appeared before it was removed or access to it was disabled.
23168
23169A statement under penalty of perjury that you have a good faith belief that the material was removed or disabled as a result of mistake or misidentification of the material to be removed or disabled.
23170
23171Your name, address and telephone number, and a statement that you consent to the jurisdiction of Federal District Court for the judicial district in which your address is located, or if your address is outside of the United States, for any judicial district in which SpikeSource may be found, and that you will accept service of process from the person who provided the initial notification of infringement.
23172
23173Resolution of disputes
23174
23175In the event a dispute arises between you and SpikeSource, our goal is to provide you with a neutral and cost-effective means of resolving the dispute quickly. Accordingly, you and SpikeSource agree that any claim or controversy at law or equity that arises out of this Agreement or our services ("Claims") shall be resolved in accordance with one of the subsections below or as otherwise mutually agreed upon in writing by the parties.
23176
23177Amicable Resolution. Before resorting to the other alternatives below, we strongly encourage you to first contact us directly to seek an amicable resolution through dialog. Alternative Dispute Resolution. Alternatively, SpikeSource will consider reasonable requests to resolve the dispute through alternative dispute resolution procedures, such as mediation, as an alternative to litigation. Binding Arbitration. For any Claim (excluding Claims for injunctive or other equitable relief) where the total amount of the award sought is less than $10,000, you or SpikeSource may elect to resolve the dispute through binding arbitration conducted by telephone, online and/or based solely upon written submissions where no in-person appearance is required. If in-person appearance is required, it shall be held in Santa Clara County, California, or another location mutually agreed upon by the parties. In all such cases, the arbitration shall be administered by the American Arbitration Association or JAMS in accordance with their applicable rules, or any other established ADR provider mutually agreed upon by the parties. Any judgment on the award rendered by the arbitrator may be entered in any court having jurisdiction thereof. Court. Alternatively, any Claim may be adjudicated by a court of competent jurisdiction located in Santa Clara County, California, or where the defendant is located (in our case Fremont, California, and in your case your home address or principal place of business). You and SpikeSource agree to submit to the personal jurisdiction of the courts located within the county of Santa Clara, California. All Claims (excluding requests for injunctive or equitable relief) between the parties must be resolved using the dispute resolution mechanism that is selected in accordance with this Section by the first party to file a Claim. Should either party file an action contrary to this Section 21, the other party may recover attorneys'' fees and costs up to $1000, provided that the party seeking the award has notified the other party in writing of the improperly filed Claim, and the other party has failed to withdraw the Claim.
23178
23179General information
23180
23181The Terms constitute the entire agreement between each user and SpikeSource and govern each user''s use of the Service, superseding any prior agreements. Each user may be subject to additional terms and conditions that may apply when that user uses affiliate services, third-party content or third-party software. The Terms and the relationship between each user and SpikeSource shall be governed by the laws of the State of California without regard to its conflict of law provisions, and each party shall submit to the personal and exclusive jurisdiction of the courts located within the county of Santa Clara, California. If any provision of the Terms is found by a court of competent jurisdiction to be invalid, the parties nevertheless agree that the court should endeavor to give effect to the parties'' intentions as reflected in the provision, and the other provisions of the Terms remain in full force and effect.
23182
23183Violations of terms
23184
23185Please report any violations of the Terms to SpikeSource at legal@spikesource.com.', 'http://www.spikesource.com/terms-of-service/', NULL, NULL, NULL, 'Spikesource EULA', NULL, NULL, NULL, '', NULL, false, false, false, '11503557e7a980b387b859641e48e7ed', 1, NULL);
23186INSERT INTO license_ref VALUES (383, 'GFDL-1.3', 'GNU Free Documentation License
23187
23188Version 1.3, 3 November 2008
23189
23190Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. <http://fsf.org/>
23191
23192Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
23193
231940. PREAMBLE
23195The purpose of this License is to make a manual, textbook, or other functional and useful document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.
23196
23197This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.
23198
23199We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.
23200
232011. APPLICABILITY AND DEFINITIONS
23202This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law.
23203
23204A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.
23205
23206A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document''s overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.
23207
23208The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none.
23209
23210The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words.
23211
23212A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not "Transparent" is called "Opaque".
23213
23214Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only.
23215
23216The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work''s title, preceding the beginning of the body of the text.
23217
23218The "publisher" means any person or entity that distributes copies of the Document to the public.
23219
23220A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as "Acknowledgements", "Dedications", "Endorsements", or "History".) To "Preserve the Title" of such a section when you modify the Document means that it remains a section "Entitled XYZ" according to this definition.
23221
23222The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License.
23223
232242. VERBATIM COPYING
23225You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.
23226
23227You may also lend copies, under the same conditions stated above, and you may publicly display copies.
23228
232293. COPYING IN QUANTITY
23230If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document''s license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.
23231
23232If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.
23233
23234If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.
23235
23236It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.
23237
232384. MODIFICATIONS
23239You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:
23240
23241A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission.
23242B. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement.
23243C. State on the Title page the name of the publisher of the Modified Version, as the publisher.
23244D. Preserve all the copyright notices of the Document.
23245E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices.
23246F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below.
23247G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document''s license notice.
23248H. Include an unaltered copy of this License.
23249I. Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence.
23250J. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission.
23251K. For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein.
23252L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles.
23253M. Delete any section Entitled "Endorsements". Such a section may not be included in the Modified Version.
23254N. Do not retitle any existing section to be Entitled "Endorsements" or to conflict in title with any Invariant Section.
23255O. Preserve any Warranty Disclaimers.
23256If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version''s license notice. These titles must be distinct from any other section titles.
23257
23258You may add a section Entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties—for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.
23259
23260You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.
23261
23262The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.
23263
232645. COMBINING DOCUMENTS
23265You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers.
23266
23267The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.
23268
23269In the combination, you must combine any sections Entitled "History" in the various original documents, forming one section Entitled "History"; likewise combine any sections Entitled "Acknowledgements", and any sections Entitled "Dedications". You must delete all sections Entitled "Endorsements".
23270
232716. COLLECTIONS OF DOCUMENTS
23272You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.
23273
23274You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.
23275
232767. AGGREGATION WITH INDEPENDENT WORKS
23277A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an "aggregate" if the copyright resulting from the compilation is not used to limit the legal rights of the compilation''s users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document.
23278
23279If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document''s Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate.
23280
232818. TRANSLATION
23282Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail.
23283
23284If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title.
23285
232869. TERMINATION
23287You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License.
23288
23289However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
23290
23291Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
23292
23293Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, receipt of a copy of some or all of the same material does not give you any rights to use it.
23294
2329510. FUTURE REVISIONS OF THIS LICENSE
23296The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/.
23297
23298Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy''s public statement of acceptance of a version permanently authorizes you to choose that version for the Document.
23299
2330011. RELICENSING
23301"Massive Multiauthor Collaboration Site" (or "MMC Site") means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A "Massive Multiauthor Collaboration" (or "MMC") contained in the site means any set of copyrightable works thus published on the MMC site.
23302
23303"CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization.
23304
23305"Incorporate" means to publish or republish a Document, in whole or in part, as part of another Document.
23306
23307An MMC is "eligible for relicensing" if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008.
23308
23309The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.', 'http://www.gnu.org/copyleft/fdl.html', NULL, NULL, NULL, 'GNU Free Documentation License 1.3', NULL, NULL, NULL, '', NULL, false, false, false, '8c6a722f1cd5b77b36a713b1e01e7c86', 1, NULL);
23310INSERT INTO license_ref VALUES (346, 'W3C', 'W3C SOFTWARE NOTICE AND LICENSE
23311This work (and included software, documentation such as READMEs, or other related items) is being provided by the copyright holders under the following license.
23312License
23313By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions.
23314Permission to copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications:
23315The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
23316Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software Short Notice should be included (hypertext is preferred, text is permitted) within the body of any redistributed or derivative code.
23317Notice of any changes or modifications to the files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.)
23318Disclaimers
23319THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
23320COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
23321The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders.', 'http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231', NULL, NULL, NULL, 'W3C Software Notice and License', NULL, NULL, NULL, '', NULL, false, false, false, '718a860503e862d47e4904ba9d361afe', 1, NULL);
23322INSERT INTO license_ref VALUES (348, 'LGPL-2.1', '                  GNU LESSER GENERAL PUBLIC LICENSE
23323                       Version 2.1, February 1999
23324
23325 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
23326 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
23327 Everyone is permitted to copy and distribute verbatim copies
23328 of this license document, but changing it is not allowed.
23329
23330[This is the first released version of the Lesser GPL.  It also counts
23331 as the successor of the GNU Library Public License, version 2, hence
23332 the version number 2.1.]
23333
23334                            Preamble
23335
23336  The licenses for most software are designed to take away your
23337freedom to share and change it.  By contrast, the GNU General Public
23338Licenses are intended to guarantee your freedom to share and change
23339free software--to make sure the software is free for all its users.
23340
23341  This license, the Lesser General Public License, applies to some
23342specially designated software packages--typically libraries--of the
23343Free Software Foundation and other authors who decide to use it.  You
23344can use it too, but we suggest you first think carefully about whether
23345this license or the ordinary General Public License is the better
23346strategy to use in any particular case, based on the explanations below.
23347
23348  When we speak of free software, we are referring to freedom of use,
23349not price.  Our General Public Licenses are designed to make sure that
23350you have the freedom to distribute copies of free software (and charge
23351for this service if you wish); that you receive source code or can get
23352it if you want it; that you can change the software and use pieces of
23353it in new free programs; and that you are informed that you can do
23354these things.
23355
23356  To protect your rights, we need to make restrictions that forbid
23357distributors to deny you these rights or to ask you to surrender these
23358rights.  These restrictions translate to certain responsibilities for
23359you if you distribute copies of the library or if you modify it.
23360
23361  For example, if you distribute copies of the library, whether gratis
23362or for a fee, you must give the recipients all the rights that we gave
23363you.  You must make sure that they, too, receive or can get the source
23364code.  If you link other code with the library, you must provide
23365complete object files to the recipients, so that they can relink them
23366with the library after making changes to the library and recompiling
23367it.  And you must show them these terms so they know their rights.
23368
23369  We protect your rights with a two-step method: (1) we copyright the
23370library, and (2) we offer you this license, which gives you legal
23371permission to copy, distribute and/or modify the library.
23372
23373  To protect each distributor, we want to make it very clear that
23374there is no warranty for the free library.  Also, if the library is
23375modified by someone else and passed on, the recipients should know
23376that what they have is not the original version, so that the original
23377author''s reputation will not be affected by problems that might be
23378introduced by others.
23379
23380  Finally, software patents pose a constant threat to the existence of
23381any free program.  We wish to make sure that a company cannot
23382effectively restrict the users of a free program by obtaining a
23383restrictive license from a patent holder.  Therefore, we insist that
23384any patent license obtained for a version of the library must be
23385consistent with the full freedom of use specified in this license.
23386
23387  Most GNU software, including some libraries, is covered by the
23388ordinary GNU General Public License.  This license, the GNU Lesser
23389General Public License, applies to certain designated libraries, and
23390is quite different from the ordinary General Public License.  We use
23391this license for certain libraries in order to permit linking those
23392libraries into non-free programs.
23393
23394  When a program is linked with a library, whether statically or using
23395a shared library, the combination of the two is legally speaking a
23396combined work, a derivative of the original library.  The ordinary
23397General Public License therefore permits such linking only if the
23398entire combination fits its criteria of freedom.  The Lesser General
23399Public License permits more lax criteria for linking other code with
23400the library.
23401
23402  We call this license the "Lesser" General Public License because it
23403does Less to protect the user''s freedom than the ordinary General
23404Public License.  It also provides other free software developers Less
23405of an advantage over competing non-free programs.  These disadvantages
23406are the reason we use the ordinary General Public License for many
23407libraries.  However, the Lesser license provides advantages in certain
23408special circumstances.
23409
23410  For example, on rare occasions, there may be a special need to
23411encourage the widest possible use of a certain library, so that it becomes
23412a de-facto standard.  To achieve this, non-free programs must be
23413allowed to use the library.  A more frequent case is that a free
23414library does the same job as widely used non-free libraries.  In this
23415case, there is little to gain by limiting the free library to free
23416software only, so we use the Lesser General Public License.
23417
23418  In other cases, permission to use a particular library in non-free
23419programs enables a greater number of people to use a large body of
23420free software.  For example, permission to use the GNU C Library in
23421non-free programs enables many more people to use the whole GNU
23422operating system, as well as its variant, the GNU/Linux operating
23423system.
23424
23425  Although the Lesser General Public License is Less protective of the
23426users'' freedom, it does ensure that the user of a program that is
23427linked with the Library has the freedom and the wherewithal to run
23428that program using a modified version of the Library.
23429
23430  The precise terms and conditions for copying, distribution and
23431modification follow.  Pay close attention to the difference between a
23432"work based on the library" and a "work that uses the library".  The
23433former contains code derived from the library, whereas the latter must
23434be combined with the library in order to run.
23435
23436                  GNU LESSER GENERAL PUBLIC LICENSE
23437   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
23438
23439  0. This License Agreement applies to any software library or other
23440program which contains a notice placed by the copyright holder or
23441other authorized party saying it may be distributed under the terms of
23442this Lesser General Public License (also called "this License").
23443Each licensee is addressed as "you".
23444
23445  A "library" means a collection of software functions and/or data
23446prepared so as to be conveniently linked with application programs
23447(which use some of those functions and data) to form executables.
23448
23449  The "Library", below, refers to any such software library or work
23450which has been distributed under these terms.  A "work based on the
23451Library" means either the Library or any derivative work under
23452copyright law: that is to say, a work containing the Library or a
23453portion of it, either verbatim or with modifications and/or translated
23454straightforwardly into another language.  (Hereinafter, translation is
23455included without limitation in the term "modification".)
23456
23457  "Source code" for a work means the preferred form of the work for
23458making modifications to it.  For a library, complete source code means
23459all the source code for all modules it contains, plus any associated
23460interface definition files, plus the scripts used to control compilation
23461and installation of the library.
23462
23463  Activities other than copying, distribution and modification are not
23464covered by this License; they are outside its scope.  The act of
23465running a program using the Library is not restricted, and output from
23466such a program is covered only if its contents constitute a work based
23467on the Library (independent of the use of the Library in a tool for
23468writing it).  Whether that is true depends on what the Library does
23469and what the program that uses the Library does.
23470
23471  1. You may copy and distribute verbatim copies of the Library''s
23472complete source code as you receive it, in any medium, provided that
23473you conspicuously and appropriately publish on each copy an
23474appropriate copyright notice and disclaimer of warranty; keep intact
23475all the notices that refer to this License and to the absence of any
23476warranty; and distribute a copy of this License along with the
23477Library.
23478
23479  You may charge a fee for the physical act of transferring a copy,
23480and you may at your option offer warranty protection in exchange for a
23481fee.
23482
23483  2. You may modify your copy or copies of the Library or any portion
23484of it, thus forming a work based on the Library, and copy and
23485distribute such modifications or work under the terms of Section 1
23486above, provided that you also meet all of these conditions:
23487
23488    a) The modified work must itself be a software library.
23489
23490    b) You must cause the files modified to carry prominent notices
23491    stating that you changed the files and the date of any change.
23492
23493    c) You must cause the whole of the work to be licensed at no
23494    charge to all third parties under the terms of this License.
23495
23496    d) If a facility in the modified Library refers to a function or a
23497    table of data to be supplied by an application program that uses
23498    the facility, other than as an argument passed when the facility
23499    is invoked, then you must make a good faith effort to ensure that,
23500    in the event an application does not supply such function or
23501    table, the facility still operates, and performs whatever part of
23502    its purpose remains meaningful.
23503
23504    (For example, a function in a library to compute square roots has
23505    a purpose that is entirely well-defined independent of the
23506    application.  Therefore, Subsection 2d requires that any
23507    application-supplied function or table used by this function must
23508    be optional: if the application does not supply it, the square
23509    root function must still compute square roots.)
23510
23511These requirements apply to the modified work as a whole.  If
23512identifiable sections of that work are not derived from the Library,
23513and can be reasonably considered independent and separate works in
23514themselves, then this License, and its terms, do not apply to those
23515sections when you distribute them as separate works.  But when you
23516distribute the same sections as part of a whole which is a work based
23517on the Library, the distribution of the whole must be on the terms of
23518this License, whose permissions for other licensees extend to the
23519entire whole, and thus to each and every part regardless of who wrote
23520it.
23521
23522Thus, it is not the intent of this section to claim rights or contest
23523your rights to work written entirely by you; rather, the intent is to
23524exercise the right to control the distribution of derivative or
23525collective works based on the Library.
23526
23527In addition, mere aggregation of another work not based on the Library
23528with the Library (or with a work based on the Library) on a volume of
23529a storage or distribution medium does not bring the other work under
23530the scope of this License.
23531
23532  3. You may opt to apply the terms of the ordinary GNU General Public
23533License instead of this License to a given copy of the Library.  To do
23534this, you must alter all the notices that refer to this License, so
23535that they refer to the ordinary GNU General Public License, version 2,
23536instead of to this License.  (If a newer version than version 2 of the
23537ordinary GNU General Public License has appeared, then you can specify
23538that version instead if you wish.)  Do not make any other change in
23539these notices.
23540
23541  Once this change is made in a given copy, it is irreversible for
23542that copy, so the ordinary GNU General Public License applies to all
23543subsequent copies and derivative works made from that copy.
23544
23545  This option is useful when you wish to copy part of the code of
23546the Library into a program that is not a library.
23547
23548  4. You may copy and distribute the Library (or a portion or
23549derivative of it, under Section 2) in object code or executable form
23550under the terms of Sections 1 and 2 above provided that you accompany
23551it with the complete corresponding machine-readable source code, which
23552must be distributed under the terms of Sections 1 and 2 above on a
23553medium customarily used for software interchange.
23554
23555  If distribution of object code is made by offering access to copy
23556from a designated place, then offering equivalent access to copy the
23557source code from the same place satisfies the requirement to
23558distribute the source code, even though third parties are not
23559compelled to copy the source along with the object code.
23560
23561  5. A program that contains no derivative of any portion of the
23562Library, but is designed to work with the Library by being compiled or
23563linked with it, is called a "work that uses the Library".  Such a
23564work, in isolation, is not a derivative work of the Library, and
23565therefore falls outside the scope of this License.
23566
23567  However, linking a "work that uses the Library" with the Library
23568creates an executable that is a derivative of the Library (because it
23569contains portions of the Library), rather than a "work that uses the
23570library".  The executable is therefore covered by this License.
23571Section 6 states terms for distribution of such executables.
23572
23573  When a "work that uses the Library" uses material from a header file
23574that is part of the Library, the object code for the work may be a
23575derivative work of the Library even though the source code is not.
23576Whether this is true is especially significant if the work can be
23577linked without the Library, or if the work is itself a library.  The
23578threshold for this to be true is not precisely defined by law.
23579
23580  If such an object file uses only numerical parameters, data
23581structure layouts and accessors, and small macros and small inline
23582functions (ten lines or less in length), then the use of the object
23583file is unrestricted, regardless of whether it is legally a derivative
23584work.  (Executables containing this object code plus portions of the
23585Library will still fall under Section 6.)
23586
23587  Otherwise, if the work is a derivative of the Library, you may
23588distribute the object code for the work under the terms of Section 6.
23589Any executables containing that work also fall under Section 6,
23590whether or not they are linked directly with the Library itself.
23591
23592  6. As an exception to the Sections above, you may also combine or
23593link a "work that uses the Library" with the Library to produce a
23594work containing portions of the Library, and distribute that work
23595under terms of your choice, provided that the terms permit
23596modification of the work for the customer''s own use and reverse
23597engineering for debugging such modifications.
23598
23599  You must give prominent notice with each copy of the work that the
23600Library is used in it and that the Library and its use are covered by
23601this License.  You must supply a copy of this License.  If the work
23602during execution displays copyright notices, you must include the
23603copyright notice for the Library among them, as well as a reference
23604directing the user to the copy of this License.  Also, you must do one
23605of these things:
23606
23607    a) Accompany the work with the complete corresponding
23608    machine-readable source code for the Library including whatever
23609    changes were used in the work (which must be distributed under
23610    Sections 1 and 2 above); and, if the work is an executable linked
23611    with the Library, with the complete machine-readable "work that
23612    uses the Library", as object code and/or source code, so that the
23613    user can modify the Library and then relink to produce a modified
23614    executable containing the modified Library.  (It is understood
23615    that the user who changes the contents of definitions files in the
23616    Library will not necessarily be able to recompile the application
23617    to use the modified definitions.)
23618
23619    b) Use a suitable shared library mechanism for linking with the
23620    Library.  A suitable mechanism is one that (1) uses at run time a
23621    copy of the library already present on the user''s computer system,
23622    rather than copying library functions into the executable, and (2)
23623    will operate properly with a modified version of the library, if
23624    the user installs one, as long as the modified version is
23625    interface-compatible with the version that the work was made with.
23626
23627    c) Accompany the work with a written offer, valid for at
23628    least three years, to give the same user the materials
23629    specified in Subsection 6a, above, for a charge no more
23630    than the cost of performing this distribution.
23631
23632    d) If distribution of the work is made by offering access to copy
23633    from a designated place, offer equivalent access to copy the above
23634    specified materials from the same place.
23635
23636    e) Verify that the user has already received a copy of these
23637    materials or that you have already sent this user a copy.
23638
23639  For an executable, the required form of the "work that uses the
23640Library" must include any data and utility programs needed for
23641reproducing the executable from it.  However, as a special exception,
23642the materials to be distributed need not include anything that is
23643normally distributed (in either source or binary form) with the major
23644components (compiler, kernel, and so on) of the operating system on
23645which the executable runs, unless that component itself accompanies
23646the executable.
23647
23648  It may happen that this requirement contradicts the license
23649restrictions of other proprietary libraries that do not normally
23650accompany the operating system.  Such a contradiction means you cannot
23651use both them and the Library together in an executable that you
23652distribute.
23653
23654  7. You may place library facilities that are a work based on the
23655Library side-by-side in a single library together with other library
23656facilities not covered by this License, and distribute such a combined
23657library, provided that the separate distribution of the work based on
23658the Library and of the other library facilities is otherwise
23659permitted, and provided that you do these two things:
23660
23661    a) Accompany the combined library with a copy of the same work
23662    based on the Library, uncombined with any other library
23663    facilities.  This must be distributed under the terms of the
23664    Sections above.
23665
23666    b) Give prominent notice with the combined library of the fact
23667    that part of it is a work based on the Library, and explaining
23668    where to find the accompanying uncombined form of the same work.
23669
23670  8. You may not copy, modify, sublicense, link with, or distribute
23671the Library except as expressly provided under this License.  Any
23672attempt otherwise to copy, modify, sublicense, link with, or
23673distribute the Library is void, and will automatically terminate your
23674rights under this License.  However, parties who have received copies,
23675or rights, from you under this License will not have their licenses
23676terminated so long as such parties remain in full compliance.
23677
23678  9. You are not required to accept this License, since you have not
23679signed it.  However, nothing else grants you permission to modify or
23680distribute the Library or its derivative works.  These actions are
23681prohibited by law if you do not accept this License.  Therefore, by
23682modifying or distributing the Library (or any work based on the
23683Library), you indicate your acceptance of this License to do so, and
23684all its terms and conditions for copying, distributing or modifying
23685the Library or works based on it.
23686
23687  10. Each time you redistribute the Library (or any work based on the
23688Library), the recipient automatically receives a license from the
23689original licensor to copy, distribute, link with or modify the Library
23690subject to these terms and conditions.  You may not impose any further
23691restrictions on the recipients'' exercise of the rights granted herein.
23692You are not responsible for enforcing compliance by third parties with
23693this License.
23694
23695  11. If, as a consequence of a court judgment or allegation of patent
23696infringement or for any other reason (not limited to patent issues),
23697conditions are imposed on you (whether by court order, agreement or
23698otherwise) that contradict the conditions of this License, they do not
23699excuse you from the conditions of this License.  If you cannot
23700distribute so as to satisfy simultaneously your obligations under this
23701License and any other pertinent obligations, then as a consequence you
23702may not distribute the Library at all.  For example, if a patent
23703license would not permit royalty-free redistribution of the Library by
23704all those who receive copies directly or indirectly through you, then
23705the only way you could satisfy both it and this License would be to
23706refrain entirely from distribution of the Library.
23707
23708If any portion of this section is held invalid or unenforceable under any
23709particular circumstance, the balance of the section is intended to apply,
23710and the section as a whole is intended to apply in other circumstances.
23711
23712It is not the purpose of this section to induce you to infringe any
23713patents or other property right claims or to contest validity of any
23714such claims; this section has the sole purpose of protecting the
23715integrity of the free software distribution system which is
23716implemented by public license practices.  Many people have made
23717generous contributions to the wide range of software distributed
23718through that system in reliance on consistent application of that
23719system; it is up to the author/donor to decide if he or she is willing
23720to distribute software through any other system and a licensee cannot
23721impose that choice.
23722
23723This section is intended to make thoroughly clear what is believed to
23724be a consequence of the rest of this License.
23725
23726  12. If the distribution and/or use of the Library is restricted in
23727certain countries either by patents or by copyrighted interfaces, the
23728original copyright holder who places the Library under this License may add
23729an explicit geographical distribution limitation excluding those countries,
23730so that distribution is permitted only in or among countries not thus
23731excluded.  In such case, this License incorporates the limitation as if
23732written in the body of this License.
23733
23734  13. The Free Software Foundation may publish revised and/or new
23735versions of the Lesser General Public License from time to time.
23736Such new versions will be similar in spirit to the present version,
23737but may differ in detail to address new problems or concerns.
23738
23739Each version is given a distinguishing version number.  If the Library
23740specifies a version number of this License which applies to it and
23741"any later version", you have the option of following the terms and
23742conditions either of that version or of any later version published by
23743the Free Software Foundation.  If the Library does not specify a
23744license version number, you may choose any version ever published by
23745the Free Software Foundation.
23746
23747  14. If you wish to incorporate parts of the Library into other free
23748programs whose distribution conditions are incompatible with these,
23749write to the author to ask for permission.  For software which is
23750copyrighted by the Free Software Foundation, write to the Free
23751Software Foundation; we sometimes make exceptions for this.  Our
23752decision will be guided by the two goals of preserving the free status
23753of all derivatives of our free software and of promoting the sharing
23754and reuse of software generally.
23755
23756                            NO WARRANTY
23757
23758  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
23759WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
23760EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
23761OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
23762KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
23763IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23764PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
23765LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
23766THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
23767
23768  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
23769WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
23770AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
23771FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
23772CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
23773LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
23774RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
23775FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
23776SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
23777DAMAGES.
23778
23779                     END OF TERMS AND CONDITIONS
23780
23781           How to Apply These Terms to Your New Libraries
23782
23783  If you develop a new library, and you want it to be of the greatest
23784possible use to the public, we recommend making it free software that
23785everyone can redistribute and change.  You can do so by permitting
23786redistribution under these terms (or, alternatively, under the terms of the
23787ordinary General Public License).
23788
23789  To apply these terms, attach the following notices to the library.  It is
23790safest to attach them to the start of each source file to most effectively
23791convey the exclusion of warranty; and each file should have at least the
23792"copyright" line and a pointer to where the full notice is found.
23793
23794    <one line to give the library''s name and a brief idea of what it does.>
23795    Copyright (C) <year>  <name of author>
23796
23797    This library is free software; you can redistribute it and/or
23798    modify it under the terms of the GNU Lesser General Public
23799    License as published by the Free Software Foundation; either
23800    version 2.1 of the License, or (at your option) any later version.
23801
23802    This library is distributed in the hope that it will be useful,
23803    but WITHOUT ANY WARRANTY; without even the implied warranty of
23804    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
23805    Lesser General Public License for more details.
23806
23807    You should have received a copy of the GNU Lesser General Public
23808    License along with this library; if not, write to the Free Software
23809    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
23810
23811Also add information on how to contact you by electronic and paper mail.
23812
23813You should also get your employer (if you work as a programmer) or your
23814school, if any, to sign a "copyright disclaimer" for the library, if
23815necessary.  Here is a sample; alter the names:
23816
23817  Yoyodyne, Inc., hereby disclaims all copyright interest in the
23818  library `Frob'' (a library for tweaking knobs) written by James Random Hacker.
23819
23820  <signature of Ty Coon>, 1 April 1990
23821  Ty Coon, President of Vice
23822
23823That''s all there is to it!', 'http://www.gnu.org/licenses/lgpl-2.1.txt', NULL, NULL, NULL, 'GNU Lesser General Public License 2.1', NULL, NULL, NULL, '', NULL, false, false, false, 'd4710409d6f7f15c3260231f893cfe6f', 1, NULL);
23824INSERT INTO license_ref VALUES (349, 'LPPL-1.3a', 'The LaTeX Project Public License
23825=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
23826
23827LPPL Version 1.3a  2004-10-01
23828
23829Copyright 1999 2002-04 LaTeX3 Project
23830    Everyone is allowed to distribute verbatim copies of this
23831    license document, but modification of it is not allowed.
23832
23833
23834PREAMBLE
23835========
23836
23837The LaTeX Project Public License (LPPL) is the primary license under
23838which the the LaTeX kernel and the base LaTeX packages are distributed.
23839
23840You may use this license for any work of which you hold the copyright
23841and which you wish to distribute.  This license may be particularly
23842suitable if your work is TeX-related (such as a LaTeX package), but
23843you may use it with small modifications even if your work is unrelated
23844to TeX.
23845
23846The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE'',
23847below, gives instructions, examples, and recommendations for authors
23848who are considering distributing their works under this license.
23849
23850This license gives conditions under which a work may be distributed
23851and modified, as well as conditions under which modified versions of
23852that work may be distributed.
23853
23854We, the LaTeX3 Project, believe that the conditions below give you
23855the freedom to make and distribute modified versions of your work
23856that conform with whatever technical specifications you wish while
23857maintaining the availability, integrity, and reliability of
23858that work.  If you do not see how to achieve your goal while
23859meeting these conditions, then read the document `cfgguide.tex''
23860and `modguide.tex'' in the base LaTeX distribution for suggestions.
23861
23862
23863DEFINITIONS
23864===========
23865
23866In this license document the following terms are used:
23867
23868   `Work''
23869    Any work being distributed under this License.
23870
23871   `Derived Work''
23872    Any work that under any applicable law is derived from the Work.
23873
23874   `Modification''
23875    Any procedure that produces a Derived Work under any applicable
23876    law -- for example, the production of a file containing an
23877    original file associated with the Work or a significant portion of
23878    such a file, either verbatim or with modifications and/or
23879    translated into another language.
23880
23881   `Modify''
23882    To apply any procedure that produces a Derived Work under any
23883    applicable law.
23884
23885   `Distribution''
23886    Making copies of the Work available from one person to another, in
23887    whole or in part.  Distribution includes (but is not limited to)
23888    making any electronic components of the Work accessible by
23889    file transfer protocols such as FTP or HTTP or by shared file
23890    systems such as Sun''s Network File System (NFS).
23891
23892   `Compiled Work''
23893    A version of the Work that has been processed into a form where it
23894    is directly usable on a computer system.  This processing may
23895    include using installation facilities provided by the Work,
23896    transformations of the Work, copying of components of the Work, or
23897    other activities.  Note that modification of any installation
23898    facilities provided by the Work constitutes modification of the Work.
23899
23900   `Current Maintainer''
23901    A person or persons nominated as such within the Work.  If there is
23902    no such explicit nomination then it is the `Copyright Holder'' under
23903    any applicable law.
23904
23905   `Base Interpreter''
23906    A program or process that is normally needed for running or
23907    interpreting a part or the whole of the Work.
23908    A Base Interpreter may depend on external components but these
23909    are not considered part of the Base Interpreter provided that each
23910    external component clearly identifies itself whenever it is used
23911    interactively.  Unless explicitly specified when applying the
23912    license to the Work, the only applicable Base Interpreter is a
23913    "LaTeX-Format".
23914
23915
23916
23917CONDITIONS ON DISTRIBUTION AND MODIFICATION
23918===========================================
23919
239201.  Activities other than distribution and/or modification of the Work
23921are not covered by this license; they are outside its scope.  In
23922particular, the act of running the Work is not restricted and no
23923requirements are made concerning any offers of support for the Work.
23924
239252.  You may distribute a complete, unmodified copy of the Work as you
23926received it.  Distribution of only part of the Work is considered
23927modification of the Work, and no right to distribute such a Derived
23928Work may be assumed under the terms of this clause.
23929
239303.  You may distribute a Compiled Work that has been generated from a
23931complete, unmodified copy of the Work as distributed under Clause 2
23932above, as long as that Compiled Work is distributed in such a way that
23933the recipients may install the Compiled Work on their system exactly
23934as it would have been installed if they generated a Compiled Work
23935directly from the Work.
23936
239374.  If you are the Current Maintainer of the Work, you may, without
23938restriction, modify the Work, thus creating a Derived Work.  You may
23939also distribute the Derived Work without restriction, including
23940Compiled Works generated from the Derived Work.  Derived Works
23941distributed in this manner by the Current Maintainer are considered to
23942be updated versions of the Work.
23943
239445.  If you are not the Current Maintainer of the Work, you may modify
23945your copy of the Work, thus creating a Derived Work based on the Work,
23946and compile this Derived Work, thus creating a Compiled Work based on
23947the Derived Work.
23948
239496.  If you are not the Current Maintainer of the Work, you may
23950distribute a Derived Work provided the following conditions are met
23951for every component of the Work unless that component clearly states
23952in the copyright notice that it is exempt from that condition.  Only
23953the Current Maintainer is allowed to add such statements of exemption
23954to a component of the Work.
23955
23956  a. If a component of this Derived Work can be a direct replacement
23957     for a component of the Work when that component is used with the
23958     Base Interpreter, then, wherever this component of the Work
23959     identifies itself to the user when used interactively with that
23960     Base Interpreter, the replacement component of this Derived Work
23961     clearly and unambiguously identifies itself as a modified version
23962     of this component to the user when used interactively with that
23963     Base Interpreter.
23964
23965  b. Every component of the Derived Work contains prominent notices
23966     detailing the nature of the changes to that component, or a
23967     prominent reference to another file that is distributed as part
23968     of the Derived Work and that contains a complete and accurate log
23969     of the changes.
23970
23971  c. No information in the Derived Work implies that any persons,
23972     including (but not limited to) the authors of the original version
23973     of the Work, provide any support, including (but not limited to)
23974     the reporting and handling of errors, to recipients of the
23975     Derived Work unless those persons have stated explicitly that
23976     they do provide such support for the Derived Work.
23977
23978  d. You distribute at least one of the following with the Derived Work:
23979
23980       1. A complete, unmodified copy of the Work;
23981          if your distribution of a modified component is made by
23982          offering access to copy the modified component from a
23983          designated place, then offering equivalent access to copy
23984          the Work from the same or some similar place meets this
23985          condition, even though third parties are not compelled to
23986          copy the Work along with the modified component;
23987
23988       2. Information that is sufficient to obtain a complete, unmodified
23989          copy of the Work.
23990
239917.  If you are not the Current Maintainer of the Work, you may
23992distribute a Compiled Work generated from a Derived Work, as long as
23993the Derived Work is distributed to all recipients of the Compiled
23994Work, and as long as the conditions of Clause 6, above, are met with
23995regard to the Derived Work.
23996
239978.  The conditions above are not intended to prohibit, and hence do
23998not apply to, the modification, by any method, of any component so that it
23999becomes identical to an  updated version of that component of the Work as
24000it is distributed by the Current Maintainer under Clause 4, above.
24001
240029.  Distribution of the Work or any Derived Work in an alternative
24003format, where the Work or that Derived Work (in whole or in part) is
24004then produced by applying some process to that format, does not relax or
24005nullify any sections of this license as they pertain to the results of
24006applying that process.
24007
2400810. a. A Derived Work may be distributed under a different license
24009       provided that license itself honors the conditions listed in
24010       Clause 6 above, in regard to the Work, though it does not have
24011       to honor the rest of the conditions in this license.
24012
24013    b. If a Derived Work is distributed under this license, that
24014       Derived Work must provide sufficient documentation as part of
24015       itself to allow each recipient of that Derived Work to honor the
24016       restrictions in Clause 6 above, concerning changes from the Work.
24017
2401811. This license places no restrictions on works that are unrelated to
24019the Work, nor does this license place any restrictions on aggregating
24020such works with the Work by any means.
24021
2402212.  Nothing in this license is intended to, or may be used to, prevent
24023complete compliance by all parties with all applicable laws.
24024
24025
24026NO WARRANTY
24027===========
24028
24029There is no warranty for the Work.  Except when otherwise stated in
24030writing, the Copyright Holder provides the Work `as is'', without
24031warranty of any kind, either expressed or implied, including, but not
24032limited to, the implied warranties of merchantability and fitness for
24033a particular purpose.  The entire risk as to the quality and performance
24034of the Work is with you.  Should the Work prove defective, you
24035assume the cost of all necessary servicing, repair, or correction.
24036
24037In no event unless required by applicable law or agreed to in writing
24038will The Copyright Holder, or any author named in the components of
24039the Work, or any other party who may distribute and/or modify the Work
24040as permitted above, be liable to you for damages, including any
24041general, special, incidental or consequential damages arising out of
24042any use of the Work or out of inability to use the Work (including,
24043but not limited to, loss of data, data being rendered inaccurate, or
24044losses sustained by anyone as a result of any failure of the Work to
24045operate with any other programs), even if the Copyright Holder or said
24046author or said other party has been advised of the possibility of such
24047damages.
24048
24049
24050MAINTENANCE OF THE WORK
24051=======================
24052
24053The Work has the status `author-maintained'' if the Copyright Holder
24054explicitly and prominently states near the primary copyright notice in
24055the Work that the Work can only be maintained by the Copyright Holder
24056or simply that is `author-maintained''.
24057
24058The Work has the status `maintained'' if there is a Current Maintainer
24059who has indicated in the Work that they are willing to receive error
24060reports for the Work (for example, by supplying a valid e-mail
24061address). It is not required for the Current Maintainer to acknowledge
24062or act upon these error reports.
24063
24064The Work changes from status `maintained'' to `unmaintained'' if there
24065is no Current Maintainer, or the person stated to be Current
24066Maintainer of the work cannot be reached through the indicated means
24067of communication for a period of six months, and there are no other
24068significant signs of active maintenance.
24069
24070You can become the Current Maintainer of the Work by agreement with
24071any existing Current Maintainer to take over this role.
24072
24073If the Work is unmaintained, you can become the Current Maintainer of
24074the Work through the following steps:
24075
24076 1.  Make a reasonable attempt to trace the Current Maintainer (and
24077     the Copyright Holder, if the two differ) through the means of
24078     an Internet or similar search.
24079
24080 2.  If this search is successful, then enquire whether the Work
24081     is still maintained.
24082
24083  a. If it is being maintained, then ask the Current Maintainer
24084     to update their communication data within one month.
24085
24086  b. If the search is unsuccessful or no action to resume active
24087     maintenance is taken by the Current Maintainer, then announce
24088     within the pertinent community your intention to take over
24089     maintenance.  (If the Work is a LaTeX work, this could be
24090     done, for example, by posting to comp.text.tex.)
24091
24092 3a. If the Current Maintainer is reachable and agrees to pass
24093     maintenance of the Work to you, then this takes effect
24094     immediately upon announcement.
24095
24096  b. If the Current Maintainer is not reachable and the Copyright
24097     Holder agrees that maintenance of the Work be passed to you,
24098     then this takes effect immediately upon announcement.
24099
24100 4.  If you make an `intention announcement'' as described in 2b. above
24101     and after three months your intention is challenged neither by
24102     the Current Maintainer nor by the Copyright Holder nor by other
24103     people, then you may arrange for the Work to be changed so as
24104     to name you as the (new) Current Maintainer.
24105
24106 5.  If the previously unreachable Current Maintainer becomes
24107     reachable once more within three months of a change completed
24108     under the terms of 3b) or 4), then that Current Maintainer must
24109     become or remain the Current Maintainer upon request provided
24110     they then update their communication data within one month.
24111
24112A change in the Current Maintainer does not, of itself, alter the fact
24113that the Work is distributed under the LPPL license.
24114
24115If you become the Current Maintainer of the Work, you should
24116immediately provide, within the Work, a prominent and unambiguous
24117statement of your status as Current Maintainer.  You should also
24118announce your new status to the same pertinent community as
24119in 2b) above.
24120
24121
24122WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE
24123======================================================
24124
24125This section contains important instructions, examples, and
24126recommendations for authors who are considering distributing their
24127works under this license.  These authors are addressed as `you'' in
24128this section.
24129
24130Choosing This License or Another License
24131----------------------------------------
24132
24133If for any part of your work you want or need to use *distribution*
24134conditions that differ significantly from those in this license, then
24135do not refer to this license anywhere in your work but, instead,
24136distribute your work under a different license.  You may use the text
24137of this license as a model for your own license, but your license
24138should not refer to the LPPL or otherwise give the impression that
24139your work is distributed under the LPPL.
24140
24141The document `modguide.tex'' in the base LaTeX distribution explains
24142the motivation behind the conditions of this license.  It explains,
24143for example, why distributing LaTeX under the GNU General Public
24144License (GPL) was considered inappropriate.  Even if your work is
24145unrelated to LaTeX, the discussion in `modguide.tex'' may still be
24146relevant, and authors intending to distribute their works under any
24147license are encouraged to read it.
24148
24149A Recommendation on Modification Without Distribution
24150-----------------------------------------------------
24151
24152It is wise never to modify a component of the Work, even for your own
24153personal use, without also meeting the above conditions for
24154distributing the modified component.  While you might intend that such
24155modifications will never be distributed, often this will happen by
24156accident -- you may forget that you have modified that component; or
24157it may not occur to you when allowing others to access the modified
24158version that you are thus distributing it and violating the conditions
24159of this license in ways that could have legal implications and, worse,
24160cause problems for the community.  It is therefore usually in your
24161best interest to keep your copy of the Work identical with the public
24162one.  Many works provide ways to control the behavior of that work
24163without altering any of its licensed components.
24164
24165How to Use This License
24166-----------------------
24167
24168To use this license, place in each of the components of your work both
24169an explicit copyright notice including your name and the year the work
24170was authored and/or last substantially modified.  Include also a
24171statement that the distribution and/or modification of that
24172component is constrained by the conditions in this license.
24173
24174Here is an example of such a notice and statement:
24175
24176  %% pig.dtx
24177  %% Copyright 2003 M. Y. Name
24178  %
24179  % This work may be distributed and/or modified under the
24180  % conditions of the LaTeX Project Public License, either version 1.3
24181  % of this license or (at your option) any later version.
24182  % The latest version of this license is in
24183  %   http://www.latex-project.org/lppl.txt
24184  % and version 1.3 or later is part of all distributions of LaTeX
24185  % version 2003/12/01 or later.
24186  %
24187  % This work has the LPPL maintenance status "maintained".
24188  %
24189  % This Current Maintainer of this work is M. Y. Name.
24190  %
24191  % This work consists of the files pig.dtx and pig.ins
24192  % and the derived file pig.sty.
24193
24194Given such a notice and statement in a file, the conditions
24195given in this license document would apply, with the `Work'' referring
24196to the three files `pig.dtx'', `pig.ins'', and `pig.sty'' (the last being
24197generated from `pig.dtx'' using `pig.ins''), the `Base Interpreter''
24198referring to any "LaTeX-Format", and both `Copyright Holder'' and
24199`Current Maintainer'' referring to the person `M. Y. Name''.
24200
24201If you do not want the Maintenance section of LPPL to apply to your
24202Work, change "maintained" above into "author-maintained".
24203However, we recommend that you use "maintained" as the Maintenance
24204section was added in order to ensure that your Work remains useful to
24205the community even when you can no longer maintain and support it
24206yourself.
24207
24208
24209Important Recommendations
24210-------------------------
24211
24212 Defining What Constitutes the Work
24213
24214   The LPPL requires that distributions of the Work contain all the
24215   files of the Work.  It is therefore important that you provide a
24216   way for the licensee to determine which files constitute the Work.
24217   This could, for example, be achieved by explicitly listing all the
24218   files of the Work near the copyright notice of each file or by
24219   using a line such as:
24220
24221    % This work consists of all files listed in manifest.txt.
24222
24223   in that place.  In the absence of an unequivocal list it might be
24224   impossible for the licensee to determine what is considered by you
24225   to comprise the Work and, in such a case, the licensee would be
24226   entitled to make reasonable conjectures as to which files comprise
24227   the Work.
24228', 'http://www.latex-project.org/lppl/lppl-1-3a.txt', NULL, NULL, NULL, 'LaTeX Project Public License 1.3a', NULL, NULL, NULL, '', NULL, false, false, false, '4659937d50f278b8d5c7c9a89f2692b8', 1, NULL);
24229INSERT INTO license_ref VALUES (352, 'Python-2.2.3', 'Python 2.2.3 license
24230
24231This is the official license for the Python 2.2.3 release:
24232
24233A. HISTORY OF THE SOFTWARE
24234==========================
24235
24236Python was created in the early 1990s by Guido van Rossum at Stichting
24237Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
24238as a successor of a language called ABC.  Guido remains Python''s
24239principal author, although it includes many contributions from others.
24240
24241In 1995, Guido continued his work on Python at the Corporation for
24242National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
24243in Reston, Virginia where he released several versions of the
24244software.
24245
24246In May 2000, Guido and the Python core development team moved to
24247BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
24248year, the PythonLabs team moved to Digital Creations (now Zope
24249Corporation, see http://www.zope.com).  In 2001, the Python Software
24250Foundation (PSF, see http://www.python.org/psf/) was formed, a
24251non-profit organization created specifically to own Python-related
24252Intellectual Property.  Zope Corporation is a sponsoring member of
24253the PSF.
24254
24255All Python releases are Open Source (see http://www.opensource.org for
24256the Open Source Definition).  Historically, most, but not all, Python
24257releases have also been GPL-compatible; the table below summarizes
24258the various releases.
24259
24260    Release         Derived     Year        Owner       GPL-
24261		    from                                compatible? (1)
24262
24263    0.9.0 thru 1.2              1991-1995   CWI         yes
24264    1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
24265    1.6             1.5.2       2000        CNRI        no
24266    2.0             1.6         2000        BeOpen.com  no
24267    1.6.1           1.6         2001        CNRI        no
24268    2.1             2.0+1.6.1   2001        PSF         no
24269    2.0.1           2.0+1.6.1   2001        PSF         yes
24270    2.1.1           2.1+2.0.1   2001        PSF         yes
24271    2.2             2.1.1       2001        PSF         yes
24272    2.1.2           2.1.1       2002        PSF         yes
24273    2.1.3           2.1.2       2002        PSF         yes
24274    2.2.1           2.2         2002        PSF         yes
24275    2.2.2           2.2.1       2002        PSF         yes
24276    2.2.3           2.2.2       2003        PSF         yes
24277
24278Footnotes:
24279
24280(1) GPL-compatible doesn''t mean that we''re distributing Python under
24281    the GPL.  All Python licenses, unlike the GPL, let you distribute
24282    a modified version without making your changes open source.  The
24283    GPL-compatible licenses make it possible to combine Python with
24284    other software that is released under the GPL; the others don''t.
24285
24286Thanks to the many outside volunteers who have worked under Guido''s
24287direction to make these releases possible.
24288
24289
24290B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
24291===============================================================
24292
24293PSF LICENSE AGREEMENT FOR PYTHON 2.2.3
24294--------------------------------------
24295
242961. This LICENSE AGREEMENT is between the Python Software Foundation
24297("PSF"), and the Individual or Organization ("Licensee") accessing and
24298otherwise using Python 2.2.3 software in source or binary form and its
24299associated documentation.
24300
243012. Subject to the terms and conditions of this License Agreement, PSF
24302hereby grants Licensee a nonexclusive, royalty-free, world-wide
24303license to reproduce, analyze, test, perform and/or display publicly,
24304prepare derivative works, distribute, and otherwise use Python 2.2.3
24305alone or in any derivative version, provided, however, that PSF''s
24306License Agreement and PSF''s notice of copyright, i.e., "Copyright (c)
243072001, 2002, 2003 Python Software Foundation; All Rights Reserved" are
24308retained in Python 2.2.3 alone or in any derivative version prepared
24309by Licensee.
24310
243113. In the event Licensee prepares a derivative work that is based on
24312or incorporates Python 2.2.3 or any part thereof, and wants to make
24313the derivative work available to others as provided herein, then
24314Licensee hereby agrees to include in any such work a brief summary of
24315the changes made to Python 2.2.3.
24316
243174. PSF is making Python 2.2.3 available to Licensee on an "AS IS"
24318basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
24319IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
24320DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
24321FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.2.3 WILL NOT
24322INFRINGE ANY THIRD PARTY RIGHTS.
24323
243245. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
243252.2.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
24326A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.2.3,
24327OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
24328
243296. This License Agreement will automatically terminate upon a material
24330breach of its terms and conditions.
24331
243327. Nothing in this License Agreement shall be deemed to create any
24333relationship of agency, partnership, or joint venture between PSF and
24334Licensee.  This License Agreement does not grant permission to use PSF
24335trademarks or trade name in a trademark sense to endorse or promote
24336products or services of Licensee, or any third party.
24337
243388. By copying, installing or otherwise using Python 2.2.3, Licensee
24339agrees to be bound by the terms and conditions of this License
24340Agreement.
24341
24342
24343BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
24344-------------------------------------------
24345
24346BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
24347
243481. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
24349office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
24350Individual or Organization ("Licensee") accessing and otherwise using
24351this software in source or binary form and its associated
24352documentation ("the Software").
24353
243542. Subject to the terms and conditions of this BeOpen Python License
24355Agreement, BeOpen hereby grants Licensee a non-exclusive,
24356royalty-free, world-wide license to reproduce, analyze, test, perform
24357and/or display publicly, prepare derivative works, distribute, and
24358otherwise use the Software alone or in any derivative version,
24359provided, however, that the BeOpen Python License is retained in the
24360Software, alone or in any derivative version prepared by Licensee.
24361
243623. BeOpen is making the Software available to Licensee on an "AS IS"
24363basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
24364IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
24365DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
24366FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
24367INFRINGE ANY THIRD PARTY RIGHTS.
24368
243694. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
24370SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
24371AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
24372DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
24373
243745. This License Agreement will automatically terminate upon a material
24375breach of its terms and conditions.
24376
243776. This License Agreement shall be governed by and interpreted in all
24378respects by the law of the State of California, excluding conflict of
24379law provisions.  Nothing in this License Agreement shall be deemed to
24380create any relationship of agency, partnership, or joint venture
24381between BeOpen and Licensee.  This License Agreement does not grant
24382permission to use BeOpen trademarks or trade names in a trademark
24383sense to endorse or promote products or services of Licensee, or any
24384third party.  As an exception, the "BeOpen Python" logos available at
24385http://www.pythonlabs.com/logos.html may be used according to the
24386permissions granted on that web page.
24387
243887. By copying, installing or otherwise using the software, Licensee
24389agrees to be bound by the terms and conditions of this License
24390Agreement.
24391
24392
24393CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
24394---------------------------------------
24395
243961. This LICENSE AGREEMENT is between the Corporation for National
24397Research Initiatives, having an office at 1895 Preston White Drive,
24398Reston, VA 20191 ("CNRI"), and the Individual or Organization
24399("Licensee") accessing and otherwise using Python 1.6.1 software in
24400source or binary form and its associated documentation.
24401
244022. Subject to the terms and conditions of this License Agreement, CNRI
24403hereby grants Licensee a nonexclusive, royalty-free, world-wide
24404license to reproduce, analyze, test, perform and/or display publicly,
24405prepare derivative works, distribute, and otherwise use Python 1.6.1
24406alone or in any derivative version, provided, however, that CNRI''s
24407License Agreement and CNRI''s notice of copyright, i.e., "Copyright (c)
244081995-2001 Corporation for National Research Initiatives; All Rights
24409Reserved" are retained in Python 1.6.1 alone or in any derivative
24410version prepared by Licensee.  Alternately, in lieu of CNRI''s License
24411Agreement, Licensee may substitute the following text (omitting the
24412quotes): "Python 1.6.1 is made available subject to the terms and
24413conditions in CNRI''s License Agreement.  This Agreement together with
24414Python 1.6.1 may be located on the Internet using the following
24415unique, persistent identifier (known as a handle): 1895.22/1013.  This
24416Agreement may also be obtained from a proxy server on the Internet
24417using the following URL: http://hdl.handle.net/1895.22/1013".
24418
244193. In the event Licensee prepares a derivative work that is based on
24420or incorporates Python 1.6.1 or any part thereof, and wants to make
24421the derivative work available to others as provided herein, then
24422Licensee hereby agrees to include in any such work a brief summary of
24423the changes made to Python 1.6.1.
24424
244254. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
24426basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
24427IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
24428DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
24429FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
24430INFRINGE ANY THIRD PARTY RIGHTS.
24431
244325. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
244331.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
24434A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
24435OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
24436
244376. This License Agreement will automatically terminate upon a material
24438breach of its terms and conditions.
24439
244407. This License Agreement shall be governed by the federal
24441intellectual property law of the United States, including without
24442limitation the federal copyright law, and, to the extent such
24443U.S. federal law does not apply, by the law of the Commonwealth of
24444Virginia, excluding Virginia''s conflict of law provisions.
24445Notwithstanding the foregoing, with regard to derivative works based
24446on Python 1.6.1 that incorporate non-separable material that was
24447previously distributed under the GNU General Public License (GPL), the
24448law of the Commonwealth of Virginia shall govern this License
24449Agreement only as to issues arising under or with respect to
24450Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
24451License Agreement shall be deemed to create any relationship of
24452agency, partnership, or joint venture between CNRI and Licensee.  This
24453License Agreement does not grant permission to use CNRI trademarks or
24454trade name in a trademark sense to endorse or promote products or
24455services of Licensee, or any third party.
24456
244578. By clicking on the "ACCEPT" button where indicated, or by copying,
24458installing or otherwise using Python 1.6.1, Licensee agrees to be
24459bound by the terms and conditions of this License Agreement.
24460
24461        ACCEPT
24462
24463
24464CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
24465--------------------------------------------------
24466
24467Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
24468The Netherlands.  All rights reserved.
24469
24470Permission to use, copy, modify, and distribute this software and its
24471documentation for any purpose and without fee is hereby granted,
24472provided that the above copyright notice appear in all copies and that
24473both that copyright notice and this permission notice appear in
24474supporting documentation, and that the name of Stichting Mathematisch
24475Centrum or CWI not be used in advertising or publicity pertaining to
24476distribution of the software without specific, written prior
24477permission.
24478
24479STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
24480THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
24481FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
24482FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
24483WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
24484ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
24485OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.', 'http://www.python.org/download/releases/2.2.3/license/', NULL, NULL, NULL, 'Python License 2.2.3', NULL, NULL, NULL, '', NULL, false, false, false, '2e53c2f934df788cbefd2f436c097b4c', 1, NULL);
24486INSERT INTO license_ref VALUES (354, 'SugarCRM-1.1.3', 'SUGARCRM PUBLIC LICENSE
24487
24488Version 1.1.3
24489
24490The SugarCRM Public License Version ("SPL") consists of the Mozilla Public License Version 1.1, modified to be specific to SugarCRM, with the Additional Terms in Exhibit B. The original Mozilla Public License 1.1 can be found at: http://www.mozilla.org/MPL/MPL-1.1.html
24491
24492
244931. Definitions.
24494
244951.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party.
244961.1. ''''Contributor'''' means each entity that creates or contributes to the creation of Modifications.
24497
244981.2. ''''Contributor Version'''' means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
24499
245001.3. ''''Covered Code'''' means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
24501
245021.4. ''''Electronic Distribution Mechanism'''' means a mechanism generally accepted in the software development community for the electronic transfer of data.
24503
245041.5. ''''Executable'''' means Covered Code in any form other than Source Code.
24505
245061.6. ''''Initial Developer'''' means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
24507
245081.7. ''''Larger Work'''' means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
24509
245101.8. ''''License'''' means this document.
24511
245121.8.1. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
24513
245141.9. ''''Modifications'''' means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
24515
24516A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
24517B. Any new file that contains any part of the Original Code or previous Modifications.
245181.10. ''''Original Code'''' means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
245191.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.
24520
245211.11. ''''Source Code'''' means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
24522
245231.12. "You'''' (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You'''' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control'''' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
24524
245252. Source Code License.
245262.1. The Initial Developer Grant.
24527The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
24528(a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and
24529(b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof).
24530
24531(c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.
24532(d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.
245332.2. Contributor Grant.
24534Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license
24535
24536(a) under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and
24537(b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).
24538
24539(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code.
24540
24541(d) Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.
24542
24543
245443. Distribution Obligations.
24545
245463.1. Application of License.
24547The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients'' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
245483.2. Availability of Source Code.
24549Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
24550
245513.3. Description of Modifications.
24552You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
24553
245543.4. Intellectual Property Matters
24555
24556(a) Third Party Claims.
24557If Contributor has knowledge that a license under a third party''s intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL'''' which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
24558(b) Contributor APIs.
24559If Contributor''s Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.
24560(c) Representations.
24561Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor''s Modifications are Contributor''s original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License.
24562
245633.5. Required Notices.
24564You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients'' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
24565
245663.6. Distribution of Executable Versions.
24567You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients'' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient''s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
24568
245693.7. Larger Works.
24570You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
24571
245724. Inability to Comply Due to Statute or Regulation.
24573If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
24574
245755. Application of this License.
24576This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.
24577
245786. Versions of the License.
245796.1. New Versions.
24580SugarCRM Inc. (''''SugarCRM'''') may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
245816.2. Effect of New Versions.
24582Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by SugarCRM. No one other than SugarCRM has the right to modify the terms applicable to Covered Code created under this License.
24583
245846.3. Derivative Works.
24585If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases ''''SugarCRM'''', ''''SPL'''' or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the SugarCRM Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
24586
245877. DISCLAIMER OF WARRANTY.
24588COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS'''' BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
24589
245908. TERMINATION.
245918.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
245928.2. If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant") alleging that:
24593
24594(a) such Participant''s Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.
24595
24596(b) any software, hardware, or device, other than such Participant''s Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.
24597
245988.3. If You assert a patent infringement claim against Participant alleging that such Participant''s Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
24599
246008.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.
24601
246029. LIMITATION OF LIABILITY.
24603UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
24604
2460510. U.S. GOVERNMENT END USERS.
24606The Covered Code is a ''''commercial item,'''' as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of ''''commercial computer software'''' and ''''commercial computer software documentation,'''' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
24607
2460811. MISCELLANEOUS.
24609This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys'' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
24610
2461112. RESPONSIBILITY FOR CLAIMS.
24612As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
24613
2461413. MULTIPLE-LICENSED CODE.
24615Initial Developer may designate portions of the Covered Code as “Multiple-Licensed”. “Multiple-Licensed” means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the SPL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.
24616SugarCRM Public License 1.1.3 - Exhibit A
24617
24618The contents of this file are subject to the SugarCRM Public License Version 1.1.3
24619("License"); You may not use this file except in compliance with the
24620License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
24621Software distributed under the License is distributed on an "AS IS" basis,
24622WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
24623the specific language governing rights and limitations under the License.
24624
24625The Original Code is: SugarCRM Open Source
24626
24627The Initial Developer of the Original Code is SugarCRM, Inc.
24628Portions created by SugarCRM are Copyright (C) 2004 SugarCRM, Inc.;
24629All Rights Reserved.
24630Contributor(s): ______________________________________.
24631[NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.]
24632
24633SugarCRM Public License 1.1.3 - Exhibit B
24634
24635Additional Terms applicable to the SugarCRM Public License.
24636
24637I. Effect.
24638These additional terms described in this SugarCRM Public License – Additional Terms shall apply to the Covered Code under this License.
24639
24640II. SugarCRM and logo.
24641This License does not grant any rights to use the trademarks "SugarCRM" and the "SugarCRM" logos even if such marks are included in the Original Code or Modifications.
24642
24643However, in addition to the other notice obligations, all copies of the Covered Code in Executable and Source Code form distributed must, as a form of attribution of the original author, include on each user interface screen (i) the "Powered by SugarCRM" logo and (ii) the copyright notice in the same form as the latest version of the Covered Code distributed by SugarCRM, Inc. at the time of distribution of such copy. In addition, the "Powered by SugarCRM" logo must be visible to all users and be located at the very bottom center of each user interface screen. Notwithstanding the above, the dimensions of the "Powered By SugarCRM" logo must be at least 106 x 23 pixels. When users click on the "Powered by SugarCRM" logo it must direct them back to http://www.sugarforge.org. In addition, the copyright notice must remain visible to all users at all times at the bottom of the user interface screen. When users click on the copyright notice, it must direct them back to http://www.sugarcrm.com', 'http://www.sugarcrm.com/crm/SPL', NULL, NULL, NULL, 'SugarCRM Public License', NULL, NULL, NULL, '', NULL, false, false, false, '30487e18e4d879facb4c4b5484afc5b5', 1, NULL);
24644INSERT INTO license_ref VALUES (355, 'CECILL-C', 'CeCILL-C FREE SOFTWARE LICENSE AGREEMENT
24645
24646
24647    Notice
24648
24649This Agreement is a Free Software license agreement that is the result
24650of discussions between its authors in order to ensure compliance with
24651the two main principles guiding its drafting:
24652
24653    * firstly, compliance with the principles governing the distribution
24654      of Free Software: access to source code, broad rights granted to
24655      users,
24656    * secondly, the election of a governing law, French law, with which
24657      it is conformant, both as regards the law of torts and
24658      intellectual property law, and the protection that it offers to
24659      both authors and holders of the economic rights over software.
24660
24661The authors of the CeCILL-C (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
24662license are:
24663
24664Commissariat à l''Energie Atomique - CEA, a public scientific, technical
24665and industrial research establishment, having its principal place of
24666business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
24667
24668Centre National de la Recherche Scientifique - CNRS, a public scientific
24669and technological establishment, having its principal place of business
24670at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
24671
24672Institut National de Recherche en Informatique et en Automatique -
24673INRIA, a public scientific and technological establishment, having its
24674principal place of business at Domaine de Voluceau, Rocquencourt, BP
24675105, 78153 Le Chesnay cedex, France.
24676
24677
24678    Preamble
24679
24680The purpose of this Free Software license agreement is to grant users
24681the right to modify and re-use the software governed by this license.
24682
24683The exercising of this right is conditional upon the obligation to make
24684available to the community the modifications made to the source code of
24685the software so as to contribute to its evolution.
24686
24687In consideration of access to the source code and the rights to copy,
24688modify and redistribute granted by the license, users are provided only
24689with a limited warranty and the software''s author, the holder of the
24690economic rights, and the successive licensors only have limited liability.
24691
24692In this respect, the risks associated with loading, using, modifying
24693and/or developing or reproducing the software by the user are brought to
24694the user''s attention, given its Free Software status, which may make it
24695complicated to use, with the result that its use is reserved for
24696developers and experienced professionals having in-depth computer
24697knowledge. Users are therefore encouraged to load and test the
24698suitability of the software as regards their requirements in conditions
24699enabling the security of their systems and/or data to be ensured and,
24700more generally, to use and operate it in the same conditions of
24701security. This Agreement may be freely reproduced and published,
24702provided it is not altered, and that no provisions are either added or
24703removed herefrom.
24704
24705This Agreement may apply to any or all software for which the holder of
24706the economic rights decides to submit the use thereof to its provisions.
24707
24708
24709    Article 1 - DEFINITIONS
24710
24711For the purpose of this Agreement, when the following expressions
24712commence with a capital letter, they shall have the following meaning:
24713
24714Agreement: means this license agreement, and its possible subsequent
24715versions and annexes.
24716
24717Software: means the software in its Object Code and/or Source Code form
24718and, where applicable, its documentation, "as is" when the Licensee
24719accepts the Agreement.
24720
24721Initial Software: means the Software in its Source Code and possibly its
24722Object Code form and, where applicable, its documentation, "as is" when
24723it is first distributed under the terms and conditions of the Agreement.
24724
24725Modified Software: means the Software modified by at least one
24726Integrated Contribution.
24727
24728Source Code: means all the Software''s instructions and program lines to
24729which access is required so as to modify the Software.
24730
24731Object Code: means the binary files originating from the compilation of
24732the Source Code.
24733
24734Holder: means the holder(s) of the economic rights over the Initial
24735Software.
24736
24737Licensee: means the Software user(s) having accepted the Agreement.
24738
24739Contributor: means a Licensee having made at least one Integrated
24740Contribution.
24741
24742Licensor: means the Holder, or any other individual or legal entity, who
24743distributes the Software under the Agreement.
24744
24745Integrated Contribution: means any or all modifications, corrections,
24746translations, adaptations and/or new functions integrated into the
24747Source Code by any or all Contributors.
24748
24749Related Module: means a set of sources files including their
24750documentation that, without modification to the Source Code, enables
24751supplementary functions or services in addition to those offered by the
24752Software.
24753
24754Derivative Software: means any combination of the Software, modified or
24755not, and of a Related Module.
24756
24757Parties: mean both the Licensee and the Licensor.
24758
24759These expressions may be used both in singular and plural form.
24760
24761
24762    Article 2 - PURPOSE
24763
24764The purpose of the Agreement is the grant by the Licensor to the
24765Licensee of a non-exclusive, transferable and worldwide license for the
24766Software as set forth in Article 5 hereinafter for the whole term of the
24767protection granted by the rights over said Software.
24768
24769
24770    Article 3 - ACCEPTANCE
24771
247723.1 The Licensee shall be deemed as having accepted the terms and
24773conditions of this Agreement upon the occurrence of the first of the
24774following events:
24775
24776    * (i) loading the Software by any or all means, notably, by
24777      downloading from a remote server, or by loading from a physical
24778      medium;
24779    * (ii) the first time the Licensee exercises any of the rights
24780      granted hereunder.
24781
247823.2 One copy of the Agreement, containing a notice relating to the
24783characteristics of the Software, to the limited warranty, and to the
24784fact that its use is restricted to experienced users has been provided
24785to the Licensee prior to its acceptance as set forth in Article 3.1
24786hereinabove, and the Licensee hereby acknowledges that it has read and
24787understood it.
24788
24789
24790    Article 4 - EFFECTIVE DATE AND TERM
24791
24792
24793      4.1 EFFECTIVE DATE
24794
24795The Agreement shall become effective on the date when it is accepted by
24796the Licensee as set forth in Article 3.1.
24797
24798
24799      4.2 TERM
24800
24801The Agreement shall remain in force for the entire legal term of
24802protection of the economic rights over the Software.
24803
24804
24805    Article 5 - SCOPE OF RIGHTS GRANTED
24806
24807The Licensor hereby grants to the Licensee, who accepts, the following
24808rights over the Software for any or all use, and for the term of the
24809Agreement, on the basis of the terms and conditions set forth hereinafter.
24810
24811Besides, if the Licensor owns or comes to own one or more patents
24812protecting all or part of the functions of the Software or of its
24813components, the Licensor undertakes not to enforce the rights granted by
24814these patents against successive Licensees using, exploiting or
24815modifying the Software. If these patents are transferred, the Licensor
24816undertakes to have the transferees subscribe to the obligations set
24817forth in this paragraph.
24818
24819
24820      5.1 RIGHT OF USE
24821
24822The Licensee is authorized to use the Software, without any limitation
24823as to its fields of application, with it being hereinafter specified
24824that this comprises:
24825
24826   1. permanent or temporary reproduction of all or part of the Software
24827      by any or all means and in any or all form.
24828
24829   2. loading, displaying, running, or storing the Software on any or
24830      all medium.
24831
24832   3. entitlement to observe, study or test its operation so as to
24833      determine the ideas and principles behind any or all constituent
24834      elements of said Software. This shall apply when the Licensee
24835      carries out any or all loading, displaying, running, transmission
24836      or storage operation as regards the Software, that it is entitled
24837      to carry out hereunder.
24838
24839
24840      5.2 RIGHT OF MODIFICATION
24841
24842The right of modification includes the right to translate, adapt,
24843arrange, or make any or all modifications to the Software, and the right
24844to reproduce the resulting software. It includes, in particular, the
24845right to create a Derivative Software.
24846
24847The Licensee is authorized to make any or all modification to the
24848Software provided that it includes an explicit notice that it is the
24849author of said modification and indicates the date of the creation thereof.
24850
24851
24852      5.3 RIGHT OF DISTRIBUTION
24853
24854In particular, the right of distribution includes the right to publish,
24855transmit and communicate the Software to the general public on any or
24856all medium, and by any or all means, and the right to market, either in
24857consideration of a fee, or free of charge, one or more copies of the
24858Software by any means.
24859
24860The Licensee is further authorized to distribute copies of the modified
24861or unmodified Software to third parties according to the terms and
24862conditions set forth hereinafter.
24863
24864
24865        5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
24866
24867The Licensee is authorized to distribute true copies of the Software in
24868Source Code or Object Code form, provided that said distribution
24869complies with all the provisions of the Agreement and is accompanied by:
24870
24871   1. a copy of the Agreement,
24872
24873   2. a notice relating to the limitation of both the Licensor''s
24874      warranty and liability as set forth in Articles 8 and 9,
24875
24876and that, in the event that only the Object Code of the Software is
24877redistributed, the Licensee allows effective access to the full Source
24878Code of the Software at a minimum during the entire period of its
24879distribution of the Software, it being understood that the additional
24880cost of acquiring the Source Code shall not exceed the cost of
24881transferring the data.
24882
24883
24884        5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
24885
24886When the Licensee makes an Integrated Contribution to the Software, the
24887terms and conditions for the distribution of the resulting Modified
24888Software become subject to all the provisions of this Agreement.
24889
24890The Licensee is authorized to distribute the Modified Software, in
24891source code or object code form, provided that said distribution
24892complies with all the provisions of the Agreement and is accompanied by:
24893
24894   1. a copy of the Agreement,
24895
24896   2. a notice relating to the limitation of both the Licensor''s
24897      warranty and liability as set forth in Articles 8 and 9,
24898
24899and that, in the event that only the object code of the Modified
24900Software is redistributed, the Licensee allows effective access to the
24901full source code of the Modified Software at a minimum during the entire
24902period of its distribution of the Modified Software, it being understood
24903that the additional cost of acquiring the source code shall not exceed
24904the cost of transferring the data.
24905
24906
24907        5.3.3 DISTRIBUTION OF DERIVATIVE SOFTWARE
24908
24909When the Licensee creates Derivative Software, this Derivative Software
24910may be distributed under a license agreement other than this Agreement,
24911subject to compliance with the requirement to include a notice
24912concerning the rights over the Software as defined in Article 6.4.
24913In the event the creation of the Derivative Software required modification
24914of the Source Code, the Licensee undertakes that:
24915
24916   1. the resulting Modified Software will be governed by this Agreement,
24917   2. the Integrated Contributions in the resulting Modified Software
24918      will be clearly identified and documented,
24919   3. the Licensee will allow effective access to the source code of the
24920      Modified Software, at a minimum during the entire period of
24921      distribution of the Derivative Software, such that such
24922      modifications may be carried over in a subsequent version of the
24923      Software; it being understood that the additional cost of
24924      purchasing the source code of the Modified Software shall not
24925      exceed the cost of transferring the data.
24926
24927
24928        5.3.4 COMPATIBILITY WITH THE CeCILL LICENSE
24929
24930When a Modified Software contains an Integrated Contribution subject to
24931the CeCILL license agreement, or when a Derivative Software contains a
24932Related Module subject to the CeCILL license agreement, the provisions
24933set forth in the third item of Article 6.4 are optional.
24934
24935
24936    Article 6 - INTELLECTUAL PROPERTY
24937
24938
24939      6.1 OVER THE INITIAL SOFTWARE
24940
24941The Holder owns the economic rights over the Initial Software. Any or
24942all use of the Initial Software is subject to compliance with the terms
24943and conditions under which the Holder has elected to distribute its work
24944and no one shall be entitled to modify the terms and conditions for the
24945distribution of said Initial Software.
24946
24947The Holder undertakes that the Initial Software will remain ruled at
24948least by this Agreement, for the duration set forth in Article 4.2.
24949
24950
24951      6.2 OVER THE INTEGRATED CONTRIBUTIONS
24952
24953The Licensee who develops an Integrated Contribution is the owner of the
24954intellectual property rights over this Contribution as defined by
24955applicable law.
24956
24957
24958      6.3 OVER THE RELATED MODULES
24959
24960The Licensee who develops a Related Module is the owner of the
24961intellectual property rights over this Related Module as defined by
24962applicable law and is free to choose the type of agreement that shall
24963govern its distribution under the conditions defined in Article 5.3.3.
24964
24965
24966      6.4 NOTICE OF RIGHTS
24967
24968The Licensee expressly undertakes:
24969
24970   1. not to remove, or modify, in any manner, the intellectual property
24971      notices attached to the Software;
24972
24973   2. to reproduce said notices, in an identical manner, in the copies
24974      of the Software modified or not;
24975
24976   3. to ensure that use of the Software, its intellectual property
24977      notices and the fact that it is governed by the Agreement is
24978      indicated in a text that is easily accessible, specifically from
24979      the interface of any Derivative Software.
24980
24981The Licensee undertakes not to directly or indirectly infringe the
24982intellectual property rights of the Holder and/or Contributors on the
24983Software and to take, where applicable, vis-à-vis its staff, any and all
24984measures required to ensure respect of said intellectual property rights
24985of the Holder and/or Contributors.
24986
24987
24988    Article 7 - RELATED SERVICES
24989
249907.1 Under no circumstances shall the Agreement oblige the Licensor to
24991provide technical assistance or maintenance services for the Software.
24992
24993However, the Licensor is entitled to offer this type of services. The
24994terms and conditions of such technical assistance, and/or such
24995maintenance, shall be set forth in a separate instrument. Only the
24996Licensor offering said maintenance and/or technical assistance services
24997shall incur liability therefor.
24998
249997.2 Similarly, any Licensor is entitled to offer to its licensees, under
25000its sole responsibility, a warranty, that shall only be binding upon
25001itself, for the redistribution of the Software and/or the Modified
25002Software, under terms and conditions that it is free to decide. Said
25003warranty, and the financial terms and conditions of its application,
25004shall be subject of a separate instrument executed between the Licensor
25005and the Licensee.
25006
25007
25008    Article 8 - LIABILITY
25009
250108.1 Subject to the provisions of Article 8.2, the Licensee shall be
25011entitled to claim compensation for any direct loss it may have suffered
25012from the Software as a result of a fault on the part of the relevant
25013Licensor, subject to providing evidence thereof.
25014
250158.2 The Licensor''s liability is limited to the commitments made under
25016this Agreement and shall not be incurred as a result of in particular:
25017(i) loss due the Licensee''s total or partial failure to fulfill its
25018obligations, (ii) direct or consequential loss that is suffered by the
25019Licensee due to the use or performance of the Software, and (iii) more
25020generally, any consequential loss. In particular the Parties expressly
25021agree that any or all pecuniary or business loss (i.e. loss of data,
25022loss of profits, operating loss, loss of customers or orders,
25023opportunity cost, any disturbance to business activities) or any or all
25024legal proceedings instituted against the Licensee by a third party,
25025shall constitute consequential loss and shall not provide entitlement to
25026any or all compensation from the Licensor.
25027
25028
25029    Article 9 - WARRANTY
25030
250319.1 The Licensee acknowledges that the scientific and technical
25032state-of-the-art when the Software was distributed did not enable all
25033possible uses to be tested and verified, nor for the presence of
25034possible defects to be detected. In this respect, the Licensee''s
25035attention has been drawn to the risks associated with loading, using,
25036modifying and/or developing and reproducing the Software which are
25037reserved for experienced users.
25038
25039The Licensee shall be responsible for verifying, by any or all means,
25040the suitability of the product for its requirements, its good working
25041order, and for ensuring that it shall not cause damage to either persons
25042or properties.
25043
250449.2 The Licensor hereby represents, in good faith, that it is entitled
25045to grant all the rights over the Software (including in particular the
25046rights set forth in Article 5).
25047
250489.3 The Licensee acknowledges that the Software is supplied "as is" by
25049the Licensor without any other express or tacit warranty, other than
25050that provided for in Article 9.2 and, in particular, without any warranty
25051as to its commercial value, its secured, safe, innovative or relevant
25052nature.
25053
25054Specifically, the Licensor does not warrant that the Software is free
25055from any error, that it will operate without interruption, that it will
25056be compatible with the Licensee''s own equipment and software
25057configuration, nor that it will meet the Licensee''s requirements.
25058
250599.4 The Licensor does not either expressly or tacitly warrant that the
25060Software does not infringe any third party intellectual property right
25061relating to a patent, software or any other property right. Therefore,
25062the Licensor disclaims any and all liability towards the Licensee
25063arising out of any or all proceedings for infringement that may be
25064instituted in respect of the use, modification and redistribution of the
25065Software. Nevertheless, should such proceedings be instituted against
25066the Licensee, the Licensor shall provide it with technical and legal
25067assistance for its defense. Such technical and legal assistance shall be
25068decided on a case-by-case basis between the relevant Licensor and the
25069Licensee pursuant to a memorandum of understanding. The Licensor
25070disclaims any and all liability as regards the Licensee''s use of the
25071name of the Software. No warranty is given as regards the existence of
25072prior rights over the name of the Software or as regards the existence
25073of a trademark.
25074
25075
25076    Article 10 - TERMINATION
25077
2507810.1 In the event of a breach by the Licensee of its obligations
25079hereunder, the Licensor may automatically terminate this Agreement
25080thirty (30) days after notice has been sent to the Licensee and has
25081remained ineffective.
25082
2508310.2 A Licensee whose Agreement is terminated shall no longer be
25084authorized to use, modify or distribute the Software. However, any
25085licenses that it may have granted prior to termination of the Agreement
25086shall remain valid subject to their having been granted in compliance
25087with the terms and conditions hereof.
25088
25089
25090    Article 11 - MISCELLANEOUS
25091
25092
25093      11.1 EXCUSABLE EVENTS
25094
25095Neither Party shall be liable for any or all delay, or failure to
25096perform the Agreement, that may be attributable to an event of force
25097majeure, an act of God or an outside cause, such as defective
25098functioning or interruptions of the electricity or telecommunications
25099networks, network paralysis following a virus attack, intervention by
25100government authorities, natural disasters, water damage, earthquakes,
25101fire, explosions, strikes and labor unrest, war, etc.
25102
2510311.2 Any failure by either Party, on one or more occasions, to invoke
25104one or more of the provisions hereof, shall under no circumstances be
25105interpreted as being a waiver by the interested Party of its right to
25106invoke said provision(s) subsequently.
25107
2510811.3 The Agreement cancels and replaces any or all previous agreements,
25109whether written or oral, between the Parties and having the same
25110purpose, and constitutes the entirety of the agreement between said
25111Parties concerning said purpose. No supplement or modification to the
25112terms and conditions hereof shall be effective as between the Parties
25113unless it is made in writing and signed by their duly authorized
25114representatives.
25115
2511611.4 In the event that one or more of the provisions hereof were to
25117conflict with a current or future applicable act or legislative text,
25118said act or legislative text shall prevail, and the Parties shall make
25119the necessary amendments so as to comply with said act or legislative
25120text. All other provisions shall remain effective. Similarly, invalidity
25121of a provision of the Agreement, for any reason whatsoever, shall not
25122cause the Agreement as a whole to be invalid.
25123
25124
25125      11.5 LANGUAGE
25126
25127The Agreement is drafted in both French and English and both versions
25128are deemed authentic.
25129
25130
25131    Article 12 - NEW VERSIONS OF THE AGREEMENT
25132
2513312.1 Any person is authorized to duplicate and distribute copies of this
25134Agreement.
25135
2513612.2 So as to ensure coherence, the wording of this Agreement is
25137protected and may only be modified by the authors of the License, who
25138reserve the right to periodically publish updates or new versions of the
25139Agreement, each with a separate number. These subsequent versions may
25140address new issues encountered by Free Software.
25141
2514212.3 Any Software distributed under a given version of the Agreement may
25143only be subsequently distributed under the same version of the Agreement
25144or a subsequent version.
25145
25146
25147    Article 13 - GOVERNING LAW AND JURISDICTION
25148
2514913.1 The Agreement is governed by French law. The Parties agree to
25150endeavor to seek an amicable solution to any disagreements or disputes
25151that may arise during the performance of the Agreement.
25152
2515313.2 Failing an amicable solution within two (2) months as from their
25154occurrence, and unless emergency proceedings are necessary, the
25155disagreements or disputes shall be referred to the Paris Courts having
25156jurisdiction, by the more diligent Party.
25157
25158
25159Version 1.0 dated 2006-09-05.', 'http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.txt', NULL, NULL, NULL, 'CeCILL-C License', NULL, NULL, NULL, '', NULL, false, false, false, '51556b13bfc72bc091c09dc01bad7cff', 1, NULL);
25160INSERT INTO license_ref VALUES (356, 'CPL-0.5', 'Common Public License Version 0.5
25161
25162THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT''S ACCEPTANCE OF THIS AGREEMENT.
25163
251641. DEFINITIONS
25165
25166"Contribution" means:
25167
25168a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
25169
25170b) in the case of each subsequent Contributor:
25171
25172i) changes to the Program, and
25173
25174ii) additions to the Program;
25175
25176where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution ''originates'' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor''s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
25177
25178"Contributor" means any person or entity that distributes the Program.
25179
25180"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
25181
25182"Program" means the Contributions distributed in accordance with this Agreement.
25183
25184"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
25185
251862. GRANT OF RIGHTS
25187
25188a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
25189
25190b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
25191
25192c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient''s responsibility to acquire that license before distributing the Program.
25193
25194d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
25195
251963. REQUIREMENTS
25197
25198A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
25199
25200a) it complies with the terms and conditions of this Agreement; and
25201
25202b) its license agreement:
25203
25204i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
25205
25206ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
25207
25208iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
25209
25210iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
25211
25212When the Program is made available in source code form:
25213
25214a) it must be made available under this Agreement; and
25215
25216b) a copy of this Agreement must be included with each copy of the Program.
25217
25218Contributors may not remove or alter any copyright notices contained within the Program.
25219
25220Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
25221
252224. COMMERCIAL DISTRIBUTION
25223
25224Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
25225
25226For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor''s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
25227
252285. NO WARRANTY
25229
25230EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
25231
252326. DISCLAIMER OF LIABILITY
25233
25234EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
25235
252367. GENERAL
25237
25238If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
25239
25240If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient''s patent(s), then such Recipient''s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
25241
25242All Recipient''s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient''s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient''s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
25243
25244Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
25245
25246This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
25247', 'http://www.eclipse.org/legal/cpl-v05.html', NULL, NULL, NULL, 'Common Public License 0.5', NULL, NULL, NULL, '', NULL, false, false, false, '81d9a83c6f23e5e002edecc368849521', 1, NULL);
25248INSERT INTO license_ref VALUES (350, 'MPL-EULA-3.0', 'MOZILLA FIREFOX END-USER SOFTWARE LICENSE AGREEMENT
25249
25250Version 3.0, May 2008
25251
25252A SOURCE CODE VERSION OF CERTAIN FIREFOX BROWSER FUNCTIONALITY THAT YOU MAY USE, MODIFY AND DISTRIBUTE IS AVAILABLE TO YOU FREE-OF-CHARGE FROM WWW.MOZILLA.ORG UNDER THE MOZILLA PUBLIC LICENSE and other open source software licenses.
25253
25254The accompanying executable code version of Mozilla Firefox and related documentation (the "Product") is made available to you under the terms of this MOZILLA FIREFOX END-USER SOFTWARE LICENSE AGREEMENT (THE "AGREEMENT").  BY CLICKING THE "ACCEPT" BUTTON, OR BY INSTALLING OR USING THE MOZILLA FIREFOX BROWSER, YOU ARE CONSENTING TO BE BOUND BY THE AGREEMENT.  IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, DO NOT CLICK THE "ACCEPT" BUTTON, AND DO NOT INSTALL OR USE ANY PART OF THE MOZILLA FIREFOX BROWSER.
25255
25256DURING THE MOZILLA FIREFOX INSTALLATION PROCESS, AND AT LATER TIMES, YOU MAY BE GIVEN THE OPTION OF INSTALLING ADDITIONAL COMPONENTS FROM THIRD-PARTY SOFTWARE PROVIDERS.  THE INSTALLATION AND USE OF THOSE THIRD-PARTY COMPONENTS MAY BE GOVERNED BY ADDITIONAL LICENSE AGREEMENTS.
25257
252581.  LICENSE GRANT.  The Mozilla Corporation grants you a non-exclusive license to use the executable code version of the Product.  This Agreement will also govern any software upgrades provided by Mozilla that replace and/or supplement the original Product, unless such upgrades are accompanied by a separate license, in which case the terms of that license will govern.
25259
252602.  TERMINATION.  If you breach this Agreement your right to use the Product will terminate immediately and without notice, but all provisions of this Agreement except the License Grant (Paragraph 1) will survive termination and continue in effect.  Upon termination, you must destroy all copies of the Product.
25261
252623.  PROPRIETARY RIGHTS.  Portions of the Product are available in source code form under the terms of the Mozilla Public License and other open source licenses (collectively, "Open Source Licenses") at http://www.mozilla.org/MPL.  Nothing in this Agreement will be construed to limit any rights granted under the Open Source Licenses.  Subject to the foregoing, Mozilla, for itself and on behalf of its licensors, hereby reserves all intellectual property rights in the Product, except for the rights expressly granted in this Agreement.  You may not remove or alter any trademark, logo, copyright or other proprietary notice in or on the Product.  This license does not grant you any right to use the trademarks, service marks or logos of Mozilla or its licensors.
25263
252644.  PRIVACY POLICY.  You agree to the Mozilla Firefox Privacy Policy, made available online at http://www.mozilla.com/legal/privacy/, as that policy may be changed from time to time.  When Mozilla changes the policy in a material way a notice will be posted on the website at www.mozilla.com and when any change is made in the privacy policy, the updated policy will be posted at the above link.  It is your responsibility to ensure that you understand the terms of the privacy policy, so you should periodically check the current version of the policy for changes.
25265
252665.  WEBSITE INFORMATION SERVICES.  Mozilla and its contributors, licensors and partners work to provide the most accurate and up-to-date phishing and malware information.  However, they cannot guarantee that this information is comprehensive and error-free: some risky sites may not be identified, and some safe sites may be identified in error.
25267
252686.  DISCLAIMER OF WARRANTY.  THE PRODUCT IS PROVIDED "AS IS" WITH ALL FAULTS.  TO THE EXTENT PERMITTED BY LAW, MOZILLA AND MOZILLA''S DISTRIBUTORS, AND LICENSORS HEREBY DISCLAIM ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES THAT THE PRODUCT IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE AND NON-INFRINGING.  YOU BEAR THE ENTIRE RISK AS TO SELECTING THE PRODUCT FOR YOUR PURPOSES AND AS TO THE QUALITY AND PERFORMANCE OF THE PRODUCT.  THIS LIMITATION WILL APPLY NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY.  SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF IMPLIED WARRANTIES, SO THIS DISCLAIMER MAY NOT APPLY TO YOU.
25269
252707.  LIMITATION OF LIABILITY.  EXCEPT AS REQUIRED BY LAW, MOZILLA AND ITS DISTRIBUTORS, DIRECTORS, LICENSORS, CONTRIBUTORS AND AGENTS (COLLECTIVELY, THE "MOZILLA GROUP") WILL NOT BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES ARISING OUT OF OR IN ANY WAY RELATING TO THIS AGREEMENT OR THE USE OF OR INABILITY TO USE THE PRODUCT, INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, LOST PROFITS, LOSS OF DATA, AND COMPUTER FAILURE OR MALFUNCTION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND REGARDLESS OF THE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH SUCH CLAIM IS BASED.  THE MOZILLA GROUP''S COLLECTIVE LIABILITY UNDER THIS AGREEMENT WILL NOT EXCEED THE GREATER OF $500 (FIVE HUNDRED DOLLARS) AND THE FEES PAID BY YOU UNDER THE LICENSE (IF ANY).  SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL, CONSEQUENTIAL OR SPECIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
25271
252728.  EXPORT CONTROLS.  This license is subject to all applicable export restrictions.  You must comply with all export and import laws and restrictions and regulations of any United States or foreign agency or authority relating to the Product and its use.
25273
252749.  U.S. GOVERNMENT END-USERS.  This Product is a "commercial item," as that term is defined in 48 C.F.R. 2.101, consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995) and 48 C.F.R. 227.7202 (June 1995).  Consistent with 48 C.F.R. 12.212, 48 C.F.R. 27.405(b)(2) (June 1998) and 48 C.F.R. 227.7202, all U.S. Government End Users acquire the Product with only those rights as set forth therein.
25275
2527610.  MISCELLANEOUS.  (a) This Agreement constitutes the entire agreement between Mozilla and you concerning the subject matter hereof, and it may only be modified by a written amendment signed by an authorized executive of Mozilla.  (b) Except to the extent applicable law, if any, provides otherwise, this Agreement will be governed by the laws of the state of California, U.S.A., excluding its conflict of law provisions.  (c) This Agreement will not be governed by the United Nations Convention on Contracts for the International Sale of Goods.  (d) If any part of this Agreement is held invalid or unenforceable, that part will be construed to reflect the parties'' original intent, and the remaining portions will remain in full force and effect.  (e) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach thereof. (f) Except as required by law, the controlling language of this Agreement is English.  (g) You may assign your rights under this Agreement to any party that consents to, and agrees to be bound by, its terms; the Mozilla Corporation may assign its rights under this Agreement without condition.  (h) This Agreement will be binding upon and inure to the benefit of the parties, their successors and permitted assigns.', 'http://www.mozilla.com/en-US/legal/eula/firefox3-en.txt', NULL, NULL, NULL, 'Mozilla Firefox EULA 3.0', NULL, NULL, NULL, '', NULL, false, false, false, '158e26120f7246f23650d5a5eac99522', 1, NULL);
25277INSERT INTO license_ref VALUES (357, 'EPL-1.0', 'Eclipse Public License - v 1.0
25278
25279THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT''S ACCEPTANCE OF THIS AGREEMENT.
25280
252811. DEFINITIONS
25282
25283"Contribution" means:
25284
25285a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
25286b) in the case of each subsequent Contributor:
25287i) changes to the Program, and
25288ii) additions to the Program;
25289where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution ''originates'' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor''s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
25290"Contributor" means any person or entity that distributes the Program.
25291
25292"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
25293
25294"Program" means the Contributions distributed in accordance with this Agreement.
25295
25296"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
25297
252982. GRANT OF RIGHTS
25299
25300a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
25301b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
25302c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient''s responsibility to acquire that license before distributing the Program.
25303d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
253043. REQUIREMENTS
25305
25306A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
25307
25308a) it complies with the terms and conditions of this Agreement; and
25309b) its license agreement:
25310i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
25311ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
25312iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
25313iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
25314When the Program is made available in source code form:
25315
25316a) it must be made available under this Agreement; and
25317b) a copy of this Agreement must be included with each copy of the Program.
25318Contributors may not remove or alter any copyright notices contained within the Program.
25319
25320Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
25321
253224. COMMERCIAL DISTRIBUTION
25323
25324Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
25325
25326For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor''s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
25327
253285. NO WARRANTY
25329
25330EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
25331
253326. DISCLAIMER OF LIABILITY
25333
25334EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
25335
253367. GENERAL
25337
25338If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
25339
25340If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient''s patent(s), then such Recipient''s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
25341
25342All Recipient''s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient''s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient''s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
25343
25344Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
25345
25346This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.', 'http://www.eclipse.org/legal/epl-v10.html', NULL, NULL, NULL, 'Eclipse Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '3f07f8a41abff1619e0383d6c3652879', 1, NULL);
25347INSERT INTO license_ref VALUES (409, 'CC-BY-NC-SA-2.0', 'Creative Commons Attribution-NonCommercial-ShareAlike 2.0
25348
25349CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
25350LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
25351ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
25352ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
25353INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
25354ITS USE.
25355
25356License
25357
25358THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
25359COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
25360COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
25361AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
25362
25363BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
25364TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
25365RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
25366AND CONDITIONS.
25367
253681. Definitions
25369
25370a. "Collective Work" means a work, such as a periodical issue, anthology
25371or encyclopedia, in which the Work in its entirety in unmodified form,
25372along with a number of other contributions, constituting separate and
25373independent works in themselves, are assembled into a collective whole.
25374A work that constitutes a Collective Work will not be considered a
25375Derivative Work (as defined below) for the purposes of this License.
25376
25377b. "Derivative Work" means a work based upon the Work or upon the Work
25378and other pre-existing works, such as a translation, musical
25379arrangement, dramatization, fictionalization, motion picture version,
25380sound recording, art reproduction, abridgment, condensation, or any
25381other form in which the Work may be recast, transformed, or adapted,
25382except that a work that constitutes a Collective Work will not be
25383considered a Derivative Work for the purpose of this License. For the
25384avoidance of doubt, where the Work is a musical composition or sound
25385recording, the synchronization of the Work in timed-relation with a
25386moving image ("synching") will be considered a Derivative Work for the
25387purpose of this License.
25388
25389c. "Licensor" means the individual or entity that offers the Work under
25390the terms of this License.
25391
25392d. "Original Author" means the individual or entity who created the
25393Work.
25394
25395e. "Work" means the copyrightable work of authorship offered under the
25396terms of this License.
25397
25398f. "You" means an individual or entity exercising rights under this
25399License who has not previously violated the terms of this License with
25400respect to the Work, or who has received express permission from the
25401Licensor to exercise rights under this License despite a previous
25402violation.
25403
25404g. "License Elements" means the following high-level license attributes
25405as selected by Licensor and indicated in the title of this License:
25406Attribution, Noncommercial, ShareAlike.
25407
254082. Fair Use Rights. Nothing in this license is intended to reduce,
25409limit, or restrict any rights arising from fair use, first sale or other
25410limitations on the exclusive rights of the copyright owner under
25411copyright law or other applicable laws.
25412
254133. License Grant. Subject to the terms and conditions of this License,
25414Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
25415perpetual (for the duration of the applicable copyright) license to
25416exercise the rights in the Work as stated below:
25417
25418a. to reproduce the Work, to incorporate the Work into one or more
25419Collective Works, and to reproduce the Work as incorporated in the
25420Collective Works;
25421
25422b. to create and reproduce Derivative Works;
25423
25424c. to distribute copies or phonorecords of, display publicly, perform
25425publicly, and perform publicly by means of a digital audio transmission
25426the Work including as incorporated in Collective Works;
25427
25428d. to distribute copies or phonorecords of, display publicly, perform
25429publicly, and perform publicly by means of a digital audio transmission
25430Derivative Works;
25431
25432The above rights may be exercised in all media and formats whether now
25433known or hereafter devised. The above rights include the right to make
25434such modifications as are technically necessary to exercise the rights
25435in other media and formats. All rights not expressly granted by Licensor
25436are hereby reserved, including but not limited to the rights set forth
25437in Sections 4(e) and 4(f).
25438
254394. Restrictions. The license granted in Section 3 above is expressly
25440made subject to and limited by the following restrictions:
25441
25442a. You may distribute, publicly display, publicly perform, or publicly
25443digitally perform the Work only under the terms of this License, and You
25444must include a copy of, or the Uniform Resource Identifier for, this
25445License with every copy or phonorecord of the Work You distribute,
25446publicly display, publicly perform, or publicly digitally perform. You
25447may not offer or impose any terms on the Work that alter or restrict the
25448terms of this License or the recipients'' exercise of the rights granted
25449hereunder. You may not sublicense the Work. You must keep intact all
25450notices that refer to this License and to the disclaimer of warranties.
25451You may not distribute, publicly display, publicly perform, or publicly
25452digitally perform the Work with any technological measures that control
25453access or use of the Work in a manner inconsistent with the terms of
25454this License Agreement. The above applies to the Work as incorporated in
25455a Collective Work, but this does not require the Collective Work apart
25456from the Work itself to be made subject to the terms of this License. If
25457You create a Collective Work, upon notice from any Licensor You must, to
25458the extent practicable, remove from the Collective Work any reference to
25459such Licensor or the Original Author, as requested. If You create a
25460Derivative Work, upon notice from any Licensor You must, to the extent
25461practicable, remove from the Derivative Work any reference to such
25462Licensor or the Original Author, as requested.
25463
25464b. You may distribute, publicly display, publicly perform, or publicly
25465digitally perform a Derivative Work only under the terms of this
25466License, a later version of this License with the same License Elements
25467as this License, or a Creative Commons iCommons license that contains
25468the same License Elements as this License (e.g.
25469Attribution-NonCommercial-ShareAlike 2.0 Japan). You must include a copy
25470of, or the Uniform Resource Identifier for, this License or other
25471license specified in the previous sentence with every copy or
25472phonorecord of each Derivative Work You distribute, publicly display,
25473publicly perform, or publicly digitally perform. You may not offer or
25474impose any terms on the Derivative Works that alter or restrict the
25475terms of this License or the recipients'' exercise of the rights granted
25476hereunder, and You must keep intact all notices that refer to this
25477License and to the disclaimer of warranties. You may not distribute,
25478publicly display, publicly perform, or publicly digitally perform the
25479Derivative Work with any technological measures that control access or
25480use of the Work in a manner inconsistent with the terms of this License
25481Agreement. The above applies to the Derivative Work as incorporated in a
25482Collective Work, but this does not require the Collective Work apart
25483from the Derivative Work itself to be made subject to the terms of this
25484License.
25485
25486c. You may not exercise any of the rights granted to You in Section 3
25487above in any manner that is primarily intended for or directed toward
25488commercial advantage or private monetary compensation. The exchange of
25489the Work for other copyrighted works by means of digital file-sharing or
25490otherwise shall not be considered to be intended for or directed toward
25491commercial advantage or private monetary compensation, provided there is
25492no payment of any monetary compensation in connection with the exchange
25493of copyrighted works.
25494
25495d. If you distribute, publicly display, publicly perform, or publicly
25496digitally perform the Work or any Derivative Works or Collective Works,
25497You must keep intact all copyright notices for the Work and give the
25498Original Author credit reasonable to the medium or means You are
25499utilizing by conveying the name (or pseudonym if applicable) of the
25500Original Author if supplied; the title of the Work if supplied; to the
25501extent reasonably practicable, the Uniform Resource Identifier, if any,
25502that Licensor specifies to be associated with the Work, unless such URI
25503does not refer to the copyright notice or licensing information for the
25504Work; and in the case of a Derivative Work, a credit identifying the use
25505of the Work in the Derivative Work (e.g., "French translation of the
25506Work by Original Author," or "Screenplay based on original Work by
25507Original Author"). Such credit may be implemented in any reasonable
25508manner; provided, however, that in the case of a Derivative Work or
25509Collective Work, at a minimum such credit will appear where any other
25510comparable authorship credit appears and in a manner at least as
25511prominent as such other comparable authorship credit.
25512
25513e. For the avoidance of doubt, where the Work is a musical composition:
25514
25515i. Performance Royalties Under Blanket Licenses. Licensor reserves the
25516exclusive right to collect, whether individually or via a performance
25517rights society (e.g. ASCAP, BMI, SESAC), royalties for the public
25518performance or public digital performance (e.g. webcast) of the Work if
25519that performance is primarily intended for or directed toward commercial
25520advantage or private monetary compensation.
25521
25522ii. Mechanical Rights and Statutory Royalties. Licensor reserves the
25523exclusive right to collect, whether individually or via a music rights
25524agency or designated agent (e.g. Harry Fox Agency), royalties for any
25525phonorecord You create from the Work ("cover version") and distribute,
25526subject to the compulsory license created by 17 USC Section 115 of the
25527US Copyright Act (or the equivalent in other jurisdictions), if Your
25528distribution of such cover version is primarily intended for or directed
25529toward commercial advantage or private monetary compensation.
25530
25531f. Webcasting Rights and Statutory Royalties. For the avoidance of
25532doubt, where the Work is a sound recording, Licensor reserves the
25533exclusive right to collect, whether individually or via a
25534performance-rights society (e.g. SoundExchange), royalties for the
25535public digital performance (e.g. webcast) of the Work, subject to the
25536compulsory license created by 17 USC Section 114 of the US Copyright Act
25537(or the equivalent in other jurisdictions), if Your public digital
25538performance is primarily intended for or directed toward commercial
25539advantage or private monetary compensation.
25540
255415. Representations, Warranties and Disclaimer
25542
25543UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
25544OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
25545KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
25546INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
25547FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
25548LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
25549WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
25550EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
25551
255526. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
25553LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
25554ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
25555ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
25556BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
25557
255587. Termination
25559
25560a. This License and the rights granted hereunder will terminate
25561automatically upon any breach by You of the terms of this License.
25562Individuals or entities who have received Derivative Works or Collective
25563Works from You under this License, however, will not have their licenses
25564terminated provided such individuals or entities remain in full
25565compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
25566survive any termination of this License.
25567
25568b. Subject to the above terms and conditions, the license granted here
25569is perpetual (for the duration of the applicable copyright in the Work).
25570Notwithstanding the above, Licensor reserves the right to release the
25571Work under different license terms or to stop distributing the Work at
25572any time; provided, however that any such election will not serve to
25573withdraw this License (or any other license that has been, or is
25574required to be, granted under the terms of this License), and this
25575License will continue in full force and effect unless terminated as
25576stated above.
25577
255788. Miscellaneous
25579
25580a. Each time You distribute or publicly digitally perform the Work or a
25581Collective Work, the Licensor offers to the recipient a license to the
25582Work on the same terms and conditions as the license granted to You
25583under this License.
25584
25585b. Each time You distribute or publicly digitally perform a Derivative
25586Work, Licensor offers to the recipient a license to the original Work on
25587the same terms and conditions as the license granted to You under this
25588License.
25589
25590c. If any provision of this License is invalid or unenforceable under
25591applicable law, it shall not affect the validity or enforceability of
25592the remainder of the terms of this License, and without further action
25593by the parties to this agreement, such provision shall be reformed to
25594the minimum extent necessary to make such provision valid and
25595enforceable.
25596
25597d. No term or provision of this License shall be deemed waived and no
25598breach consented to unless such waiver or consent shall be in writing
25599and signed by the party to be charged with such waiver or consent.
25600
25601e. This License constitutes the entire agreement between the parties
25602with respect to the Work licensed here. There are no understandings,
25603agreements or representations with respect to the Work not specified
25604here. Licensor shall not be bound by any additional provisions that may
25605appear in any communication from You. This License may not be modified
25606without the mutual written agreement of the Licensor and You.
25607
25608
25609Creative Commons is not a party to this License, and makes no warranty
25610whatsoever in connection with the Work. Creative Commons will not be
25611liable to You or any party on any legal theory for any damages
25612whatsoever, including without limitation any general, special,
25613incidental or consequential damages arising in connection to this
25614license. Notwithstanding the foregoing two (2) sentences, if Creative
25615Commons has expressly identified itself as the Licensor hereunder, it
25616shall have all rights and obligations of Licensor.
25617
25618Except for the limited purpose of indicating to the public that the Work
25619is licensed under the CCPL, neither party will use the trademark
25620"Creative Commons" or any related trademark or logo of Creative Commons
25621without the prior written consent of Creative Commons. Any permitted use
25622will be in compliance with Creative Commons'' then-current trademark
25623usage guidelines, as may be published on its website or otherwise made
25624available upon request from time to time.
25625
25626Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by-nc-sa/2.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial Share Alike 2.0', NULL, NULL, NULL, '', NULL, false, false, false, 'cd560931279c6f70cb71bb47fbe48d84', 1, NULL);
25627INSERT INTO license_ref VALUES (415, 'CC-BY-NC-ND-3.0', 'Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported
25628
25629CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
25630LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
25631ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
25632ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
25633INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
25634ITS USE.
25635
25636License
25637
25638THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
25639COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
25640COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
25641AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
25642
25643BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
25644TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
25645BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
25646CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
25647CONDITIONS.
25648
256491. Definitions
25650
25651a. "Adaptation" means a work based upon the Work, or upon the Work and
25652other pre-existing works, such as a translation, adaptation, derivative
25653work, arrangement of music or other alterations of a literary or
25654artistic work, or phonogram or performance and includes cinematographic
25655adaptations or any other form in which the Work may be recast,
25656transformed, or adapted including in any form recognizably derived from
25657the original, except that a work that constitutes a Collection will not
25658be considered an Adaptation for the purpose of this License. For the
25659avoidance of doubt, where the Work is a musical work, performance or
25660phonogram, the synchronization of the Work in timed-relation with a
25661moving image ("synching") will be considered an Adaptation for the
25662purpose of this License.
25663
25664b. "Collection" means a collection of literary or artistic works, such
25665as encyclopedias and anthologies, or performances, phonograms or
25666broadcasts, or other works or subject matter other than works listed in
25667Section 1(f) below, which, by reason of the selection and arrangement of
25668their contents, constitute intellectual creations, in which the Work is
25669included in its entirety in unmodified form along with one or more other
25670contributions, each constituting separate and independent works in
25671themselves, which together are assembled into a collective whole. A work
25672that constitutes a Collection will not be considered an Adaptation (as
25673defined above) for the purposes of this License.
25674
25675c. "Distribute" means to make available to the public the original and
25676copies of the Work through sale or other transfer of ownership.
25677
25678d. "Licensor" means the individual, individuals, entity or entities that
25679offer(s) the Work under the terms of this License.
25680
25681e. "Original Author" means, in the case of a literary or artistic work,
25682the individual, individuals, entity or entities who created the Work or
25683if no individual or entity can be identified, the publisher; and in
25684addition (i) in the case of a performance the actors, singers,
25685musicians, dancers, and other persons who act, sing, deliver, declaim,
25686play in, interpret or otherwise perform literary or artistic works or
25687expressions of folklore; (ii) in the case of a phonogram the producer
25688being the person or legal entity who first fixes the sounds of a
25689performance or other sounds; and, (iii) in the case of broadcasts, the
25690organization that transmits the broadcast.
25691
25692f. "Work" means the literary and/or artistic work offered under the
25693terms of this License including without limitation any production in the
25694literary, scientific and artistic domain, whatever may be the mode or
25695form of its expression including digital form, such as a book, pamphlet
25696and other writing; a lecture, address, sermon or other work of the same
25697nature; a dramatic or dramatico-musical work; a choreographic work or
25698entertainment in dumb show; a musical composition with or without words;
25699a cinematographic work to which are assimilated works expressed by a
25700process analogous to cinematography; a work of drawing, painting,
25701architecture, sculpture, engraving or lithography; a photographic work
25702to which are assimilated works expressed by a process analogous to
25703photography; a work of applied art; an illustration, map, plan, sketch
25704or three-dimensional work relative to geography, topography,
25705architecture or science; a performance; a broadcast; a phonogram; a
25706compilation of data to the extent it is protected as a copyrightable
25707work; or a work performed by a variety or circus performer to the extent
25708it is not otherwise considered a literary or artistic work.
25709
25710g. "You" means an individual or entity exercising rights under this
25711License who has not previously violated the terms of this License with
25712respect to the Work, or who has received express permission from the
25713Licensor to exercise rights under this License despite a previous
25714violation.
25715
25716h. "Publicly Perform" means to perform public recitations of the Work
25717and to communicate to the public those public recitations, by any means
25718or process, including by wire or wireless means or public digital
25719performances; to make available to the public Works in such a way that
25720members of the public may access these Works from a place and at a place
25721individually chosen by them; to perform the Work to the public by any
25722means or process and the communication to the public of the performances
25723of the Work, including by public digital performance; to broadcast and
25724rebroadcast the Work by any means including signs, sounds or images.
25725
25726i. "Reproduce" means to make copies of the Work by any means including
25727without limitation by sound or visual recordings and the right of
25728fixation and reproducing fixations of the Work, including storage of a
25729protected performance or phonogram in digital form or other electronic
25730medium.
25731
257322. Fair Dealing Rights. Nothing in this License is intended to reduce,
25733limit, or restrict any uses free from copyright or rights arising from
25734limitations or exceptions that are provided for in connection with the
25735copyright protection under copyright law or other applicable laws.
25736
257373. License Grant. Subject to the terms and conditions of this License,
25738Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
25739perpetual (for the duration of the applicable copyright) license to
25740exercise the rights in the Work as stated below:
25741
25742a. to Reproduce the Work, to incorporate the Work into one or more
25743Collections, and to Reproduce the Work as incorporated in the
25744Collections; and,
25745
25746b. to Distribute and Publicly Perform the Work including as incorporated
25747in Collections.
25748
25749The above rights may be exercised in all media and formats whether now
25750known or hereafter devised. The above rights include the right to make
25751such modifications as are technically necessary to exercise the rights
25752in other media and formats, but otherwise you have no rights to make
25753Adaptations. Subject to 8(f), all rights not expressly granted by
25754Licensor are hereby reserved, including but not limited to the rights
25755set forth in Section 4(d).
25756
257574. Restrictions. The license granted in Section 3 above is expressly
25758made subject to and limited by the following restrictions:
25759
25760a. You may Distribute or Publicly Perform the Work only under the terms
25761of this License. You must include a copy of, or the Uniform Resource
25762Identifier (URI) for, this License with every copy of the Work You
25763Distribute or Publicly Perform. You may not offer or impose any terms on
25764the Work that restrict the terms of this License or the ability of the
25765recipient of the Work to exercise the rights granted to that recipient
25766under the terms of the License. You may not sublicense the Work. You
25767must keep intact all notices that refer to this License and to the
25768disclaimer of warranties with every copy of the Work You Distribute or
25769Publicly Perform. When You Distribute or Publicly Perform the Work, You
25770may not impose any effective technological measures on the Work that
25771restrict the ability of a recipient of the Work from You to exercise the
25772rights granted to that recipient under the terms of the License. This
25773Section 4(a) applies to the Work as incorporated in a Collection, but
25774this does not require the Collection apart from the Work itself to be
25775made subject to the terms of this License. If You create a Collection,
25776upon notice from any Licensor You must, to the extent practicable,
25777remove from the Collection any credit as required by Section 4(c), as
25778requested.
25779
25780b. You may not exercise any of the rights granted to You in Section 3
25781above in any manner that is primarily intended for or directed toward
25782commercial advantage or private monetary compensation. The exchange of
25783the Work for other copyrighted works by means of digital file-sharing or
25784otherwise shall not be considered to be intended for or directed toward
25785commercial advantage or private monetary compensation, provided there is
25786no payment of any monetary compensation in connection with the exchange
25787of copyrighted works.
25788
25789c. If You Distribute, or Publicly Perform the Work or Collections, You
25790must, unless a request has been made pursuant to Section 4(a), keep
25791intact all copyright notices for the Work and provide, reasonable to the
25792medium or means You are utilizing: (i) the name of the Original Author
25793(or pseudonym, if applicable) if supplied, and/or if the Original Author
25794and/or Licensor designate another party or parties (e.g., a sponsor
25795institute, publishing entity, journal) for attribution ("Attribution
25796Parties") in Licensor''s copyright notice, terms of service or by other
25797reasonable means, the name of such party or parties; (ii) the title of
25798the Work if supplied; (iii) to the extent reasonably practicable, the
25799URI, if any, that Licensor specifies to be associated with the Work,
25800unless such URI does not refer to the copyright notice or licensing
25801information for the Work. The credit required by this Section 4(c) may
25802be implemented in any reasonable manner; provided, however, that in the
25803case of a Collection, at a minimum such credit will appear, if a credit
25804for all contributing authors of Collection appears, then as part of
25805these credits and in a manner at least as prominent as the credits for
25806the other contributing authors. For the avoidance of doubt, You may only
25807use the credit required by this Section for the purpose of attribution
25808in the manner set out above and, by exercising Your rights under this
25809License, You may not implicitly or explicitly assert or imply any
25810connection with, sponsorship or endorsement by the Original Author,
25811Licensor and/or Attribution Parties, as appropriate, of You or Your use
25812of the Work, without the separate, express prior written permission of
25813the Original Author, Licensor and/or Attribution Parties.
25814
25815d. For the avoidance of doubt:
25816
25817i. Non-waivable Compulsory License Schemes. In those jurisdictions in
25818which the right to collect royalties through any statutory or compulsory
25819licensing scheme cannot be waived, the Licensor reserves the exclusive
25820right to collect such royalties for any exercise by You of the rights
25821granted under this License;
25822
25823ii. Waivable Compulsory License Schemes. In those jurisdictions in which
25824the right to collect royalties through any statutory or compulsory
25825licensing scheme can be waived, the Licensor reserves the exclusive
25826right to collect such royalties for any exercise by You of the rights
25827granted under this License if Your exercise of such rights is for a
25828purpose or use which is otherwise than noncommercial as permitted under
25829Section 4(b) and otherwise waives the right to collect royalties through
25830any statutory or compulsory licensing scheme; and,
25831
25832iii. Voluntary License Schemes. The Licensor reserves the right to
25833collect royalties, whether individually or, in the event that the
25834Licensor is a member of a collecting society that administers voluntary
25835licensing schemes, via that society, from any exercise by You of the
25836rights granted under this License that is for a purpose or use which is
25837otherwise than noncommercial as permitted under Section 4(b).
25838
25839e. Except as otherwise agreed in writing by the Licensor or as may be
25840otherwise permitted by applicable law, if You Reproduce, Distribute or
25841Publicly Perform the Work either by itself or as part of any
25842Collections, You must not distort, mutilate, modify or take other
25843derogatory action in relation to the Work which would be prejudicial to
25844the Original Author''s honor or reputation.
25845
258465. Representations, Warranties and Disclaimer
25847
25848UNLESS OTHERWISE MUTUALLY AGREED BY THE PARTIES IN WRITING, LICENSOR
25849OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
25850KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
25851INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
25852FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
25853LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
25854WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
25855EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
25856
258576. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
25858LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
25859ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
25860ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
25861BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
25862
258637. Termination
25864
25865a. This License and the rights granted hereunder will terminate
25866automatically upon any breach by You of the terms of this License.
25867Individuals or entities who have received Collections from You under
25868this License, however, will not have their licenses terminated provided
25869such individuals or entities remain in full compliance with those
25870licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of
25871this License.
25872
25873b. Subject to the above terms and conditions, the license granted here
25874is perpetual (for the duration of the applicable copyright in the Work).
25875Notwithstanding the above, Licensor reserves the right to release the
25876Work under different license terms or to stop distributing the Work at
25877any time; provided, however that any such election will not serve to
25878withdraw this License (or any other license that has been, or is
25879required to be, granted under the terms of this License), and this
25880License will continue in full force and effect unless terminated as
25881stated above.
25882
258838. Miscellaneous
25884
25885a. Each time You Distribute or Publicly Perform the Work or a
25886Collection, the Licensor offers to the recipient a license to the Work
25887on the same terms and conditions as the license granted to You under
25888this License.
25889
25890b. If any provision of this License is invalid or unenforceable under
25891applicable law, it shall not affect the validity or enforceability of
25892the remainder of the terms of this License, and without further action
25893by the parties to this agreement, such provision shall be reformed to
25894the minimum extent necessary to make such provision valid and
25895enforceable.
25896
25897c. No term or provision of this License shall be deemed waived and no
25898breach consented to unless such waiver or consent shall be in writing
25899and signed by the party to be charged with such waiver or consent.
25900
25901d. This License constitutes the entire agreement between the parties
25902with respect to the Work licensed here. There are no understandings,
25903agreements or representations with respect to the Work not specified
25904here. Licensor shall not be bound by any additional provisions that may
25905appear in any communication from You. This License may not be modified
25906without the mutual written agreement of the Licensor and You.
25907
25908e. The rights granted under, and the subject matter referenced, in this
25909License were drafted utilizing the terminology of the Berne Convention
25910for the Protection of Literary and Artistic Works (as amended on
25911September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
25912Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and
25913the Universal Copyright Convention (as revised on July 24, 1971). These
25914rights and subject matter take effect in the relevant jurisdiction in
25915which the License terms are sought to be enforced according to the
25916corresponding provisions of the implementation of those treaty
25917provisions in the applicable national law. If the standard suite of
25918rights granted under applicable copyright law includes additional rights
25919not granted under this License, such additional rights are deemed to be
25920included in the License; this License is not intended to restrict the
25921license of any rights under applicable law.
25922
25923
25924Creative Commons Notice
25925
25926Creative Commons is not a party to this License, and makes no warranty
25927whatsoever in connection with the Work. Creative Commons will not be
25928liable to You or any party on any legal theory for any damages
25929whatsoever, including without limitation any general, special,
25930incidental or consequential damages arising in connection to this
25931license. Notwithstanding the foregoing two (2) sentences, if Creative
25932Commons has expressly identified itself as the Licensor hereunder, it
25933shall have all rights and obligations of Licensor.
25934
25935Except for the limited purpose of indicating to the public that the Work
25936is licensed under the CCPL, Creative Commons does not authorize the use
25937by either party of the trademark "Creative Commons" or any related
25938trademark or logo of Creative Commons without the prior written consent
25939of Creative Commons. Any permitted use will be in compliance with
25940Creative Commons'' then-current trademark usage guidelines, as may be
25941published on its website or otherwise made available upon request from
25942time to time. For the avoidance of doubt, this trademark restriction
25943does not form part of this License.
25944
25945Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial No Derivatives 3.0', NULL, NULL, NULL, '', NULL, false, false, false, 'ba13d3c12a744ca77a0809b12047c9d1', 1, NULL);
25946INSERT INTO license_ref VALUES (337, 'LPPL-1.1', 'The LaTeX Project Public License
25947=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
25948
25949LPPL Version 1.1  1999-07-10
25950
25951Copyright 1999 LaTeX3 Project
25952    Everyone is allowed to distribute verbatim copies of this
25953    license document, but modification of it is not allowed.
25954
25955
25956PREAMBLE
25957========
25958
25959The LaTeX Project Public License (LPPL) is the license under which the
25960base LaTeX distribution is distributed.
25961
25962You may use this license for any program that you have written and wish
25963to distribute.  This license may be particularly suitable if your
25964program is TeX-related (such as a LaTeX package), but you may use it
25965even if your program is unrelated to TeX.  The section `WHETHER AND HOW
25966TO DISTRIBUTE PROGRAMS UNDER THIS LICENSE'', below, gives instructions,
25967examples, and recommendations for authors who are considering
25968distributing their programs under this license.
25969
25970In this license document, `The Program'' refers to any program
25971distributed under this license.
25972
25973This license gives conditions under which The Program may be distributed
25974and conditions under which modified versions of The Program may be
25975distributed.  Individual files of The Program may bear supplementary
25976and/or superseding conditions on modification of themselves and on the
25977distribution of modified versions of themselves, but *no* file of The
25978Program may bear supplementary or superseding conditions on the
25979distribution of an unmodified copy of the file.  A distributor wishing
25980to distribute a complete, unmodified copy of The Program therefore
25981needs to check the conditions only in this license and nowhere else.
25982
25983Activities other than distribution and/or modification of The Program
25984are not covered by this license; they are outside its scope.  In
25985particular, the act of running The Program is not restricted.
25986
25987We, the LaTeX3 Project, believe that the conditions below give you
25988the freedom to make and distribute modified versions of The Program
25989that conform with whatever technical specifications you wish while
25990maintaining the availability, integrity, and reliability of
25991The Program.  If you do not see how to achieve your goal while
25992meeting these conditions, then read the document `cfgguide.tex''
25993in the base LaTeX distribution for suggestions.
25994
25995
25996CONDITIONS ON DISTRIBUTION AND MODIFICATION
25997===========================================
25998
25999You may distribute a complete, unmodified copy of The Program.
26000Distribution of only part of The Program is not allowed.
26001
26002You may not modify in any way a file of The Program that bears a legal
26003notice forbidding modification of that file.
26004
26005You may distribute a modified file of The Program if, and only if, the
26006following eight conditions are met:
26007
26008  1. You must meet any additional conditions borne by the file on the
26009     distribution of a modified version of the file as described below
26010     in the subsection `Additional Conditions on Individual Files of
26011     The Program''.
26012
26013  2. If the file is a LaTeX software file, then you must meet any
26014     applicable additional conditions on the distribution of a modified
26015     version of the file that are described below in the subsection
26016     `Additional Conditions on LaTeX Software Files''.
26017
26018  3. You must not distribute the modified file with the filename of the
26019     original file.
26020
26021  4. In the modified file, you must acknowledge the authorship and
26022     name of the original file, and the name (if any) of the program
26023     which contains it.
26024
26025  5. You must change any identification string in the file to indicate
26026     clearly that the modified file is not part of The Program.
26027
26028  6. You must change any addresses in the modified file for the
26029     reporting of errors in the file or in The Program generally to
26030     ensure that reports for files no longer maintained by the original
26031     maintainers will be directed to the maintainers of the modified
26032     files.
26033
26034  7. You must distribute the modified file under a license that forbids
26035     distribution both of the modified file and of any files derived
26036     from the modified file with the filename of the original file.
26037
26038  8. You must do either (A) or (B):
26039
26040       (A) distribute a copy of The Program (that is, a complete,
26041           unmodified copy of The Program) together with the modified
26042           file; if your distribution of the modified file is made by
26043           offering access to copy the modified file from a designated
26044           place, then offering equivalent access to copy The Program
26045           from the same place meets this condition, even though third
26046           parties are not compelled to copy The Program along with the
26047           modified file;
26048
26049       (B) provide to those who receive the modified file information
26050           that is sufficient for them to obtain a copy of The Program;
26051           for example, you may provide a Uniform Resource Locator (URL)
26052           for a site that you expect will provide them with a copy of
26053           The Program free of charge (either the version from which
26054           your modification is derived, or perhaps a later version).
26055
26056Note that in the above, `distribution'' of a file means making the
26057file available to others by any means.  This includes, for instance,
26058installing the file on any machine in such a way that the file is
26059accessible by users other than yourself.  `Modification'' of a file
26060means any procedure that produces a derivative file under any
26061applicable law -- that is, a file containing the original file or
26062a significant portion of it, either verbatim or with modifications
26063and/or translated into another language.
26064
26065Changing the name of a file is considered to be a modification of
26066the file.
26067
26068The distribution conditions in this license do not have to be
26069applied to files that have been modified in accordance with the
26070above conditions.  Note, however, that Condition 7. does apply to
26071any such modified file.
26072
26073The conditions above are not intended to prohibit, and hence do not
26074apply to, the updating, by any method, of a file so that it becomes
26075identical to the latest version of that file of The Program.
26076
26077
26078
26079A Recommendation on Modification Without Distribution
26080-----------------------------------------------------
26081
26082It is wise never to modify a file of The Program, even for your own
26083personal use, without also meeting the above eight conditions for
26084distributing the modified file.  While you might intend that such
26085modified files will never be distributed, often this will happen by
26086accident -- you may forget that you have modified the file; or it may
26087not occur to you when allowing others to access the modified file
26088that you are thus distributing it and violating the conditions of
26089this license.  It is usually in your best interest to keep your copy
26090of The Program identical with the public one.  Many programs provide
26091ways to control the behavior of that program without altering its
26092licensed files.
26093
26094
26095Additional Conditions on Individual Files of The Program
26096--------------------------------------------------------
26097
26098An individual file of The Program may bear additional conditions that
26099supplement and/or supersede the conditions in this license if, and only
26100if, such additional conditions exclusively concern modification of the
26101file or distribution of a modified version of the file.  The conditions
26102on individual files of The Program therefore may differ only with
26103respect to the kind and extent of modification of those files that
26104is allowed, and with respect to the distribution of modified versions
26105of those files.
26106
26107
26108Additional Conditions on LaTeX Software Files
26109---------------------------------------------
26110
26111If a file of The Program is intended to be used with LaTeX (that is,
26112if it is a LaTeX software file), then the following additional
26113conditions, which supplement and/or supersede the conditions
26114above, apply to the file according to its filename extension:
26115
26116  - You may not modify any file with filename extension `.ins'' since
26117    these are installation files containing the legal notices that are
26118    placed in the files they generate.
26119
26120  - You may distribute modified versions of files with filename
26121    extension `.fd'' (LaTeX font definition files) under the standard
26122    conditions of the LPPL as described above.  You may also distribute
26123    such modified LaTeX font definition files with their original names
26124    provided that:
26125    (1) the only changes to the original files either enable use of
26126        available fonts or prevent attempts to access unavailable fonts;
26127    (2) you also distribute the original, unmodified files (TeX input
26128        paths can be used to control which set of LaTeX font definition
26129        files is actually used by TeX).
26130
26131  - You may distribute modified versions of files with filename
26132    extension `.cfg'' (configuration files) with their original names.
26133    The Program may (and usually will) specify the range of commands
26134    that are allowed in a particular configuration file.
26135
26136Because of portability and exchangeability issues in LaTeX software,
26137The LaTeX3 Project deprecates the distribution of modified versions of
26138components of LaTeX or of generally available contributed code for them,
26139but such distribution can meet the conditions of this license.
26140
26141
26142NO WARRANTY
26143===========
26144
26145There is no warranty for The Program.  Except when otherwise stated in
26146writing, The Copyright Holder provides The Program `as is'', without
26147warranty of any kind, either expressed or implied, including, but not
26148limited to, the implied warranties of merchantability and fitness for
26149a particular purpose.  The entire risk as to the quality and performance
26150of The Program is with you.  Should The Program prove defective, you
26151assume the cost of all necessary servicing, repair, or correction.
26152
26153In no event unless agreed to in writing will The Copyright Holder, or
26154any author named in the files of The Program, or any other party who may
26155distribute and/or modify The Program as permitted below, be liable to
26156you for damages, including any general, special, incidental or
26157consequential damages arising out of any use of The Program or out of
26158inability to use The Program (including, but not limited to, loss of
26159data, data being rendered inaccurate, or losses sustained by anyone as
26160a result of any failure of The Program to operate with any other
26161programs), even if The Copyright Holder or said author or said other
26162party has been advised of the possibility of such damages.
26163
26164
26165WHETHER AND HOW TO DISTRIBUTE PROGRAMS UNDER THIS LICENSE
26166=========================================================
26167
26168This section contains important instructions, examples, and
26169recommendations for authors who are considering distributing their
26170programs under this license.  These authors are addressed as `you'' in
26171this section.
26172
26173
26174Choosing This License or Another License
26175----------------------------------------
26176
26177If for any part of your program you want or need to use *distribution*
26178conditions that differ from those in this license, then do not refer to
26179this license anywhere in your program but instead distribute your
26180program under a different license.  You may use the text of this license
26181as a model for your own license, but your license should not refer to
26182the LPPL or otherwise give the impression that your program is
26183distributed under the LPPL.
26184
26185The document `modguide.tex'' in the base LaTeX distribution explains
26186the motivation behind the conditions of this license.  It explains,
26187for example, why distributing LaTeX under the GNU General Public
26188License (GPL) was considered inappropriate.  Even if your program is
26189unrelated to LaTeX, the discussion in `modguide.tex'' may still be
26190relevant, and authors intending to distribute their programs under any
26191license are encouraged to read it.
26192
26193
26194How to Use This License
26195-----------------------
26196
26197To use this license, place in each of the files of your program both
26198an explicit copyright notice including your name and the year and also
26199a statement that the distribution and/or modification of the file is
26200constrained by the conditions in this license.
26201
26202Here is an example of such a notice and statement:
26203
26204  %% pig.dtx
26205  %% Copyright 2001 M. Y. Name
26206  %
26207  % This program may be distributed and/or modified under the
26208  % conditions of the LaTeX Project Public License, either version 1.1
26209  % of this license or (at your option) any later version.
26210  % The latest version of this license is in
26211  %   http://www.latex-project.org/lppl.txt
26212  % and version 1.1 or later is part of all distributions of LaTeX
26213  % version 1999/06/01 or later.
26214  %
26215  % This program consists of the files pig.dtx and pig.ins
26216
26217Given such a notice and statement in a file, the conditions given in
26218this license document would apply, with `The Program'' referring to the
26219two files `pig.dtx'' and `pig.ins'', and `The Copyright Holder'' referring
26220to the person `M. Y. Name''.
26221
26222
26223Important Recommendations
26224-------------------------
26225
26226 Defining What Constitutes The Program
26227
26228   The LPPL requires that distributions of The Program contain all the
26229   files of The Program.  It is therefore important that you provide a
26230   way for the licensee to determine which files constitute The Program.
26231   This could, for example, be achieved by explicitly listing all the
26232   files of The Program near the copyright notice of each file or by
26233   using a line like
26234
26235    % This program consists of all files listed in manifest.txt.
26236
26237   in that place.  In the absence of an unequivocal list it might be
26238   impossible for the licensee to determine what is considered by you
26239   to comprise The Program.
26240
26241 Noting Exceptional Files
26242
26243   If The Program contains any files bearing additional conditions on
26244   modification, or on distribution of modified versions, of those
26245   files (other than those listed in `Additional Conditions on LaTeX
26246   Software Files''), then it is recommended that The Program contain a
26247   prominent file that defines the exceptional conditions, and either
26248   lists the exceptional files or defines one or more categories of
26249   exceptional files.
26250
26251   Files containing the text of a license (such as this file) are
26252   often examples of files bearing more restrictive conditions on
26253   modification.  LaTeX configuration files (with filename extension
26254   `.cfg'') are examples of files bearing less restrictive conditions
26255   on the distribution of a modified version of the file.  The
26256   additional conditions on LaTeX software given above are examples
26257   of declaring a category of files bearing exceptional additional
26258   conditions.', 'http://www.latex-project.org/lppl/lppl-1-1.txt', NULL, NULL, NULL, 'LaTeX Project Public License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, '4e88707609365632dcbc79ac660d1c6d', 1, NULL);
26259INSERT INTO license_ref VALUES (358, 'MitreCVW', 'Collaborative Virtual Workspace License (CVW)
26260
26261License Agreement
26262General
26263Redistribution of the CVW software or derived works must reproduce MITRE''s copyright
26264designation and this License in the documentation and/or other materials provided with the
26265distribution.
26266Copyright &copy 1994-1999. The MITRE Corporation (
26267target="_top">http://www.mitre.org/). All Rights Reserved.
26268
26269The terms "MITRE" and "The MITRE Corporation" are trademarks of The
26270MITRE Corporation and must not be used to endorse or promote products derived from this
26271software or in redistribution of this software in any form.
26272The terms "CVW" and "Collaborative Virtual Workspace" are trademarks
26273of The MITRE Corporation and must not be used to endorse or promote products derived from
26274this software without the prior written permission of MITRE. For written permission,
26275please contact corpc@mitre.org.
26276UNITED STATES GOVERNMENT RIGHTS: This software was produced for the U.S. Government
26277under Contract No. F19628-99-C-0001, and is subject to the Rights in Noncommercial
26278Computer Software and Noncommercial Computer Software Documentation Clause (DFARS)
26279252.227-7014 (JUN 1995). The Licensee agrees that the US Government will not be charged
26280any license fee and/or royalties related to this software.
26281Downloaders of the CVW software may choose to have their access to and use of the CVW
26282software governed under either the GNU General Public License (Version 2) or the Mozilla
26283License (Version 1.0). In either case, if you transmit source code improvements or
26284modifications to MITRE, you agree to assign to MITRE copyright to such improvements or
26285modifications, which MITRE will then make available from MITRE''s web site.
26286If you choose to use the Mozilla License (Version 1.0), please note that because the
26287software in this module was developed using, at least in part, Government funds, the
26288Government has certain rights in the module which apply instead of the Government rights
26289in Section 10 of the Mozilla License. These Government rights DO NOT affect your right to
26290use the module on an Open Source basis as set forth in the Mozilla License. The statement
26291of Government rights which replaces Section 10 of the Mozilla License is stated in Section
262924 above.
26293Licenses', 'http://www.opensource.org/licenses/mitrepl.php', NULL, NULL, NULL, 'Mitre Collaborative Virtual Workspace License', NULL, NULL, NULL, '', NULL, false, false, false, 'a3fe24c3227f7472d76b16ce600168f5', 1, NULL);
26294INSERT INTO license_ref VALUES (411, 'CC-BY-NC-SA-3.0', 'Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported
26295
26296CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
26297LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
26298ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
26299ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
26300INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
26301ITS USE.
26302
26303License
26304
26305THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
26306COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
26307COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
26308AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
26309
26310BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
26311TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
26312BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
26313CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
26314CONDITIONS.
26315
263161. Definitions
26317
26318a. "Adaptation" means a work based upon the Work, or upon the Work and
26319other pre-existing works, such as a translation, adaptation, derivative
26320work, arrangement of music or other alterations of a literary or
26321artistic work, or phonogram or performance and includes cinematographic
26322adaptations or any other form in which the Work may be recast,
26323transformed, or adapted including in any form recognizably derived from
26324the original, except that a work that constitutes a Collection will not
26325be considered an Adaptation for the purpose of this License. For the
26326avoidance of doubt, where the Work is a musical work, performance or
26327phonogram, the synchronization of the Work in timed-relation with a
26328moving image ("synching") will be considered an Adaptation for the
26329purpose of this License.
26330
26331b. "Collection" means a collection of literary or artistic works, such
26332as encyclopedias and anthologies, or performances, phonograms or
26333broadcasts, or other works or subject matter other than works listed in
26334Section 1(g) below, which, by reason of the selection and arrangement of
26335their contents, constitute intellectual creations, in which the Work is
26336included in its entirety in unmodified form along with one or more other
26337contributions, each constituting separate and independent works in
26338themselves, which together are assembled into a collective whole. A work
26339that constitutes a Collection will not be considered an Adaptation (as
26340defined above) for the purposes of this License.
26341
26342c. "Distribute" means to make available to the public the original and
26343copies of the Work or Adaptation, as appropriate, through sale or other
26344transfer of ownership.
26345
26346d. "License Elements" means the following high-level license attributes
26347as selected by Licensor and indicated in the title of this License:
26348Attribution, Noncommercial, ShareAlike.
26349
26350e. "Licensor" means the individual, individuals, entity or entities that
26351offer(s) the Work under the terms of this License.
26352
26353f. "Original Author" means, in the case of a literary or artistic work,
26354the individual, individuals, entity or entities who created the Work or
26355if no individual or entity can be identified, the publisher; and in
26356addition (i) in the case of a performance the actors, singers,
26357musicians, dancers, and other persons who act, sing, deliver, declaim,
26358play in, interpret or otherwise perform literary or artistic works or
26359expressions of folklore; (ii) in the case of a phonogram the producer
26360being the person or legal entity who first fixes the sounds of a
26361performance or other sounds; and, (iii) in the case of broadcasts, the
26362organization that transmits the broadcast.
26363
26364g. "Work" means the literary and/or artistic work offered under the
26365terms of this License including without limitation any production in the
26366literary, scientific and artistic domain, whatever may be the mode or
26367form of its expression including digital form, such as a book, pamphlet
26368and other writing; a lecture, address, sermon or other work of the same
26369nature; a dramatic or dramatico-musical work; a choreographic work or
26370entertainment in dumb show; a musical composition with or without words;
26371a cinematographic work to which are assimilated works expressed by a
26372process analogous to cinematography; a work of drawing, painting,
26373architecture, sculpture, engraving or lithography; a photographic work
26374to which are assimilated works expressed by a process analogous to
26375photography; a work of applied art; an illustration, map, plan, sketch
26376or three-dimensional work relative to geography, topography,
26377architecture or science; a performance; a broadcast; a phonogram; a
26378compilation of data to the extent it is protected as a copyrightable
26379work; or a work performed by a variety or circus performer to the extent
26380it is not otherwise considered a literary or artistic work.
26381
26382h. "You" means an individual or entity exercising rights under this
26383License who has not previously violated the terms of this License with
26384respect to the Work, or who has received express permission from the
26385Licensor to exercise rights under this License despite a previous
26386violation.
26387
26388i. "Publicly Perform" means to perform public recitations of the Work
26389and to communicate to the public those public recitations, by any means
26390or process, including by wire or wireless means or public digital
26391performances; to make available to the public Works in such a way that
26392members of the public may access these Works from a place and at a place
26393individually chosen by them; to perform the Work to the public by any
26394means or process and the communication to the public of the performances
26395of the Work, including by public digital performance; to broadcast and
26396rebroadcast the Work by any means including signs, sounds or images.
26397
26398j. "Reproduce" means to make copies of the Work by any means including
26399without limitation by sound or visual recordings and the right of
26400fixation and reproducing fixations of the Work, including storage of a
26401protected performance or phonogram in digital form or other electronic
26402medium.
26403
264042. Fair Dealing Rights. Nothing in this License is intended to reduce,
26405limit, or restrict any uses free from copyright or rights arising from
26406limitations or exceptions that are provided for in connection with the
26407copyright protection under copyright law or other applicable laws.
26408
264093. License Grant. Subject to the terms and conditions of this License,
26410Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
26411perpetual (for the duration of the applicable copyright) license to
26412exercise the rights in the Work as stated below:
26413
26414a. to Reproduce the Work, to incorporate the Work into one or more
26415Collections, and to Reproduce the Work as incorporated in the
26416Collections;
26417
26418b. to create and Reproduce Adaptations provided that any such
26419Adaptation, including any translation in any medium, takes reasonable
26420steps to clearly label, demarcate or otherwise identify that changes
26421were made to the original Work. For example, a translation could be
26422marked "The original work was translated from English to Spanish," or a
26423modification could indicate "The original work has been modified.";
26424
26425c. to Distribute and Publicly Perform the Work including as incorporated
26426in Collections; and,
26427
26428d. to Distribute and Publicly Perform Adaptations.
26429
26430The above rights may be exercised in all media and formats whether now
26431known or hereafter devised. The above rights include the right to make
26432such modifications as are technically necessary to exercise the rights
26433in other media and formats. Subject to Section 8(f), all rights not
26434expressly granted by Licensor are hereby reserved, including but not
26435limited to the rights described in Section 4(e).
26436
264374. Restrictions. The license granted in Section 3 above is expressly
26438made subject to and limited by the following restrictions:
26439
26440a. You may Distribute or Publicly Perform the Work only under the terms
26441of this License. You must include a copy of, or the Uniform Resource
26442Identifier (URI) for, this License with every copy of the Work You
26443Distribute or Publicly Perform. You may not offer or impose any terms on
26444the Work that restrict the terms of this License or the ability of the
26445recipient of the Work to exercise the rights granted to that recipient
26446under the terms of the License. You may not sublicense the Work. You
26447must keep intact all notices that refer to this License and to the
26448disclaimer of warranties with every copy of the Work You Distribute or
26449Publicly Perform. When You Distribute or Publicly Perform the Work, You
26450may not impose any effective technological measures on the Work that
26451restrict the ability of a recipient of the Work from You to exercise the
26452rights granted to that recipient under the terms of the License. This
26453Section 4(a) applies to the Work as incorporated in a Collection, but
26454this does not require the Collection apart from the Work itself to be
26455made subject to the terms of this License. If You create a Collection,
26456upon notice from any Licensor You must, to the extent practicable,
26457remove from the Collection any credit as required by Section 4(d), as
26458requested. If You create an Adaptation, upon notice from any Licensor
26459You must, to the extent practicable, remove from the Adaptation any
26460credit as required by Section 4(d), as requested.
26461
26462b. You may Distribute or Publicly Perform an Adaptation only under: (i)
26463the terms of this License; (ii) a later version of this License with the
26464same License Elements as this License; (iii) a Creative Commons
26465jurisdiction license (either this or a later license version) that
26466contains the same License Elements as this License (e.g.,
26467Attribution-NonCommercial-ShareAlike 3.0 US) ("Applicable License"). You
26468must include a copy of, or the URI, for Applicable License with every
26469copy of each Adaptation You Distribute or Publicly Perform. You may not
26470offer or impose any terms on the Adaptation that restrict the terms of
26471the Applicable License or the ability of the recipient of the Adaptation
26472to exercise the rights granted to that recipient under the terms of the
26473Applicable License. You must keep intact all notices that refer to the
26474Applicable License and to the disclaimer of warranties with every copy
26475of the Work as included in the Adaptation You Distribute or Publicly
26476Perform. When You Distribute or Publicly Perform the Adaptation, You may
26477not impose any effective technological measures on the Adaptation that
26478restrict the ability of a recipient of the Adaptation from You to
26479exercise the rights granted to that recipient under the terms of the
26480Applicable License. This Section 4(b) applies to the Adaptation as
26481incorporated in a Collection, but this does not require the Collection
26482apart from the Adaptation itself to be made subject to the terms of the
26483Applicable License.
26484
26485c. You may not exercise any of the rights granted to You in Section 3
26486above in any manner that is primarily intended for or directed toward
26487commercial advantage or private monetary compensation. The exchange of
26488the Work for other copyrighted works by means of digital file-sharing or
26489otherwise shall not be considered to be intended for or directed toward
26490commercial advantage or private monetary compensation, provided there is
26491no payment of any monetary compensation in con-nection with the exchange
26492of copyrighted works.
26493
26494d. If You Distribute, or Publicly Perform the Work or any Adaptations or
26495Collections, You must, unless a request has been made pursuant to
26496Section 4(a), keep intact all copyright notices for the Work and
26497provide, reasonable to the medium or means You are utilizing: (i) the
26498name of the Original Author (or pseudonym, if applicable) if supplied,
26499and/or if the Original Author and/or Licensor designate another party or
26500parties (e.g., a sponsor institute, publishing entity, journal) for
26501attribution ("Attribution Parties") in Licensor''s copyright notice,
26502terms of service or by other reasonable means, the name of such party or
26503parties; (ii) the title of the Work if supplied; (iii) to the extent
26504reasonably practicable, the URI, if any, that Licensor specifies to be
26505associated with the Work, unless such URI does not refer to the
26506copyright notice or licensing information for the Work; and, (iv)
26507consistent with Section 3(b), in the case of an Adaptation, a credit
26508identifying the use of the Work in the Adaptation (e.g., "French
26509translation of the Work by Original Author," or "Screenplay based on
26510original Work by Original Author"). The credit required by this Section
265114(d) may be implemented in any reasonable manner; provided, however,
26512that in the case of a Adaptation or Collection, at a minimum such credit
26513will appear, if a credit for all contributing authors of the Adaptation
26514or Collection appears, then as part of these credits and in a manner at
26515least as prominent as the credits for the other contributing authors.
26516For the avoidance of doubt, You may only use the credit required by this
26517Section for the purpose of attribution in the manner set out above and,
26518by exercising Your rights under this License, You may not implicitly or
26519explicitly assert or imply any connection with, sponsorship or
26520endorsement by the Original Author, Licensor and/or Attribution Parties,
26521as appropriate, of You or Your use of the Work, without the separate,
26522express prior written permission of the Original Author, Licensor and/or
26523Attribution Parties.
26524
26525e. For the avoidance of doubt:
26526
26527i. Non-waivable Compulsory License Schemes. In those jurisdictions in
26528which the right to collect royalties through any statutory or compulsory
26529licensing scheme cannot be waived, the Licensor reserves the exclusive
26530right to collect such royalties for any exercise by You of the rights
26531granted under this License;
26532
26533ii. Waivable Compulsory License Schemes. In those jurisdictions in which
26534the right to collect royalties through any statutory or compulsory
26535licensing scheme can be waived, the Licensor reserves the exclusive
26536right to collect such royalties for any exercise by You of the rights
26537granted under this License if Your exercise of such rights is for a
26538purpose or use which is otherwise than noncommercial as permitted under
26539Section 4(c) and otherwise waives the right to collect royalties through
26540any statutory or compulsory licensing scheme; and,
26541
26542iii. Voluntary License Schemes. The Licensor reserves the right to
26543collect royalties, whether individually or, in the event that the
26544Licensor is a member of a collecting society that administers voluntary
26545licensing schemes, via that society, from any exercise by You of the
26546rights granted under this License that is for a purpose or use which is
26547otherwise than noncommercial as permitted under Section 4(c).
26548
26549f. Except as otherwise agreed in writing by the Licensor or as may be
26550otherwise permitted by applicable law, if You Reproduce, Distribute or
26551Publicly Perform the Work either by itself or as part of any Adaptations
26552or Collections, You must not distort, mutilate, modify or take other
26553derogatory action in relation to the Work which would be prejudicial to
26554the Original Author''s honor or reputation. Licensor agrees that in those
26555jurisdictions (e.g. Japan), in which any exercise of the right granted
26556in Section 3(b) of this License (the right to make Adaptations) would be
26557deemed to be a distortion, mutilation, modification or other derogatory
26558action prejudicial to the Original Author''s honor and reputation, the
26559Licensor will waive or not assert, as appropriate, this Section, to the
26560fullest extent permitted by the applicable national law, to enable You
26561to reasonably exercise Your right under Section 3(b) of this License
26562(right to make Adaptations) but not otherwise.
26563
265645. Representations, Warranties and Disclaimer
26565
26566UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING AND TO THE
26567FULLEST EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR OFFERS THE WORK
26568AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING
26569THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT
26570LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A
26571PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER
26572DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT
26573DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED
26574WARRANTIES, SO THIS EXCLUSION MAY NOT APPLY TO YOU.
26575
265766. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
26577LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
26578ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
26579ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
26580BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
26581
265827. Termination
26583
26584a. This License and the rights granted hereunder will terminate
26585automatically upon any breach by You of the terms of this License.
26586Individuals or entities who have received Adaptations or Collections
26587from You under this License, however, will not have their licenses
26588terminated provided such individuals or entities remain in full
26589compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
26590survive any termination of this License.
26591
26592b. Subject to the above terms and conditions, the license granted here
26593is perpetual (for the duration of the applicable copyright in the Work).
26594Notwithstanding the above, Licensor reserves the right to release the
26595Work under different license terms or to stop distributing the Work at
26596any time; provided, however that any such election will not serve to
26597withdraw this License (or any other license that has been, or is
26598required to be, granted under the terms of this License), and this
26599License will continue in full force and effect unless terminated as
26600stated above.
26601
266028. Miscellaneous
26603
26604a. Each time You Distribute or Publicly Perform the Work or a
26605Collection, the Licensor offers to the recipient a license to the Work
26606on the same terms and conditions as the license granted to You under
26607this License.
26608
26609b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
26610offers to the recipient a license to the original Work on the same terms
26611and conditions as the license granted to You under this License.
26612
26613c. If any provision of this License is invalid or unenforceable under
26614applicable law, it shall not affect the validity or enforceability of
26615the remainder of the terms of this License, and without further action
26616by the parties to this agreement, such provision shall be reformed to
26617the minimum extent necessary to make such provision valid and
26618enforceable.
26619
26620d. No term or provision of this License shall be deemed waived and no
26621breach consented to unless such waiver or consent shall be in writing
26622and signed by the party to be charged with such waiver or consent.
26623
26624e. This License constitutes the entire agreement between the parties
26625with respect to the Work licensed here. There are no understandings,
26626agreements or representations with respect to the Work not specified
26627here. Licensor shall not be bound by any additional provisions that may
26628appear in any communication from You. This License may not be modified
26629without the mutual written agreement of the Licensor and You.
26630
26631f. The rights granted under, and the subject matter referenced, in this
26632License were drafted utilizing the terminology of the Berne Convention
26633for the Protection of Literary and Artistic Works (as amended on
26634September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
26635Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and
26636the Universal Copyright Convention (as revised on July 24, 1971). These
26637rights and subject matter take effect in the relevant jurisdiction in
26638which the License terms are sought to be enforced according to the
26639corresponding provisions of the implementation of those treaty
26640provisions in the applicable national law. If the standard suite of
26641rights granted under applicable copyright law includes additional rights
26642not granted under this License, such additional rights are deemed to be
26643included in the License; this License is not intended to restrict the
26644license of any rights under applicable law.
26645
26646
26647Creative Commons Notice
26648
26649Creative Commons is not a party to this License, and makes no warranty
26650whatsoever in connection with the Work. Creative Commons will not be
26651liable to You or any party on any legal theory for any damages
26652whatsoever, including without limitation any general, special,
26653incidental or consequential damages arising in connection to this
26654license. Notwithstanding the foregoing two (2) sentences, if Creative
26655Commons has expressly identified itself as the Licensor hereunder, it
26656shall have all rights and obligations of Licensor.
26657
26658Except for the limited purpose of indicating to the public that the Work
26659is licensed under the CCPL, Creative Commons does not authorize the use
26660by either party of the trademark "Creative Commons" or any related
26661trademark or logo of Creative Commons without the prior written consent
26662of Creative Commons. Any permitted use will be in compliance with
26663Creative Commons'' then-current trademark usage guidelines, as may be
26664published on its website or otherwise made available upon request from
26665time to time. For the avoidance of doubt, this trademark restriction
26666does not form part of this License.
26667
26668Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial Share Alike 3.0', NULL, NULL, NULL, '', NULL, false, false, false, 'b2096c7f2f740adc0c4468d8f3df976d', 1, NULL);
26669INSERT INTO license_ref VALUES (380, 'FTL', '                    The FreeType Project LICENSE
26670                    ----------------------------
26671
26672                            2006-Jan-27
26673
26674                    Copyright 1996-2002, 2006 by
26675          David Turner, Robert Wilhelm, and Werner Lemberg
26676
26677
26678
26679Introduction
26680============
26681
26682  The FreeType  Project is distributed in  several archive packages;
26683  some of them may contain, in addition to the FreeType font engine,
26684  various tools and  contributions which rely on, or  relate to, the
26685  FreeType Project.
26686
26687  This  license applies  to all  files found  in such  packages, and
26688  which do not  fall under their own explicit  license.  The license
26689  affects  thus  the  FreeType   font  engine,  the  test  programs,
26690  documentation and makefiles, at the very least.
26691
26692  This  license   was  inspired  by  the  BSD,   Artistic,  and  IJG
26693  (Independent JPEG  Group) licenses, which  all encourage inclusion
26694  and  use of  free  software in  commercial  and freeware  products
26695  alike.  As a consequence, its main points are that:
26696
26697    o We don''t promise that this software works. However, we will be
26698      interested in any kind of bug reports. (`as is'' distribution)
26699
26700    o You can  use this software for whatever you  want, in parts or
26701      full form, without having to pay us. (`royalty-free'' usage)
26702
26703    o You may not pretend that  you wrote this software.  If you use
26704      it, or  only parts of it,  in a program,  you must acknowledge
26705      somewhere  in  your  documentation  that  you  have  used  the
26706      FreeType code. (`credits'')
26707
26708  We  specifically  permit  and  encourage  the  inclusion  of  this
26709  software, with  or without modifications,  in commercial products.
26710  We  disclaim  all warranties  covering  The  FreeType Project  and
26711  assume no liability related to The FreeType Project.
26712
26713
26714  Finally,  many  people  asked  us  for  a  preferred  form  for  a
26715  credit/disclaimer to use in compliance with this license.  We thus
26716  encourage you to use the following text:
26717
26718   """
26719    Portions of this software are copyright © <year> The FreeType
26720    Project (www.freetype.org).  All rights reserved.
26721   """
26722
26723  Please replace <year> with the value from the FreeType version you
26724  actually use.
26725
26726
26727Legal Terms
26728===========
26729
267300. Definitions
26731--------------
26732
26733  Throughout this license,  the terms `package'', `FreeType Project'',
26734  and  `FreeType  archive'' refer  to  the  set  of files  originally
26735  distributed  by the  authors  (David Turner,  Robert Wilhelm,  and
26736  Werner Lemberg) as the `FreeType Project'', be they named as alpha,
26737  beta or final release.
26738
26739  `You'' refers to  the licensee, or person using  the project, where
26740  `using'' is a generic term including compiling the project''s source
26741  code as  well as linking it  to form a  `program'' or `executable''.
26742  This  program is  referred to  as  `a program  using the  FreeType
26743  engine''.
26744
26745  This  license applies  to all  files distributed  in  the original
26746  FreeType  Project,   including  all  source   code,  binaries  and
26747  documentation,  unless  otherwise  stated   in  the  file  in  its
26748  original, unmodified form as  distributed in the original archive.
26749  If you are  unsure whether or not a particular  file is covered by
26750  this license, you must contact us to verify this.
26751
26752  The FreeType  Project is copyright (C) 1996-2000  by David Turner,
26753  Robert Wilhelm, and Werner Lemberg.  All rights reserved except as
26754  specified below.
26755
267561. No Warranty
26757--------------
26758
26759  THE FREETYPE PROJECT  IS PROVIDED `AS IS'' WITHOUT  WARRANTY OF ANY
26760  KIND, EITHER  EXPRESS OR IMPLIED,  INCLUDING, BUT NOT  LIMITED TO,
26761  WARRANTIES  OF  MERCHANTABILITY   AND  FITNESS  FOR  A  PARTICULAR
26762  PURPOSE.  IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
26763  BE LIABLE  FOR ANY DAMAGES CAUSED  BY THE USE OR  THE INABILITY TO
26764  USE, OF THE FREETYPE PROJECT.
26765
267662. Redistribution
26767-----------------
26768
26769  This  license  grants  a  worldwide, royalty-free,  perpetual  and
26770  irrevocable right  and license to use,  execute, perform, compile,
26771  display,  copy,   create  derivative  works   of,  distribute  and
26772  sublicense the  FreeType Project (in  both source and  object code
26773  forms)  and  derivative works  thereof  for  any  purpose; and  to
26774  authorize others  to exercise  some or all  of the  rights granted
26775  herein, subject to the following conditions:
26776
26777    o Redistribution of  source code  must retain this  license file
26778      (`FTL.TXT'') unaltered; any  additions, deletions or changes to
26779      the original  files must be clearly  indicated in accompanying
26780      documentation.   The  copyright   notices  of  the  unaltered,
26781      original  files must  be  preserved in  all  copies of  source
26782      files.
26783
26784    o Redistribution in binary form must provide a  disclaimer  that
26785      states  that  the software is based in part of the work of the
26786      FreeType Team,  in  the  distribution  documentation.  We also
26787      encourage you to put an URL to the FreeType web page  in  your
26788      documentation, though this isn''t mandatory.
26789
26790  These conditions  apply to any  software derived from or  based on
26791  the FreeType Project,  not just the unmodified files.   If you use
26792  our work, you  must acknowledge us.  However, no  fee need be paid
26793  to us.
26794
267953. Advertising
26796--------------
26797
26798  Neither the  FreeType authors and  contributors nor you  shall use
26799  the name of the  other for commercial, advertising, or promotional
26800  purposes without specific prior written permission.
26801
26802  We suggest,  but do not require, that  you use one or  more of the
26803  following phrases to refer  to this software in your documentation
26804  or advertising  materials: `FreeType Project'',  `FreeType Engine'',
26805  `FreeType library'', or `FreeType Distribution''.
26806
26807  As  you have  not signed  this license,  you are  not  required to
26808  accept  it.   However,  as  the FreeType  Project  is  copyrighted
26809  material, only  this license, or  another one contracted  with the
26810  authors, grants you  the right to use, distribute,  and modify it.
26811  Therefore,  by  using,  distributing,  or modifying  the  FreeType
26812  Project, you indicate that you understand and accept all the terms
26813  of this license.
26814
268154. Contacts
26816-----------
26817
26818  There are two mailing lists related to FreeType:
26819
26820    o freetype@nongnu.org
26821
26822      Discusses general use and applications of FreeType, as well as
26823      future and  wanted additions to the  library and distribution.
26824      If  you are looking  for support,  start in  this list  if you
26825      haven''t found anything to help you in the documentation.
26826
26827    o freetype-devel@nongnu.org
26828
26829      Discusses bugs,  as well  as engine internals,  design issues,
26830      specific licenses, porting, etc.
26831
26832  Our home page can be found at
26833
26834    http://www.freetype.org
26835
26836
26837--- end of FTL.TXT ---', 'http://www.freetype.org/FTL.TXT', NULL, NULL, NULL, 'Freetype Project License', NULL, NULL, NULL, '', NULL, false, false, false, 'd213c33a257a224302d4ac4286d5cca4', 1, NULL);
26838INSERT INTO license_ref VALUES (445, 'MirOS', 'MirOS License (MirOS)
26839
26840/*-
26841* Copyright © year, year, year, …
26842* First M. Last <user@host.domain>
26843*
26844* Provided that these terms and disclaimer and all copyright notices
26845* are retained or reproduced in an accompanying document, permission
26846* is granted to deal in this work without restriction, including un‐
26847* limited rights to use, publicly perform, distribute, sell, modify,
26848* merge, give away, or sublicence.
26849*
26850* This work is provided "AS IS" and WITHOUT WARRANTY of any kind, to
26851* the utmost extent permitted by applicable law, neither express nor
26852* implied; without malicious intent or gross negligence. In no event
26853* may a licensor, author or contributor be held liable for indirect,
26854* direct, other damage, loss, or other issues arising in any way out
26855* of dealing in the work, even if advised of the possibility of such
26856* damage or existence of a defect, except proven that it results out
26857* of said person''s immediate fault when using the work as intended.
26858*/
26859
26860I_N_S_T_R_U_C_T_I_O_N_S_:_
26861To apply the template(¹) specify the years of copyright (separated by
26862comma, not as a range), the legal names of the copyright holders, and
26863the real names of the authors if different. Avoid adding text.
26864
26865R_A_T_I_O_N_A_L_E_:_
26866This licence is apt for any kind of work (such as source code, fonts,
26867documentation, graphics, sound etc.) and the preferred terms for work
26868added to MirBSD. It has been drafted as universally usable equivalent
26869of the "historic permission notice"⁽²⁾ adapted to Europen law because
26870in some (droit d''auteur) countries authors cannot disclaim all liabi‐
26871lities. Compliance to DFSG⁽³⁾ 1.1 is ensured, and GPLv2 compatibility
26872is asserted unless advertising clauses are used. The MirOS Licence is
26873certified to conform to OKD⁽⁴⁾ 1.0 and OSD⁽⁵⁾ 1.9, and qualifies as a
26874Free Software⁽⁶⁾ and also Free Documentation⁽⁷⁾ licence and is inclu‐
26875ded in some relevant lists⁽⁸⁾⁽⁹⁾⁽¹⁰⁾.
26876
26877We believe you are not liable for work inserted which is intellectual
26878property of third parties, if you were not aware of the fact, act ap‐
26879propriately as soon as you become aware of that problem, seek an ami‐
26880cable solution for all parties, and never knowingly distribute a work
26881without being authorised to do so by its licensors.
26882
26883R_E_F_E_R_E_N_C_E_S_:_
26884① also at http://mirbsd.de/MirOS-Licence
26885http://www.opensource.org/licenses/historical.php
26886http://www.debian.org/social_contract#guidelines
26887http://www.opendefinition.org/1.0
26888http://www.opensource.org/docs/osd
26889http://www.gnu.org/philosophy/free-sw.html
26890http://www.gnu.org/philosophy/free-doc.html
26891http://www.ifross.de/ifross_html/lizenzcenter.html
26892http://www.opendefinition.org/licenses
26893http://opensource.org/licenses/miros.html
26894', 'http://www.opensource.org/licenses/MirOS', NULL, NULL, NULL, 'MirOS Licence', NULL, NULL, NULL, '', NULL, false, false, false, '51a4b24954ca9a67724d2e4922993344', 1, NULL);
26895INSERT INTO license_ref VALUES (360, 'OpenMarket', 'This FastCGI application library source and object code (the
26896"Software") and its documentation (the "Documentation") are
26897copyrighted by Open Market, Inc ("Open Market").  The following terms
26898apply to all files associated with the Software and Documentation
26899unless explicitly disclaimed in individual files.
26900
26901Open Market permits you to use, copy, modify, distribute, and license
26902this Software and the Documentation for any purpose, provided that
26903existing copyright notices are retained in all copies and that this
26904notice is included verbatim in any distributions.  No written
26905agreement, license, or royalty fee is required for any of the
26906authorized uses.  Modifications to this Software and Documentation may
26907be copyrighted by their authors and need not follow the licensing
26908terms described here.  If modifications to this Software and
26909Documentation have new licensing terms, the new terms must be clearly
26910indicated on the first page of each file where they apply.
26911
26912OPEN MARKET MAKES NO EXPRESS OR IMPLIED WARRANTY WITH RESPECT TO THE
26913SOFTWARE OR THE DOCUMENTATION, INCLUDING WITHOUT LIMITATION ANY
26914WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  IN
26915NO EVENT SHALL OPEN MARKET BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY
26916DAMAGES ARISING FROM OR RELATING TO THIS SOFTWARE OR THE
26917DOCUMENTATION, INCLUDING, WITHOUT LIMITATION, ANY INDIRECT, SPECIAL OR
26918CONSEQUENTIAL DAMAGES OR SIMILAR DAMAGES, INCLUDING LOST PROFITS OR
26919LOST DATA, EVEN IF OPEN MARKET HAS BEEN ADVISED OF THE POSSIBILITY OF
26920SUCH DAMAGES.  THE SOFTWARE AND DOCUMENTATION ARE PROVIDED "AS IS".
26921OPEN MARKET HAS NO LIABILITY IN CONTRACT, TORT, NEGLIGENCE OR
26922OTHERWISE ARISING OUT OF THIS SOFTWARE OR THE DOCUMENTATION.', 'http://www.fastcgi.com/devkit/LICENSE.TERMS', NULL, NULL, NULL, 'Open Market License', NULL, NULL, NULL, '', NULL, false, false, false, '53398711fb9a583cbc9c7339a0b6e07d', 1, NULL);
26923INSERT INTO license_ref VALUES (361, 'PHP-2.02', '--------------------------------------------------------------------
26924                  The PHP License, version 2.02
26925Copyright (c) 1999 - 2002 The PHP Group. All rights reserved.
26926--------------------------------------------------------------------
26927
26928Redistribution and use in source and binary forms, with or without
26929modification, is permitted provided that the following conditions
26930are met:
26931
26932  1. Redistributions of source code must retain the above copyright
26933     notice, this list of conditions and the following disclaimer.
26934
26935  2. Redistributions in binary form must reproduce the above
26936     copyright notice, this list of conditions and the following
26937     disclaimer in the documentation and/or other materials provided
26938     with the distribution.
26939
26940  3. The name "PHP" must not be used to endorse or promote products
26941     derived from this software without prior permission from the
26942     PHP Group.  This does not apply to add-on libraries or tools
26943     that work in conjunction with PHP.  In such a case the PHP
26944     name may be used to indicate that the product supports PHP.
26945
26946  4. The PHP Group may publish revised and/or new versions of the
26947     license from time to time. Each version will be given a
26948     distinguishing version number.
26949     Once covered code has been published under a particular version
26950     of the license, you may always continue to use it under the
26951     terms of that version. You may also choose to use such covered
26952     code under the terms of any subsequent version of the license
26953     published by the PHP Group. No one other than the PHP Group has
26954     the right to modify the terms applicable to covered code created
26955     under this License.
26956
26957  5. Redistributions of any form whatsoever must retain the following
26958     acknowledgment:
26959     "This product includes PHP, freely available from
26960     http://www.php.net/".
26961
26962  6. The software incorporates the Zend Engine, a product of Zend
26963     Technologies, Ltd. ("Zend"). The Zend Engine is licensed to the
26964     PHP Association (pursuant to a grant from Zend that can be
26965     found at http://www.php.net/license/ZendGrant/) for
26966     distribution to you under this license agreement, only as a
26967     part of PHP.  In the event that you separate the Zend Engine
26968     (or any portion thereof) from the rest of the software, or
26969     modify the Zend Engine, or any portion thereof, your use of the
26970     separated or modified Zend Engine software shall not be governed
26971     by this license, and instead shall be governed by the license
26972     set forth at http://www.zend.com/license/ZendLicense/.
26973
26974
26975
26976THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'''' AND
26977ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
26978THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
26979PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
26980DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
26981INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
26982(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26983SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26984HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26985STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26986ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
26987OF THE POSSIBILITY OF SUCH DAMAGE.
26988
26989--------------------------------------------------------------------
26990
26991This software consists of voluntary contributions made by many
26992individuals on behalf of the PHP Group.
26993
26994The PHP Group can be contacted via Email at group@php.net.
26995
26996For more information on the PHP Group and the PHP project,
26997please see <http://www.php.net>.', 'http://www.php.net/license/2_02.txt', NULL, NULL, NULL, 'PHP License 2.02', NULL, NULL, NULL, '', NULL, false, false, false, 'f2a49acd9f8cac5c2ad47acfa3f2dcc7', 1, NULL);
26998INSERT INTO license_ref VALUES (363, 'RPL-1.5', 'Reciprocal Public License (RPL)
26999
27000Version 1.5, July 15, 2007
27001
27002Copyright (C) 2001-2007
27003Technical Pursuit Inc.,
27004All Rights Reserved.
27005
27006PREAMBLE
27007
27008The Reciprocal Public License (RPL) is based on the concept of reciprocity or,
27009if you prefer, fairness.
27010
27011In short, this license grew out of a desire to close loopholes in previous open
27012source licenses, loopholes that allowed parties to acquire open source software
27013and derive financial benefit from it without having to release their
27014improvements or derivatives to the community which enabled them. This occurred
27015any time an entity did not release their application to a "third party".
27016
27017While there is a certain freedom in this model of licensing, it struck the
27018authors of the RPL as being unfair to the open source community at large and to
27019the original authors of the works in particular. After all, bug fixes,
27020extensions, and meaningful and valuable derivatives were not consistently
27021finding their way back into the community where they could fuel further, and
27022faster, growth and expansion of the overall open source software base.
27023
27024While you should clearly read and understand the entire license, the essence of
27025the RPL is found in two definitions: "Deploy" and "Required Components".
27026
27027Regarding deployment, under the RPL your changes, bug fixes, extensions, etc.
27028must be made available to the open source community at large when you Deploy in
27029any form -- either internally or to an outside party. Once you start running
27030the software you have to start sharing the software.
27031
27032Further, under the RPL all components you author including schemas, scripts,
27033source code, etc. -- regardless of whether they''re compiled into a single
27034binary or used as two halves of client/server application -- must be shared.
27035You have to share the whole pie, not an isolated slice of it.
27036
27037In addition to these goals, the RPL was authored to meet the requirements of
27038the Open Source Definition as maintained by the Open Source Initiative (OSI).
27039
27040The specific terms and conditions of the license are defined in the remainder
27041of this document.
27042
27043LICENSE TERMS
27044
270451.0 General; Applicability & Definitions. This Reciprocal Public License
27046Version 1.5 ("License") applies to any programs or other works as well as any
27047and all updates or maintenance releases of said programs or works ("Software")
27048not already covered by this License which the Software copyright holder
27049("Licensor") makes available containing a License Notice (hereinafter defined)
27050from the Licensor specifying or allowing use or distribution under the terms of
27051this License. As used in this License:
27052
270531.1 "Contributor" means any person or entity who created or contributed to the
27054creation of an Extension.
27055
270561.2 "Deploy" means to use, Serve, sublicense or distribute Licensed Software
27057other than for Your internal Research and/or Personal Use, and includes
27058without limitation, any and all internal use or distribution of Licensed
27059Software within Your business or organization other than for Research and/or
27060Personal Use, as well as direct or indirect sublicensing or distribution of
27061Licensed Software by You to any third party in any form or manner.
27062
270631.3 "Derivative Works" as used in this License is defined under U.S. copyright
27064law.
27065
270661.4 "Electronic Distribution Mechanism" means a mechanism generally accepted
27067in the software development community for the electronic transfer of data such
27068as download from an FTP server or web site, where such mechanism is publicly
27069accessible.
27070
270711.5 "Extensions" means any Modifications, Derivative Works, or Required
27072Components as those terms are defined in this License.
27073
270741.6 "License" means this Reciprocal Public License.
27075
270761.7 "License Notice" means any notice contained in EXHIBIT A.
27077
270781.8 "Licensed Software" means any Software licensed pursuant to this License.
27079Licensed Software also includes all previous Extensions from any Contributor
27080that You receive.
27081
270821.9 "Licensor" means the copyright holder of any Software previously not
27083covered by this License who releases the Software under the terms of this
27084License.
27085
270861.10 "Modifications" means any additions to or deletions from the substance or
27087structure of (i) a file or other storage containing Licensed Software, or (ii)
27088any new file or storage that contains any part of Licensed Software, or (iii)
27089any file or storage which replaces or otherwise alters the original
27090functionality of Licensed Software at runtime.
27091
270921.11 "Personal Use" means use of Licensed Software by an individual solely for
27093his or her personal, private and non-commercial purposes. An individual''s use
27094of Licensed Software in his or her capacity as an officer, employee, member,
27095independent contractor or agent of a corporation, business or organization
27096(commercial or non-commercial) does not qualify as Personal Use.
27097
270981.12 "Required Components" means any text, programs, scripts, schema,
27099interface definitions, control files, or other works created by You which are
27100required by a third party of average skill to successfully install and run
27101Licensed Software containing Your Modifications, or to install and run Your
27102Derivative Works.
27103
271041.13 "Research" means investigation or experimentation for the purpose of
27105understanding the nature and limits of the Licensed Software and its potential
27106uses.
27107
271081.14 "Serve" means to deliver Licensed Software and/or Your Extensions by
27109means of a computer network to one or more computers for purposes of execution
27110of Licensed Software and/or Your Extensions.
27111
271121.15 "Software" means any computer programs or other works as well as any
27113updates or maintenance releases of those programs or works which are
27114distributed publicly by Licensor.
27115
271161.16 "Source Code" means the preferred form for making modifications to the
27117Licensed Software and/or Your Extensions, including all modules contained
27118therein, plus any associated text, interface definition files, scripts used to
27119control compilation and installation of an executable program or other
27120components required by a third party of average skill to build a running
27121version of the Licensed Software or Your Extensions.
27122
271231.17 "User-Visible Attribution Notice" means any notice contained in EXHIBIT B.
27124
271251.18 "You" or "Your" means an individual or a legal entity exercising rights
27126under this License. For legal entities, "You" or "Your" includes any entity
27127which controls, is controlled by, or is under common control with, You, where
27128"control" means (a) the power, direct or indirect, to cause the direction or
27129management of such entity, whether by contract or otherwise, or (b) ownership
27130of fifty percent (50%) or more of the outstanding shares or beneficial
27131ownership of such entity.
27132
271332.0 Acceptance Of License. You are not required to accept this License since
27134you have not signed it, however nothing else grants you permission to use,
27135copy, distribute, modify, or create derivatives of either the Software or any
27136Extensions created by a Contributor. These actions are prohibited by law if
27137you do not accept this License. Therefore, by performing any of these actions
27138You indicate Your acceptance of this License and Your agreement to be bound by
27139all its terms and conditions. IF YOU DO NOT AGREE WITH ALL THE TERMS AND
27140CONDITIONS OF THIS LICENSE DO NOT USE, MODIFY, CREATE DERIVATIVES, OR
27141DISTRIBUTE THE SOFTWARE. IF IT IS IMPOSSIBLE FOR YOU TO COMPLY WITH ALL THE
27142TERMS AND CONDITIONS OF THIS LICENSE THEN YOU CAN NOT USE, MODIFY, CREATE
27143DERIVATIVES, OR DISTRIBUTE THE SOFTWARE.
27144
271453.0 Grant of License From Licensor. Subject to the terms and conditions of
27146this License, Licensor hereby grants You a world-wide, royalty-free, non-
27147exclusive license, subject to Licensor''s intellectual property rights, and any
27148third party intellectual property claims derived from the Licensed Software
27149under this License, to do the following:
27150
271513.1 Use, reproduce, modify, display, perform, sublicense and distribute
27152Licensed Software and Your Extensions in both Source Code form or as an
27153executable program.
27154
271553.2 Create Derivative Works (as that term is defined under U.S. copyright law)
27156of Licensed Software by adding to or deleting from the substance or structure
27157of said Licensed Software.
27158
271593.3 Under claims of patents now or hereafter owned or controlled by Licensor,
27160to make, use, have made, and/or otherwise dispose of Licensed Software or
27161portions thereof, but solely to the extent that any such claim is necessary to
27162enable You to make, use, have made, and/or otherwise dispose of Licensed
27163Software or portions thereof.
27164
271653.4 Licensor reserves the right to release new versions of the Software with
27166different features, specifications, capabilities, functions, licensing terms,
27167general availability or other characteristics. Title, ownership rights, and
27168intellectual property rights in and to the Licensed Software shall remain in
27169Licensor and/or its Contributors.
27170
271714.0 Grant of License From Contributor. By application of the provisions in
27172Section 6 below, each Contributor hereby grants You a world-wide, royalty-
27173free, non-exclusive license, subject to said Contributor''s intellectual
27174property rights, and any third party intellectual property claims derived from
27175the Licensed Software under this License, to do the following:
27176
271774.1 Use, reproduce, modify, display, perform, sublicense and distribute any
27178Extensions Deployed by such Contributor or portions thereof, in both Source
27179Code form or as an executable program, either on an unmodified basis or as
27180part of Derivative Works.
27181
271824.2 Under claims of patents now or hereafter owned or controlled by
27183Contributor, to make, use, have made, and/or otherwise dispose of Extensions
27184or portions thereof, but solely to the extent that any such claim is necessary
27185to enable You to make, use, have made, and/or otherwise dispose of
27186Licensed Software or portions thereof.
27187
271885.0 Exclusions From License Grant. Nothing in this License shall be deemed to
27189grant any rights to trademarks, copyrights, patents, trade secrets or any
27190other intellectual property of Licensor or any Contributor except as expressly
27191stated herein. Except as expressly stated in Sections 3 and 4, no other patent
27192rights, express or implied, are granted herein. Your Extensions may require
27193additional patent licenses from Licensor or Contributors which each may grant
27194in its sole discretion. No right is granted to the trademarks of Licensor or
27195any Contributor even if such marks are included in the Licensed Software.
27196Nothing in this License shall be interpreted to prohibit Licensor from
27197licensing under different terms from this License any code that Licensor
27198otherwise would have a right to license.
27199
272005.1 You expressly acknowledge and agree that although Licensor and each
27201Contributor grants the licenses to their respective portions of the Licensed
27202Software set forth herein, no assurances are provided by Licensor or any
27203Contributor that the Licensed Software does not infringe the patent or other
27204intellectual property rights of any other entity. Licensor and each
27205Contributor disclaim any liability to You for claims brought by any other
27206entity based on infringement of intellectual property rights or otherwise. As
27207a condition to exercising the rights and licenses granted hereunder, You
27208hereby assume sole responsibility to secure any other intellectual property
27209rights needed, if any. For example, if a third party patent license is
27210required to allow You to distribute the Licensed Software, it is Your
27211responsibility to acquire that license before distributing the Licensed
27212Software.
27213
272146.0 Your Obligations And Grants. In consideration of, and as an express
27215condition to, the licenses granted to You under this License You hereby agree
27216that any Modifications, Derivative Works, or Required Components (collectively
27217Extensions) that You create or to which You contribute are governed by the
27218terms of this License including, without limitation, Section 4. Any Extensions
27219that You create or to which You contribute must be Deployed under the terms of
27220this License or a future version of this License released under Section 7. You
27221hereby grant to Licensor and all third parties a world-wide, non-exclusive,
27222royalty-free license under those intellectual property rights You own or
27223control to use, reproduce, display, perform, modify, create derivatives,
27224sublicense, and distribute Licensed Software, in any form. Any Extensions You
27225make and Deploy must have a distinct title so as to readily tell any
27226subsequent user or Contributor that the Extensions are by You. You must
27227include a copy of this License or directions on how to obtain a copy with
27228every copy of the Extensions You distribute. You agree not to offer or impose
27229any terms on any Source Code or executable version of the Licensed Software,
27230or its Extensions that alter or restrict the applicable version of this
27231License or the recipients'' rights hereunder.
27232
272336.1 Availability of Source Code. You must make available, under the terms of
27234this License, the Source Code of any Extensions that You Deploy, via an
27235Electronic Distribution Mechanism. The Source Code for any version that You
27236Deploy must be made available within one (1) month of when you Deploy and must
27237remain available for no less than twelve (12) months after the date You cease
27238to Deploy. You are responsible for ensuring that the Source Code to each
27239version You Deploy remains available even if the Electronic Distribution
27240Mechanism is maintained by a third party. You may not charge a fee for any
27241copy of the Source Code distributed under this Section in excess of Your
27242actual cost of duplication and distribution of said copy.
27243
272446.2 Description of Modifications. You must cause any Modifications that You
27245create or to which You contribute to be documented in the Source Code, clearly
27246describing the additions, changes or deletions You made. You must include a
27247prominent statement that the Modifications are derived, directly or indirectly,
27248from the Licensed Software and include the names of the Licensor and any
27249Contributor to the Licensed Software in (i) the Source Code and (ii) in any
27250notice displayed by the Licensed Software You distribute or in related
27251documentation in which You describe the origin or ownership of the Licensed
27252Software. You may not modify or delete any pre-existing copyright notices,
27253change notices or License text in the Licensed Software without written
27254permission of the respective Licensor or Contributor.
27255
272566.3 Intellectual Property Matters.
27257
27258a. Third Party Claims. If You have knowledge that a license to a third party''s
27259intellectual property right is required to exercise the rights granted by this
27260License, You must include a human-readable file with Your distribution that
27261describes the claim and the party making the claim in sufficient detail that a
27262recipient will know whom to contact.
27263
27264b. Contributor APIs. If Your Extensions include an application programming
27265interface ("API") and You have knowledge of patent licenses that are
27266reasonably necessary to implement that API, You must also include this
27267information in a human-readable file supplied with Your distribution.
27268
27269c. Representations. You represent that, except as disclosed pursuant to 6.3(a)
27270above, You believe that any Extensions You distribute are Your original
27271creations and that You have sufficient rights to grant the rights conveyed by
27272this License.
27273
272746.4 Required Notices.
27275
27276a. License Text. You must duplicate this License or instructions on how to
27277acquire a copy in any documentation You provide along with the Source Code of
27278any Extensions You create or to which You contribute, wherever You describe
27279recipients'' rights relating to Licensed Software.
27280
27281b. License Notice. You must duplicate any notice contained in EXHIBIT A (the
27282"License Notice") in each file of the Source Code of any copy You distribute
27283of the Licensed Software and Your Extensions. If You create an Extension, You
27284may add Your name as a Contributor to the Source Code and accompanying
27285documentation along with a description of the contribution. If it is not
27286possible to put the License Notice in a particular Source Code file due to its
27287structure, then You must include such License Notice in a location where a
27288user would be likely to look for such a notice.
27289
27290c. Source Code Availability. You must notify the software community of the
27291availability of Source Code to Your Extensions within one (1) month of the date
27292You initially Deploy and include in such notification a description of the
27293Extensions, and instructions on how to acquire the Source Code. Should such
27294instructions change you must notify the software community of revised
27295instructions within one (1) month of the date of change. You must provide
27296notification by posting to appropriate news groups, mailing lists, weblogs, or
27297other sites where a publicly accessible search engine would reasonably be
27298expected to index your post in relationship to queries regarding the Licensed
27299Software and/or Your Extensions.
27300
27301d. User-Visible Attribution. You must duplicate any notice contained in
27302EXHIBIT B (the "User-Visible Attribution Notice") in each user-visible display
27303of the Licensed Software and Your Extensions which delineates copyright,
27304ownership, or similar attribution information. If You create an Extension,
27305You may add Your name as a Contributor, and add Your attribution notice, as an
27306equally visible and functional element of any User-Visible Attribution Notice
27307content. To ensure proper attribution, You must also include such User-Visible
27308Attribution Notice in at least one location in the Software documentation
27309where a user would be likely to look for such notice.
27310
273116.5 Additional Terms. You may choose to offer, and charge a fee for, warranty,
27312support, indemnity or liability obligations to one or more recipients of
27313Licensed Software. However, You may do so only on Your own behalf, and not on
27314behalf of the Licensor or any Contributor except as permitted under other
27315agreements between you and Licensor or Contributor. You must make it clear that
27316any such warranty, support, indemnity or liability obligation is offered by You
27317alone, and You hereby agree to indemnify the Licensor and every Contributor for
27318any liability plus attorney fees, costs, and related expenses due to any such
27319action or claim incurred by the Licensor or such Contributor as a result of
27320warranty, support, indemnity or liability terms You offer.
27321
273226.6 Conflicts With Other Licenses. Where any portion of Your Extensions, by
27323virtue of being Derivative Works of another product or similar circumstance,
27324fall under the terms of another license, the terms of that license should be
27325honored however You must also make Your Extensions available under this
27326License. If the terms of this License continue to conflict with the terms of
27327the other license you may write the Licensor for permission to resolve the
27328conflict in a fashion that remains consistent with the intent of this License.
27329Such permission will be granted at the sole discretion of the Licensor.
27330
273317.0 Versions of This License. Licensor may publish from time to time revised
27332versions of the License. Once Licensed Software has been published under a
27333particular version of the License, You may always continue to use it under the
27334terms of that version. You may also choose to use such Licensed Software under
27335the terms of any subsequent version of the License published by Licensor. No
27336one other than Licensor has the right to modify the terms applicable to
27337Licensed Software created under this License.
27338
273397.1 If You create or use a modified version of this License, which You may do
27340only in order to apply it to software that is not already Licensed Software
27341under this License, You must rename Your license so that it is not confusingly
27342similar to this License, and must make it clear that Your license contains
27343terms that differ from this License. In so naming Your license, You may not
27344use any trademark of Licensor or of any Contributor. Should Your modifications
27345to this License be limited to alteration of a) Section 13.8 solely to modify
27346the legal Jurisdiction or Venue for disputes, b) EXHIBIT A solely to define
27347License Notice text, or c) to EXHIBIT B solely to define a User-Visible
27348Attribution Notice, You may continue to refer to Your License as the
27349Reciprocal Public License or simply the RPL.
27350
273518.0 Disclaimer of Warranty. LICENSED SOFTWARE IS PROVIDED UNDER THIS LICENSE
27352ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED,
27353INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE LICENSED SOFTWARE IS FREE
27354OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
27355FURTHER THERE IS NO WARRANTY MADE AND ALL IMPLIED WARRANTIES ARE DISCLAIMED
27356THAT THE LICENSED SOFTWARE MEETS OR COMPLIES WITH ANY DESCRIPTION OF
27357PERFORMANCE OR OPERATION, SAID COMPATIBILITY AND SUITABILITY BEING YOUR
27358RESPONSIBILITY. LICENSOR DISCLAIMS ANY WARRANTY, IMPLIED OR EXPRESSED, THAT
27359ANY CONTRIBUTOR''S EXTENSIONS MEET ANY STANDARD OF COMPATIBILITY OR DESCRIPTION
27360OF PERFORMANCE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
27361LICENSED SOFTWARE IS WITH YOU. SHOULD LICENSED SOFTWARE PROVE DEFECTIVE IN ANY
27362RESPECT, YOU (AND NOT THE LICENSOR OR ANY OTHER CONTRIBUTOR) ASSUME THE COST
27363OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. UNDER THE TERMS OF THIS
27364LICENSOR WILL NOT SUPPORT THIS SOFTWARE AND IS UNDER NO OBLIGATION TO ISSUE
27365UPDATES TO THIS SOFTWARE. LICENSOR HAS NO KNOWLEDGE OF ERRANT CODE OR VIRUS IN
27366THIS SOFTWARE, BUT DOES NOT WARRANT THAT THE SOFTWARE IS FREE FROM SUCH ERRORS
27367OR VIRUSES. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
27368LICENSE. NO USE OF LICENSED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
27369DISCLAIMER.
27370
273719.0 Limitation of Liability. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY,
27372WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE
27373LICENSOR, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF LICENSED SOFTWARE, OR ANY
27374SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT,
27375SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING,
27376WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER
27377FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES,
27378EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH
27379DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH
27380OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT
27381APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
27382EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS
27383EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
27384
2738510.0 High Risk Activities. THE LICENSED SOFTWARE IS NOT FAULT-TOLERANT AND IS
27386NOT DESIGNED, MANUFACTURED, OR INTENDED FOR USE OR DISTRIBUTION AS ON-LINE
27387CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE PERFORMANCE,
27388SUCH AS IN THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR
27389COMMUNICATIONS SYSTEMS, AIR TRAFFIC CONTROL, DIRECT LIFE SUPPORT MACHINES, OR
27390WEAPONS SYSTEMS, IN WHICH THE FAILURE OF THE LICENSED SOFTWARE COULD LEAD
27391DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE
27392("HIGH RISK ACTIVITIES"). LICENSOR AND CONTRIBUTORS SPECIFICALLY DISCLAIM ANY
27393EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
27394
2739511.0 Responsibility for Claims. As between Licensor and Contributors, each
27396party is responsible for claims and damages arising, directly or indirectly,
27397out of its utilization of rights under this License which specifically
27398disclaims warranties and limits any liability of the Licensor. This paragraph
27399is to be used in conjunction with and controlled by the Disclaimer Of
27400Warranties of Section 8, the Limitation Of Damages in Section 9, and the
27401disclaimer against use for High Risk Activities in Section 10. The Licensor
27402has thereby disclaimed all warranties and limited any damages that it is or
27403may be liable for. You agree to work with Licensor and Contributors to
27404distribute such responsibility on an equitable basis consistent with the terms
27405of this License including Sections 8, 9, and 10. Nothing herein is intended or
27406shall be deemed to constitute any admission of liability.
27407
2740812.0 Termination. This License and all rights granted hereunder will terminate
27409immediately in the event of the circumstances described in Section 13.6 or if
27410applicable law prohibits or restricts You from fully and or specifically
27411complying with Sections 3, 4 and/or 6, or prevents the enforceability of any
27412of those Sections, and You must immediately discontinue any use of Licensed
27413Software.
27414
2741512.1 Automatic Termination Upon Breach. This License and the rights granted
27416hereunder will terminate automatically if You fail to comply with the terms
27417herein and fail to cure such breach within thirty (30) days of becoming aware
27418of the breach. All sublicenses to the Licensed Software that are properly
27419granted shall survive any termination of this License. Provisions that, by
27420their nature, must remain in effect beyond the termination of this License,
27421shall survive.
27422
2742312.2 Termination Upon Assertion of Patent Infringement. If You initiate
27424litigation by asserting a patent infringement claim (excluding declaratory
27425judgment actions) against Licensor or a Contributor (Licensor or Contributor
27426against whom You file such an action is referred to herein as "Respondent")
27427alleging that Licensed Software directly or indirectly infringes any patent,
27428then any and all rights granted by such Respondent to You under Sections 3 or
274294 of this License shall terminate prospectively upon sixty (60) days notice
27430from Respondent (the "Notice Period") unless within that Notice Period You
27431either agree in writing (i) to pay Respondent a mutually agreeable reasonably
27432royalty for Your past or future use of Licensed Software made by such
27433Respondent, or (ii) withdraw Your litigation claim with respect to Licensed
27434Software against such Respondent. If within said Notice Period a reasonable
27435royalty and payment arrangement are not mutually agreed upon in writing by the
27436parties or the litigation claim is not withdrawn, the rights granted by
27437Licensor to You under Sections 3 and 4 automatically terminate at the
27438expiration of said Notice Period.
27439
2744012.3 Reasonable Value of This License. If You assert a patent infringement
27441claim against Respondent alleging that Licensed Software directly or
27442indirectly infringes any patent where such claim is resolved (such as by
27443license or settlement) prior to the initiation of patent infringement
27444litigation, then the reasonable value of the licenses granted by said
27445Respondent under Sections 3 and 4 shall be taken into account in determining
27446the amount or value of any payment or license.
27447
2744812.4 No Retroactive Effect of Termination. In the event of termination under
27449this Section all end user license agreements (excluding licenses to
27450distributors and resellers) that have been validly granted by You or any
27451distributor hereunder prior to termination shall survive termination.
27452
2745313.0 Miscellaneous.
27454
2745513.1 U.S. Government End Users. The Licensed Software is a "commercial item,"
27456as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of
27457"commercial computer software" and "commercial computer software
27458documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995).
27459Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4
27460(June 1995), all U.S. Government End Users acquire Licensed Software with only
27461those rights set forth herein.
27462
2746313.2 Relationship of Parties. This License will not be construed as creating
27464an agency, partnership, joint venture, or any other form of legal association
27465between or among You, Licensor, or any Contributor, and You will not represent
27466to the contrary, whether expressly, by implication, appearance, or otherwise.
27467
2746813.3 Independent Development. Nothing in this License will impair Licensor''s
27469right to acquire, license, develop, subcontract, market, or distribute
27470technology or products that perform the same or similar functions as, or
27471otherwise compete with, Extensions that You may develop, produce, market, or
27472distribute.
27473
2747413.4 Consent To Breach Not Waiver. Failure by Licensor or Contributor to
27475enforce any provision of this License will not be deemed a waiver of future enforcement
27476of that or any other provision.
27477
2747813.5 Severability. This License represents the complete agreement concerning
27479the subject matter hereof. If any provision of this License is held to be
27480unenforceable, such provision shall be reformed only to the extent necessary
27481to make it enforceable.
27482
2748313.6 Inability to Comply Due to Statute or Regulation. If it is impossible for
27484You to comply with any of the terms of this License with respect to some or
27485all of the Licensed Software due to statute, judicial order, or regulation,
27486then You cannot use, modify, or distribute the software.
27487
2748813.7 Export Restrictions. You may be restricted with respect to downloading or
27489otherwise acquiring, exporting, or reexporting the Licensed Software or any
27490underlying information or technology by United States and other applicable
27491laws and regulations. By downloading or by otherwise obtaining the Licensed
27492Software, You are agreeing to be responsible for compliance with all
27493applicable laws and regulations.
27494
2749513.8 Arbitration, Jurisdiction & Venue. This License shall be governed by
27496Colorado law provisions (except to the extent applicable law, if any, provides
27497otherwise), excluding its conflict-of-law provisions. You expressly agree that
27498any dispute relating to this License shall be submitted to binding arbitration
27499under the rules then prevailing of the American Arbitration Association. You
27500further agree that Adams County, Colorado USA is proper venue and grant such
27501arbitration proceeding jurisdiction as may be appropriate for purposes of
27502resolving any dispute under this License. Judgement upon any award made in
27503arbitration may be entered and enforced in any court of competent
27504jurisdiction. The arbitrator shall award attorney''s fees and costs of
27505arbitration to the prevailing party. Should either party find it necessary to
27506enforce its arbitration award or seek specific performance of such award in a
27507civil court of competent jurisdiction, the prevailing party shall be entitled
27508to reasonable attorney''s fees and costs. The application of the United Nations
27509Convention on Contracts for the International Sale of Goods is expressly
27510excluded. You and Licensor expressly waive any rights to a jury trial in any
27511litigation concerning Licensed Software or this License. Any law or regulation
27512that provides that the language of a contract shall be construed against the
27513drafter shall not apply to this License.
27514
2751513.9 Entire Agreement. This License constitutes the entire agreement between
27516the parties with respect to the subject matter hereof.
27517
27518EXHIBIT A
27519
27520The License Notice below must appear in each file of the Source Code of any
27521copy You distribute of the Licensed Software or any Extensions thereto:
27522
27523Unless explicitly acquired and licensed from Licensor under another
27524license, the contents of this file are subject to the Reciprocal Public
27525License ("RPL") Version 1.5, or subsequent versions as allowed by the RPL,
27526and You may not copy or use this file in either source code or executable
27527form, except in compliance with the terms and conditions of the RPL.
27528
27529All software distributed under the RPL is provided strictly on an "AS
27530IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
27531LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
27532LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
27533PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
27534language governing rights and limitations under the RPL.
27535
27536EXHIBIT B
27537
27538The User-Visible Attribution Notice below, when provided, must appear in each
27539user-visible display as defined in Section 6.4 (d):', 'http://www.opensource.org/licenses/rpl1.5.txt', NULL, NULL, NULL, 'Reciprocal Public License 1.5', NULL, NULL, NULL, '', NULL, false, false, false, 'bcea606ad34004bf3d4588ae6bef7225', 1, NULL);
27540INSERT INTO license_ref VALUES (364, 'Oracle-Berkeley-DB', '/*
27541 * Copyright (c) 2002-2010 Oracle.  All rights reserved.
27542 *
27543 * Redistribution and use in source and binary forms, with or without
27544 * modification, are permitted provided that the following conditions
27545 * are met:
27546 * 1. Redistributions of source code must retain the above copyright
27547 *    notice, this list of conditions and the following disclaimer.
27548 * 2. Redistributions in binary form must reproduce the above copyright
27549 *    notice, this list of conditions and the following disclaimer in the
27550 *    documentation and/or other materials provided with the distribution.
27551 * 3. Redistributions in any form must be accompanied by information on
27552 *    how to obtain complete source code for the Oracle Berkeley DB
27553 *    Java Edition software and any accompanying software that uses the
27554 *    Oracle Berkeley DB Java Edition software.  The source code must
27555 *    either be included in the distribution or be available for no
27556 *    more than the cost of distribution plus a nominal fee, and must be
27557 *    freely redistributable under reasonable conditions.  For an
27558 *    executable file, complete source code means the source code for all
27559 *    modules it contains.  It does not include source code for modules or
27560 *    files that typically accompany the major components of the operating
27561 *    system on which the executable file runs.
27562 *
27563 * THIS SOFTWARE IS PROVIDED BY ORACLE ``AS IS'''' AND ANY EXPRESS OR
27564 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
27565 * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
27566 * NON-INFRINGEMENT, ARE DISCLAIMED.  IN NO EVENT SHALL ORACLE BE LIABLE
27567 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
27568 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27569 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
27570 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
27571 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
27572 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
27573 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27574 */
27575=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27576/***
27577 * ASM: a very small and fast Java bytecode manipulation framework
27578 * Copyright (c) 2000-2005 INRIA, France Telecom
27579 * All rights reserved.
27580 *
27581 * Redistribution and use in source and binary forms, with or without
27582 * modification, are permitted provided that the following conditions
27583 * are met:
27584 * 1. Redistributions of source code must retain the above copyright
27585 *    notice, this list of conditions and the following disclaimer.
27586 * 2. Redistributions in binary form must reproduce the above copyright
27587 *    notice, this list of conditions and the following disclaimer in the
27588 *    documentation and/or other materials provided with the distribution.
27589 * 3. Neither the name of the copyright holders nor the names of its
27590 *    contributors may be used to endorse or promote products derived from
27591 *    this software without specific prior written permission.
27592 *
27593 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
27594 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27595 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27596 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
27597 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
27598 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27599 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27600 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27601 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27602 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
27603 * THE POSSIBILITY OF SUCH DAMAGE.
27604 */
27605 ', 'http://download.oracle.com/maven/com/sleepycat/je/license.txt', NULL, NULL, NULL, 'Oracle Berkeley DB License', NULL, NULL, NULL, '', NULL, false, false, false, '609b17c82359f56b9063d7e2466eeacc', 1, NULL);
27606INSERT INTO license_ref VALUES (365, 'Wintertree', 'License Agreement
27607
27608This License Agreement defines the terms and conditions under which you (the Licensee) are permitted by Wintertree Software Inc. (the Licensor) to use the Wintertree Thesaurus Engine Software Development Kit.
27609
276101. Definitions
27611
276121.1 "Software Development Kit" shall mean and include the software programs and files needed to integrate the Wintertree Thesaurus Engine with Application Programs, including documentation, examples, include files, declarations, source code, utility programs, and libraries.
27613
276141.2 "Redistributable Software" shall mean and include the following software programs and files included with the Software Development Kit:
27615
276161.2.1 The Wintertree Thesaurus Engine in the form of binary object files, executable files, a software library, or a dynamic link-library;
27617
276181.2.2 Thesaurus files (*.tth and *.cth) and other files located in the "runtime" directory of the Software Development Kit.
27619
276201.2.3 Sample source code included with the Software Development Kit, provided the source code is compiled into a software program and is not redistributed in human-readable form.
27621
276221.3 "Application Programs" shall mean and include one or more software programs created by the Licensee which use the Wintertree Thesaurus Engine.
27623
276242. License grant
27625
276262.1 Licensor hereby grants to Licensee, and Licensee hereby accepts, subject to the terms and conditions set forth in this Agreement, a worldwide non-exclusive license to use Software Development Kit as set forth in this Agreement. The term "license" as used in this Agreement shall mean and include:
27627
276282.1.1 The right to use Software Development Kit on a single computer system or workstation at one time;
27629
276302.1.2 The right to make a reasonable number of backup copies of Software Development Kit;
27631
276322.1.3 The right to modify any source code provided with Software Development Kit;
27633
276342.1.4 The right to redistribute one copy of the Redistributable Software with each copy of the Licensee''s Application Programs without payment of royalty fees.
27635
276363. Transfer
27637
276383.1 The Software Development Kit is licensed to a single organization or individual. The Software Development Kit may be transferred together with this Agreement provided the transferee agrees to the terms and conditions of this Agreement. The name and address of the transferee must be reported to Licensor. When the Software Development Kit and License Agreement are transferred, all copies, upgrades, prior versions, and documentation must be either transferred or destroyed. Transferring the Software Development Kit terminates this License Agreement with the original Licensee.
27639
276404. Restrictions
27641
276424.1 In accepting the license granted by Licensor, Licensee agrees that it shall not
27643
276444.1.1 Include the Redistributable Software with a product which is itself a software development kit, software component, or software library;
27645
276464.1.2 Permit its end-users to redistribute the Redistributable Software;
27647
276484.1.3 Loan or rent Software Development Kit to a third party;
27649
276504.1.4 Attempt to disassemble or reverse-engineer software included with the Software Development Kit;
27651
276524.1.5 Disclose the License Key provided with the Software Development Kit to a third party without permission from the Licensor.
27653
276545. Term of Agreement
27655
276565.1 The term of this Agreement shall commence at the time Licensee receives Software Development Kit and shall continue in effect indefinitely unless terminated as provided below.
27657
276586. Termination of Agreement
27659
276606.1 The Licensee may terminate this Agreement at any time by destroying all copies of Software Development Kit. In the event of a material default by the Licensee or the Licensee''s agent or representative, of any provision of this Agreement, the Licensor may terminate this Agreement upon thirty (30) days written notice, except that the Licensee shall have thirty (30) days of receipt of notice of termination. Upon termination of the Agreement, the Licensee shall either destroy all licensed copies of Software Development Kit, and all backups, or return them to Licensor. This obligation shall survive the termination of this Agreement.
27661
276627. Copyright and proprietary information
27663
276647.1 Licensee acknowledges that Software Development Kit and all supporting documentation constitute valuable property of Licensor and that all title and ownership rights in Software Development Kit and related materials remain exclusively with Licensor.
27665
276667.2 Licensor reserves all rights with respect to Software Development Kit under all applicable laws for the protection of proprietary information, including, but not limited to, trade secrets, copyrights, trademarks, and patents.
27667
276687.3 Except as otherwise provided in this Agreement, Licensee shall not cause or permit unauthorized copying, reproduction, or disclosure of any portion of the Software Development Kit or supporting documentation, or the delivery or distribution of any part thereof to any third person or entity, for any purpose whatsoever, without the prior written permission of Licensor. This restriction shall continue to bind Licensee and its agents and representatives beyond the termination of this Agreement.
27669
276707.4 Licensee shall include the following copyright notice with each Application Program incorporating the Redistributable Software: "Wintertree Thesaurus Engine Copyright © 2001 Wintertree Software Inc." This copyright notice may be placed with other copyright notices, including the Licensee''s own copyright notice, or in any reasonably visible location in the application''s packaging, software, or documentation.
27671
276728. Indemnification
27673
276748.1 Licensee shall indemnify and defend against any and all claims, including claims by third parties or employees of Licensee, which arise directly or indirectly out of Licensee''s use or operation of the Software Development Kit or Redistributable Software.
27675
276768.2 The Licensor shall indemnify and hold the Licensee harmless from loss, damage, or liability for direct infringement of any United States, Canadian, or European Union member state patent or copyright with respect to the Software Development Kit or Redistributable Software, provided that the Software Development Kit or Redistributable Software have not been modified and provided the Licensor is promptly notified by the Licensee in writing of any infringement and is permitted to defend, compromise or settle such suit or claim, and provided the Licensee gives to the Licensor such available information, assistance and authority as the Licensor deems necessary to the defense of such suit or claim. Should the use of the Software Development Kit or Redistributable Software be enjoined, or in the event that the Licensor desires to minimize its liabilities hereunder, the Licensor shall have the right, at its sole option and expense to:
27677
276788.2.1 Procure for the Licensee the right to continue the use of the Software Development Kit or Redistributable Software; or,
27679
276808.2.2 Replace the Software Development Kit or Redistributable Software with a non-infringing product; or,
27681
276828.2.3 Modify the Software Development Kit or Redistributable Software so that it becomes non-infringing; or,
27683
276848.2.4 Refund to the Licensee the purchase price paid, if any, by the Licensee for the Software Development Kit.
27685
27686DISCLAIMER OF WARRANTY
27687
27688THIS SOFTWARE DEVELOPMENT KIT IS SOLD "AS IS" AND WITHOUT WARRANTIES AS TO PERFORMANCE OR MERCHANTABILITY.
27689
27690THIS SOFTWARE DEVELOPMENT KIT IS SOLD WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES WHATSOEVER. BECAUSE OF THE DIVERSITY OF CONDITIONS AND HARDWARE UNDER WHICH THIS SOFTWARE DEVELOPMENT KIT MAY BE USED, NO WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS OFFERED. THE USER IS ADVISED TO TEST THE SOFTWARE DEVELOPMENT KIT THOROUGHLY BEFORE RELYING ON IT. THE USER MUST ASSUME THE ENTIRE RISK OF USING THE SOFTWARE DEVELOPMENT KIT. ANY LIABILITY OF SELLER OR MANUFACTURER WILL BE LIMITED EXCLUSIVELY TO PRODUCT REPLACEMENT OR REFUND OF THE PURCHASE PRICE.', 'http://www.wintertree-software.com/dev/thesdb/license.html', NULL, NULL, NULL, 'Wintertree License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, '47208105ea66d03ba9a57b6625f5b713', 1, NULL);
27691INSERT INTO license_ref VALUES (366, 'Jabber-1.0', 'Jabber Open Source License
27692Version 1.0
27693
27694This Jabber Open Source License (the "License") applies to Jabber Server and related software products as well as any updates or maintenance releases of that software ("Jabber Products") that are distributed by Jabber.Com, Inc. ("Licensor"). Any Jabber Product licensed pursuant to this License is a Licensed Product. Licensed Product, in its entirety, is protected by U.S. copyright law. This License identifies the terms under which you may use, copy, distribute or modify Licensed Product.
27695
27696Preamble
27697
27698This Preamble is intended to describe, in plain English, the nature and scope of this License. However, this Preamble is not a part of this license. The legal effect of this License is dependent only upon the terms of the License and not this Preamble.
27699
27700This License complies with the Open Source Definition and has been approved by Open Source Initiative. Software distributed under this License may be marked as "OSI Certified Open Source Software."
27701
27702This License provides that:
27703
277041.      You may use, sell or give away the Licensed Product, alone or as a component of an aggregate software distribution containing programs from several different sources. No royalty or other fee is required.
27705
277062.      Both Source Code and executable versions of the Licensed Product, including Modifications made by previous Contributors, are available for your use. (The terms "Licensed Product," "Modifications," "Contributors" and "Source Code" are defined in the License.)
27707
277083.      You are allowed to make Modifications to the Licensed Product, and you can create Derivative Works from it. (The term "Derivative Works" is defined in the License.)
27709
277104.      By accepting the Licensed Product under the provisions of this License, you agree that any Modifications you make to the Licensed Product and then distribute are governed by the provisions of this License. In particular, you must make the Source Code of your Modifications available to others.
27711
277125.      You may use the Licensed Product for any purpose, but the Licensor is not providing you any warranty whatsoever, nor is the Licensor accepting any liability in the event that the Licensed Product doesn''t work properly or causes you any injury or damages.
27713
277146.      If you sublicense the Licensed Product or Derivative Works, you may charge fees for warranty or support, or for accepting indemnity or liability obligations to your customers. You cannot charge for the Source Code.
27715
277167.      If you assert any patent claims against the Licensor relating to the Licensed Product, or if you breach any terms of the License, your rights to the Licensed Product under this License automatically terminate.
27717
27718You may use this License to distribute your own Derivative Works, in which case the provisions of this License will apply to your Derivative Works just as they do to the original Licensed Product.
27719
27720Alternatively, you may distribute your Derivative Works under any other OSI-approved Open Source license, or under a proprietary license of your choice. If you use any license other than this License, however, you must continue to fulfill the requirements of this License (including the provisions relating to publishing the Source Code) for those portions of your Derivative Works that consist of the Licensed Product, including the files containing Modifications.
27721
27722New versions of this License may be published from time to time. You may choose to continue to use the license terms in this version of the License or those from the new version. However, only the Licensor has the right to change the License terms as they apply to the Licensed Product.
27723
27724This License relies on precise definitions for certain terms. Those terms are defined when they are first used, and the definitions are repeated for your convenience in a Glossary at the end of the License.
27725
27726License Terms
27727
277281.      Grant of License From Licensor. Licensor hereby grants you a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, to do the following:
27729
27730a.       Use, reproduce, modify, display, perform, sublicense and distribute any Modifications created by such Contributor or portions thereof, in both Source Code or as an executable program, either on an unmodified basis or as part of Derivative Works.
27731
27732b.       Under claims of patents now or hereafter owned or controlled by Contributor, to make, use, sell, offer for sale, have made, and/or otherwise dispose of Modifications or portions thereof, but solely to the extent that any such claim is necessary to enable you to make, use, sell, offer for sale, have made, and/or otherwise dispose of Modifications or portions thereof or Derivative Works thereof.
27733
277342. Grant of License to Modifications From Contributor. "Modifications" means any additions to or deletions from the substance or structure of (i) a file containing Licensed Product, or (ii) any new file that contains any part of Licensed Product. Hereinafter in this License, the term "Licensed Product" shall include all previous Modifications that you receive from any Contributor. By application of the provisions in Section 4(a) below, each person or entity who created or contributed to the creation of, and distributed, a Modification (a "Contributor") hereby grants you a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, to do the following:
27735Use, reproduce, modify, display, perform, sublicense and distribute any Modifications created by such Contributor or portions thereof, in both Source Code or as an executable program, either on an unmodified basis or as part of Derivative Works.
27736Under claims of patents now or hereafter owned or controlled by Contributor, to make, use, sell, offer for sale, have made, and/or otherwise dispose of Modifications or portions thereof, but solely to the extent that any such claim is necessary to enable you to make, use, sell, offer for sale, have made, and/or otherwise dispose of Modifications or portions thereof or Derivative Works thereof.
277373.      Exclusions From License Grant. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor or any Contributor except as expressly stated herein.No patent license is granted separate from the Licensed Product, for code that you delete from the Licensed Product, or for combinations of the Licensed Product with other software or hardware. No right is granted to the trademarks of Licensor or any Contributor even if such marks are included in the Licensed Product. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any code that Licensor otherwise would have a right to license.
27738
277394.      Your Obligations Regarding Distribution.
27740
27741a.       Application of This License to Your Modifications.As an express condition for your use of the Licensed Product, you hereby agree that any Modifications that you create or to which you contribute, and which you distribute, are governed by the terms of this License including, without limitation, Section 2. Any Modifications that you create or to which you contribute may be distributed only under the terms of this License or a future version of this License released under Section 7. You must include a copy of this License with every copy of the Modifications you distribute. You agree not to offer or impose any terms on any Source Code or executable version of the Licensed Product or Modifications that alter or restrict the applicable version of this License or the recipients'' rights hereunder.However, you may include an additional document offering the additional rights described in Section 4(e).
27742
27743b.       Availability of Source Code. You must make available, under the terms of this License, the Source Code of the Licensed Product and any Modifications that you distribute, either on the same media as you distribute any executable or other form of the Licensed Product, or via a mechanism generally accepted in the software development community for the electronic transfer of data (an "Electronic Distribution Mechanism"). The Source Code for any version of Licensed Product or Modifications that you distribute must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of said Licensed Product or Modifications has been made available. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
27744
27745c.       Description of Modifications. You must cause any Modifications that you create or to which you contribute, and which you distribute, to contain a file documenting the additions, changes or deletions you made to create or contribute to those Modifications, and the dates of any such additions, changes or deletions. You must include a prominent statement that the Modifications are derived, directly or indirectly, from the Licensed Product and include the names of the Licensor and any Contributor to the Licensed Product in (i) the Source Code and (ii) in any notice displayed by a version of the Licensed Product you distribute or in related documentation in which you describe the origin or ownership of the Licensed Product.You may not modify or delete any preexisting copyright notices in the Licensed Product.
27746
27747d.       Intellectual Property Matters.
27748
27749                                   i.            Third Party Claims. If you have knowledge that a license to a third party''s intellectual property right is required to exercise the rights granted by this License, you must include a text file with the Source Code distribution titled "LEGAL" that describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after you make any Modifications available as described in Section 4(b), you shall promptly modify the LEGAL file in all copies you make available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Licensed Product from you that new knowledge has been obtained.
27750
27751                               ii.            Contributor APIs. If your Modifications include an application programming interface ("API") and you have knowledge of patent licenses that are reasonably necessary to implement that API, you must also include this information in the LEGAL file.
27752
27753                              iii.            Representations. You represent that, except as disclosed pursuant to 4(d)(i) above, you believe that any Modifications you distribute are your original creations and that you have sufficient rights to grant the rights conveyed by this License.
27754
27755e.       Required Notices. You must duplicate this License in any documentation you provide along with the Source Code of any Modifications you create or to which you contribute, and which you distribute, wherever you describe recipients'' rights relating to Licensed Product. You must duplicate the notice contained in Exhibit A (the "Notice") in each file of the Source Code of any copy you distribute of the Licensed Product.If you created a Modification, you may add your name as a Contributor to the Notice. If it is not possible to put the Notice in a particular Source Code file due to its structure, then you must include such Notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Licensed Product.However, you may do so only on your own behalf, and not on behalf of the Licensor or any Contributor. You must make it clear that any such warranty, support, indemnity or liability obligation is offered by you alone, and you hereby agree to indemnify the Licensor and every Contributor for any liability incurred by the Licensor or such Contributor as a result of warranty, support, indemnity or liability terms you offer.
27756
27757f.        Distribution of Executable Versions. You may distribute Licensed Product as an executable program under a license of your choice that may contain terms different from this License provided (i) you have satisfied the requirements of Sections 4(a) through 4(e) for that distribution, (ii) you include a conspicuous notice in the executable version, related documentation and collateral materials stating that the Source Code version of the Licensed Product is available under the terms of this License, including a description of how and where you have fulfilled the obligations of Section 4(b), (iii) you retain all existing copyright notices in the Licensed Product, and (iv) you make it clear that any terms that differ from this License are offered by you alone, not by Licensor or any Contributor. You hereby agree to indemnify the Licensor and every Contributor for any liability incurred by Licensor or such Contributor as a result of any terms you offer.
27758
27759g.       Distribution of Derivative Works. You may create Derivative Works (e.g., combinations of some or all of the Licensed Product with other code) and distribute the Derivative Works as products under any other license you select, with the proviso that the requirements of this License are fulfilled for those portions of the Derivative Works that consist of the Licensed Product or any Modifications thereto.
27760
277615.      Inability to Comply Due to Statute or Regulation.If it is impossible for you to comply with any of the terms of this License with respect to some or all of the Licensed Product due to statute, judicial order, or regulation, then you must (i) comply with the terms of this License to the maximum extent possible, (ii) cite the statute or regulation that prohibits you from adhering to the License, and (iii) describe the limitations and the code they affect.Such description must be included in the LEGAL file described in Section 4(d), and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill at computer programming to be able to understand it.
27762
277636.      Application of This License. This License applies to code to which Licensor or Contributor has attached the Notice in Exhibit A, which is incorporated herein by this reference.
27764
277657.      Versions of This License.
27766
27767a.       New Versions. Licensor may publish from time to time revised and/or new versions of the License.
27768
27769b.       Effect of New Versions. Once Licensed Product has been published under a particular version of the License, you may always continue to use it under the terms of that version. You may also choose to use such Licensed Product under the terms of any subsequent version of the License published by Licensor. No one other than Licensor has the right to modify the terms applicable to Licensed Product created under this License.
27770
27771c.       Derivative Works of this License. If you create or use a modified version of this License, which you may do only in order to apply it to software that is not already a Licensed Product under this License, you must rename your license so that it is not confusingly similar to this License, and must make it clear that your license contains terms that differ from this License. In so naming your license, you may not use any trademark of Licensor or any Contributor.
27772
277738.      Disclaimer of Warranty. LICENSED PRODUCT IS PROVIDED UNDER THIS LICENSE ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE LICENSED PRODUCT IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LICENSED PRODUCT IS WITH YOU. SHOULD LICENSED PRODUCT PROVE DEFECTIVE IN ANY RESPECT, YOU (AND NOT THE LICENSOR OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE.NO USE OF LICENSED PRODUCT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
27774
277759.      Termination.
27776
27777a.       Automatic Termination Upon Breach. This license and the rights granted hereunder will terminate automatically if you fail to comply with the terms herein and fail to cure such breach within thirty (30) days of becoming aware of the breach. All sublicenses to the Licensed Product that are properly granted shall survive any termination of this license. Provisions that, by their nature, must remain in effect beyond the termination of this License, shall survive.
27778
27779b.       Termination Upon Assertion of Patent Infringement.If you initiate litigation by asserting a patent infringement claim (excluding declaratory judgment actions) against Licensor or a Contributor (Licensor or Contributor against whom you file such an action is referred to herein as Respondent) alleging that Licensed Product directly or indirectly infringes any patent, then any and all rights granted by such Respondent to you under Sections 1 or 2 of this License shall terminate prospectively upon sixty (60) days notice from Respondent (the "Notice Period") unless within that Notice Period you either agree in writing (i) to pay Respondent a mutually agreeable reasonably royalty for your past or future use of Licensed Product made by such Respondent, or (ii) withdraw your litigation claim with respect to Licensed Product against such Respondent. If within said Notice Period a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Licensor to you under Sections 1 and 2 automatically terminate at the expiration of said Notice Period.
27780
27781c.       Reasonable Value of This License. If you assert a patent infringement claim against Respondent alleging that Licensed Product directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by said Respondent under Sections 1 and 2 shall be taken into account in determining the amount or value of any payment or license.
27782
27783d.       No Retroactive Effect of Termination. In the event of termination under Sections 9(a) or 9(b) above, all end user license agreements (excluding licenses to distributors and resellers) that have been validly granted by you or any distributor hereunder prior to termination shall survive termination.
27784
2778510.  Limitation of Liability. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE LICENSOR, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF LICENSED PRODUCT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTYS NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
27786
2778711.  Responsibility for Claims. As between Licensor and Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License. You agree to work with Licensor and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
27788
2778912.  U.S. Government End Users. The Licensed Product is a commercial item, as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of commercial computer software and commercial computer software documentation, as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Licensed Product with only those rights set forth herein.
27790
2779113.  Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. You expressly agree that any litigation relating to this license shall be subject to the jurisdiction of the Federal Courts of the Northern District of California or the Superior Court of the County of Santa Clara, California (as appropriate), with venue lying in Santa Clara County, California, with the losing party responsible for costs including, without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. You and Licensor expressly waive any rights to a jury trial in any litigation concerning Licensed Product or this License. Any law or regulation that provides that the language of a contract shall be construed against the drafter shall not apply to this License.
27792
2779314.  Definition of You in This License.You throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 7. For legal entities, you includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, control means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
27794
2779515.  Glossary. All defined terms in this License that are used in more than one Section of this License are repeated here, in alphabetical order, for the convenience of the reader. The Section of this License in which each defined term is first used is shown in parentheses.
27796
27797Contributor:Each person or entity who created or contributed to the creation of, and distributed, a Modification. (See Section 2)
27798
27799Derivative Works: That term as used in this License is defined under U.S. copyright law. (See Section 1(b))
27800
27801License:This Jabber Open Source License. (See first paragraph of License)
27802
27803Licensed Product:Any Jabber Product licensed pursuant to this License. The term "Licensed Product" includes all previous Modifications from any Contributor that you receive. (See first paragraph of License and Section 2)
27804
27805Licensor:Jabber.Com, Inc. (See first paragraph of License)
27806
27807Licensed Product:Any Jabber Product licensed pursuant to this License. The term "Licensed Product" includes all previous Modifications from any Contributor that you receive. (See first paragraph of License and Section 2)
27808
27809Licensor:Jabber.Com, Inc. (See first paragraph of License)
27810
27811Modifications:Any additions to or deletions from the substance or structure of (i) a file containing Licensed Product, or (ii) any new file that contains any part of Licensed Product. (See Section 2)
27812
27813Notice:The notice contained in Exhibit A. (See Section 4(e))
27814
27815Source Code: The preferred form for making modifications to the Licensed Product, including all modules contained therein, plus any associated interface definition files, scripts used to control compilation and installation of an executable program, or a list of differential comparisons against the Source Code of the Licensed Product. (See Section 1(a))
27816
27817You:This term is defined in Section 14 of this License.
27818
27819EXHIBIT A
27820
27821The Notice below must appear in each file of the Source Code of any copy you distribute of the Licensed Product or any nereto. Contributors to any Modifications may add their own copyright notices to identify their own contributions.
27822
27823License:
27824
27825The contents of this file are subject to the Jabber Open Source License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License at http://www.jabber.com/license/ or at http://www.opensource.org/.
27826
27827Software distributed under the License is distributed on an AS IS basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
27828
27829Copyrights:
27830
27831Portions created by or assigned to Jabber.com, Inc. are Copyright (c) 1999-2000 Jabber.com, Inc. All Rights Reserved. Contact information for Jabber.com, Inc. is available at http://www.jabber.com/.
27832
27833Portions Copyright (c) 1998-1999 Jeremie Miller.
27834
27835Acknowledgements
27836
27837Special thanks to the Jabber Open Source Contributors for their suggestions and support of Jabber.
27838
27839Modifications:', 'http://www.opensource.org/licenses/jabberpl.php', NULL, NULL, NULL, 'Jabber Open Source License', NULL, NULL, NULL, '', NULL, false, false, false, 'ba7c557b0b7538cf32add3007b87ccf3', 1, NULL);
27840INSERT INTO license_ref VALUES (367, 'LPPL-1.2', 'The LaTeX Project Public License
27841=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
27842
27843LPPL Version 1.2  1999-09-03
27844
27845Copyright 1999 LaTeX3 Project
27846    Everyone is allowed to distribute verbatim copies of this
27847    license document, but modification of it is not allowed.
27848
27849
27850PREAMBLE
27851========
27852
27853The LaTeX Project Public License (LPPL) is the license under which the
27854base LaTeX distribution is distributed.
27855
27856You may use this license for any program that you have written and wish
27857to distribute.  This license may be particularly suitable if your
27858program is TeX-related (such as a LaTeX package), but you may use it
27859even if your program is unrelated to TeX.  The section `WHETHER AND HOW
27860TO DISTRIBUTE PROGRAMS UNDER THIS LICENSE'', below, gives instructions,
27861examples, and recommendations for authors who are considering
27862distributing their programs under this license.
27863
27864In this license document, `The Program'' refers to any program
27865distributed under this license.
27866
27867This license gives conditions under which The Program may be distributed
27868and conditions under which modified versions of The Program may be
27869distributed.  Individual files of The Program may bear supplementary
27870and/or superseding conditions on modification of themselves and on the
27871distribution of modified versions of themselves, but *no* file of The
27872Program may bear supplementary or superseding conditions on the
27873distribution of an unmodified copy of the file.  A distributor wishing
27874to distribute a complete, unmodified copy of The Program therefore
27875needs to check the conditions only in this license and nowhere else.
27876
27877Activities other than distribution and/or modification of The Program
27878are not covered by this license; they are outside its scope.  In
27879particular, the act of running The Program is not restricted.
27880
27881We, the LaTeX3 Project, believe that the conditions below give you
27882the freedom to make and distribute modified versions of The Program
27883that conform with whatever technical specifications you wish while
27884maintaining the availability, integrity, and reliability of
27885The Program.  If you do not see how to achieve your goal while
27886meeting these conditions, then read the document `cfgguide.tex''
27887in the base LaTeX distribution for suggestions.
27888
27889
27890CONDITIONS ON DISTRIBUTION AND MODIFICATION
27891===========================================
27892
27893You may distribute a complete, unmodified copy of The Program.
27894Distribution of only part of The Program is not allowed.
27895
27896You may not modify in any way a file of The Program that bears a legal
27897notice forbidding modification of that file.
27898
27899You may distribute a modified file of The Program if, and only if, the
27900following eight conditions are met:
27901
27902  1. You must meet any additional conditions borne by the file on the
27903     distribution of a modified version of the file as described below
27904     in the subsection `Additional Conditions on Individual Files of
27905     The Program''.
27906
27907  2. If the file is a LaTeX software file, then you must meet any
27908     applicable additional conditions on the distribution of a modified
27909     version of the file that are described below in the subsection
27910     `Additional Conditions on LaTeX Software Files''.
27911
27912  3. You must not distribute the modified file with the filename of the
27913     original file.
27914
27915  4. In the modified file, you must acknowledge the authorship and
27916     name of the original file, and the name (if any) of the program
27917     which contains it.
27918
27919  5. You must change any identification string in the file to indicate
27920     clearly that the modified file is not part of The Program.
27921
27922  6. You must change any addresses in the modified file for the
27923     reporting of errors in the file or in The Program generally to
27924     ensure that reports for files no longer maintained by the original
27925     maintainers will be directed to the maintainers of the modified
27926     files.
27927
27928  7. You must distribute the modified file under a license that forbids
27929     distribution both of the modified file and of any files derived
27930     from the modified file with the filename of the original file.
27931
27932  8. You must do either (A) or (B):
27933
27934       (A) distribute a copy of The Program (that is, a complete,
27935           unmodified copy of The Program) together with the modified
27936           file; if your distribution of the modified file is made by
27937           offering access to copy the modified file from a designated
27938           place, then offering equivalent access to copy The Program
27939           from the same place meets this condition, even though third
27940           parties are not compelled to copy The Program along with the
27941           modified file;
27942
27943       (B) provide to those who receive the modified file information
27944           that is sufficient for them to obtain a copy of The Program;
27945           for example, you may provide a Uniform Resource Locator (URL)
27946           for a site that you expect will provide them with a copy of
27947           The Program free of charge (either the version from which
27948           your modification is derived, or perhaps a later version).
27949
27950Note that in the above, `distribution'' of a file means making the
27951file available to others by any means.  This includes, for instance,
27952installing the file on any machine in such a way that the file is
27953accessible by users other than yourself.  `Modification'' of a file
27954means any procedure that produces a derivative file under any
27955applicable law -- that is, a file containing the original file or
27956a significant portion of it, either verbatim or with modifications
27957and/or translated into another language.
27958
27959Changing the name of a file (other than as necessitated by the file
27960conventions of the target file systems) is considered to be a
27961modification of the file.
27962
27963The distribution conditions in this license do not have to be
27964applied to files that have been modified in accordance with the
27965above conditions.  Note, however, that Condition 7. does apply to
27966any such modified file.
27967
27968The conditions above are not intended to prohibit, and hence do not
27969apply to, the updating, by any method, of a file so that it becomes
27970identical to the latest version of that file of The Program.
27971
27972
27973
27974A Recommendation on Modification Without Distribution
27975-----------------------------------------------------
27976
27977It is wise never to modify a file of The Program, even for your own
27978personal use, without also meeting the above eight conditions for
27979distributing the modified file.  While you might intend that such
27980modified files will never be distributed, often this will happen by
27981accident -- you may forget that you have modified the file; or it may
27982not occur to you when allowing others to access the modified file
27983that you are thus distributing it and violating the conditions of
27984this license.  It is usually in your best interest to keep your copy
27985of The Program identical with the public one.  Many programs provide
27986ways to control the behavior of that program without altering its
27987licensed files.
27988
27989
27990Additional Conditions on Individual Files of The Program
27991--------------------------------------------------------
27992
27993An individual file of The Program may bear additional conditions that
27994supplement and/or supersede the conditions in this license if, and only
27995if, such additional conditions exclusively concern modification of the
27996file or distribution of a modified version of the file.  The conditions
27997on individual files of The Program therefore may differ only with
27998respect to the kind and extent of modification of those files that
27999is allowed, and with respect to the distribution of modified versions
28000of those files.
28001
28002
28003Additional Conditions on LaTeX Software Files
28004---------------------------------------------
28005
28006If a file of The Program is intended to be used with LaTeX (that is,
28007if it is a LaTeX software file), then the following additional
28008conditions, which supplement and/or supersede the conditions
28009above, apply to the file according to its filename extension:
28010
28011  - You may not modify any file with filename extension `.ins'' since
28012    these are installation files containing the legal notices that are
28013    placed in the files they generate.
28014
28015  - You may distribute modified versions of files with filename
28016    extension `.fd'' (LaTeX font definition files) under the standard
28017    conditions of the LPPL as described above.  You may also distribute
28018    such modified LaTeX font definition files with their original names
28019    provided that:
28020    (1) the only changes to the original files either enable use of
28021        available fonts or prevent attempts to access unavailable fonts;
28022    (2) you also distribute the original, unmodified files (TeX input
28023        paths can be used to control which set of LaTeX font definition
28024        files is actually used by TeX).
28025
28026  - You may distribute modified versions of files with filename
28027    extension `.cfg'' (configuration files) with their original names.
28028    The Program may (and usually will) specify the range of commands
28029    that are allowed in a particular configuration file.
28030
28031Because of portability and exchangeability issues in LaTeX software,
28032The LaTeX3 Project deprecates the distribution of modified versions of
28033components of LaTeX or of generally available contributed code for them,
28034but such distribution can meet the conditions of this license.
28035
28036
28037NO WARRANTY
28038===========
28039
28040There is no warranty for The Program.  Except when otherwise stated in
28041writing, The Copyright Holder provides The Program `as is'', without
28042warranty of any kind, either expressed or implied, including, but not
28043limited to, the implied warranties of merchantability and fitness for
28044a particular purpose.  The entire risk as to the quality and performance
28045of The Program is with you.  Should The Program prove defective, you
28046assume the cost of all necessary servicing, repair, or correction.
28047
28048In no event unless agreed to in writing will The Copyright Holder, or
28049any author named in the files of The Program, or any other party who may
28050distribute and/or modify The Program as permitted above, be liable to
28051you for damages, including any general, special, incidental or
28052consequential damages arising out of any use of The Program or out of
28053inability to use The Program (including, but not limited to, loss of
28054data, data being rendered inaccurate, or losses sustained by anyone as
28055a result of any failure of The Program to operate with any other
28056programs), even if The Copyright Holder or said author or said other
28057party has been advised of the possibility of such damages.
28058
28059
28060WHETHER AND HOW TO DISTRIBUTE PROGRAMS UNDER THIS LICENSE
28061=========================================================
28062
28063This section contains important instructions, examples, and
28064recommendations for authors who are considering distributing their
28065programs under this license.  These authors are addressed as `you'' in
28066this section.
28067
28068
28069Choosing This License or Another License
28070----------------------------------------
28071
28072If for any part of your program you want or need to use *distribution*
28073conditions that differ from those in this license, then do not refer to
28074this license anywhere in your program but instead distribute your
28075program under a different license.  You may use the text of this license
28076as a model for your own license, but your license should not refer to
28077the LPPL or otherwise give the impression that your program is
28078distributed under the LPPL.
28079
28080The document `modguide.tex'' in the base LaTeX distribution explains
28081the motivation behind the conditions of this license.  It explains,
28082for example, why distributing LaTeX under the GNU General Public
28083License (GPL) was considered inappropriate.  Even if your program is
28084unrelated to LaTeX, the discussion in `modguide.tex'' may still be
28085relevant, and authors intending to distribute their programs under any
28086license are encouraged to read it.
28087
28088
28089How to Use This License
28090-----------------------
28091
28092To use this license, place in each of the files of your program both
28093an explicit copyright notice including your name and the year and also
28094a statement that the distribution and/or modification of the file is
28095constrained by the conditions in this license.
28096
28097Here is an example of such a notice and statement:
28098
28099  %% pig.dtx
28100  %% Copyright 2001 M. Y. Name
28101  %
28102  % This program may be distributed and/or modified under the
28103  % conditions of the LaTeX Project Public License, either version 1.2
28104  % of this license or (at your option) any later version.
28105  % The latest version of this license is in
28106  %   http://www.latex-project.org/lppl.txt
28107  % and version 1.2 or later is part of all distributions of LaTeX
28108  % version 1999/12/01 or later.
28109  %
28110  % This program consists of the files pig.dtx and pig.ins
28111
28112Given such a notice and statement in a file, the conditions given in
28113this license document would apply, with `The Program'' referring to the
28114two files `pig.dtx'' and `pig.ins'', and `The Copyright Holder'' referring
28115to the person `M. Y. Name''.
28116
28117
28118Important Recommendations
28119-------------------------
28120
28121 Defining What Constitutes The Program
28122
28123   The LPPL requires that distributions of The Program contain all the
28124   files of The Program.  It is therefore important that you provide a
28125   way for the licensee to determine which files constitute The Program.
28126   This could, for example, be achieved by explicitly listing all the
28127   files of The Program near the copyright notice of each file or by
28128   using a line like
28129
28130    % This program consists of all files listed in manifest.txt.
28131
28132   in that place.  In the absence of an unequivocal list it might be
28133   impossible for the licensee to determine what is considered by you
28134   to comprise The Program.
28135
28136 Noting Exceptional Files
28137
28138   If The Program contains any files bearing additional conditions on
28139   modification, or on distribution of modified versions, of those
28140   files (other than those listed in `Additional Conditions on LaTeX
28141   Software Files''), then it is recommended that The Program contain a
28142   prominent file that defines the exceptional conditions, and either
28143   lists the exceptional files or defines one or more categories of
28144   exceptional files.
28145
28146   Files containing the text of a license (such as this file) are
28147   often examples of files bearing more restrictive conditions on
28148   modification.  LaTeX configuration files (with filename extension
28149   `.cfg'') are examples of files bearing less restrictive conditions
28150   on the distribution of a modified version of the file.  The
28151   additional conditions on LaTeX software given above are examples
28152   of declaring a category of files bearing exceptional additional
28153   conditions.
28154
28155', 'http://www.latex-project.org/lppl/lppl-1-2.txt', NULL, NULL, NULL, 'LaTeX Project Public License 1.2', NULL, NULL, NULL, '', NULL, false, false, false, '9de443f0da59f23875798d94bd3515f7', 1, NULL);
28156INSERT INTO license_ref VALUES (368, 'MetroLink-1.0', 'METRO LINK PUBLIC LICENSE
28157MOTIF GRAPHICAL USER INTERFACE SOFTWARE
28158Version 1.00
28159
28160
28161THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS METRO LINK PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT''S ACCEPTANCE OF THIS AGREEMENT.
281621. DEFINITIONS
28163"Contribution" means:
28164
28165in the case of METRO LINK, INCORPORATED ("METRO LINK"), the Metro Link Program, and
28166
28167in the case of each Contributor,
28168
28169changes to the Program, and
28170additions to the Program;
28171
28172where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution ''originates'' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor''s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
28173
28174"Contributor" means The Open Group, METRO LINK and any other entity that distributes the Program.
28175
28176"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
28177
28178"Open Source"  programs mean software for the source code is available without confidential or trade secret restrictions and for which  the source code and object code are available for distribution without license charges.
28179
28180"Metro Link Program" means the original version of the software accompanying this Agreement as released by METRO LINK, including source code, object code and documentation, if any.
28181
28182"Program" means the Metro Link Program and Contributions.
28183
28184"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
28185
281862.     GRANT OF RIGHTS
28187
28188The rights granted under this license are limited solely to distribution and sublicensing of the Contribution(s) on, with or  for operating systems which are themselves Open Source programs.
28189
28190Subject to the terms of this Agreement, The Open Group Public License Agreement attached hereto (“The Open Group Agreement”) and  the limitations of this Section 2, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
28191
28192Subject to the terms of this Agreement, The Open Group Agreement and this Section 2, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
28193
28194
28195Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient''s responsibility to acquire that license before distributing the Program.
28196
28197Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
28198
28199
282003. REQUIREMENTS
28201A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
28202it complies with the terms and conditions of this Agreement and The Open Group Agreement; and
28203
28204its license agreement:
28205
28206
28207effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
28208effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
28209states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
28210states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
28211
28212When the Program is made available in source code form:
28213it must be made available under this Agreement and the Open Group Agreement; and
28214
28215a copy of this Agreement must be included with each copy of the Program.
28216
28217
28218Each Contributor must include the following in a conspicuous location in the Program:
28219Copyright (C) May, 2000 The Open Group, Metro Link, Incorporated and others. All Rights Reserved
28220
28221In addition, each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
282224. COMMERCIAL DISTRIBUTION
28223Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must:
28224
28225a)       promptly notify the Commercial Contributor in writing of such claim, and
28226
28227b)       allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations.
28228
28229The Indemnified Contributor may participate in any such claim at its own expense.
28230For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor''s responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
282315. NO WARRANTY
28232EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
282336. DISCLAIMER OF LIABILITY
28234EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
282357. GENERAL
28236If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
28237
28238If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient''s patent(s), then such Recipient''s rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
28239
28240All Recipient''s rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient''s rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient''s obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
28241
28242METRO LINK may publish new versions (including revisions) of this Agreement from time to time. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. No one other than METRO LINK has the right to modify this Agreement. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
28243
28244This Agreement is governed by the laws of the State of Florida and the intellectual property laws of the United States of America.
28245
28246No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.', 'http://www.opengroup.org/openmotif/supporters/metrolink/license.html', NULL, NULL, NULL, 'Metro Link User Interface Software License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '8374b2f71b9daeba5ed144bd02f3051f', 1, NULL);
28247INSERT INTO license_ref VALUES (370, 'NASA-1.3', 'NASA OPEN SOURCE AGREEMENT VERSION 1.3
28248THIS OPEN SOURCE AGREEMENT ("AGREEMENT") DEFINES THE RIGHTS OF USE,
28249REPRODUCTION, DISTRIBUTION, MODIFICATION AND REDISTRIBUTION OF CERTAIN
28250COMPUTER SOFTWARE ORIGINALLY RELEASED BY THE UNITED STATES GOVERNMENT
28251AS REPRESENTED BY THE GOVERNMENT AGENCY LISTED BELOW ("GOVERNMENT
28252AGENCY"). THE UNITED STATES GOVERNMENT, AS REPRESENTED BY GOVERNMENT
28253AGENCY, IS AN INTENDED THIRD-PARTY BENEFICIARY OF ALL SUBSEQUENT
28254DISTRIBUTIONS OR REDISTRIBUTIONS OF THE SUBJECT SOFTWARE. ANYONE WHO
28255USES, REPRODUCES, DISTRIBUTES, MODIFIES OR REDISTRIBUTES THE SUBJECT
28256SOFTWARE, AS DEFINED HEREIN, OR ANY PART THEREOF, IS, BY THAT ACTION,
28257ACCEPTING IN FULL THE RESPONSIBILITIES AND OBLIGATIONS CONTAINED IN
28258THIS AGREEMENT.
28259
28260Government Agency: _____________________________________
28261
28262Government Agency Original Software Designation: ______________
28263
28264Government Agency Original Software Title: ____________________
28265
28266User Registration Requested. Please Visit http://__________________
28267
28268Government Agency Point of Contact for Original Software: ___________________
28269________________________________________________
28270
282711. DEFINITIONS
28272
28273A. "Contributor" means Government Agency, as the developer of the
28274Original Software, and any entity that makes a Modification.
28275
28276B. "Covered Patents" mean patent claims licensable by a Contributor
28277that are necessarily infringed by the use or sale of its Modification
28278alone or when combined with the Subject Software.
28279
28280C. "Display" means the showing of a copy of the Subject Software,
28281either directly or by means of an image, or any other device.
28282
28283D. "Distribution" means conveyance or transfer of the Subject
28284Software, regardless of means, to another.
28285
28286E. "Larger Work" means computer software that combines Subject
28287Software, or portions thereof, with software separate from the Subject
28288Software that is not governed by the terms of this Agreement.
28289
28290F. "Modification" means any alteration of, including addition to or
28291deletion from, the substance or structure of either the Original
28292Software or Subject Software, and includes derivative works, as that
28293term is defined in the Copyright Statute, 17 USC 101. However, the
28294act of including Subject Software as part of a Larger Work does not in
28295and of itself constitute a Modification.
28296
28297G. "Original Software" means the computer software first released
28298under this Agreement by Government Agency with Government Agency
28299designation ______________ and entitled
28300_____________________________________________, including source code,
28301object code and accompanying documentation, if any.
28302
28303H. "Recipient" means anyone who acquires the Subject Software under
28304this Agreement, including all Contributors.
28305
28306I. "Redistribution" means Distribution of the Subject Software after a
28307Modification has been made.
28308
28309J. "Reproduction" means the making of a counterpart, image or copy of
28310the Subject Software.
28311
28312K. "Sale" means the exchange of the Subject Software for money or
28313equivalent value.
28314
28315L. "Subject Software" means the Original Software, Modifications, or
28316any respective parts thereof.
28317
28318M. "Use" means the application or employment of the Subject Software
28319for any purpose.
28320
283212. GRANT OF RIGHTS
28322
28323A. Under Non-Patent Rights: Subject to the terms and conditions of
28324this Agreement, each Contributor, with respect to its own contribution
28325to the Subject Software, hereby grants to each Recipient a
28326non-exclusive, world-wide, royalty-free license to engage in the
28327following activities pertaining to the Subject Software:
28328
283291. Use
28330
283312. Distribution
28332
283333. Reproduction
28334
283354. Modification
28336
283375. Redistribution
28338
283396. Display
28340
28341B. Under Patent Rights: Subject to the terms and conditions of this
28342Agreement, each Contributor, with respect to its own contribution to
28343the Subject Software, hereby grants to each Recipient under Covered
28344Patents a non-exclusive, world-wide, royalty-free license to engage in
28345the following activities pertaining to the Subject Software:
28346
28347
283481. Use
28349
283502. Distribution
28351
283523. Reproduction
28353
283544. Sale
28355
283565. Offer for Sale
28357
28358C. The rights granted under Paragraph B. also apply to the combination
28359of a Contributor''s Modification and the Subject Software if, at the
28360time the Modification is added by the Contributor, the addition of
28361such Modification causes the combination to be covered by the Covered
28362Patents. It does not apply to any other combinations that include a
28363Modification.
28364
28365D. The rights granted in Paragraphs A. and B. allow the Recipient to
28366sublicense those same rights. Such sublicense must be under the same
28367terms and conditions of this Agreement.
28368
283693. OBLIGATIONS OF RECIPIENT
28370
28371A. Distribution or Redistribution of the Subject Software must be made
28372under this Agreement except for additions covered under paragraph 3H.
28373
283741. Whenever a Recipient distributes or redistributes the Subject
28375Software, a copy of this Agreement must be included with each copy
28376of the Subject Software; and
28377
283782. If Recipient distributes or redistributes the Subject Software in
28379any form other than source code, Recipient must also make the
28380source code freely available, and must provide with each copy of
28381the Subject Software information on how to obtain the source code
28382in a reasonable manner on or through a medium customarily used for
28383software exchange.
28384
28385B. Each Recipient must ensure that the following copyright notice
28386appears prominently in the Subject Software:
28387
28388[Government Agency will insert the applicable copyright notice in each
28389agreement accompanying the initial distribution of original software
28390and remove this bracketed language.]
28391
28392[The following copyright notice will be used if created by a
28393contractor pursuant to Government Agency contract and rights obtained
28394from creator by assignment. Government Agency will insert the year
28395and its Agency designation and remove the bracketed language.]
28396Copyright " {YEAR} United States Government as represented by ______
28397_________________________. All Rights Reserved.
28398
28399[The following copyright notice will be used if created by civil
28400servants only. Government Agency will insert the year and its Agency
28401designation and remove the bracketed language.] Copyright " {YEAR}
28402United States Government as represented by _____________
28403_____________________________. No copyright is claimed in the United
28404States under Title 17, U.S.Code. All Other Rights Reserved.
28405
28406C. Each Contributor must characterize its alteration of the Subject
28407Software as a Modification and must identify itself as the originator
28408of its Modification in a manner that reasonably allows subsequent
28409Recipients to identify the originator of the Modification. In
28410fulfillment of these requirements, Contributor must include a file
28411(e.g., a change log file) that describes the alterations made and the
28412date of the alterations, identifies Contributor as originator of the
28413alterations, and consents to characterization of the alterations as a
28414Modification, for example, by including a statement that the
28415Modification is derived, directly or indirectly, from Original
28416Software provided by Government Agency. Once consent is granted, it
28417may not thereafter be revoked.
28418
28419D. A Contributor may add its own copyright notice to the Subject
28420Software. Once a copyright notice has been added to the Subject
28421Software, a Recipient may not remove it without the express permission
28422of the Contributor who added the notice.
28423
28424E. A Recipient may not make any representation in the Subject Software
28425or in any promotional, advertising or other material that may be
28426construed as an endorsement by Government Agency or by any prior
28427Recipient of any product or service provided by Recipient, or that may
28428seek to obtain commercial advantage by the fact of Government Agency''s
28429or a prior Recipient''s participation in this Agreement.
28430
28431F. In an effort to track usage and maintain accurate records of the
28432Subject Software, each Recipient, upon receipt of the Subject
28433Software, is requested to register with Government Agency by visiting
28434the following website: ______________________________. Recipient''s
28435name and personal information shall be used for statistical purposes
28436only. Once a Recipient makes a Modification available, it is requested
28437that the Recipient inform Government Agency at the web site provided
28438above how to access the Modification.
28439
28440[Alternative paragraph for use when a web site for release and
28441monitoring of subject software will not be supported by releasing
28442Government Agency] In an effort to track usage and maintain accurate
28443records of the Subject Software, each Recipient, upon receipt of the
28444Subject Software, is requested to provide Government Agency, by e-mail
28445to the Government Agency Point of Contact listed in clause 5.F., the
28446following information: ______________________________. Recipient''s
28447name and personal information shall be used for statistical purposes
28448only. Once a Recipient makes a Modification available, it is requested
28449that the Recipient inform Government Agency, by e-mail to the
28450Government Agency Point of Contact listed in clause 5.F., how to
28451access the Modification.
28452
28453G. Each Contributor represents that that its Modification is believed
28454to be Contributor''s original creation and does not violate any
28455existing agreements, regulations, statutes or rules, and further that
28456Contributor has sufficient rights to grant the rights conveyed by this
28457Agreement.
28458
28459H. A Recipient may choose to offer, and to charge a fee for, warranty,
28460support, indemnity and/or liability obligations to one or more other
28461Recipients of the Subject Software. A Recipient may do so, however,
28462only on its own behalf and not on behalf of Government Agency or any
28463other Recipient. Such a Recipient must make it absolutely clear that
28464any such warranty, support, indemnity and/or liability obligation is
28465offered by that Recipient alone. Further, such Recipient agrees to
28466indemnify Government Agency and every other Recipient for any
28467liability incurred by them as a result of warranty, support, indemnity
28468and/or liability offered by such Recipient.
28469
28470I. A Recipient may create a Larger Work by combining Subject Software
28471with separate software not governed by the terms of this agreement and
28472distribute the Larger Work as a single product. In such case, the
28473Recipient must make sure Subject Software, or portions thereof,
28474included in the Larger Work is subject to this Agreement.
28475
28476J. Notwithstanding any provisions contained herein, Recipient is
28477hereby put on notice that export of any goods or technical data from
28478the United States may require some form of export license from the
28479U.S. Government. Failure to obtain necessary export licenses may
28480result in criminal liability under U.S. laws. Government Agency
28481neither represents that a license shall not be required nor that, if
28482required, it shall be issued. Nothing granted herein provides any
28483such export license.
28484
284854. DISCLAIMER OF WARRANTIES AND LIABILITIES; WAIVER AND INDEMNIFICATION
28486
28487A. No Warranty: THE SUBJECT SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY
28488WARRANTY OF ANY KIND, EITHER EXPRESSED, IMPLIED, OR STATUTORY,
28489INCLUDING, BUT NOT LIMITED TO, ANY WARRANTY THAT THE SUBJECT SOFTWARE
28490WILL CONFORM TO SPECIFICATIONS, ANY IMPLIED WARRANTIES OF
28491MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR FREEDOM FROM
28492INFRINGEMENT, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL BE ERROR
28493FREE, OR ANY WARRANTY THAT DOCUMENTATION, IF PROVIDED, WILL CONFORM TO
28494THE SUBJECT SOFTWARE. THIS AGREEMENT DOES NOT, IN ANY MANNER,
28495CONSTITUTE AN ENDORSEMENT BY GOVERNMENT AGENCY OR ANY PRIOR RECIPIENT
28496OF ANY RESULTS, RESULTING DESIGNS, HARDWARE, SOFTWARE PRODUCTS OR ANY
28497OTHER APPLICATIONS RESULTING FROM USE OF THE SUBJECT SOFTWARE.
28498FURTHER, GOVERNMENT AGENCY DISCLAIMS ALL WARRANTIES AND LIABILITIES
28499REGARDING THIRD-PARTY SOFTWARE, IF PRESENT IN THE ORIGINAL SOFTWARE,
28500AND DISTRIBUTES IT "AS IS."
28501
28502B. Waiver and Indemnity: RECIPIENT AGREES TO WAIVE ANY AND ALL CLAIMS
28503AGAINST THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND
28504SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT. IF RECIPIENT''S USE OF
28505THE SUBJECT SOFTWARE RESULTS IN ANY LIABILITIES, DEMANDS, DAMAGES,
28506EXPENSES OR LOSSES ARISING FROM SUCH USE, INCLUDING ANY DAMAGES FROM
28507PRODUCTS BASED ON, OR RESULTING FROM, RECIPIENT''S USE OF THE SUBJECT
28508SOFTWARE, RECIPIENT SHALL INDEMNIFY AND HOLD HARMLESS THE UNITED
28509STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY
28510PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW. RECIPIENT''S SOLE
28511REMEDY FOR ANY SUCH MATTER SHALL BE THE IMMEDIATE, UNILATERAL
28512TERMINATION OF THIS AGREEMENT.
28513
285145. GENERAL TERMS
28515
28516A. Termination: This Agreement and the rights granted hereunder will
28517terminate automatically if a Recipient fails to comply with these
28518terms and conditions, and fails to cure such noncompliance within
28519thirty (30) days of becoming aware of such noncompliance. Upon
28520termination, a Recipient agrees to immediately cease use and
28521distribution of the Subject Software. All sublicenses to the Subject
28522Software properly granted by the breaching Recipient shall survive any
28523such termination of this Agreement.
28524
28525B. Severability: If any provision of this Agreement is invalid or
28526unenforceable under applicable law, it shall not affect the validity
28527or enforceability of the remainder of the terms of this Agreement.
28528
28529C. Applicable Law: This Agreement shall be subject to United States
28530federal law only for all purposes, including, but not limited to,
28531determining the validity of this Agreement, the meaning of its
28532provisions and the rights, obligations and remedies of the parties.
28533
28534D. Entire Understanding: This Agreement constitutes the entire
28535understanding and agreement of the parties relating to release of the
28536Subject Software and may not be superseded, modified or amended except
28537by further written agreement duly executed by the parties.
28538
28539E. Binding Authority: By accepting and using the Subject Software
28540under this Agreement, a Recipient affirms its authority to bind the
28541Recipient to all terms and conditions of this Agreement and that that
28542Recipient hereby agrees to all terms and conditions herein.
28543
28544F. Point of Contact: Any Recipient contact with Government Agency is
28545to be directed to the designated representative as follows:', 'http://www.opensource.org/licenses/nasa1.3.php', NULL, NULL, NULL, 'NASA Open Source Agreement 1.3', NULL, NULL, NULL, '', NULL, false, false, false, 'af1782d4fc5cf9d4f7e4eff13c0155bf', 1, NULL);
28546INSERT INTO license_ref VALUES (371, 'CPOL-1.02', 'Preamble
28547
28548This License governs Your use of the Work. This License is intended to allow developers to use the Source Code and Executable Files provided as part of the Work in any application in any form.
28549
28550The main points subject to the terms of the License are:
28551
28552Source Code and Executable Files can be used in commercial applications;
28553Source Code and Executable Files can be redistributed; and
28554Source Code can be modified to create derivative works.
28555No claim of suitability, guarantee, or any warranty whatsoever is provided. The software is provided "as-is".
28556The Article(s) accompanying the Work may not be distributed or republished without the Author''s consent
28557This License is entered between You, the individual or other entity reading or otherwise making use of the Work licensed pursuant to this License and the individual or other entity which offers the Work under the terms of this License ("Author").
28558
28559License
28560
28561THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CODE PROJECT OPEN LICENSE ("LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
28562
28563BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HEREIN, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE AUTHOR GRANTS YOU THE RIGHTS CONTAINED HEREIN IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. IF YOU DO NOT AGREE TO ACCEPT AND BE BOUND BY THE TERMS OF THIS LICENSE, YOU CANNOT MAKE ANY USE OF THE WORK.
28564
28565Definitions.
28566"Articles" means, collectively, all articles written by Author which describes how the Source Code and Executable Files for the Work may be used by a user.
28567"Author" means the individual or entity that offers the Work under the terms of this License.
28568"Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works.
28569"Executable Files" refer to the executables, binary files, configuration and any required data files included in the Work.
28570"Publisher" means the provider of the website, magazine, CD-ROM, DVD or other medium from or by which the Work is obtained by You.
28571"Source Code" refers to the collection of source code and configuration files used to create the Executable Files.
28572"Standard Version" refers to such a Work if it has not been modified, or has been modified in accordance with the consent of the Author, such consent being in the full discretion of the Author.
28573"Work" refers to the collection of files distributed by the Publisher, including the Source Code, Executable Files, binaries, data files, documentation, whitepapers and the Articles.
28574"You" is you, an individual or entity wishing to use the Work and exercise your rights under this License.
28575Fair Use/Fair Use Rights. Nothing in this License is intended to reduce, limit, or restrict any rights arising from fair use, fair dealing, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.
28576License Grant. Subject to the terms and conditions of this License, the Author hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
28577You may use the standard version of the Source Code or Executable Files in Your own applications.
28578You may apply bug fixes, portability fixes and other modifications obtained from the Public Domain or from the Author. A Work modified in such a way shall still be considered the standard version and will be subject to this License.
28579You may otherwise modify Your copy of this Work (excluding the Articles) in any way to create a Derivative Work, provided that You insert a prominent notice in each changed file stating how, when and where You changed that file.
28580You may distribute the standard version of the Executable Files and Source Code or Derivative Work in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution.
28581The Articles discussing the Work published in any form by the author may not be distributed or republished without the Author''s consent. The author retains copyright to any such Articles. You may use the Executable Files and Source Code pursuant to this License but you may not repost or republish or otherwise distribute or make available the Articles, without the prior written consent of the Author.
28582Any subroutines or modules supplied by You and linked into the Source Code or Executable Files this Work shall not be considered part of this Work and will not be subject to the terms of this License.
28583Patent License. Subject to the terms and conditions of this License, each Author hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, import, and otherwise transfer the Work.
28584Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
28585You agree not to remove any of the original copyright, patent, trademark, and attribution notices and associated disclaimers that may appear in the Source Code or Executable Files.
28586You agree not to advertise or in any way imply that this Work is a product of Your own.
28587The name of the Author may not be used to endorse or promote products derived from the Work without the prior written consent of the Author.
28588You agree not to sell, lease, or rent any part of the Work. This does not restrict you from including the Work or any part of the Work inside a larger software distribution that itself is being sold. The Work by itself, though, cannot be sold, leased or rented.
28589You may distribute the Executable Files and Source Code only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy of the Executable Files or Source Code You distribute and ensure that anyone receiving such Executable Files and Source Code agrees that the terms of this License apply to such Executable Files and/or Source Code. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients'' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute the Executable Files or Source Code with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License.
28590You agree not to use the Work for illegal, immoral or improper purposes, or on pages containing illegal, immoral or improper material. The Work is subject to applicable export laws. You agree to comply with all such laws and regulations that may apply to the Work after Your receipt of the Work.
28591Representations, Warranties and Disclaimer. THIS WORK IS PROVIDED "AS IS", "WHERE IS" AND "AS AVAILABLE", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES OR CONDITIONS OR GUARANTEES. YOU, THE USER, ASSUME ALL RISK IN ITS USE, INCLUDING COPYRIGHT INFRINGEMENT, PATENT INFRINGEMENT, SUITABILITY, ETC. AUTHOR EXPRESSLY DISCLAIMS ALL EXPRESS, IMPLIED OR STATUTORY WARRANTIES OR CONDITIONS, INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF MERCHANTABILITY, MERCHANTABLE QUALITY OR FITNESS FOR A PARTICULAR PURPOSE, OR ANY WARRANTY OF TITLE OR NON-INFRINGEMENT, OR THAT THE WORK (OR ANY PORTION THEREOF) IS CORRECT, USEFUL, BUG-FREE OR FREE OF VIRUSES. YOU MUST PASS THIS DISCLAIMER ON WHENEVER YOU DISTRIBUTE THE WORK OR DERIVATIVE WORKS.
28592Indemnity. You agree to defend, indemnify and hold harmless the Author and the Publisher from and against any claims, suits, losses, damages, liabilities, costs, and expenses (including reasonable legal or attorneys’ fees) resulting from or relating to any use of the Work by You.
28593Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL THE AUTHOR OR THE PUBLISHER BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK OR OTHERWISE, EVEN IF THE AUTHOR OR THE PUBLISHER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
28594Termination.
28595This License and the rights granted hereunder will terminate automatically upon any breach by You of any term of this License. Individuals or entities who have received Derivative Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 6, 7, 8, 9, 10 and 11 will survive any termination of this License.
28596If You bring a copyright, trademark, patent or any other infringement claim against any contributor over infringements You claim are made by the Work, your License from such contributor to the Work ends automatically.
28597Subject to the above terms and conditions, this License is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, the Author reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
28598Publisher. The parties hereby confirm that the Publisher shall not, under any circumstances, be responsible for and shall not have any liability in respect of the subject matter of this License. The Publisher makes no warranty whatsoever in connection with the Work and shall not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. The Publisher reserves the right to cease making the Work available to You at any time without notice
28599Miscellaneous
28600This License shall be governed by the laws of the location of the head office of the Author or if the Author is an individual, the laws of location of the principal place of residence of the Author.
28601If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this License, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
28602No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
28603This License constitutes the entire agreement between the parties with respect to the Work licensed herein. There are no understandings, agreements or representations with respect to the Work not specified herein. The Author shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Author and You.', 'http://www.codeproject.com/info/cpol10.aspx', NULL, NULL, NULL, 'Code Project Open License 1.02', NULL, NULL, NULL, '', NULL, false, false, false, '70a6bc13a2bc5ec3d2a493e32d833fe5', 1, NULL);
28604INSERT INTO license_ref VALUES (410, 'CC-BY-NC-SA-2.5', 'Creative Commons Attribution-NonCommercial-ShareAlike 2.5
28605
28606CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
28607LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
28608ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
28609ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
28610INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
28611ITS USE.
28612
28613License
28614
28615THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
28616COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
28617COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
28618AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
28619
28620BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
28621TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
28622RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
28623AND CONDITIONS.
28624
286251. Definitions
28626
28627a. "Collective Work" means a work, such as a periodical issue, anthology
28628or encyclopedia, in which the Work in its entirety in unmodified form,
28629along with a number of other contributions, constituting separate and
28630independent works in themselves, are assembled into a collective whole.
28631A work that constitutes a Collective Work will not be considered a
28632Derivative Work (as defined below) for the purposes of this License.
28633
28634b. "Derivative Work" means a work based upon the Work or upon the Work
28635and other pre-existing works, such as a translation, musical
28636arrangement, dramatization, fictionalization, motion picture version,
28637sound recording, art reproduction, abridgment, condensation, or any
28638other form in which the Work may be recast, transformed, or adapted,
28639except that a work that constitutes a Collective Work will not be
28640considered a Derivative Work for the purpose of this License. For the
28641avoidance of doubt, where the Work is a musical composition or sound
28642recording, the synchronization of the Work in timed-relation with a
28643moving image ("synching") will be considered a Derivative Work for the
28644purpose of this License.
28645
28646c. "Licensor" means the individual or entity that offers the Work under
28647the terms of this License.
28648
28649d. "Original Author" means the individual or entity who created the
28650Work.
28651
28652e. "Work" means the copyrightable work of authorship offered under the
28653terms of this License.
28654
28655f. "You" means an individual or entity exercising rights under this
28656License who has not previously violated the terms of this License with
28657respect to the Work, or who has received express permission from the
28658Licensor to exercise rights under this License despite a previous
28659violation.
28660
28661g. "License Elements" means the following high-level license attributes
28662as selected by Licensor and indicated in the title of this License:
28663Attribution, Noncommercial, ShareAlike.
28664
286652. Fair Use Rights. Nothing in this license is intended to reduce,
28666limit, or restrict any rights arising from fair use, first sale or other
28667limitations on the exclusive rights of the copyright owner under
28668copyright law or other applicable laws.
28669
286703. License Grant. Subject to the terms and conditions of this License,
28671Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
28672perpetual (for the duration of the applicable copyright) license to
28673exercise the rights in the Work as stated below:
28674
28675a. to reproduce the Work, to incorporate the Work into one or more
28676Collective Works, and to reproduce the Work as incorporated in the
28677Collective Works;
28678
28679b. to create and reproduce Derivative Works;
28680
28681c. to distribute copies or phonorecords of, display publicly, perform
28682publicly, and perform publicly by means of a digital audio transmission
28683the Work including as incorporated in Collective Works;
28684
28685d. to distribute copies or phonorecords of, display publicly, perform
28686publicly, and perform publicly by means of a digital audio transmission
28687Derivative Works;
28688
28689The above rights may be exercised in all media and formats whether now
28690known or hereafter devised. The above rights include the right to make
28691such modifications as are technically necessary to exercise the rights
28692in other media and formats. All rights not expressly granted by Licensor
28693are hereby reserved, including but not limited to the rights set forth
28694in Sections 4(e) and 4(f).
28695
286964. Restrictions. The license granted in Section 3 above is expressly
28697made subject to and limited by the following restrictions:
28698
28699a. You may distribute, publicly display, publicly perform, or publicly
28700digitally perform the Work only under the terms of this License, and You
28701must include a copy of, or the Uniform Resource Identifier for, this
28702License with every copy or phonorecord of the Work You distribute,
28703publicly display, publicly perform, or publicly digitally perform. You
28704may not offer or impose any terms on the Work that alter or restrict the
28705terms of this License or the recipients'' exercise of the rights granted
28706hereunder. You may not sublicense the Work. You must keep intact all
28707notices that refer to this License and to the disclaimer of warranties.
28708You may not distribute, publicly display, publicly perform, or publicly
28709digitally perform the Work with any technological measures that control
28710access or use of the Work in a manner inconsistent with the terms of
28711this License Agreement. The above applies to the Work as incorporated in
28712a Collective Work, but this does not require the Collective Work apart
28713from the Work itself to be made subject to the terms of this License. If
28714You create a Collective Work, upon notice from any Licensor You must, to
28715the extent practicable, remove from the Collective Work any credit as
28716required by clause 4(d), as requested. If You create a Derivative Work,
28717upon notice from any Licensor You must, to the extent practicable,
28718remove from the Derivative Work any credit as required by clause 4(d),
28719as requested.
28720
28721b. You may distribute, publicly display, publicly perform, or publicly
28722digitally perform a Derivative Work only under the terms of this
28723License, a later version of this License with the same License Elements
28724as this License, or a Creative Commons iCommons license that contains
28725the same License Elements as this License (e.g.
28726Attribution-NonCommercial-ShareAlike 2.5 Japan). You must include a copy
28727of, or the Uniform Resource Identifier for, this License or other
28728license specified in the previous sentence with every copy or
28729phonorecord of each Derivative Work You distribute, publicly display,
28730publicly perform, or publicly digitally perform. You may not offer or
28731impose any terms on the Derivative Works that alter or restrict the
28732terms of this License or the recipients'' exercise of the rights granted
28733hereunder, and You must keep intact all notices that refer to this
28734License and to the disclaimer of warranties. You may not distribute,
28735publicly display, publicly perform, or publicly digitally perform the
28736Derivative Work with any technological measures that control access or
28737use of the Work in a manner inconsistent with the terms of this License
28738Agreement. The above applies to the Derivative Work as incorporated in a
28739Collective Work, but this does not require the Collective Work apart
28740from the Derivative Work itself to be made subject to the terms of this
28741License.
28742
28743c. You may not exercise any of the rights granted to You in Section 3
28744above in any manner that is primarily intended for or directed toward
28745commercial advantage or private monetary compensation. The exchange of
28746the Work for other copyrighted works by means of digital file-sharing or
28747otherwise shall not be considered to be intended for or directed toward
28748commercial advantage or private monetary compensation, provided there is
28749no payment of any monetary compensation in connection with the exchange
28750of copyrighted works.
28751
28752d. If you distribute, publicly display, publicly perform, or publicly
28753digitally perform the Work or any Derivative Works or Collective Works,
28754You must keep intact all copyright notices for the Work and provide,
28755reasonable to the medium or means You are utilizing: (i) the name of the
28756Original Author (or pseudonym, if applicable) if supplied, and/or (ii)
28757if the Original Author and/or Licensor designate another party or
28758parties (e.g. a sponsor institute, publishing entity, journal) for
28759attribution in Licensor''s copyright notice, terms of service or by other
28760reasonable means, the name of such party or parties; the title of the
28761Work if supplied; to the extent reasonably practicable, the Uniform
28762Resource Identifier, if any, that Licensor specifies to be associated
28763with the Work, unless such URI does not refer to the copyright notice or
28764licensing information for the Work; and in the case of a Derivative
28765Work, a credit identifying the use of the Work in the Derivative Work
28766(e.g., "French translation of the Work by Original Author," or
28767"Screenplay based on original Work by Original Author"). Such credit may
28768be implemented in any reasonable manner; provided, however, that in the
28769case of a Derivative Work or Collective Work, at a minimum such credit
28770will appear where any other comparable authorship credit appears and in
28771a manner at least as prominent as such other comparable authorship
28772credit.
28773
28774e. For the avoidance of doubt, where the Work is a musical composition:
28775
28776i. Performance Royalties Under Blanket Licenses. Licensor reserves the
28777exclusive right to collect, whether individually or via a performance
28778rights society (e.g. ASCAP, BMI, SESAC), royalties for the public
28779performance or public digital performance (e.g. webcast) of the Work if
28780that performance is primarily intended for or directed toward commercial
28781advantage or private monetary compensation.
28782
28783ii. Mechanical Rights and Statutory Royalties. Licensor reserves the
28784exclusive right to collect, whether individually or via a music rights
28785agency or designated agent (e.g. Harry Fox Agency), royalties for any
28786phonorecord You create from the Work ("cover version") and distribute,
28787subject to the compulsory license created by 17 USC Section 115 of the
28788US Copyright Act (or the equivalent in other jurisdictions), if Your
28789distribution of such cover version is primarily intended for or directed
28790toward commercial advantage or private monetary compensation.
28791
28792f. Webcasting Rights and Statutory Royalties. For the avoidance of
28793doubt, where the Work is a sound recording, Licensor reserves the
28794exclusive right to collect, whether individually or via a
28795performance-rights society (e.g. SoundExchange), royalties for the
28796public digital performance (e.g. webcast) of the Work, subject to the
28797compulsory license created by 17 USC Section 114 of the US Copyright Act
28798(or the equivalent in other jurisdictions), if Your public digital
28799performance is primarily intended for or directed toward commercial
28800advantage or private monetary compensation.
28801
288025. Representations, Warranties and Disclaimer
28803
28804UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
28805OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
28806KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
28807INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
28808FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
28809LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
28810WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
28811EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
28812
288136. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
28814LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
28815ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
28816ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
28817BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
28818
288197. Termination
28820
28821a. This License and the rights granted hereunder will terminate
28822automatically upon any breach by You of the terms of this License.
28823Individuals or entities who have received Derivative Works or Collective
28824Works from You under this License, however, will not have their licenses
28825terminated provided such individuals or entities remain in full
28826compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
28827survive any termination of this License.
28828
28829b. Subject to the above terms and conditions, the license granted here
28830is perpetual (for the duration of the applicable copyright in the Work).
28831Notwithstanding the above, Licensor reserves the right to release the
28832Work under different license terms or to stop distributing the Work at
28833any time; provided, however that any such election will not serve to
28834withdraw this License (or any other license that has been, or is
28835required to be, granted under the terms of this License), and this
28836License will continue in full force and effect unless terminated as
28837stated above.
28838
288398. Miscellaneous
28840
28841a. Each time You distribute or publicly digitally perform the Work or a
28842Collective Work, the Licensor offers to the recipient a license to the
28843Work on the same terms and conditions as the license granted to You
28844under this License.
28845
28846b. Each time You distribute or publicly digitally perform a Derivative
28847Work, Licensor offers to the recipient a license to the original Work on
28848the same terms and conditions as the license granted to You under this
28849License.
28850
28851c. If any provision of this License is invalid or unenforceable under
28852applicable law, it shall not affect the validity or enforceability of
28853the remainder of the terms of this License, and without further action
28854by the parties to this agreement, such provision shall be reformed to
28855the minimum extent necessary to make such provision valid and
28856enforceable.
28857
28858d. No term or provision of this License shall be deemed waived and no
28859breach consented to unless such waiver or consent shall be in writing
28860and signed by the party to be charged with such waiver or consent.
28861
28862e. This License constitutes the entire agreement between the parties
28863with respect to the Work licensed here. There are no understandings,
28864agreements or representations with respect to the Work not specified
28865here. Licensor shall not be bound by any additional provisions that may
28866appear in any communication from You. This License may not be modified
28867without the mutual written agreement of the Licensor and You.
28868
28869
28870Creative Commons is not a party to this License, and makes no warranty
28871whatsoever in connection with the Work. Creative Commons will not be
28872liable to You or any party on any legal theory for any damages
28873whatsoever, including without limitation any general, special,
28874incidental or consequential damages arising in connection to this
28875license. Notwithstanding the foregoing two (2) sentences, if Creative
28876Commons has expressly identified itself as the Licensor hereunder, it
28877shall have all rights and obligations of Licensor.
28878
28879Except for the limited purpose of indicating to the public that the Work
28880is licensed under the CCPL, neither party will use the trademark
28881"Creative Commons" or any related trademark or logo of Creative Commons
28882without the prior written consent of Creative Commons. Any permitted use
28883will be in compliance with Creative Commons'' then-current trademark
28884usage guidelines, as may be published on its website or otherwise made
28885available upon request from time to time.
28886
28887Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by-nc-sa/2.5/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial Share Alike 2.5', NULL, NULL, NULL, '', NULL, false, false, false, '93ff2b970e8c1b14a0a132a000ff6ba5', 1, NULL);
28888INSERT INTO license_ref VALUES (393, 'SNIA-1.1', 'STORAGE NETWORKING INDUSTRY ASSOCIATION
28889PUBLIC LICENSE
28890Version 1.1
28891________________________
28892
288931. Definitions.
28894
288951.1 "Commercial Use" means distribution or otherwise making the Covered Code available to a third party.
288961.2 "Contributor" means each entity that creates or contributes to the creation of Modifications.
288971.3 "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
288981.4 "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
288991.5 "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data.
289001.6 "Executable" means Covered Code in any form other than Source Code.
289011.7 "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
289021.8 "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
289031.9 "License" means this document.
289041.10 "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
289051.11 "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
28906A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
28907B. Any new file that contains any part of the Original Code or previous Modifications.
289081.12 "Original Code" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
28909
289101.13 "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.
289111.14 "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
289121.15 "You" (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity
289132. Source Code License.
28914
289152.1 The Initial Developer Grant. The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
28916(a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and
28917(b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof).
28918(c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.
28919(d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.
289202.2 Contributor Grant. Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license
28921(a) under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and
28922(b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).
28923(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code.
28924(d) Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.
289253. Distribution Obligations.
28926
289273.1 Application of License. The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients'' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
289283.2 Availability of Source Code. Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
289293.3 Description of Modifications. You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
289303.4 Intellectual Property Matters.
28931(a) Third Party Claims. If Contributor has actual knowledge that a license under a third party''s intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter.
28932(b) Contributor API''s. If Contributor''s Modifications include an application programming interface and Contributor has actual knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.
28933(c) Representations. Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor''s Modifications are Contributor''s original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License.
289343.5 Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be most likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients'' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability (excluding any liability arising from intellectual property claims relating to the Covered Code) incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
289353.6 Distribution of Executable Versions. You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligation of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients'' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient''s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability (excluding any liability arising from intellectual property claims relating to the Covered Code) incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
289363.7 Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
289374. Inability to Comply Due to Statute or Regulation. If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
28938
289395. Application of this License. This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.
28940
289416. Versions of the License.
28942
289436.1 New Versions. The Storage Networking Industry Association (the "SNIA") may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
289446.2 Effect of New Versions. Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by the SNIA. No one other than the SNIA has the right to modify the terms applicable to Covered Code created under this License.
289456.3 Derivative Works. If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases "Storage Networking Industry Association," "SNIA," or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the SNIA Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
289467. DISCLAIMER OF WARRANTY. COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
28947
289488. TERMINATION.
28949
289508.1 This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within a reasonable time after becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
289518.2 If You initiate litigation by asserting a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant") alleging that:
28952(a) such Participant''s Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.
289538.3 If You assert a patent infringement claim against Participant alleging that such Participant''s Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
28954
28955
289568.4 In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.
289579. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
28958
2895910. U.S. GOVERNMENT END USERS. The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
28960
2896111. MISCELLANEOUS This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
28962
2896312. RESPONSIBILITY FOR CLAIMS. As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
28964
2896513. MULTIPLE-LICENSED CODE. Initial Developer may designate portions of the Covered Code as "Multiple-Licensed". "Multiple-Licensed" means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of this License or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.
28966
2896714. ACCEPTANCE. This License is accepted by You if You retain, use, or distribute the Covered Code for any purpose.
28968
28969EXHIBIT A —The SNIA Public License.
28970
28971The contents of this file are subject to the SNIA Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
28972
28973    This file itself is the license.
28974
28975Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
28976
28977The Original Code is                     .
28978
28979The Initial Developer of the Original Code is   [COMPLETE THIS]    .
28980
28981Contributor(s): ______________________________________.', 'http://mp-mgmt-api.sourceforge.net/SourceLicense-v1.1.html', NULL, NULL, NULL, 'Storage Networking Industry Association Public License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'dfa4ce475bbfb3e2f54aab3ebdcec514', 1, NULL);
28982INSERT INTO license_ref VALUES (362, 'QPL-1.0', 'THE Q PUBLIC LICENSE version 1.0
28983
28984Copyright (C) 1999-2000 Trolltech AS, Norway.
28985Everyone is permitted to copy and distribute this license document.
28986The intent of this license is to establish freedom to share and change the software regulated by this license under the open source model.
28987
28988This license applies to any software containing a notice placed by the copyright holder saying that it may be distributed under the terms of the Q Public License version 1.0. Such software is herein referred to as the Software. This license covers modification and distribution of the Software, use of third-party application programs based on the Software, and development of free software which uses the Software.
28989
28990Granted Rights
28991
289921. You are granted the non-exclusive rights set forth in this license provided you agree to and comply with any and all conditions in this license. Whole or partial distribution of the Software, or software items that link with the Software, in any form signifies acceptance of this license.
28993
289942. You may copy and distribute the Software in unmodified form provided that the entire package, including - but not restricted to - copyright, trademark notices and disclaimers, as released by the initial developer of the Software, is distributed.
28995
289963. You may make modifications to the Software and distribute your modifications, in a form that is separate from the Software, such as patches. The following restrictions apply to modifications:
28997
28998a. Modifications must not alter or remove any copyright notices in the Software.
28999b. When modifications to the Software are released under this license, a non-exclusive royalty-free right is granted to the initial developer of the Software to distribute your modification in future versions of the Software provided such versions remain available under these terms in addition to any other license(s) of the initial developer.
29000
290014. You may distribute machine-executable forms of the Software or machine-executable forms of modified versions of the Software, provided that you meet these restrictions:
29002
29003a. You must include this license document in the distribution.
29004b. You must ensure that all recipients of the machine-executable forms are also able to receive the complete machine-readable source code to the distributed Software, including all modifications, without any charge beyond the costs of data transfer, and place prominent notices in the distribution explaining this.
29005
29006c. You must ensure that all modifications included in the machine-executable forms are available under the terms of this license.
29007
290085. You may use the original or modified versions of the Software to compile, link and run application programs legally developed by you or by others.
29009
290106. You may develop application programs, reusable components and other software items that link with the original or modified versions of the Software. These items, when distributed, are subject to the following requirements:
29011
29012a. You must ensure that all recipients of machine-executable forms of these items are also able to receive and use the complete machine-readable source code to the items without any charge beyond the costs of data transfer.
29013b. You must explicitly license all recipients of your items to use and re-distribute original and modified versions of the items in both machine-executable and source code forms. The recipients must be able to do so without any charges whatsoever, and they must be able to re-distribute to anyone they choose.
29014
29015c. If the items are not available to the general public, and the initial developer of the Software requests a copy of the items, then you must supply one.
29016
29017Limitations of Liability
29018
29019In no event shall the initial developers or copyright holders be liable for any damages whatsoever, including - but not restricted to - lost revenue or profits or other direct, indirect, special, incidental or consequential damages, even if they have been advised of the possibility of such damages, except to the extent invariable law, if any, provides otherwise.
29020
29021No Warranty
29022
29023The Software and this license document are provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
29024
29025Choice of Law
29026
29027This license is governed by the Laws of Norway. Disputes shall be settled by Oslo City Court.', 'http://www.opensource.org/licenses/QPL-1.0', NULL, NULL, NULL, 'Q Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'ba40546bddcbc6d42589bbc074d99100', 1, NULL);
29028INSERT INTO license_ref VALUES (379, 'BSD-Doc', 'The FreeBSD Documentation License
29029
29030Copyright 1994-2010 The FreeBSD Project. All rights reserved.
29031
29032Redistribution and use in source (SGML DocBook) and ''compiled'' forms (SGML, HTML, PDF, PostScript, RTF and so forth) with or without modification, are permitted provided that the following conditions are met:
29033
29034Redistributions of source code (SGML DocBook) must retain the above copyright notice, this list of conditions and the following disclaimer as the first lines of this file unmodified.
29035
29036Redistributions in compiled form (transformed to other DTDs, converted to PDF, PostScript, RTF and other formats) must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
29037
29038THIS DOCUMENTATION IS PROVIDED BY THE FREEBSD DOCUMENTATION PROJECT "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FREEBSD DOCUMENTATION PROJECT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.', 'http://www.freebsd.org/copyright/freebsd-doc-license.html', NULL, NULL, NULL, 'FreeBSD Documentation License', NULL, NULL, NULL, '', NULL, false, false, false, '50a87460bc457015172ec994eace2543', 1, NULL);
29039INSERT INTO license_ref VALUES (381, 'GFDL-1.1', 'GNU Free Documentation License
29040
29041Version 1.1, March 2000
29042
29043Copyright (C) 2000  Free Software Foundation, Inc.
2904451 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
29045Everyone is permitted to copy and distribute verbatim copies
29046of this license document, but changing it is not allowed.
290470. PREAMBLE
29048
29049The purpose of this License is to make a manual, textbook, or other written document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.
29050
29051This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.
29052
29053We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.
29054
290551. APPLICABILITY AND DEFINITIONS
29056
29057This License applies to any manual or other work that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you".
29058
29059A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.
29060
29061A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document''s overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (For example, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.
29062
29063The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License.
29064
29065The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License.
29066
29067A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, whose contents can be viewed and edited directly and straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup has been designed to thwart or discourage subsequent modification by readers is not Transparent. A copy that is not "Transparent" is called "Opaque".
29068
29069Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML designed for human modification. Opaque formats include PostScript, PDF, proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML produced by some word processors for output purposes only.
29070
29071The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work''s title, preceding the beginning of the body of the text.
29072
290732. VERBATIM COPYING
29074
29075You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.
29076
29077You may also lend copies, under the same conditions stated above, and you may publicly display copies.
29078
290793. COPYING IN QUANTITY
29080
29081If you publish printed copies of the Document numbering more than 100, and the Document''s license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.
29082
29083If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.
29084
29085If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-accessible computer-network location containing a complete Transparent copy of the Document, free of added material, which the general network-using public has access to download anonymously at no charge using public-standard network protocols. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.
29086
29087It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.
29088
290894. MODIFICATIONS
29090
29091You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:
29092
29093A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission.
29094B. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has less than five).
29095C. State on the Title page the name of the publisher of the Modified Version, as the publisher.
29096D. Preserve all the copyright notices of the Document.
29097E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices.
29098F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below.
29099G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document''s license notice.
29100H. Include an unaltered copy of this License.
29101I. Preserve the section entitled "History", and its title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence.
29102J. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission.
29103K. In any section entitled "Acknowledgements" or "Dedications", preserve the section''s title, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein.
29104L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles.
29105M. Delete any section entitled "Endorsements". Such a section may not be included in the Modified Version.
29106N. Do not retitle any existing section as "Endorsements" or to conflict in title with any Invariant Section.
29107If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version''s license notice. These titles must be distinct from any other section titles.
29108
29109You may add a section entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.
29110
29111You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.
29112
29113The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.
29114
291155. COMBINING DOCUMENTS
29116
29117You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice.
29118
29119The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.
29120
29121In the combination, you must combine any sections entitled "History" in the various original documents, forming one section entitled "History"; likewise combine any sections entitled "Acknowledgements", and any sections entitled "Dedications". You must delete all sections entitled "Endorsements."
29122
291236. COLLECTIONS OF DOCUMENTS
29124
29125You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.
29126
29127You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.
29128
291297. AGGREGATION WITH INDEPENDENT WORKS
29130
29131A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, does not as a whole count as a Modified Version of the Document, provided no compilation copyright is claimed for the compilation. Such a compilation is called an "aggregate", and this License does not apply to the other self-contained works thus compiled with the Document, on account of their being thus compiled, if they are not themselves derivative works of the Document.
29132
29133If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one quarter of the entire aggregate, the Document''s Cover Texts may be placed on covers that surround only the Document within the aggregate. Otherwise they must appear on covers around the whole aggregate.
29134
291358. TRANSLATION
29136
29137Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License provided that you also include the original English version of this License. In case of a disagreement between the translation and the original English version of this License, the original English version will prevail.
29138
291399. TERMINATION
29140
29141You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
29142
2914310. FUTURE REVISIONS OF THIS LICENSE
29144
29145The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/.
29146
29147Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation.
29148
29149How to use this License for your documents
29150
29151To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:
29152
29153      Copyright (c)  YEAR  YOUR NAME.
29154      Permission is granted to copy, distribute and/or modify this document
29155      under the terms of the GNU Free Documentation License, Version 1.1
29156      or any later version published by the Free Software Foundation;
29157      with the Invariant Sections being LIST THEIR TITLES, with the
29158      Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
29159      A copy of the license is included in the section entitled "GNU
29160      Free Documentation License".
29161If you have no Invariant Sections, write "with no Invariant Sections" instead of saying which ones are invariant. If you have no Front-Cover Texts, write "no Front-Cover Texts" instead of "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
29162
29163If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.', 'http://www.gnu.org/licenses/old-licenses/fdl-1.1.html', NULL, NULL, NULL, 'GNU Free Documentation License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'a90231dd184b05a0d15abed4d8e3ef70', 1, NULL);
29164INSERT INTO license_ref VALUES (270, 'BSD-2-Clause', 'Copyright (c) <YEAR>, <OWNER>
29165All rights reserved.
29166
29167Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
29168
291691. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
29170
291712. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
29172
29173THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE', 'http://www.opensource.org/licenses/BSD-2-Clause', NULL, NULL, NULL, 'BSD 2-clause "Simplified" License', NULL, NULL, NULL, '', NULL, false, false, true, '4330e2720a3caeabddd4b50a51f80960', 1, NULL);
29174INSERT INTO license_ref VALUES (412, 'CC-BY-NC-ND-1.0', 'Creative Commons Attribution-NoDerivs-NonCommercial 1.0
29175
29176CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
29177LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT LICENSE DOES NOT CREATE AN
29178ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
29179ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
29180INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
29181ITS USE.
29182
29183License
29184
29185THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
29186COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
29187COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
29188AUTHORIZED UNDER THIS LICENSE IS PROHIBITED.
29189
29190BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
29191TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
29192RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
29193AND CONDITIONS.
29194
291951. Definitions
29196
29197a. "Collective Work" means a work, such as a periodical issue, anthology
29198or encyclopedia, in which the Work in its entirety in unmodified form,
29199along with a number of other contributions, constituting separate and
29200independent works in themselves, are assembled into a collective whole.
29201A work that constitutes a Collective Work will not be considered a
29202Derivative Work (as defined below) for the purposes of this License.
29203
29204b. "Derivative Work" means a work based upon the Work or upon the Work
29205and other pre-existing works, such as a translation, musical
29206arrangement, dramatization, fictionalization, motion picture version,
29207sound recording, art reproduction, abridgment, condensation, or any
29208other form in which the Work may be recast, transformed, or adapted,
29209except that a work that constitutes a Collective Work will not be
29210considered a Derivative Work for the purpose of this License.
29211
29212c. "Licensor" means the individual or entity that offers the Work under
29213the terms of this License.
29214
29215d. "Original Author" means the individual or entity who created the
29216Work.
29217
29218e. "Work" means the copyrightable work of authorship offered under the
29219terms of this License.
29220
29221f. "You" means an individual or entity exercising rights under this
29222License who has not previously violated the terms of this License with
29223respect to the Work, or who has received express permission from the
29224Licensor to exercise rights under this License despite a previous
29225violation.
29226
292272. Fair Use Rights. Nothing in this license is intended to reduce,
29228limit, or restrict any rights arising from fair use, first sale or other
29229limitations on the exclusive rights of the copyright owner under
29230copyright law or other applicable laws.
29231
292323. License Grant. Subject to the terms and conditions of this License,
29233Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
29234perpetual (for the duration of the applicable copyright) license to
29235exercise the rights in the Work as stated below:
29236
29237a. to reproduce the Work, to incorporate the Work into one or more
29238Collective Works, and to reproduce the Work as incorporated in the
29239Collective Works;
29240
29241b. to distribute copies or phonorecords of, display publicly, perform
29242publicly, and perform publicly by means of a digital audio transmission
29243the Work including as incorporated in Collective Works;
29244
29245The above rights may be exercised in all media and formats whether now
29246known or hereafter devised. The above rights include the right to make
29247such modifications as are technically necessary to exercise the rights
29248in other media and formats. All rights not expressly granted by Licensor
29249are hereby reserved.
29250
292514. Restrictions. The license granted in Section 3 above is expressly
29252made subject to and limited by the following restrictions:
29253
29254a. You may distribute, publicly display, publicly perform, or publicly
29255digitally perform the Work only under the terms of this License, and You
29256must include a copy of, or the Uniform Resource Identifier for, this
29257License with every copy or phonorecord of the Work You distribute,
29258publicly display, publicly perform, or publicly digitally perform. You
29259may not offer or impose any terms on the Work that alter or restrict the
29260terms of this License or the recipients'' exercise of the rights granted
29261hereunder. You may not sublicense the Work. You must keep intact all
29262notices that refer to this License and to the disclaimer of warranties.
29263You may not distribute, publicly display, publicly perform, or publicly
29264digitally perform the Work with any technological measures that control
29265access or use of the Work in a manner inconsistent with the terms of
29266this License Agreement. The above applies to the Work as incorporated in
29267a Collective Work, but this does not require the Collective Work apart
29268from the Work itself to be made subject to the terms of this License. If
29269You create a Collective Work, upon notice from any Licensor You must, to
29270the extent practicable, remove from the Collective Work any reference to
29271such Licensor or the Original Author, as requested.
29272
29273b. You may not exercise any of the rights granted to You in Section 3
29274above in any manner that is primarily intended for or directed toward
29275commercial advantage or private monetary compensation. The exchange of
29276the Work for other copyrighted works by means of digital file-sharing or
29277otherwise shall not be considered to be intended for or directed toward
29278commercial advantage or private monetary compensation, provided there is
29279no payment of any monetary compensation in connection with the exchange
29280of copyrighted works.
29281
29282c. If you distribute, publicly display, publicly perform, or publicly
29283digitally perform the Work or any Collective Works, You must keep intact
29284all copyright notices for the Work and give the Original Author credit
29285reasonable to the medium or means You are utilizing by conveying the
29286name (or pseudonym if applicable) of the Original Author if supplied;
29287the title of the Work if supplied. Such credit may be implemented in any
29288reasonable manner; provided, however, that in the case of a Collective
29289Work, at a minimum such credit will appear where any other comparable
29290authorship credit appears and in a manner at least as prominent as such
29291other comparable authorship credit.
29292
292935. Representations, Warranties and Disclaimer
29294
29295a. By offering the Work for public release under this License, Licensor
29296represents and warrants that, to the best of Licensor''s knowledge after
29297reasonable inquiry:
29298
29299i. Licensor has secured all rights in the Work necessary to grant the
29300license rights hereunder and to permit the lawful exercise of the rights
29301granted hereunder without You having any obligation to pay any
29302royalties, compulsory license fees, residuals or any other payments;
29303
29304ii. The Work does not infringe the copyright, trademark, publicity
29305rights, common law rights or any other right of any third party or
29306constitute defamation, invasion of privacy or other tortious injury to
29307any third party.
29308
29309b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN
29310WRITING OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS
29311IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED
29312INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS OR
29313ACCURACY OF THE WORK.
29314
293156. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
29316LAW, AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY
29317RESULTING FROM BREACH OF THE WARRANTIES IN SECTION 5, IN NO EVENT WILL
29318LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL,
29319INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF
29320THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED
29321OF THE POSSIBILITY OF SUCH DAMAGES.
29322
293237. Termination
29324
29325a. This License and the rights granted hereunder will terminate
29326automatically upon any breach by You of the terms of this License.
29327Individuals or entities who have received Collective Works from You
29328under this License, however, will not have their licenses terminated
29329provided such individuals or entities remain in full compliance with
29330those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any
29331termination of this License.
29332
29333b. Subject to the above terms and conditions, the license granted here
29334is perpetual (for the duration of the applicable copyright in the Work).
29335Notwithstanding the above, Licensor reserves the right to release the
29336Work under different license terms or to stop distributing the Work at
29337any time; provided, however that any such election will not serve to
29338withdraw this License (or any other license that has been, or is
29339required to be, granted under the terms of this License), and this
29340License will continue in full force and effect unless terminated as
29341stated above.
29342
293438. Miscellaneous
29344
29345a. Each time You distribute or publicly digitally perform the Work or a
29346Collective Work, the Licensor offers to the recipient a license to the
29347Work on the same terms and conditions as the license granted to You
29348under this License.
29349
29350b. If any provision of this License is invalid or unenforceable under
29351applicable law, it shall not affect the validity or enforceability of
29352the remainder of the terms of this License, and without further action
29353by the parties to this agreement, such provision shall be reformed to
29354the minimum extent necessary to make such provision valid and
29355enforceable.
29356
29357c. No term or provision of this License shall be deemed waived and no
29358breach consented to unless such waiver or consent shall be in writing
29359and signed by the party to be charged with such waiver or consent.
29360
29361d. This License constitutes the entire agreement between the parties
29362with respect to the Work licensed here. There are no understandings,
29363agreements or representations with respect to the Work not specified
29364here. Licensor shall not be bound by any additional provisions that may
29365appear in any communication from You. This License may not be modified
29366without the mutual written agreement of the Licensor and You.
29367
29368
29369Creative Commons is not a party to this License, and makes no warranty
29370whatsoever in connection with the Work. Creative Commons will not be
29371liable to You or any party on any legal theory for any damages
29372whatsoever, including without limitation any general, special,
29373incidental or consequential damages arising in connection to this
29374license. Notwithstanding the foregoing two (2) sentences, if Creative
29375Commons has expressly identified itself as the Licensor hereunder, it
29376shall have all rights and obligations of Licensor.
29377
29378Except for the limited purpose of indicating to the public that the Work
29379is licensed under the CCPL, neither party will use the trademark
29380"Creative Commons" or any related trademark or logo of Creative Commons
29381without the prior written consent of Creative Commons. Any permitted use
29382will be in compliance with Creative Commons'' then-current trademark
29383usage guidelines, as may be published on its website or otherwise made
29384available upon request from time to time.
29385
29386Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by-nd-nc/1.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial No Derivatives 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '5b0b67347ebd3ccbf33a089b2a383c18', 1, NULL);
29387INSERT INTO license_ref VALUES (386, 'Hacktivismo', 'The Hacktivismo Enhanced-Source Software License Agreement
29388
29389Everyone is permitted to copy and distribute verbatim copies of this license document. You may use content from this license document as source material for your own license agreement, but you may not use the name "Hacktivismo Enhanced-Source Software License Agreement ," ("HESSLA") or any confusingly similar name, trademark or service-mark, in connection with any license agreement that is not either (1) a verbatim copy of this License Agreement, or (2) a license agreement that contains only additional terms expressly permitted by The HESSLA.
29390
29391INTRODUCTORY STATEMENT
29392
29393Software that Hacktivismo[fn1] releases under this License Agreement is intended to promote our political objectives. And, likewise, the purpose of this License Agreement itself is political: Namely, to compliment the software''s intended political function. Hacktivismo itself exists to develop and deploy computer software technologies that promote fundamental human rights of end-users. Hacktivismo also seeks to enlist the active participation and involvement of people around the world, to help us improve these software tools, and to take other actions (including actions that involve using and distributing our software, and the advancement of similarly-minded software projects of others) that promote human rights and freedom worldwide.
29394
29395[fn1] http://hacktivismo.com/
29396
29397Because of our non-commercial objective of promoting end-users'' freedoms, Hacktivismo has some special, and admittedly ambitious, licensing needs. This License Agreement enhances the benefits of published source code by backing up our human rights projects with appropriate remedies enforceable in court.
29398
29399The Freedoms We Promote: When we speak of the freedom of end-users, we are talking about basic freedoms recognized in the Hacktivismo Declaration,[fn2] the International Covenant on Civil and Political Rights,[fn3] the Universal Declaration of Human Rights,[fn4] and other documents that recognize and promote freedom and human dignity. Principal among these freedoms are:
29400
29401[fn2] http://hacktivismo.com/about/declarations/
29402
29403[fn3] http://www.unhchr.ch/html/menu3/b/a_ccpr.htm
29404
29405[fn4] http://www.un.org/Overview/rights.html
29406
29407Freedom of Expression: The freedom of opinion and expression "include[s] freedom to seek, receive and impart information and ideas of all kinds, regardless of frontiers,"[fn5] and the freedom to choose one''s own medium of expression. The arbitrary use of technological censorship measures to block or prevent access to broad categories of speech and expression including the work of critics, intellectuals, artists, journalists, and religious figures is seldom, if ever, justified by any legitimate governmental objective. And, to the extent that technology enables censorship decisions to be removed from public scrutiny and review, technology-based censorship mechanisms are especially suspect and dangerous to civil society. When repressive governments and other institutions of power seek to deprive people of this basic freedom, people have the right to secure, employ and deploy the tools necessary to reclaim the freedoms to which they are justifiably entitled.
29408
29409[fn5] Article 19, Universal Declaration of Human Rights.
29410
29411Freedom of Collective Action and Association: People have and should have the "freedom of peaceful assembly and association."[fn6] This freedom includes the right of people to work together to secure constructive change in their personal, economic, and political circumstances. When repressive governments or other institutions of power seek to deprive people (including users of the Internet) of their freedoms of voluntary assembly, association, and common enterprise, people have the right to secure, employ and deploy technologies that reclaim the freedoms to which they are justifiably entitled.
29412
29413[fn6] Article 20(1), Universal Declaration of Human Rights.
29414
29415Freedoms of Thought, Conscience, Sexuality, and Religion: People have and should have the freedom of "thought, conscience, and religion."[fn7] This right "includes freedom to change religion or belief, and freedom, either alone or in community with others, in public or private, to manifest any religion or belief in teaching, practice, worship and observance, regardless of doctrine."[fn8] Every person, regardless of sex or sexual preference, and with reciprocal respect for the corresponding rights of all others, has and should have the right to determine and choose, freely and without coercion, whether, how and with whom he or she shall fully enjoy the most private and personal aspects of human life, including individual sexuality, reproduction, and fertility. Moreover, "[t]he explicit recognition and reaffirmation of the right of all women to control all aspects of their health, in particular their own fertility, is basic to their empowerment."[fn9] When repressive governments and other institutions of power seek to deprive people of these basic freedoms, they have the right to secure, employ and deploy the tools necessary to reclaim the freedoms to which they are justifiably entitled.
29416
29417[fn7] Article 18, Universal Declaration of Human Rights.
29418
29419[fn8] Id.
29420
29421[fn9] Paragraph 17, Beijing Declaration of the Fourth United Nations Conference on Women (Sept. 15, 1995).
29422
29423Freedom of Privacy: Every person has the right to be free from "subject[ion] to arbitrary interference with his [or her] privacy, family, home or correspondence"[fn10] -- digitally, or by any other means or methodology. This freedom of privacy includes the right to be free from governmental or private surveillance that might interfere with or deter the rightful exercise of any other freedoms of any person. In the context of software tools that enable people to reclaim their freedoms, all end-users have and should have the right to secure and use tools that are free from the surreptitious insertion into their software of "backdoors," "spy-ware," escrow mechanisms, or other code or techniques that might promote surveillance, or subvert security (including cryptographic security), confidentiality, anonymity, authenticity and/or trust.
29424
29425[fn10] Article 12, Universal Declaration of Human Rights.
29426
29427Reasons For Enhancing "Free" and "Open-Source" Licensing: Developing a new software license is never a trivial task and this License Agreement has presented special challenges for Hacktivismo. Because of our human rights objectives, this License Agreement includes some specific terms and conditions that, as a technical matter, depart from the previously-recognized and established definitions of "free"[fn11] software and "open source"[fn12] software.
29428
29429[fn11] http://www.gnu.org/philosophy/free-sw.html
29430
29431[fn12] http://www.opensource.org/docs/definition_plain.php
29432
29433We have therefore coined the term "enhanced source" to describe this License Agreement because we have sought to combine most of the freedom-promoting benefits of "free" or "open-source" software (including mandatory disclosure of any changes or modifications Licensees make to the source code, whenever they release modified versions of HESSLA-licensed Programs or other Derivative Works), with additional enhanced license and contractual terms that are intended to promote the freedom of end-users. The Hacktivismo Enhanced-Source Software License Agreement promotes our objectives in an enhanced manner by including contractual terms that empower both Hacktivismo and qualified end-users with greater flexibility and leverage to maintain and recover human rights, through the mechanism of the contract itself including terms that are designed to enhance both our enforcement posture and that of qualified end-users in court.
29434
29435To be sure, Hacktivismo enthusiastically endorses and supports the goals and objectives of the Free Software movement and those of the open source community. In particular, we owe a special debt of gratitude to the Free Software Foundation, to the Open Source Initiative, and to many exceedingly talented people who have contributed to Free Software and open source projects and endeavors over the years.
29436
29437Ultimately, however, after reviewing the field of possibilities among previously-existing "open source" and "free" licenses, Hacktivismo has concluded that none of them fully meets our requirements. Writing our own License Agreement enables us to pursue our human rights objectives more effectively. This licensing endeavor represents a first step toward achieving our objectives, and no doubt informed feedback, scholarship, and learned commentary will enable us to pursue our objectives even more effectively in the future.
29438
29439Benefits That Carry Over From Free Software: Before we explain how an "enhanced source" License Agreement specifically differs from a "free" or "open source" license, we believe it is helpful to explain in greater detail what the principal advantages, and freedom-enhancing aspects, of "free" software are.
29440
29441When we speak of "free software," we refer to important personal freedoms, and not price. In addition to terms that are intended to promote the freedoms of Expression, Thought, Collective Action and Privacy (along with other human rights) of all end-users, the Hacktivismo Enhanced-Source Software License Agreement is also designed and intended to promote the following freedoms:
29442
29443·	You have the freedom to distribute copies of the software (and charge for this service if You wish);
29444
29445·	You have the freedom of access to the source code, to inspect and verify (and even to improve, if You can) the integrity and functionality of the software;
29446
29447·	So long as You do not subvert or infringe the freedoms of end-users by doing so, You have the freedom to change the software or to use parts of it in new Programs;
29448
29449·	You have the freedom to know You can do these things.
29450
29451The licenses for most computer software programs are designed to take away Your freedom to share software or change source code. This kind of software is designated as proprietary or "closed." The Hacktivismo Enhanced-Source Software License Agreement -- like other license agreements that have served as inspiration for our work -- is intended to promote both Your freedom to share our software with others, and Your freedom to change and improve the software. Your right under this License Agreement to look at the source not only enables You to contribute Your own efforts to Hacktivismo''s human rights projects, but also serves as an additional level of assurance to You as an end-user that unwelcome, hidden surprises have not been inserted into the software, that could compromise Your rights and freedoms when You use the software.
29452
29453HESSLA Helps Safeguard Additional End-User Freedoms: In order to understand why this License Agreement must be described as "enhanced source," and cannot strictly speaking be considered either a "free" or "open source" license agreement, it is helpful to consider the possibility that a programmer might insert malicious code, such as a computer virus, a keystroke logger, or "spyware" into a program that has previously been released under a "free software" license agreement.[fn13] The act of inserting malicious code into software, if done by a private individual or company (though many governments will contend they are not required to play by the same rules as the rest of us), may well violate criminal laws and result in civil tort liability. It is, of course, also possible to deter such malicious behavior by including, in a software license agreement, a specific contractual term that prohibits such behavior meaning that any licensee who violates the prohibition against malicious code can be sued by the licensor (or by third-party beneficiaries who the licensor has explicitly identified as alternate or additional enforcers of the agreement) for money damages and a court order forbidding any continued violation.
29454
29455[fn13]In this regard, a the following hypothetical illustration should be particularly helpful. If an organization of computer security enthusiasts were to release, under the GNU General Public License ("GPL"), a program called "Grey Eminence 3000" ("GE3K") a remote-administration tool for Microsoft Windows, that helps illustrate how insecure this particular commercial product happens to be it should hardly be surprising that the United States Secret Service and Federal Bureau of Investigation, after making some loud and misleading apocalyptic noises about "computer hackers" to Congress and in the media (primarily in a largely successful effort to increase their technology budgets), would also study the software to see what it does, how it does it, and whether any of those capabilities happen to be features that law enforcement might find helpful. Of course, if the U.S. federal law enforcement community were to announce, several months later, that it had commissioned the development of "classified" quasi-viral computer-intrusion and surveillance software called "Magic Candle" the capabilities of which law enforcement does not plan to disclose to the public, and the source code for which will remain a closely-guarded secret then inquiring minds might become curious as to whether "Magic Candle" contains any of the GPLed code that was written for "GE3K" (or any other free or open-source software, for that matter). Needless to say, under the right factual circumstances, if any GPLed code from GE3K found its way into "Magic Candle," then the U.S. government or its software development contractor might well be obligated to reveal to the public all the source code for "Magic Candle." Nevertheless, so long as the "Magic Candle" source is never publicly released for comparison purposes, then everyone with legitimate questions about GPL compliance faces a chicken-and-egg problem. So long as the source of "Magic Candle" remains secret, detection of a GPL violation becomes dramatically more difficult (particularly so if, additionally, nobody outside law enforcement has access to the compiled executables), which means the worldwide community of Internet users and software developers has only the United States government''s solemn assurance that no GE3K code was used cold comfort at best.
29456
29457Previous Licenses Provide More Limited Protection Against Government and Other Surveillance: No software license agreement that qualifies as "free" or "open source" may contain any restriction as a term of the license agreement that in any way qualifies any Licensee''s prerogative (no matter who they are or what their motives may be) to make changes to code. In other words, an "open source" license agreement, to qualify for the "open source" label, may not even contain a term that prohibits the insertion of destructive viruses or "trojan horses" into derivative code. Likewise, no "free" or "open source" license agreement can in any way contain (as a license term) any restriction on the use of software not even a prohibition against unlawful surveillance or other malicious uses of the software.
29458
29459The "open source" and "Free Software" communities rely principally on voluntary compliance[fn14] with the disclosure provisions of license agreements (although many "free" and "open source" license agreements, such as BSD-style licenses, do not require changed code to be disclosed, and in fact enable modified versions of programs to be "taken proprietary") and on social mechanisms of enforcement, as means to detect, prevent, deter, and remedy abuses.
29460
29461[fn14]As the example in Note 13 illustrates, it is sometimes difficult to determine whether the source disclosure requirement of the GPL has been violated, such as when a modified version of a program has been distributed without source, precisely because detection of a disclosure violation depends in part on the disclosure of the source of derivative works in order to compare whether a putative derivative really does contain code derived from a GPLed parent work.
29462
29463The Hacktivismo Enhanced-Source Software License Agreement does not in any way sacrifice or surrender the enforcement techniques and safeguards available under license agreements such as the GNU General Public License. Rather, the HESSLA enhances the options available to Hacktivismo and to qualified end-users, by providing additional enforcement options. Moreover, for the purpose of promoting the freedoms of both programers and end-users, through the enforced mandatory disclosure of code modified by third-parties, this License Agreement has advantages over many of the licenses (such as BSD-style licenses) that fully qualify as "free" or "open-source" license agreements.
29464
29465What makes this License Agreement an "enhanced source" License Agreement, instead of a "free software" license agreement, is that the Hacktivismo Enhanced-Source Software License Agreement contains specific, very limited restrictions on modification and use of software by Licensees, as part of a calculated trade-off of rights and responsibilities that is intended to promote the freedom of end-users.
29466
29467The Enhanced-Source Bargain Reinforces End-User Freedoms: To protect Your rights, we need to make restrictions that forbid anyone to deny You specific rights or to ask You to surrender these rights. To protect Your human rights as an end-user of this program or any work based on it, we need to make restrictions that forbid You and all other Licensees of this software (including, without limitation, any government Licensees) from using this code to subvert the human rights of any end-user.
29468
29469We protect Your rights and the rights of all end-users with two steps: (1) copyright the software, and (2) offer You this License Agreement which gives You qualified legal permission to copy, distribute and/or modify the software.
29470
29471The restrictions shared by all Licensees translate into certain responsibilities for You and for everyone else (including governmental entities everywhere) if You distribute copies of the software, if You use it, or if You modify it.
29472
29473In this regard, the methodology we employ is not materially different from the methodology Free Software Foundation employs in the GNU General Public License (the "GPL"). The methodology is to exchange the Author''s permission to copy, change, and/or distribute a copyrighted work, for every Licensee''s acceptance of terms and conditions that promote the licensor''s objectives. In both this License Agreement and the GPL, the terms and conditions that each Licensee must accept are intended to discriminate against certain very narrow, limited kinds of human endeavor, that are inconsistent with the licensor''s political objectives. In other words, the GPL requires each Licensee to promise not to engage in the activity of ''propertizing,'' or ''taking proprietary,'' modifications to GPLed code; modified code must also be released under the GPL, and cannot be released in the form of "closed" executables, or otherwise be made "proprietary." Likewise, the Hacktivismo Enhanced Source Software License Agreement discriminates against undesirable activity such as surveillance, introduction of certain kinds of malicious code, and human rights violations, as well as discriminating against "propertizing" behavior such as might violate the GPL. Subject to these narrow restrictions, Licensees under either license agreement enjoy very broad latitude to change, use, explore, modify, and distribute the software much broader than they would enjoy with typical "proprietary" software packages.
29474
29475As with "copyleft" licenses such as the GPL, under the Hacktivismo Enhanced Source Software License Agreement, programmers (including, most importantly, programmers working for governments) do not have unfettered or completely unlimited "freedom" for purposes of what they can do with HESSLA-licensed code. Just as with the GPL, they do not have the "freedom" to convert HESSLA-licensed code into "closed" or "proprietary" code. People who create derivative works based on an HESSLA-licensed program and distribute those works have a corresponding obligation to "give back," and not merely to "take," HESSLA-licensed code.
29476
29477If You distribute copies of such an HESSLA-licensed program, whether gratis or for a fee, You must give the recipients all the rights and responsibilities that You have. You must ensure that they, too, are told of the terms of this License Agreement, including the freedoms they have, and the kinds of uses and modifications that are forbidden. You must communicate a copy of this License Agreement to them as part of any copy, modification, or re-use of source or object code, so they know their rights and responsibilities.
29478
29479Thus, the main difference between this License Agreement and the GPL is not the methodology we employ,[fn15] but the scope and breadth of the political objectives we seek to promote. Simply put, the political objectives we promote are somewhat broader than the explicit political goals that the Free Software Foundation seeks to promote through the GPL. Our goals include a somewhat broader range of human rights than the specific copyright-related rights with which the GPL is principally concerned. But, while we are concerned with the entire field of human rights rather than a subset, we want to make it perfectly clear that we also embrace, share, and seek to promote, the goals we share with the Free Software movement.
29480
29481[fn15] There is a modest difference, but it is not large, and mostly philosophical. Some experts on the GPL draw a distinction between a "contract" and a pure "license," by taking the position that a pure "license" does not impose "contractual" conditions on a Licensee only conditions that would otherwise (but for the license) be subsumed within with exclusive rights that the licensor has under copyright law. Thus, the licensor has the right to exclude anyone else from such activities as making copies, making derivative works, publicly performing a work, and other exclusive rights specified by statute. But, concerning the act of "using" a computer software program, in instances in which a copy is not made (or, in the trivial sense that a copy is made only temporarily from a storage medium to memory, to enable software to be "used"), the Free Software Foundation takes the position that United States law, at least, does not confer an exclusive right on the copyright holder (or, as others would argue, the United States statute qualifies the holder''s exclusive right to copy),because the U.S. Copyright Act specifically exempts from the exclusive right to make copies, a copy made from (for example) a computer hard drive to volatile memory, in connection with the process of executing computer software. So far as we can determine, the Free Software Foundation does not argue that it is impossible "contractually" to impose conditions on use, as part of the bargain one strikes, when conditionally allowing Licensees to make copies of a program. Rather, for philosophical reasons, the Free Software Foundation voluntarily chooses not to include what it views as "contractual" conditions in the GPL. In this sense, Hactivismo takes the position that the HESSLA is clearly a "contract" and contains "contractual" terms, such that it should not be considered a "pure license," under the nomenclature employed by the Free Software Foundation. However, in our view, precisely because both the HESSLA and the GPL are clearly conditional grants of permission to do things from which the Licensee would otherwise be excluded (i.e., the Licensee must undertake certain obligations in exchange for permission to copy, modify, or distribute, a work), the key point is that the methodology is quite similar.
29482
29483Compared with the GPL, aspects of the HESSLA give both end-users and programmers (including, most importantly, governmental end-users and programmers) marginally less leeway to make malicious use of the program, or to insert malicious code into a program, than they would have under a traditional "copyleft" software license. These aspects of the HESSLA (such as the requirement that the program cannot be used to violate human rights, or forbidding the insertion of "spy-ware" or surveillance mechanisms into derivative works) are included because our ultimate objective is to preserve and promote the human rights of end-users, including their privacy and their right of free expression.
29484
29485In other words, unlike many programmers, we are not just in the business of developing and distributing open-standards technologies. We''re also trying to empower end-users (including end-users in totalitarian regimes) with software tools that promote fundamental freedoms while also seeking as best we can to protect these end-users from being arrested, beaten, or worse. Our objective of promoting end-user freedoms, including the freedoms of people in politically repressive countries, is precisely the factor that has led Hacktivismo to develop this License Agreement instead of using another.
29486
29487The HESSLA Also Includes Features To Enhance Government Accountability: To this end, we have sought and intend to ensure, to the fullest extent that law (including, without limitation, the law of contract and of copyright licensing) enables us to do so,[fn16] that no government or other institution may do anything with this computer software or the underlying source code without becoming a Licensee bound by the terms of this License Agreement, subject to the same restrictions on modification and use as anyone else.
29488
29489[fn16] "Everyone has the right to an effective remedy by the competent national tribunals for acts violating . . . fundamental rights . . ." Article 8, United Nations Declaration of Human Rights.
29490
29491Accordingly, this License Agreement includes several terms that are aimed explicitly at governmental entities, in order to maximize enforceability against such entities. Respect for the Rule of Law means that no governmental entity is above the law, and that no governmental entity should be permitted to use its status as a mechanism for circumventing the requirements of this License Agreement.
29492
29493Any use, copying or modification of this software by any governmental official or governmental entity anywhere in the world is a voluntary act, which act the governmental official or entity is free to forego if it does not wish to be bound by this License Agreement. This License Agreement seeks to establish as clearly as possible two important checks on the improper use of government power. First, the voluntary election to use, copy, or modify, this software by any government or governmental official constitutes a waiver of all immunities that might otherwise be asserted, against enforcement of this License Agreement by the Author, or assertion by end-users or others of any human rights laws that may have been violated by a government employing the Software. Second, any such government or governmental official not only subjects itself to enforcement action in its own courts, but also explicitly and voluntarily subjects itself to enforcement action in the courts of other nations that are likely to be more objective, for the purpose of giving effect to the terms of this License Agreement.
29494
29495Mechanism of Contract Acceptance: This License Agreement treats any use of the software as acceptance of the terms of this License Agreement. To understand the significance of this, it is important to distinguish between the law governing copyright and the law governing offer and acceptance for the purpose of contract formation (which gives the offeror the power to specify the manner of acceptance). The question of whether copyright confers an exclusive right of use on the author of a program is certainly an interesting one. Under United States law, see 17 U.S.C.  117(a)(1), a limited exception to the exclusive right to copy exists if one makes a second copy "created as an essential step in the utilization of the computer program in conjunction with a machine and that it is used in no other manner." This License Agreement presupposes that there is no exclusive right to use in the Copyright Act, just an exclusive right to copy. However, You may not make a copy for anyone else unless they are subject to the terms of this License Agreement. Nor may You permit anyone to use Your copy or any other copy You have made unless they are subject to the terms of this License Agreement. You may not make a copy for Your own use or the use of anyone else without the Author''s leave to make that copy. And any use, modification, copying, or distribution by anyone constitutes acceptance of the License Agreement, for purposes of contract law. In other words, the License Agreement is designed so that there is no loophole permitting anyone to claim the ability to use, copy, distribute, or modify the Program or any Software based on it without subjecting themselves voluntarily to its terms.
29496
29497On "Shrinkwrap," "Click-Wrap," "Use-Wrap" and "Copy-Wrap" License Agreements: Arguably, some kinds of software license agreements have more in common with legislation than they do with the bargained-for, negotiated agreements that come to mind when most people think of "contracts." Particularly if a software licensor has sufficient market power to be deemed a monopoly, or if certain proposed expansions of the law of software licensing, masquerading as "codifications," are widely adopted, the ability of a private entity to impose legal prohibitions and duties on virtually everyone else as though the licensor has assumed powers that customarily belong to legislative bodies is both breathtaking and deeply troubling. Of course, we are hardly the first to distribute software under a license agreement that imposes conditions on a take-it-or-leave-it basis. This technique is, as everyone knows, extremely common with proprietary software. And some of the conditions unilaterally imposed by proprietary licensors range from the ridiculous to the obscene. But even certain kinds of "free" and "open-source" software licenses, such as the GPL, depend on the continued viability of legal rules that enable at least some reasonable conditions to be imposed by software licensors on a take-it-or-leave-it basis, with essentially automated methods of acceptance. Courts have been divided as to how far these kinds of licensor-driven automated agreements can go. And we cannot say that we will be unhappy if courts or legislatures ultimately reach a consensus that sharply limits what conditions licensors can impose through such mechanisms. However, while the law is still developing, we think nothing could be more appropriate than to enlist the techniques that institutions of power have used to limit freedom and instead to re-purpose the techniques of "copy-wrap" or "use-wrap" licensing by putting them to use for humanitarian purposes and using them to promote the human rights of end-users. To deny us the use of these techniques, courts and other law-making institutions would be required simultaneously to disarm, to the same degree, proprietary software manufacturers that possess vast market power. And, unlike the conditions imposed by many proprietary vendors, the conditions we impose through this License Agreement are hardly onerous for any end-user (unless, of course, the end-user wants to act maliciously or engage in surveillance).
29498
29499No Warranty: Next, for each author''s protection and our own, we want to make certain that everyone understands that there is no warranty for this software. And, if the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors'' reputations.
29500
29501Software Patents: Software patents constantly threaten any project such as this one. We wish to avoid the danger that redistributors of a HESSLA-licensed program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have included terms by which any Author must, if it has patented (or licensed a patent covering) any technology embodied in any Program or Software released under this License Agreement, grant all HESSLA Licensees of the Program or Software a royalty-free license of that technology. Any Licensees who release derivative works, as permitted by this License Agreement, are required to grant a royalty-free patent license of any patented technology.
29502
29503Anyone Can Release Original Software Under The HESSLA: Although this License Agreement is drafted with Hacktivismo''s objectives in mind, perhaps it will meet other authors'' needs as well. If You are considering using this License Agreement for Your own software (meaning the code is not a work based on Hacktivismo''s program in which case all derivative works must be released under this License Agreement but rather Your code is original software that You have developed yourself) and if You have no special reason to prefer this License Agreement to some license that has a more robust and widely-understood track-record, then in most instances we encourage You to use the GPL (or, even better, release concurrently under both the HESSLA and the GPL), because a considerable body of interpretive literature and community custom has grown up around that License Agreement. The Open Software License, see < http://www.rosenlaw.com/osl.html >, is newer and has less of a track record. But You may also want to consider that licensing option (as well as the option of concurrent OSL/HESSLA licensing).
29504
29505Any author of original software can release that software under this License Agreement, if You choose to do so; not just Hacktivismo. Hacktivismo is the author and owner of software released by Hacktivismo under this License Agreement. But original software released by other Authors would be owned and licensed by them.
29506
29507Ultimately, we think it is important to emphasize to other Authors that Programs they have written can be released under both the HESSLA and some other license simultaneously (for, example, a program that is presently GPLed by its Author can be released simultaneously under both the GPL and the HESSLA, at the Author''s discretion). If You are an Author of original work, You need neither the permission of the Free Software Foundation nor of Hacktivismo to elect to release software simultaneously under both licenses. The advantage of such a voluntary double-licensing is that it will enable developers to produce hybrid software packages (combining the functionality available through, say, Hacktivismo''s Six-Four APIs, with some of the functionality of one or more popular GPL-licensed communications programs) and to release the hybrid packages under the HESSLA, without causing those developers to run afoul of the GPL, the HESSLA or both. Such an arrangement maximizes the potential benefit to both the developer community and to end-users worldwide. Software released under a BSD-style license, as a general matter, can be used to produce a hybrid program, mixing HESSLA-licensed code with code that was previously subject to a BSD license. The HESSLA requires that, in such an instance, the hybrid code must be released under the HESSLA (to avoid weakening the end-user protections and affirmative rights afforded by the HESSLA). Hacktivismo is more than happy to consult with any software developer about the license terms that should apply to any Software that is derivative of any Program of which Hacktivismo is Author. If another Author has released code under the HESSLA, then that Author has primary decision-making authority about the manner in which his her or its software is licensed, but Hacktivismo is happy to field any questions hat may be posed by such an Author or by any developer who is building on another Author''s HESSLAed code.
29508
29509License Revisions: This License Agreement is subject to revision, prior to the release of the Hacktivismo Enhanced-Source Software License Agreement, Version 1.0. We invite interested parties from the international academic and legal communities to offer comments and suggestions on ways to improve this License Agreement, prior to the time that The HESSLA version 1.0 is released.
29510
29511The terms of the latest and most up-to-date version of this License Agreement, up to and including version 1.0, shall be deemed automatically to supersede the terms of any lower-numbered version of this License Agreement with respect to any Licensee who became a Licensee under the lower-numbered version of the HESSLA.
29512
29513The terms of the latest and most up-to-date version of this License Agreement will always be published on the Hacktivismo Website, http://www.hacktivismo.com/.
29514
29515The precise terms and conditions for copying, distribution, use and modification follow.
29516
29517TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, USE AND/OR MODIFICATION
29518
295190. DEFINITIONS. The following are defined terms that, whenever used in this License Agreement, have the following meanings:
29520
295210.1	Author: "Author" shall mean the copyright holder of an Original Work (the "Program") released by the Author under this License Agreement.
29522
295230.2	Copy: "Copy" shall mean everything and anything that constitutes a copy according to copyright law, without limitation. A "copy" does not become anything other than a "copy" merely because, for example, a governmental or institutional employee duplicates the Program or a part of it for another employee of the same institution or Governmental Entity, or merely because it is copied from one computer to another, or from one medium to another, or multiple copies are made on the same medium, within the same institutional or Governmental Entity.
29524
295250.3	Derivative Work: A "Derivative Work" or "work based on the Program" shall mean either the Program itself or any work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification."). In the unlikely event that, and to the extent that, this contractual definition of "Derivative Work" is later determined by any tribunal or dispute-resolution body to be different is scope from the meaning of "derivative work" under the copyright law of any country, then the broadest and most encompassing possible definition either the contractual definition of "Derivative Work," or any broader and more encompassing statutory or legal definition, shall control. Acceptance of this contractually-defined scope of the term "Derivative Work" is a mandatory pre-condition for You to receive any of the benefits offered by this License Agreement.
29526
295270.3.1	Mere aggregation of another work not based on the Program with the Program (or with a Derivative Work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License Agreement.
29528
295290.4	License Agreement: When used in this License Agreement, the terms "this License" or "this License Agreement" shall mean The Hactivismo Enhanced-Source Software License Agreement, v. 0.1, or any subsequent version made applicable under the terms of Section 15.
29530
295310.5	Licensee: The term "Licensee" shall mean You or any other Licensee, whether or not a Qualified Licensee.
29532
295330.6	Original Work: "Original Work" shall mean a Program or other work of authorship, or portion thereof, that is not a Derivative Work.
29534
295350.7	Program: The "Program," to which this License Agreement applies, is the Original Work (including, but not limited to, computer software) released by the Author under this License Agreement.
29536
295370.8	Qualified Licensee: A "Qualified Licensee" means a Licensee that remains in full compliance with all terms and conditions of this License Agreement. You are no longer a Qualified Licensee if, at any time, You violate any terms of this License Agreement. Neither the Program nor any Software based on the Program may be copied, distributed, performed, displayed, used or modified by You, even for Your own purposes, unless You are a Qualified Licensee. A Licensee other than a Qualified Licensee remains subject to all terms and conditions of this License Agreement, and to all remedies for each cumulative violation as set forth herein. Loss of the status of Qualified Licensee signifies that violation of any terms of the License Agreement subjects a Licensee to loss of most of the benefits that Qualified Licensees enjoy under this License Agreement, and to additional remedies for all violations occurring after the first violation.
29538
295390.9	Software: "Software" or "the Software" shall mean the Program, any Derivative Work based on the Program or a portion thereof, and/or any modified version of the Program or portion thereof, without limitation.
29540
295410.10	Source Code: The term "Source Code" shall mean the preferred form of a Program or Original Work for making modifications to it and all available documentation describing how to access and modify that Program or Original Work.
29542
295430.10.1	For an executable work, complete Source Code means all the Source Code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the Source Code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
29544
295450.10.2	"Object Code:" Because of certain peculiarities of current export-control rules, "object code" of the Program, or any modified version of the Program, or Derivative Work based on the Program, must not be exported except by way of distribution that is ancillary to the distribution of the Source Code. The "Source Code" shall be understood as the primary content transferred or exported by You, and the "object code" shall be considered as merely an ancillary component of any such export distribution.
29546
295470.11	Strong Cryptography: "Strong Cryptography" shall mean cryptography no less secure than (for example, and without limitation) a 2048-bit minimum key size for RSA encryption, 1024-bit minimum key size for Diffie-Hellman (El Gamal), or a 256-bit minimum key size for AES and similar symmetric ciphers.
29548
295490.12	Substandard Key-Selection Technique: The term "Substandard Key-Selection Technique" shall mean a method or technique to cause encryption keys to be more easily guessed or less secure, such as by (i) causing the selection of keys to be less than random, or (ii) employing a selection process that selects among only a subset of possible keys, instead of from among the largest set of possible keys that can securely be used consistent with contemporary knowledge about the cryptographic techniques employed by You. The following illustrations elaborate on the foregoing definition:
29550
295510.12.1	If the key-generation or key-selection technique for the encryption algorithm You employ involves the selection of one or more prime numbers, or involves one or more mathematical functions or concatenations performed on one or more prime numbers, then each prime number should be selected from a very large set of candidate prime numbers, but not necessarily from the set of all possible prime numbers (e.g., inclusion of the number 1 in the candidate set, for example, may in some instances reduce rather than enhance security), and absolutely not from any artificially small set of candidate primes that makes the guessing of a key easier than would be the case if a secure key-generation technique were employed. In all instances, the primes should be selected at random from among the candidate set. If there is a customary industry standard for maximizing the security associated with the key-generation or key-selection technique for the cryptosystem You select, then (with attention also to the requirements of Section 0.11), You should employ a key-generation or selection technique no less secure than the customary industry standard for secure use of the cryptosystem.
29552
295530.12.2	If the key-generation or key-selection technique for the encryption algorithm You employ involves the selection of a random integer, or the transformation of a random integer through one or more mathematical processes, then the selection of the integer shall be at random from the largest possible set of all possible integers consistent with the secure functioning of the encryption algorithm. It shall not be selected from an artificially small set of integers (e.g., if a 256-bit random integer serves as the key, then You could not set 200 of the 256 bits as "0," and randomly generate only the remaining 56 bits producing effectively a 56-bit keylength instead of using the full 256 bits).
29554
295550.12.3	In other words, Your key-generation technique must promote security to the maximum extent permitted by the cryptographic method(s) and keylength You elect to employ, rather than facilitating eavesdropping or surveillance in any way. The example of GSM telephones, in which 16 of 56 bits in each encryption key were set at "0," thereby reducing the security of the system by a factor of 65,536, is particularly salient. Such artificial techniques to reduce the security of a cryptosystem by selecting keys from only a less-secure or suboptimal subset of possible keys, is prohibited and will violate this License Agreement if any such technique is employed in any Software.
29556
295570.13	You:	Each Licensee (including, without limitation, Licensees that have violated the License Agreement and who are no longer Qualified Licensees, but who nevertheless remain subject to all requirements of this License Agreement and to all cumulative remedies for each successive violation), is referred to as "You."
29558
295590.13.1	Governmental Entity: "You" explicitly includes any and all "Governmental Entities," without limitation. "Governmental Entity" or "Governmental Entities," when used in this License Agreement, shall mean national governments, sub-national governments (for example, and without limitation, provincial, state, regional, local and municipal governments, autonomous governing units, special districts, and other such entities), governmental subunits (without limitation, governmental agencies, offices, departments, government corporations, and the like), supra-national governmental entities such as the European Union, and entities through which one or more governments perform governmental functions or exercise governmental power in coordination, cooperation or unison.
29560
295610.13.2	Governmental Person: "You" also explicitly includes "Governmental Persons." The terms "Governmental Person" or "Governmental Persons," when used in this License Agreement, shall mean the officials, officers, employees, representatives, contractors and agents of any Governmental Entity.
29562
295631.	Application of License Agreement. This License Agreement applies to any Program or other Original Work of authorship that contains a notice placed by the Author saying it may be distributed under the terms of this License Agreement. The preferred manner of placing such a notice is to include the following statement immediately after the copyright notice for such an Original Work:
29564
29565"Licensed under the Hacktivismo Enhanced-Source Software License Agreement, Version 0.1"
29566
295672.	Means of Acceptance Use, Copying, Distribution or Modification By Anyone Constitutes Acceptance. Subject to Section 14.1 (concerning the special case of certain Governmental Entities) any copying, modification, distribution, or use by You of the Program or any Software, shall constitute Your acceptance of all terms and conditions of this License Agreement.
29568
295692.1	As a Licensee, You may not authorize, permit, or enable any person to use the Program or any Software or Derivative Work based on it (including any use of Your copy or copies of the Program) unless such person has accepted this License Agreement and has become a Licensee subject to all its terms and conditions.
29570
295712.2	You may not make any copy for Your own use unless You have accepted this License Agreement and subjected yourself to all its terms and conditions.
29572
295732.3	You may not make a copy for the use of any other person, or transfer a copy to any other person, unless such person is a Licensee that has accepted this License Agreement and such person is subject to all terms and conditions of this License Agreement.
29574
295752.4	It is not the position of Hacktivismo that copyright law confers an exclusive right to use, as opposed to the exclusive right to copy the Software. However, for purposes of contract law, any use of the Software shall be considered to constitute acceptance of this License Agreement. Moreover, all copying is prohibited unless the recipient of a copy has accepted the License Agreement. Because each such recipient Licensee is contractually obligated not to permit anyone to access, use, or secure a copy of the Software, without first accepting the terms and conditions of this License Agreement, use by non-Licensees is effectively prohibited contractually because nobody can obtain a copy of, or access to a copy of, any Software without (1) accepting the License Agreement through use, and (2) triggering some Licensee''s obligation to require acceptance as a precondition of copying or access.
29576
295773.	"Qualified Licensee" Requirement: Neither the Program nor any Software or Derivative Work based on the Program may be copied, distributed, displayed, performed, used or modified by You, even for Your own purposes, unless You are a "Qualified Licensee." To remain a Qualified Licensee, You must remain in full compliance with all terms and conditions of this License Agreement.
29578
295794.	License Agreement Is Exclusive Source of All Your Rights:
29580
295814.1	You may not copy, modify, or distribute the Program, or obtain any copy, except as expressly provided under this License Agreement. Any attempt otherwise to copy, modify, obtain a copy, sublicense or distribute the Program is void, and will automatically terminate Your rights under this License Agreement and subject You to all cumulative remedies for each successive violation that may be available to the Author. However, Qualified Licensees who have received copies from You (and thereby have received rights from the Author) under this License Agreement, and who would otherwise qualify as Qualified Licensees, will not have their rights under their License Agreements suspended or restricted on account of anything You do, so long as such parties remain in full compliance.
29582
295834.2 You are not required to accept this License Agreement and prior to the time You elect to become a Licensee and accept this License Agreement, You may always elect instead not to copy, use, modify, distribute, compile, or perform the Program or any Software released under this License Agreement. However, nothing else grants You permission to copy, to obtain or possess a copy, to compile a copy in object code or executable code from a copy in source code, to modify, or to distribute the Program or any Software based on the Program. These actions are prohibited by law if You do not accept this License Agreement. Additionally, as set forth in Section 2, any use, copying or modification of the Software constitutes acceptance of this License Agreement by You.
29584
295854.3 Each time You redistribute the Program (or any Software or Derivative Work based on the Program), the recipient automatically receives a License Agreement from the Author to copy, distribute, modify, perform or display the Software, subject to the terms and conditions of this License Agreement. You may not impose any further restrictions on the recipients'' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License Agreement. Enforcement is the responsibility of the Author.
29586
295875.	Grant of Source Code License.
29588
295895.1	Source Code Always Available from Author: Author hereby promises and agrees except to the extent prohibited by export-control law to provide a machine-readable copy of the Source Code of the Program at the request of any Licensee. Author reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code of the most current version of the Program in an information repository reasonably calculated to permit inexpensive and convenient access by You for so long as Author continues to distribute the Program, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Program. Every copy of the Program distributed by Hacktivismo (but not necessarily every other Author) consists of the Source Code accompanied, in some instances, by an ancillary distribution of compiled Object Code, but the continued availability of the Source Code from the Author addresses the possibility that You might have (for any reason) not received from someone else a complete, current, copy of the Source Code (lack of which would, for example, prevent You from exporting copies to others without violating this license, see Section 8).
29590
295915.2	Grant of License. If and only if, and for so long as You remain a Qualified Licensee, in accordance with Section 3 of this License Agreement, Author hereby grants You a world-wide, royalty-free, non-exclusive, non-sublicensable copyright license to do the following:
29592
295935.2.1 to reproduce the Source Code of the Program in copies;
29594
295955.2.2	to prepare Derivative Works based upon the Program and to edit or modify the Source Code in the process of preparing such Derivative Works;
29596
295975.2.3	to distribute copies of the Source Code of the Original Work and/or of Derivative Works to others, with the proviso that copies of Original Work or Derivative Works that You distribute shall be licensed under this License Agreement, and that You shall fully inform all recipients of the terms of this License Agreement.
29598
295996.	Grant of Copyright License. If and only if, and for so long as You remain a Qualified Licensee, in accordance with Section 3 of this License Agreement, Author hereby grants You a world-wide, royalty-free, non-exclusive, non-sublicensable license to do the following:
29600
296016.1 to reproduce the Program in copies;
29602
296036.2	to prepare Derivative Works based upon the Program, or upon Software that itself is based on the Program;
29604
296056.3	to distribute (either by distributing the Source Code, or by distributing compiled Object Code, but any export of Object Code must be ancillary to a distribution of Source Code) copies of the Program and Derivative Works to others, with the proviso that copies of the Program or Derivative Works that You distribute shall be licensed under this License Agreement, that You shall fully inform all recipients of the terms of this License Agreement;
29606
296076.4 to perform the Program or a Derivative Work publicly;
29608
296096.5	to display the Program or a Derivative Work publicly; and
29610
296116.6	to charge a fee for the physical act of transferring a copy of the Program (You may also, at Your option, offer warranty protection in exchange for a fee).
29612
296137.	Grant of Patent License. If and only if, and for so long as You remain a Qualified Licensee, in accordance with Section 3 of this License Agreement, Author hereby grants You a world-wide, royalty-free, non-exclusive, non-sublicensable license Agreement, under patent claims owned or controlled by the Author that are embodied in the Program as furnished by the Author ("Licensed Claims") to make, use, sell and offer for sale the Program. Subject to the proviso that You grant all Licensees a world-wide, non-exclusive, royalty-free license under any patent claims embodied in any Derivative Work furnished by You, Author hereby grants You a world-wide, royalty-free, non-exclusive, non-sublicensable license under the Licensed Claims to make, use, sell and offer for sale Derivative Works.
29614
296158. Exclusions From License Agreement Grants. Nothing in this License Agreement shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor except as expressly stated herein. No patent license is granted to make, use, sell or offer to sell embodiments of any patent claims other than the Licensed Claims defined in Section 7. No right is granted to the trademarks of Author even if such marks are included in the Program. Nothing in this License Agreement shall be interpreted to prohibit Author from licensing under additional or different terms from this License Agreement any Original Work, Program, or Derivative Work that Author otherwise would have a right to License.
29616
296178.1	Implied Endorsements Prohibited. Neither the name of the Author (in the case of Programs and Original Works released by Hacktivismo, the name "Hacktivismo"), nor the names of contributors who helped produce the Program may be used to endorse or promote modifications of the Program, any Derivative Work, or any Software other than the Program, without specific prior written permission of the Author. Neither the name of Hacktivismo nor the names of any contributors who helped write the Program may be used to endorse or promote any Program or Software released under this License Agreement by any person other than Hacktivismo.
29618
296199.	Modifications and Derivative Works. Only Qualified Licensees may modify the Software or prepare or distribute Derivative Works. If You are a Qualified Licensee, Your authorization to modify the Software or prepare or distribute Derivative Works (including permission to prepare and/or distribute Derivative Works, as provided in Sections 5.2.2, 5.2.3, 6.2, 6.3, and 6.6) is subject to each and all of the following mandatory terms and conditions (9.1 through 9.6, inclusive):
29620
296219.1	You must cause the modified files to carry prominent notices stating that You changed the files and the date of any change;
29622
296239.2	If the modified Software normally reads commands interactively when run, You must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that You provide a warranty) and that users may redistribute the program under this License Agreement, and telling the user how to view a copy of this License Agreement. (Exception: if the Program itself is interactive but does not normally print such an announcement, Your Derivative Work based on the Program is not required to print an announcement.);
29624
296259.3	Any Program, Software, or modification thereof copied or distributed by You, that incorporates any portion of the Original Work, must not contain any code or functionality that subverts the security of the Software or the end-user''s expectations of privacy, anonymity, confidentiality, authenticity, and trust, including (without limitation) any code or functionality that introduces any "backdoor," escrow mechanism, "spy-ware," or surveillance techniques or methods into any such Program, Software, or modification thereof;
29626
296279.4	Any Program, Software, or modification thereof copied or distributed by You, that employs any cryptographic or other security, privacy, confidentiality, authenticity, and/or trust methods or techniques, including without limitation any Derivative Work that includes any changes or modifications to any cryptographic techniques in the Program, shall employ Strong Cryptography.
29628
296299.5	Any Program, Software, or modification thereof copied or distributed by You, if it contains any key-generation or selection technique, must not employ any Substandard Key-Selection Technique.
29630
296319.6 No Program or Software copied or distributed by You may transmit or communicate any symmetric key, any "private key" if an asymmetric cryptosystem is employed, or any part of such key, nor may it otherwise make any such key or part of such key known, to any person other than the end-user who generated the key, without the active consent and participation of that individual end-user. If a private or symmetric key is stored or recorded in any manner, it must not be stored or recorded in plaintext, and it must be protected from reading (at a minimum) by use of a password. Use of steganography or other techniques to disguise the fact that a private or symmetric key is even stored is strongly encouraged, but not absolutely required.
29632
2963310.	Use Restrictions: Human Rights Violations Prohibited.
29634
2963510.1	Neither the Program, nor any Software or Derivative Work based on the Program may used by You for any of the following purposes (10.1.1 through 10.1.5, inclusive):
29636
2963710.1.1	to violate or infringe any human rights or to deprive any person of human rights, including, without limitation, rights of privacy, security, collective action, expression, political freedom, due process of law, and individual conscience;
29638
2963910.1.2	to gather evidence against any person to be used to deprive any person of human rights;
29640
2964110.1.3	any other use as a part of any project or activity to deprive any person of human rights, including not only the above-listed rights, but also rights of physical security, liberty from physical restraint or incarceration, freedom from slavery, freedom from torture, freedom to take part in government, either directly or through lawfully elected representatives, and/or freedom from self-incrimination;
29642
2964310.1.4	any surveillance, espionage, or monitoring of individuals, whether done by a Governmental Entity, a Governmental Person, or by any non-governmental person or entity;
29644
2964510.1.5	censorship or "filtering" of any published information or expression.
29646
2964710.2	Additionally, the Program, any modification of it, or any Software or Derivative Work based on the Program may not be used by any Governmental Entity or other institution that has any policy or practice (whether official or unofficial) of violating the human rights of any persons.
29648
2964910.3	You may not authorize, permit, or enable any person (including, without limitation, any Governmental Entity or Governmental Person) to use the Program or any Software or Derivative Work based on it (including any use of Your copy or copies of the Program) unless such person has accepted this License Agreement and has become a Licensee subject to all its terms and conditions, including (without limitation) the use restrictions embodied in Section 10.1 and 10.2, inclusive.
29650
2965111.	All Export Distributions Must Consist of or Be Ancillary to Distribution of Source Code. Because of certain peculiarities of current export-control law, any distribution by You of the Program or any Software may be in the form of Source Code only, or in the form or Source Code accompanied by compiled Object Code, but You may not export any Software in the form of compiled Object Code only. Such an export distribution of compiled executable code must in all cases be ancillary to a distribution of the complete corresponding machine-readable source code, which must be distributed on a medium, or by a method, customarily used for software interchange.
29652
2965312.	EXPORT LAWS: THIS LICENSE AGREEMENT ADDS NO RESTRICTIONS TO THE EXPORT LAWS OF YOUR JURISDICTION. It is Your responsibility to comply with any export regulations applicable in Your jurisdiction. From the United States, Canada, or many countries in Europe, export or transmission of this Software to certain embargoed destinations (including, but not necessarily limited to, Cuba, Iran, Iraq, Libya, North Korea, Sudan, and Syria), may be prohibited. If Hacktivismo is identified as the Author of the Program (and it is not the property of some other Author), then export to any national of Cuba, Iran, Iraq, Libya, North Korea, Sudan or Syria, or into the territory of any of these countries, by any Licensee who has received this Software directly from Hacktivismo or from the Cult of the Dead Cow, or any of their members, is contractually prohibited and will constitute a violation of this License Agreement. You are advised to consult the current laws of any and all countries whose laws may apply to You, before exporting this Software to any destination. Special care should be taken to avoid export to any embargoed destination. An Author other than Hacktivismo may substitute that Author''s legal name for "Hacktivismo" in this Paragraph, in relation to any Program released by that Author under this Paragraph.
29654
2965513.	Contrary Judgments, Settlements and Court Orders. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on You (whether by court order, agreement or otherwise) that contradict the conditions of this License Agreement, they do not excuse You from the conditions of this License Agreement. If You cannot distribute so as to satisfy simultaneously Your obligations under this License Agreement and any other pertinent obligations, then as a consequence You may not distribute the Software at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through You, then the only way You could satisfy both it and this License Agreement would be to refrain entirely from distribution of the Program.
29656
29657It is not the purpose of this Section 13 to induce You to infringe any patents or other property right claims or to contest validity of any such claims; this Section has the sole purpose of protecting the integrity of the software distribution system reflected in this License Agreement, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through related distribution systems, in reliance on consistent application of such distribution systems; it is up to the Author/donor to decide if he or she is willing to distribute software through any other system and a Licensee cannot impose that choice.
29658
2965914. Governmental Entities: Any Governmental Entity ("Governmental Entity" is defined broadly as set forth in Section 0.13.1) or Governmental Person (as "Governmental Person" is defined broadly in Section 0.13.2), that uses, modifies, changes, copies, displays, performs, or distributes the Program, or any Software or Derivative Work based on the Program, may do so if and only if all of the following terms and conditions (14.1 through 14.10, inclusive) are agreed to and fully met:
29660
2966114.1 If it is the position of any Governmental Entity (or, in the case of any "Governmental Person," if it is the position of that Governmental Person''s Governmental Entity) that any doctrine or doctrines of law (including, without limitation, any doctrine(s) of immunity or any formalities of contract formation) may render this License Agreement unenforceable or less than fully enforceable against such Governmental Entity, or any Governmental Person of such Governmental Entity, then prior to any use, modification, change, display, performance, copy or distribution of the Program, or of any Software or Derivative Work based on the Program, or any part thereof, by the Governmental Entity, or by any Governmental Person of that Governmental Entity, the Governmental Entity shall be required to inform the Author in writing of each such doctrine that is believed to render this License Agreement or any part of it less than fully enforceable against such Governmental Entity or any Governmental Person of such entity, and to explain in reasonable detail what additional steps, if taken, would render the License Agreement fully enforceable against such entity or person. Failure to provide the required written notice to the Author in advance of any such use, modification, change, display, performance, copy or distribution, shall constitute an irrevocable and conclusive waiver of any and all reliance on any doctrine, by the Governmental Entity, that is not included or that is omitted from the required written notice (failure to provide any written notice means all reliance on any doctrine is irrevocably waived). Any Governmental Entity that provides written notice under this subsection is prohibited, as are all of the Governmental Persons of such Governmental Entity, from making any use, change, display, performance, copy, modification or distribution of the Software or any part thereof, until such time as a License Agreement is in place, agreed upon by the Author and by the Governmental Entity, that such entity concedes is fully-enforceable. Any use, modification, change, display, performance, copy, or distribution following written notice under this Paragraph, but without the implementation of an agreement as provided herein, shall constitute an irrevocable and conclusive waiver by the Governmental Entity (and any and all Governmental Persons of such Governmental Entity) of any and all reliance on any legal doctrine either referenced in such written notice or omitted from it.
29662
2966314.2	Any Governmental Entity that uses, copies, changes, modifies, or distributes, the Software or any part or portion thereof, or any Governmental Person who does so (whether that person''s Governmental Entity contends the person''s action was, or was not, authorized or official), permanently and irrevocably waives any defense based on sovereign immunity, official immunity, the Act of State Doctrine, or any other form of immunity, that might otherwise apply as a defense to, or a bar against, any legal action based on the terms of this License Agreement.
29664
2966514.2.1	With respect to any enforcement action brought by the Author in a United States court against a foreign Governmental Entity, the waiver by any Governmental Entity as provided in Subparagraphs 14.1 and 14.2 is hereby expressly acknowledged by each such Governmental Entity to constitute a "case . . . in which the foreign state has waived its immunity," within the scope of 28 U.S.C.  1605(a)(1) of the Foreign Sovereign Immunities Act of 1976 (as amended). Each such Governmental Entity also specifically agrees and concedes that the "commercial activity" exceptions to the FSIA, 28 U.S.C.  1605(a)(2), (3) are also applicable. With respect to an action brought against the United States or any United States Governmental Entity, in the courts of any country, the U.S. Governmental Entity shall be understood to have voluntarily agreed to a corresponding waiver of immunity from actions in the courts of any other sovereign.
29666
2966714.2.2	With respect to any enforcement action brought by an authorized end-user (as a third-party beneficiary, under the terms of Subparagraphs 14.3 and 14.10) in a United States court against a foreign Governmental Entity, the waiver by any Governmental Entity as provided in Subparagraphs 14.1 and 14.2 is hereby expressly acknowledged by each such Governmental Entity to constitute a "case . . . in which the foreign state has waived its immunity," within the scope of 28 U.S.C.  1605(a)(1) of the Foreign Sovereign Immunities Act of 1976 (as amended). . Each such Governmental Entity also specifically agrees and concedes that the "commercial activity" exceptions to the FSIA, 28 U.S.C.  1605(a)(2), (3) are also applicable. With respect to an action brought against the United States or any United States Governmental Entity, in the courts of any country, the U.S. Governmental Entity shall be understood to have voluntarily agreed to a corresponding waiver of immunity from actions in the courts of any other sovereign.
29668
2966914.2.3	With respect to any action or effort by the Author in the United States to execute a judgment against a foreign Governmental Entity, by attaching or executing process against the property of such Governmental Entity, the waiver by any Governmental Entity as provided in Subparagraphs 14.1 and 14.2 is hereby expressly acknowledged by each such Governmental Entity to constitute a case in which "the foreign state has waived its immunity from attachment in aid of execution or from execution," in accordance with 28 U.S.C.  1610(a)(1) of the Foreign Sovereign Immunities Act of 1976 (as amended). Each such Governmental Entity also specifically agrees and concedes that the "commercial activity" exceptions to the FSIA, 28 U.S.C.  1610(a)(2), (d) are also applicable. With respect to an action brought against the United States or any United States Governmental Entity, in the courts of any country, the U.S. Governmental Entity shall be understood to have voluntarily agreed to a corresponding waiver of immunity from actions in the courts of any other sovereign.
29670
2967114.2.4	With respect to any action or effort brought by an authorized end-user (as a third-party beneficiary, in accordance with Subparagraphs 14.3 and 14.10) in the United States to execute a judgment against a foreign Governmental Entity, by attaching or executing process against the property of such Governmental Entity, the waiver by any Governmental Entity as provided in Subparagraphs 14.1 and 14.2 is hereby expressly acknowledged by each such Governmental Entity to constitute a case in which "the foreign state has waived its immunity from attachment in aid of execution or from execution," in accordance with 28 U.S.C.  1610(a)(1) of the Foreign Sovereign Immunities Act of 1976 (as amended). Each such Governmental Entity also specifically agrees and concedes that the "commercial activity" exceptions to the FSIA, 28 U.S.C.  1610(a)(2), (d) are also applicable. With respect to an action brought against the United States or any United States Governmental Entity, in the courts of any country, the U.S. Governmental Entity shall be understood to have voluntarily agreed to a corresponding waiver of immunity from actions in the courts of any other sovereign.
29672
2967314.3	Any Governmental Entity that uses, copies, changes, modifies, displays, performs, or distributes the Software or any part thereof, or any Governmental Person who does so (whether that person''s Governmental Entity contends the person''s action was, or was not, authorized or official), and thereby violates any terms and conditions of Section 9 (restrictions on modification), or Paragraph 10 (use restrictions), agrees that the person or entity is subject not only to an action by the Author, for the enforcement of this License Agreement and for money damages and injunctive relief (as well as attorneys'' fees, additional and statutory damages, and other remedies as provided by law), but such Governmental Entity and/or Person also shall be subject to a suit for money damages and injunctive relief by any person whose human rights have been violated or infringed, in violation of this License Agreement, or through the use of any Software in violation of this License Agreement. Any person who brings an action under this section against any Governmental Person or Entity must notify the Author promptly of the action and provide the Author the opportunity to intervene to assert the Author''s own rights. Damages in such a third-party action shall be measured by the severity of the human rights violation and the copyright infringement or License Agreement violation, combined, and not merely by reference to the copyright infringement. All end-users, to the extent that they are entitled to bring suit against such Governmental Entity by way of this License Agreement, are intended third-party beneficiaries of this License Agreement. Punitive damages may be awarded in such a third-party action against a Governmental Entity or Governmental Person, and each and every such Governmental Entity or Person conclusively waives all restrictions on the amount of punitive damages, and all defenses to the award of punitive damages to the extend such limitations or defenses depend upon or are a function of such person or entity''s status as a Governmental Person or Governmental Entity.
29674
2967514.4	Any State of the United States, or any subunit or Governmental Entity thereof, that uses, copies, changes, modifies, displays, performs, or distributes the Software of any part thereof, or any of whose Governmental Persons does so (whether that person''s Governmental Entity contends the person''s action was, or was not, authorized or official), unconditionally and irrevocably waives for purposes of any legal action (i) to enforce this License Agreement, (ii) to remedy infringement of the Author''s copyright, or (iii) to invoke any of the third-party beneficiary rights set forth in Section 14.3 -- any immunity under the Eleventh Amendment of the United States Constitution or any other immunity doctrine (such as sovereign immunity or qualified, or other, official immunity) that may apply to state governments, subunits, or to their Governmental Persons.
29676
2967714.5	Any Governmental Entity (including, without limitation, any State of the United States), that uses, copies, changes, modifies, performs, displays, or distributes the Software or any part thereof, or any of whose Governmental Persons does so (whether that person''s Governmental Entity contends the person''s action was, or was not, authorized or official), unconditionally and irrevocably waives for purposes of any legal action (i) to enforce this License Agreement, (ii) to remedy infringement of the Author''s copyright, or (iii) to invoke any of the third-party beneficiary rights set forth in Section 14.3 any doctrine (such as, but not limited to, the holding in the United States Supreme Court decision of Ex Parte Young) that might purport to limit remedies solely to prospective injunctive relief. Also explicitly and irrevocably waived is any underlying immunity doctrine that would require the recognition of such a limited exception for purposes of remedies. The remedies against such governmental entities and persons shall explicitly include money damages, additional damages, statutory damages, consequential damages, exemplary damages, punitive damages, costs and fees that might otherwise be barred or limited in amount on account of governmental status.
29678
2967914.6	Any Governmental Entity that uses, copies, changes, modifies, displays, performs, or distributes the Software or any part thereof, or any of whose Governmental Persons does so (whether that person''s Governmental Entity contends the person''s action was, or was not, authorized or official), unconditionally and irrevocably waives for purposes of any legal action (i) to enforce this License Agreement, (ii) to remedy infringement of the Author''s copyright, or (iii) to invoke any of the third-party beneficiary rights set forth in Section 14.3 any and all reliance on the Act of State doctrine, sovereign immunity, international comity, or any other doctrine of immunity whether such doctrine is recognized in that government''s own courts, or in the courts of any other government or nation.
29680
2968114.6.1	Consistent with Subparagraphs 14.2.1 through 14.2.4, this waiver shall explicitly be understood to constitute a waiver not only against suit, but also against execution against property, for purposes of the Foreign Sovereign Immunities Act of 1976 (as amended). All United States Governmental Entities shall be understood to have agreed to a corresponding waiver of immunity against (i) suit in the courts of other sovereigns, and (ii) execution against property of the United States located within the territory of other countries.
29682
2968314.7	Governmental Persons, (i) who violate this License Agreement (whether that person''s Governmental Entity contends the person''s action was, or was not, authorized or official), or (ii) who are personally involved in any activity, policy or practice of a governmental entity that violates this License Agreement (whether that person''s Governmental Entity contends the person''s action was, or was not, authorized or official), or (iii) that use, copy, change, modify, perform, display or distribute, the Software or any part thereof, when their Governmental Entity is not permitted to do so, or is not a Qualified Licensee, or has violated the terms of this License Agreement, each and all individually waive and shall not be permitted to assert any defense of official immunity, "good faith" immunity, qualified immunity, absolute immunity, or other immunity based on his or her governmental status.
29684
2968514.8	No Governmental Entity, nor any Governmental Person thereof may, by legislative, regulatory, or other action, exempt such Governmental Entity, subunit, or person, from the terms of this License Agreement, if the Governmental Entity or any such person has voluntarily used, modified, copied, displayed, performed, or distributed the Software or any part thereof.
29686
2968714.9	Enforcement In Courts of Other Sovereigns Permitted. By using, modifying, changing, displaying, performing or distributing any Software covered by this License Agreement, any Governmental Entity hereby voluntarily and irrevocably consents, for purposes of (i) any action to enforce the terms of this License Agreement, and (ii) any action to enforce the Author''s copyright (whether such suit be for injunctive relief, damages, or both) to the jurisdiction of any court or tribunal in any other country (or a court of competent jurisdiction of a subunit, province, or state of such country) in which the terms of this License Agreement are believed by the Author to be enforceable. Each such Governmental Entity hereby waives all objections to personal jurisdiction, all objections based on international comity, all objections based on the doctrine of forum non conveniens, and all objections based on sovereign or governmental status or immunity that might otherwise be asserted in the courts of some other sovereign.
29688
2968914.9.1	The Waiver by any Governmental Entity of a country other than the United States shall be understood explicitly to constitute a waiver for purposes of the Foreign Sovereign Immunities Act of 1976 (see Subparagraphs 14.2.1to 14.2.4, inclusive, supra), and all United States Governmental Entities shall be understood to have agreed to a waive correspondingly broad in scope with respect to actions brought in the courts of other sovereigns.
29690
2969114.9.2	Forum Selection Non-U.S. Governmental Entities. Governmental Entities that are not United States Governmental Entities shall be subject to suit, and agree to be subject to suit, in the United States District Court for the District of Columbia. The Author or an authorized end-user may bring an action in another court in another country, but the United States District Court for the District of Columbia, shall always be available as an agreed-upon forum for such an action. At the optional election of any Author (or, in the case of a third-party claim, any end-user asserting rights under Subparagraphs 14.3 and 14.10), such a suit against a non-U.S. Governmental Entity or Person may be brought in the United States District Court for the Southern District of New York, or the United States District Court for the Northern District of California, as a direct substitute for the United States District Court for the District of Columbia, for all purposes of this Subparagraph.
29692
2969314.9.3	Forum Selection U.S. Governmental Entities. All United States Governmental Entities shall be subject to suit, and agree to be subject to suit, in the following (non-exclusive) list of fora: Ottawa, Canada, London, England, and Paris, France. The Author or an authorized end-user may bring action in another court that can exercise jurisdiction. But the courts in these three locations shall always be available (at the option of the Author or an authorized end-user) as a forum for resolving any dispute with the United States or a governmental subunit thereof. Except as provided in Subparagraph 14.10, any and all United States Governmental Persons shall be subject to suit wherever applicable rules of personal jurisdiction and venue shall permit such suit to be filed, but no such United States Governmental Person may assert any defense based on forum non conveniens or international comity, to the selection of any particular lawful venue.
29694
2969514.10	Enforcement Of Claims For Human Rights Violations. By using, copying, modifying, changing, performing, displaying or distributing the Software covered by this License Agreement, any Governmental Entity, or Governmental Person hereby voluntarily and irrevocably consents -- for purposes of any third-party action to remedy human rights violations and other violations of this License Agreement (as reflected in Section 14.3) -- to the jurisdiction of any court or tribunal in any other country (or a court of competent jurisdiction of a subunit, province, or state of such country) in which the third-party beneficiary reasonably believes the relevant terms of this License Agreement are enforceable. The Governmental Entity or Person hereby waives all objections to personal jurisdiction, all objections based on international comity, all objections based on the doctrine of forum non conveniens, and all objections based on sovereign or governmental status or immunity that might otherwise be asserted in the courts of some other sovereign.
29696
2969714.10.1	Waiver of Immunity and Forum Selection. The presumptively valid and preferred fora identified in Subparagraphs 14.9.2 and 14.9.3 shall also apply for purposes of Subparagraph 14.10. All Governmental Entities are subject to the same Waiver of Immunity as set forth in Subparagraphs 14.2.1 to 14.2.4, inclusive.
29698
2969915. Subsequent Versions of HESSLA. Hacktivismo may publish revised and/or new versions of the Hacktivismo Enhanced-Source Software License Agreement from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
29700
29701Each version is given a distinguishing version number. Any Program released by Hacktivismo under a version of this License Agreement prior to Version 1.0, shall be considered released under Version 1.0 of the Hacktivismo Enhanced-Source Software License Agreement, once Version 1.0 is formally released. Prior to Version 1.0, any Software released by Hacktivismo or a Licensee of Hacktivismo under a lower-numbered version of the HESSLA shall be considered automatically to be subject to a higher-number version of the HESSLA, whenever a later-numbered version has been released.
29702
29703Concerning the work of any other Author, if the Program specifies a version number of this License Agreement which applies to it and "any later version," You have the option of following the terms and conditions either of that version or of any later version published by Hacktivismo. If the Program does not specify a version number of this License Agreement, You may choose any version after 1.0, once version 1.0 is published by Hacktivismo, and prior to publication of version 1.0, You may choose any version of the Hacktivismo Software License Agreement then published by Hacktivismo. If the Program released by another Author, specifies only a version number, then that version number only shall apply. If "the latest version," is specified, then the latest version of the HESSLA published on the Hacktivismo Website shall always apply at all times.
29704
2970516. DISCLAIMER OF WARRANTY. THE SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE WARRANTY OF NON-INFRINGEMENT AND WARRANTIES THAT THE ORIGINAL WORK IS MERCHANTABLE OR FIT FOR A PARTICULAR PURPOSE. THE SOFTWARE IS PROVIDED WITH ALL FAULTS. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO LICENSE TO ORIGINAL WORK IS GRANTED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
29706
2970717.	 LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING THE AUTHOR''S NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING AS A RESULT OF THIS LICENSE OR THE USE OF THE SOFTWARE INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PERSON SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION, BUT SHALL EXCLUDE SUCH LIABILITY TO THE EXTENT PERMITTED BY LAW. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
29708
2970918.	ENCRYPTION KEYS AND PUBLIC KEY INFRASTRUCTURE. SOFTWARE RELEASED UNDER THIS LICENSE AGREEMENT MAY REQUIRE A DIGITAL CERTIFICATE, OR AN ENCRYPTION KEY "SIGNED" BY A TRUSTED PARTY, TO FUNCTION. AUTHOR UNDERTAKES NO RESPONSIBILITY FOR THE PROPER, SECURE, AND ADEQUATE FUNCTIONING OF ANY CRYPTOGRAPHIC SYSTEMS, OF ANY CRYPTOGRAPHIC KEYS, OR FOR THE TRUSTWORTHINESS OF ANY END-USER, ANY ISSUER OF CERTIFICATES, OR OF ANY SIGNER OF ENCRYPTION KEYS. USE OF THIS SOFTWARE IS AT THE END-USER''S SOLE AND EXCLUSIVE RISK. IN ANY PUBLIC-KEY INFRASTRUCTURE ("PKI") SYSTEM, AN END-USER''S LEGAL RELATIONSHIP WITH THE END-USER''S CERTIFICATION AUTHORITY DOES NOT INCLUDE OR ENCOMPASS ANY LEGAL RELATIONSHIP WITH THE AUTHOR, AND IS GOVERNED SOLELY AND EXCLUSIVELY BY THE CERTIFICATION AUTHORITY''S CERTIFICATION PRACTICE STATEMENT AND CERTIFICATION AGREEMENTS. AUTHOR ASSUMES NO RESPONSIBILITY FOR THE ACTIONS OR OMISSIONS OF ANY END-USER OR ANY CERTIFICATION AUTHORITY.
29710
2971118.	Saving Clause. If any portion of this License Agreement is held invalid or unenforceable under any particular circumstance, the balance of the License Agreement is intended to apply and the License Agreement as a whole is intended to apply in other circumstances.
29712
29713END OF TERMS AND CONDITIONS', 'http://hacktivismo.com/about/hessla.php', NULL, NULL, NULL, 'Hacktivismo Enhanced-Source Software License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, '1c1be15dc85c1309e82768fb69028785', 1, NULL);
29714INSERT INTO license_ref VALUES (387, 'Hauppauge', 'END-USER FIRMWARE LICENSE AGREEMENT
29715
29716IMPORTANT - PLEASE READ BEFORE COPYING, INSTALLING OR USING.
29717
29718Do not use or load this firmware image (the "Firmware") until you have
29719carefully read the following terms and conditions. By loading or using
29720the Firmware, you agree to the terms of this Agreement. If you do not
29721wish to so agree, do not install or use the Firmware.
29722
29723LICENSEES: Please note:
29724
29725* If you are an End-User, only the END-USER FIRMWARE LICENSE AGREEMENT
29726  applies (this license).
29727
29728* If you are an Original Equipment Manufacturer (OEM), Independent
29729  Hardware Vendor (IHV), or Independent Firmware Vendor (ISV), the
29730  OEM/IHV/ISVFIRMWARE LICENSE AGREEMENT applies, as well as the
29731  END-USER FIRMWARE LICENSE AGREEMENT (this license).
29732
29733LICENSE. You may copy and use the Firmware, subject to these conditions:
29734
297351. This Firmware is licensed for use only in conjunction with
29736   Hauppauge component products. Use of the Firmware in conjunction
29737   with non-Hauppauge component products is not licensed hereunder.
29738
297392. You may not copy, modify, rent, sell, distribute or transfer any
29740   part of the Firmware except as provided in this Agreement, and you
29741   agree to prevent unauthorized copying of the Firmware.
29742
297433. You may not reverse engineer, decompile, or disassemble the Firmware.
29744
297454. You may not sublicense the Firmware.
29746
297475. The Firmware may contain the firmware or other property of third party
29748   suppliers.
29749
29750TRADEMARKS. Except as expressly provided herein, you shall not use
29751Hauppauge''s name in any publications, advertisements, or other
29752announcements without Hauppauge''s prior written consent. You do not
29753have any rights to use any Hauppauge trademarks or logos.
29754
29755OWNERSHIP OF FIRMWARE AND COPYRIGHTS. Title to all copies of the
29756Firmware remains with Hauppauge or its suppliers. The Firmware is
29757copyrighted and protected by the laws of the United States and other
29758countries, and international treaty provisions. You may not remove any
29759copyright notices from the Firmware. Hauppauge may make changes to the
29760Firmware, or items referenced therein, at any time without notice, but
29761is not obligated to support or update the Firmware. Except as
29762otherwise expressly provided, Hauppauge grants no express or implied
29763right under Hauppauge patents, copyrights, trademarks, or other
29764intellectual property rights. You may transfer the Firmware only if a
29765copy of this license accompanies the Firmware and the recipient agrees
29766to be fully bound by these terms.
29767
29768EXCLUSION OF WARRANTIES.
29769THE FIRMWARE IS PROVIDED "AS IS" AND POSSIBLY WITH FAULTS. UNLESS
29770EXPRESSLY AGREED OTHERWISE, HAUPPAUGE AND ITS SUPPLIERS AND LICENSORS
29771DISCLAIM ANY AND ALL WARRANTIES AND GUARANTEES, EXPRESS, IMPLIED OR
29772OTHERWISE, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29773MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE.
29774Hauppauge does not warrant or assume responsibility for the accuracy
29775or completeness of any information, text, graphics, links or other
29776items contained within the Firmware. You assume all liability,
29777financial or otherwise, associated with Your use or disposition of the
29778Firmware.
29779
29780LIMITATION OF LIABILITY. IN NO EVENT SHALL HAUPPAUGE OR ITS SUPPLIERS
29781AND LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER FROM ANY CAUSE OF
29782ACTION OF ANY KIND (INCLUDING, WITHOUT LIMITATION, LOST PROFITS,
29783BUSINESS INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE,
29784MODIFICATION, OR INABILITY TO USE THE FIRMWARE, OR OTHERWISE, NOR FOR
29785PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR SPECIAL DAMAGES OF ANY KIND,
29786EVEN IF HAUPPAUGE OR ITS SUPPLIERS AND LICENSORS HAVE BEEN ADVISED OF
29787THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION
29788OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES OR CONSEQUENTIAL OR
29789INCIDENTAL DAMAGES, SO CERTAIN LIMITATIONS MAY NOT APPLY. YOU MAY ALSO
29790HAVE OTHER LEGAL RIGHTS THAT VARY BETWEEN JURISDICTIONS.
29791
29792WAIVER AND AMENDMENT. No modification, amendment or waiver of any
29793provision of this Agreement shall be effective unless in writing and
29794signed by an officer of Hauppauge. No failure or delay in exercising
29795any right, power, or remedy under this Agreement shall operate as a
29796waiver of any such right, power or remedy. Without limiting the
29797foregoing, terms and conditions on any purchase orders or similar
29798materials submitted by you to Hauppauge, and any terms contained in
29799Hauppauges standard acknowledgment form that are in conflict with
29800these terms, shall be of no force or effect.
29801
29802SEVERABILITY. If any provision of this Agreement is held by a court of
29803competent jurisdiction to be contrary to law, such provision shall be
29804changed and interpreted so as to best accomplish the objectives of the
29805original provision to the fullest extent allowed by law and the
29806remaining provisions of this Agreement shall remain in full force and
29807effect.
29808
29809EXPORT RESTRICTIONS. Each party acknowledges that the Firmware is
29810subject to applicable import and export regulations of the United
29811States and of the countries in which each party transacts business,
29812specifically including U.S. Export Administration Act and Export
29813Administration Regulations. Each party shall comply with such laws and
29814regulations, as well as all other laws and regulations applicable to
29815the Firmware. Without limiting the generality of the foregoing, each
29816party agrees that it will not export, re-export, transfer or divert
29817any of the Firmware or the direct programs thereof to any restricted
29818place or party in accordance with U.S. export regulations. Note that
29819Firmware containing encryption may be subject to additional
29820restrictions.
29821
29822APPLICABLE LAWS. Claims arising under this Agreement shall be governed
29823by the laws of New York, excluding its principles of conflict of laws
29824and the United Nations Convention on Contracts for the Sale of
29825Goods. You may not export the Firmware in violation of applicable
29826export laws and regulations. Hauppauge is not obligated under any
29827other agreements unless they are in writing and signed by an
29828authorized representative of Hauppauge.
29829
29830GOVERNMENT RESTRICTED RIGHTS. The Firmware is provided with
29831"RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government
29832is subject to restrictions as set forth in FAR52.227-14 and
29833DFAR252.227-7013 et seq. or their successors. Use of the Firmware by
29834the Government constitutes acknowledgment of Hauppauge''s proprietary
29835rights therein. Contractor or Manufacturer is Hauppauge Computer
29836Works, Inc.  91 Cabot Court Hauppauge, NY 11788
29837
29838TERMINATION OF THIS AGREEMENT. Hauppauge may terminate this Agreement
29839at any time if you violate its terms. Upon termination, you will
29840immediately destroy the Firmware or return all copies of the Firmware
29841to Hauppauge.
29842
29843
29844
29845OEM/IHV/ISV FIRMWARE LICENSE AGREEMENT
29846
29847IMPORTANT - PLEASE READ BEFORE INSTALLING OR USING THIS FIRMWARE
29848
29849Do not use or load this firmware image (the "Firmware") until you have
29850carefully read the following terms and conditions. By loading or using
29851the Firmware, you agree to the terms of this Agreement. If you do not
29852wish to so agree, do not install or use the Firmware.
29853
29854LICENSEES: Please note:
29855
29856* If you are an End-User, only the END-USER FIRMWARE LICENSE AGREEMENT
29857  applies.
29858
29859* If you are an Original Equipment Manufacturer (OEM), Independent
29860  Hardware Vendor (IHV), or Independent Firmware Vendor (ISV), the
29861  OEM/IHV/ISV FIRMWARE LICENSE AGREEMENT applies (this license), as
29862  well as the END-USER FIRMWARE LICENSE AGREEMENT.
29863
29864LICENSE. This Firmware is licensed for use only in conjunction with
29865Hauppauge component products. Use of the Firmware in conjunction with
29866non-Hauppauge component products is not licensed hereunder. Subject to
29867the terms of this Agreement, Hauppauge grants to you a nonexclusive,
29868nontransferable, worldwide, fully paid-up license under Hauppauge''s
29869copyrights to: (i) copy the Firmware internally for your own
29870development and maintenance purposes; (ii) copy and distribute the
29871Firmware to your end-users, but only under a license agreement with
29872terms at least as restrictive as those contained in Hauppauge''s
29873END-USER FIRMWARE LICENSE AGREEMENT; and (iii) modify, copy and
29874distribute the end-user documentation which may accompany the
29875Firmware, but only in association with the Firmware.
29876
29877If you are not the final manufacturer or vendor of a computer system
29878or firmware program incorporating the Firmware, then you may transfer
29879a copy of the Firmware, including any related documentation (modified
29880or unmodified) to your recipient for use in accordance with the terms
29881of this Agreement, provided such recipient agrees to be fully bound by
29882the terms hereof. You shall not otherwise assign, sublicense, lease,
29883or in any other way transfer or disclose Firmware to any third
29884party. You may not, nor may you assist any other person or entity to
29885modify, translate, convert to another programming language, decompile,
29886reverse engineer, or disassemble any portion of the Firmware or
29887otherwise attempt to derive source code from any object code modules
29888of the Firmware or any internal data files generated by the
29889Firmware. Your rights to redistribute the Firmware shall be contingent
29890upon your installation of this Agreement in its entirety in the same
29891directory as the Firmware.
29892
29893CONTRACTORS. For the purpose of this Agreement, and notwithstanding
29894anything to the contrary hereunder, solely with respect to the
29895requirements for compliance with the terms hereunder, any contractors
29896or consultants that You use to perform the work or otherwise assist
29897You in the development or products using this Firmware shall be deemed
29898to be End Users and accordingly, upon receipt of the Firmware, shall
29899be bound by the terms of the END-USER FIRMWARE LICENSE AGREEMENT. No
29900additional agreement between You and such consultants or contractors
29901is required under this Agreement to detail such compliance.
29902
29903TRADEMARKS. Except as expressly provided herein, you shall not use
29904Hauppauge''s name in any publications, advertisements, or other
29905announcements without Hauppauge''s prior written consent. You do not
29906have any rights to use any Hauppauge trademarks or logos.
29907
29908OWNERSHIP OF FIRMWARE AND COPYRIGHTS. Firmware and accompanying
29909materials, if any, are owned by Hauppauge or its suppliers and
29910licensors and may be protected by copyright, trademark, patent and
29911trade secret law and international treaties. Any rights, express or
29912implied, in the intellectual property embodied in the foregoing, other
29913than those specified in this Agreement, are reserved by Hauppauge and
29914its suppliers and licensors or otherwise as set forth in any
29915applicable open source license agreement. You will keep the Firmware
29916free of liens, attachments, and other encumbrances. You agree not to
29917remove any proprietary notices and/or any labels from the Firmware and
29918accompanying materials without prior written approval by Hauppauge
29919
29920EXCLUSION OF WARRANTIES.
29921THE FIRMWARE IS PROVIDED "AS IS" AND POSSIBLY WITH FAULTS. UNLESS
29922EXPRESSLY AGREED OTHERWISE, HAUPPAUGE AND ITS SUPPLIERS AND LICENSORS
29923DISCLAIM ANY AND ALL WARRANTIES AND GUARANTEES, EXPRESS, IMPLIED OR
29924OTHERWISE, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29925MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE.
29926Hauppauge does not warrant or assume responsibility for the accuracy
29927or completeness of any information, text, graphics, links or other
29928items contained within the Firmware. You assume all liability,
29929financial or otherwise, associated with Your use or disposition of the
29930Firmware.
29931
29932LIMITATION OF LIABILITY. IN NO EVENT SHALL HAUPPAUGE OR ITS SUPPLIERS
29933AND LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER FROM ANY CAUSE OF
29934ACTION OF ANY KIND (INCLUDING, WITHOUT LIMITATION, LOST PROFITS,
29935BUSINESS INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE,
29936MODIFICATION, OR INABILITY TO USE THE FIRMWARE, OR OTHERWISE, NOR FOR
29937PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR SPECIAL DAMAGES OF ANY KIND,
29938EVEN IF HAUPPAUGE OR ITS SUPPLIERS AND LICENSORS HAVE BEEN ADVISED OF
29939THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION
29940OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES OR CONSEQUENTIAL OR
29941INCIDENTAL DAMAGES, SO CERTAIN LIMITATIONS MAY NOT APPLY. YOU MAY ALSO
29942HAVE OTHER LEGAL RIGHTS THAT VARY BETWEEN JURISDICTIONS.
29943
29944WAIVER AND AMENDMENT. No modification, amendment or waiver of any
29945provision of this Agreement shall be effective unless in writing and
29946signed by an officer of Hauppauge. No failure or delay in exercising
29947any right, power, or remedy under this Agreement shall operate as a
29948waiver of any such right, power or remedy. Without limiting the
29949foregoing, terms and conditions on any purchase orders or similar
29950materials submitted by you to Hauppauge, and any terms contained in
29951Hauppauges standard acknowledgment form that are in conflict with
29952these terms, shall be of no force or effect.
29953
29954SEVERABILITY. If any provision of this Agreement is held by a court of
29955competent jurisdiction to be contrary to law, such provision shall be
29956changed and interpreted so as to best accomplish the objectives of the
29957original provision to the fullest extent allowed by law and the
29958remaining provisions of this Agreement shall remain in full force and
29959effect.
29960
29961EXPORT RESTRICTIONS. Each party acknowledges that the Firmware is
29962subject to applicable import and export regulations of the United
29963States and of the countries in which each party transacts business,
29964specifically including U.S. Export Administration Act and Export
29965Administration Regulations. Each party shall comply with such laws and
29966regulations, as well as all other laws and regulations applicable to
29967the Firmware. Without limiting the generality of the foregoing, each
29968party agrees that it will not export, re-export, transfer or divert
29969any of the Firmware or the direct programs thereof to any restricted
29970place or party in accordance with U.S. export regulations. Note that
29971Firmware containing encryption may be subject to additional
29972restrictions.
29973
29974APPLICABLE LAWS. Claims arising under this Agreement shall be governed
29975by the laws of New York, excluding its principles of conflict of laws
29976and the United Nations Convention on Contracts for the Sale of
29977Goods. You may not export the Firmware in violation of applicable
29978export laws and regulations. Hauppauge is not obligated under any
29979other agreements unless they are in writing and signed by an
29980authorized representative of Hauppauge.
29981
29982GOVERNMENT RESTRICTED RIGHTS. The Firmware is provided with
29983"RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government
29984is subject to restrictions as set forth in FAR52.227-14 and
29985DFAR252.227-7013 et seq. or their successors. Use of the Firmware by
29986the Government constitutes acknowledgment of Hauppauge''s proprietary
29987rights therein. Contractor or Manufacturer is Hauppauge Computer
29988Works, Inc.  91 Cabot Court Hauppauge, NY 11788
29989
29990TERMINATION OF THIS AGREEMENT. Hauppauge may terminate this Agreement
29991at any time if you violate its terms. Upon termination, you will
29992immediately destroy the Firmware or return all copies of the Firmware
29993to Hauppauge.', 'http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/Hauppauge-Firmware', NULL, NULL, NULL, 'Hauppauge Firmware EULA', NULL, NULL, NULL, '', NULL, false, false, false, '6217bddc863dbf25b328aed0e0ae811f', 1, NULL);
29994INSERT INTO license_ref VALUES (388, 'ImageMagick', '1. Definitions.
29995
29996License shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
29997
29998Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
29999
30000Legal Entity shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, control means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
30001
30002You (or Your) shall mean an individual or Legal Entity exercising permissions granted by this License.
30003
30004Source form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
30005
30006Object form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
30007
30008Work shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
30009
30010Derivative Works shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
30011
30012Contribution shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, submitted means any form of electronic, verbal, or written communication intentionally sent to the Licensor by its copyright holder or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as Not a Contribution.
30013
30014Contributor shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
30015
300162. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
30017
300183. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
30019
300204. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
30021
30022You must give any other recipients of the Work or Derivative Works a copy of this License; and
30023You must cause any modified files to carry prominent notices stating that You changed the files; and
30024You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
30025If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
30026You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
30027
300285. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
30029
300306. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
30031
300327. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
30033
300348. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
30035
300369. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
30037
30038APPENDIX: How to apply the ImageMagick License to your work
30039
30040To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don''t include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
30041
30042   Copyright [yyyy] [name of copyright owner]
30043
30044   Licensed under the ImageMagick License (the "License"); you may not use
30045   this file except in compliance with the License.  You may obtain a copy
30046   of the License at
30047
30048     http://www.imagemagick.org/script/license.php
30049
30050   Unless required by applicable law or agreed to in writing, software
30051   distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
30052   WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
30053   License for the specific language governing permissions and limitations
30054   under the License.', 'http://www.imagemagick.org/script/license.php', NULL, NULL, NULL, 'ImageMagick EULA', NULL, NULL, NULL, '', NULL, false, false, false, '5570b6376c02a6c77e31fd7d3b78e45c', 1, NULL);
30055INSERT INTO license_ref VALUES (413, 'CC-BY-NC-ND-2.0', 'Creative Commons Attribution-NonCommercial-NoDerivs 2.0
30056
30057CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
30058LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
30059ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
30060ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
30061INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
30062ITS USE.
30063
30064License
30065
30066THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
30067COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
30068COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
30069AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
30070
30071BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
30072TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
30073RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
30074AND CONDITIONS.
30075
300761. Definitions
30077
30078a. "Collective Work" means a work, such as a periodical issue, anthology
30079or encyclopedia, in which the Work in its entirety in unmodified form,
30080along with a number of other contributions, constituting separate and
30081independent works in themselves, are assembled into a collective whole.
30082A work that constitutes a Collective Work will not be considered a
30083Derivative Work (as defined below) for the purposes of this License.
30084
30085b. "Derivative Work" means a work based upon the Work or upon the Work
30086and other pre-existing works, such as a translation, musical
30087arrangement, dramatization, fictionalization, motion picture version,
30088sound recording, art reproduction, abridgment, condensation, or any
30089other form in which the Work may be recast, transformed, or adapted,
30090except that a work that constitutes a Collective Work will not be
30091considered a Derivative Work for the purpose of this License. For the
30092avoidance of doubt, where the Work is a musical composition or sound
30093recording, the synchronization of the Work in timed-relation with a
30094moving image ("synching") will be considered a Derivative Work for the
30095purpose of this License.
30096
30097c. "Licensor" means the individual or entity that offers the Work under
30098the terms of this License.
30099
30100d. "Original Author" means the individual or entity who created the
30101Work.
30102
30103e. "Work" means the copyrightable work of authorship offered under the
30104terms of this License.
30105
30106f. "You" means an individual or entity exercising rights under this
30107License who has not previously violated the terms of this License with
30108respect to the Work, or who has received express permission from the
30109Licensor to exercise rights under this License despite a previous
30110violation.
30111
301122. Fair Use Rights. Nothing in this license is intended to reduce,
30113limit, or restrict any rights arising from fair use, first sale or other
30114limitations on the exclusive rights of the copyright owner under
30115copyright law or other applicable laws.
30116
301173. License Grant. Subject to the terms and conditions of this License,
30118Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
30119perpetual (for the duration of the applicable copyright) license to
30120exercise the rights in the Work as stated below:
30121
30122a. to reproduce the Work, to incorporate the Work into one or more
30123Collective Works, and to reproduce the Work as incorporated in the
30124Collective Works;
30125
30126b. to distribute copies or phonorecords of, display publicly, perform
30127publicly, and perform publicly by means of a digital audio transmission
30128the Work including as incorporated in Collective Works;
30129
30130The above rights may be exercised in all media and formats whether now
30131known or hereafter devised. The above rights include the right to make
30132such modifications as are technically necessary to exercise the rights
30133in other media and formats, but otherwise you have no rights to make
30134Derivative Works. All rights not expressly granted by Licensor are
30135hereby reserved, including but not limited to the rights set forth in
30136Sections 4(d) and 4(e).
30137
301384. Restrictions.The license granted in Section 3 above is expressly made
30139subject to and limited by the following restrictions:
30140
30141a. You may distribute, publicly display, publicly perform, or publicly
30142digitally perform the Work only under the terms of this License, and You
30143must include a copy of, or the Uniform Resource Identifier for, this
30144License with every copy or phonorecord of the Work You distribute,
30145publicly display, publicly perform, or publicly digitally perform. You
30146may not offer or impose any terms on the Work that alter or restrict the
30147terms of this License or the recipients'' exercise of the rights granted
30148hereunder. You may not sublicense the Work. You must keep intact all
30149notices that refer to this License and to the disclaimer of warranties.
30150You may not distribute, publicly display, publicly perform, or publicly
30151digitally perform the Work with any technological measures that control
30152access or use of the Work in a manner inconsistent with the terms of
30153this License Agreement. The above applies to the Work as incorporated in
30154a Collective Work, but this does not require the Collective Work apart
30155from the Work itself to be made subject to the terms of this License. If
30156You create a Collective Work, upon notice from any Licensor You must, to
30157the extent practicable, remove from the Collective Work any reference to
30158such Licensor or the Original Author, as requested.
30159
30160b. You may not exercise any of the rights granted to You in Section 3
30161above in any manner that is primarily intended for or directed toward
30162commercial advantage or private monetary compensation. The exchange of
30163the Work for other copyrighted works by means of digital file-sharing or
30164otherwise shall not be considered to be intended for or directed toward
30165commercial advantage or private monetary compensation, provided there is
30166no payment of any monetary compensation in connection with the exchange
30167of copyrighted works.
30168
30169c. If you distribute, publicly display, publicly perform, or publicly
30170digitally perform the Work, You must keep intact all copyright notices
30171for the Work and give the Original Author credit reasonable to the
30172medium or means You are utilizing by conveying the name (or pseudonym if
30173applicable) of the Original Author if supplied; the title of the Work if
30174supplied; and to the extent reasonably practicable, the Uniform Resource
30175Identifier, if any, that Licensor specifies to be associated with the
30176Work, unless such URI does not refer to the copyright notice or
30177licensing information for the Work. Such credit may be implemented in
30178any reasonable manner; provided, however, that in the case of a
30179Collective Work, at a minimum such credit will appear where any other
30180comparable authorship credit appears and in a manner at least as
30181prominent as such other comparable authorship credit.
30182
30183d. For the avoidance of doubt, where the Work is a musical composition:
30184
30185i. Performancf Royalties Under Blanket Licenses. Licensor reserves the
30186exclusive right to collect, whether individually or via a performance
30187rights society (e.g. ASCAP, BMI, SESAC), royalties for the public
30188performance or public digital performance (e.g. webcast) of the Work if
30189that performance is primarily intended for or directed toward commercial
30190advantage or private monetary compensation.
30191
30192ii. Mechanical Rights and Statutory Royalties. Licensor reserves the
30193exclusive right to collect, whether individually or via a music rights
30194agency or designated agent (e.g. Harry Fox Agency), royalties for any
30195phonorecord You create from the Work ("cover version") and distribute,
30196subject to the compulsory license created by 17 USC Section 115 of the
30197US Copyright Act (or the equivalent in other jurisdictions), if Your
30198distribution of such cover version is primarily intended for or directed
30199toward commercial advantage or private monetary compensation.
30200
30201e. Webcasting Rights and Statutory Royalties. For the avoidance of
30202doubt, where the Work is a sound recording, Licensor reserves the
30203exclusive right to collect, whether individually or via a
30204performance-rights society (e.g. SoundExchange), royalties for the
30205public digital performance (e.g. webcast) of the Work, subject to the
30206compulsory license created by 17 USC Section 114 of the US Copyright Act
30207(or the equivalent in other jurisdictions), if Your public digital
30208performance is primarily intended for or directed toward commercial
30209advantage or private monetary compensation.
30210
302115. Representations, Warranties and Disclaimer
30212
30213UNLESS OTHERWISE MUTUALLY AGREED BY THE PARTIES IN WRITING, LICENSOR
30214OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
30215KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
30216INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
30217FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
30218LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
30219WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
30220EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
30221
302226. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
30223LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
30224ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
30225ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
30226BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
30227
302287. Termination
30229
30230a. This License and the rights granted hereunder will terminate
30231automatically upon any breach by You of the terms of this License.
30232Individuals or entities who have received Collective Works from You
30233under this License, however, will not have their licenses terminated
30234provided such individuals or entities remain in full compliance with
30235those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any
30236termination of this License.
30237
30238b. Subject to the above terms and conditions, the license granted here
30239is perpetual (for the duration of the applicable copyright in the Work).
30240Notwithstanding the above, Licensor reserves the right to release the
30241Work under different license terms or to stop distributing the Work at
30242any time; provided, however that any such election will not serve to
30243withdraw this License (or any other license that has been, or is
30244required to be, granted under the terms of this License), and this
30245License will continue in full force and effect unless terminated as
30246stated above.
30247
302488. Miscellaneous
30249
30250a. Each time You distribute or publicly digitally perform the Work or a
30251Collective Work, the Licensor offers to the recipient a license to the
30252Work on the same terms and conditions as the license granted to You
30253under this License.
30254
30255b. If any provision of this License is invalid or unenforceable under
30256applicable law, it shall not affect the validity or enforceability of
30257the remainder of the terms of this License, and without further action
30258by the parties to this agreement, such provision shall be reformed to
30259the minimum extent necessary to make such provision valid and
30260enforceable.
30261
30262c. No term or provision of this License shall be deemed waived and no
30263breach consented to unless such waiver or consent shall be in writing
30264and signed by the party to be charged with such waiver or consent.
30265
30266d. This License constitutes the entire agreement between the parties
30267with respect to the Work licensed here. There are no understandings,
30268agreements or representations with respect to the Work not specified
30269here. Licensor shall not be bound by any additional provisions that may
30270appear in any communication from You. This License may not be modified
30271without the mutual written agreement of the Licensor and You.
30272
30273
30274Creative Commons is not a party to this License, and makes no warranty
30275whatsoever in connection with the Work. Creative Commons will not be
30276liable to You or any party on any legal theory for any damages
30277whatsoever, including without limitation any general, special,
30278incidental or consequential damages arising in connection to this
30279license. Notwithstanding the foregoing two (2) sentences, if Creative
30280Commons has expressly identified itself as the Licensor hereunder, it
30281shall have all rights and obligations of Licensor.
30282
30283Except for the limited purpose of indicating to the public that the Work
30284is licensed under the CCPL, neither party will use the trademark
30285"Creative Commons" or any related trademark or logo of Creative Commons
30286without the prior written consent of Creative Commons. Any permitted use
30287will be in compliance with Creative Commons'' then-current trademark
30288usage guidelines, as may be published on its website or otherwise made
30289available upon request from time to time.
30290
30291Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by-nc-nd/2.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial No Derivatives 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '70350fa9ec20ba694961dae1c29e2911', 1, NULL);
30292INSERT INTO license_ref VALUES (414, 'CC-BY-NC-ND-2.5', 'Creative Commons Attribution-NonCommercial-NoDerivs 2.5
30293
30294CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
30295LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
30296ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
30297ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
30298INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
30299ITS USE.
30300
30301License
30302
30303THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
30304COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
30305COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
30306AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
30307
30308BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
30309TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
30310RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
30311AND CONDITIONS.
30312
303131. Definitions
30314
30315a. "Collective Work" means a work, such as a periodical issue, anthology
30316or encyclopedia, in which the Work in its entirety in unmodified form,
30317along with a number of other contributions, constituting separate and
30318independent works in themselves, are assembled into a collective whole.
30319A work that constitutes a Collective Work will not be considered a
30320Derivative Work (as defined below) for the purposes of this License.
30321
30322b. "Derivative Work" means a work based upon the Work or upon the Work
30323and other pre-existing works, such as a translation, musical
30324arrangement, dramatization, fictionalization, motion picture version,
30325sound recording, art reproduction, abridgment, condensation, or any
30326other form in which the Work may be recast, transformed, or adapted,
30327except that a work that constitutes a Collective Work will not be
30328considered a Derivative Work for the purpose of this License. For the
30329avoidance of doubt, where the Work is a musical composition or sound
30330recording, the synchronization of the Work in timed-relation with a
30331moving image ("synching") will be considered a Derivative Work for the
30332purpose of this License.
30333
30334c. "Licensor" means the individual or entity that offers the Work under
30335the terms of this License.
30336
30337d. "Original Author" means the individual or entity who created the
30338Work.
30339
30340e. "Work" means the copyrightable work of authorship offered under the
30341terms of this License.
30342
30343f. "You" means an individual or entity exercising rights under this
30344License who has not previously violated the terms of this License with
30345respect to the Work, or who has received express permission from the
30346Licensor to exercise rights under this License despite a previous
30347violation.
30348
303492. Fair Use Rights. Nothing in this license is intended to reduce,
30350limit, or restrict any rights arising from fair use, first sale or other
30351limitations on the exclusive rights of the copyright owner under
30352copyright law or other applicable laws.
30353
303543. License Grant. Subject to the terms and conditions of this License,
30355Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
30356perpetual (for the duration of the applicable copyright) license to
30357exercise the rights in the Work as stated below:
30358
30359a. to reproduce the Work, to incorporate the Work into one or more
30360Collective Works, and to reproduce the Work as incorporated in the
30361Collective Works;
30362
30363b. to distribute copies or phonorecords of, display publicly, perform
30364publicly, and perform publicly by means of a digital audio transmission
30365the Work including as incorporated in Collective Works;
30366
30367The above rights may be exercised in all media and formats whether now
30368known or hereafter devised. The above rights include the right to make
30369such modifications as are technically necessary to exercise the rights
30370in other media and formats, but otherwise you have no rights to make
30371Derivative Works. All rights not expressly granted by Licensor are
30372hereby reserved, including but not limited to the rights set forth in
30373Sections 4(d) and 4(e).
30374
303754. Restrictions.The license granted in Section 3 above is expressly made
30376subject to and limited by the following restrictions:
30377
30378a. You may distribute, publicly display, publicly perform, or publicly
30379digitally perform the Work only under the terms of this License, and You
30380must include a copy of, or the Uniform Resource Identifier for, this
30381License with every copy or phonorecord of the Work You distribute,
30382publicly display, publicly perform, or publicly digitally perform. You
30383may not offer or impose any terms on the Work that alter or restrict the
30384terms of this License or the recipients'' exercise of the rights granted
30385hereunder. You may not sublicense the Work. You must keep intact all
30386notices that refer to this License and to the disclaimer of warranties.
30387You may not distribute, publicly display, publicly perform, or publicly
30388digitally perform the Work with any technological measures that control
30389access or use of the Work in a manner inconsistent with the terms of
30390this License Agreement. The above applies to the Work as incorporated in
30391a Collective Work, but this does not require the Collective Work apart
30392from the Work itself to be made subject to the terms of this License. If
30393You create a Collective Work, upon notice from any Licensor You must, to
30394the extent practicable, remove from the Collective Work any credit as
30395required by clause 4(c), as requested.
30396
30397b. You may not exercise any of the rights granted to You in Section 3
30398above in any manner that is primarily intended for or directed toward
30399commercial advantage or private monetary compensation. The exchange of
30400the Work for other copyrighted works by means of digital file-sharing or
30401otherwise shall not be considered to be intended for or directed toward
30402commercial advantage or private monetary compensation, provided there is
30403no payment of any monetary compensation in connection with the exchange
30404of copyrighted works.
30405
30406c. If you distribute, publicly display, publicly perform, or publicly
30407digitally perform the Work, You must keep intact all copyright notices
30408for the Work and provide, reasonable to the medium or means You are
30409utilizing: (i) the name of the Original Author (or pseudonym, if
30410applicable) if supplied, and/or (ii) if the Original Author and/or
30411Licensor designate another party or parties (e.g. a sponsor institute,
30412publishing entity, journal) for attribution in Licensor''s copyright
30413notice, terms of service or by other reasonable means, the name of such
30414party or parties; the title of the Work if supplied; and to the extent
30415reasonably practicable, the Uniform Resource Identifier, if any, that
30416Licensor specifies to be associated with the Work, unless such URI does
30417not refer to the copyright notice or licensing information for the Work.
30418Such credit may be implemented in any reasonable manner; provided,
30419however, that in the case of a Collective Work, at a minimum such credit
30420will appear where any other comparable authorship credit appears and in
30421a manner at least as prominent as such other comparable authorship
30422credit.
30423
30424d. For the avoidance of doubt, where the Work is a musical composition:
30425
30426i. Performance Royalties Under Blanket Licenses. Licensor reserves the
30427exclusive right to collect, whether individually or via a performance
30428rights society (e.g. ASCAP, BMI, SESAC), royalties for the public
30429performance or public digital performance (e.g. webcast) of the Work if
30430that performance is primarily intended for or directed toward commercial
30431advantage or private monetary compensation.
30432
30433ii. Mechanical Rights and Statutory Royalties. Licensor reserves the
30434exclusive right to collect, whether individually or via a music rights
30435agency or designated agent (e.g. Harry Fox Agency), royalties for any
30436phonorecord You create from the Work ("cover version") and distribute,
30437subject to the compulsory license created by 17 USC Section 115 of the
30438US Copyright Act (or the equivalent in other jurisdictions), if Your
30439distribution of such cover version is primarily intended for or directed
30440toward commercial advantage or private monetary compensation.
30441
30442e. Webcasting Rights and Statutory Royalties. For the avoidance of
30443doubt, where the Work is a sound recording, Licensor reserves the
30444exclusive right to collect, whether individually or via a
30445performance-rights society (e.g. SoundExchange), royalties for the
30446public digital performance (e.g. webcast) of the Work, subject to the
30447compulsory license created by 17 USC Section 114 of the US Copyright Act
30448(or the equivalent in other jurisdictions), if Your public digital
30449performance is primarily intended for or directed toward commercial
30450advantage or private monetary compensation.
30451
304525. Representations, Warranties and Disclaimer
30453
30454UNLESS OTHERWISE MUTUALLY AGREED BY THE PARTIES IN WRITING, LICENSOR
30455OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
30456KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
30457INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
30458FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
30459LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
30460WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
30461EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
30462
304636. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
30464LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
30465ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
30466ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
30467BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
30468
304697. Termination
30470
30471a. This License and the rights granted hereunder will terminate
30472automatically upon any breach by You of the terms of this License.
30473Individuals or entities who have received Collective Works from You
30474under this License, however, will not have their licenses terminated
30475provided such individuals or entities remain in full compliance with
30476those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any
30477termination of this License.
30478
30479b. Subject to the above terms and conditions, the license granted here
30480is perpetual (for the duration of the applicable copyright in the Work).
30481Notwithstanding the above, Licensor reserves the right to release the
30482Work under different license terms or to stop distributing the Work at
30483any time; provided, however that any such election will not serve to
30484withdraw this License (or any other license that has been, or is
30485required to be, granted under the terms of this License), and this
30486License will continue in full force and effect unless terminated as
30487stated above.
30488
304898. Miscellaneous
30490
30491a. Each time You distribute or publicly digitally perform the Work or a
30492Collective Work, the Licensor offers to the recipient a license to the
30493Work on the same terms and conditions as the license granted to You
30494under this License.
30495
30496b. If any provision of this License is invalid or unenforceable under
30497applicable law, it shall not affect the validity or enforceability of
30498the remainder of the terms of this License, and without further action
30499by the parties to this agreement, such provision shall be reformed to
30500the minimum extent necessary to make such provision valid and
30501enforceable.
30502
30503c. No term or provision of this License shall be deemed waived and no
30504breach consented to unless such waiver or consent shall be in writing
30505and signed by the party to be charged with such waiver or consent.
30506
30507d. This License constitutes the entire agreement between the parties
30508with respect to the Work licensed here. There are no understandings,
30509agreements or representations with respect to the Work not specified
30510here. Licensor shall not be bound by any additional provisions that may
30511appear in any communication from You. This License may not be modified
30512without the mutual written agreement of the Licensor and You.
30513
30514
30515Creative Commons is not a party to this License, and makes no warranty
30516whatsoever in connection with the Work. Creative Commons will not be
30517liable to You or any party on any legal theory for any damages
30518whatsoever, including without limitation any general, special,
30519incidental or consequential damages arising in connection to this
30520license. Notwithstanding the foregoing two (2) sentences, if Creative
30521Commons has expressly identified itself as the Licensor hereunder, it
30522shall have all rights and obligations of Licensor.
30523
30524Except for the limited purpose of indicating to the public that the Work
30525is licensed under the CCPL, neither party will use the trademark
30526"Creative Commons" or any related trademark or logo of Creative Commons
30527without the prior written consent of Creative Commons. Any permitted use
30528will be in compliance with Creative Commons'' then-current trademark
30529usage guidelines, as may be published on its website or otherwise made
30530available upon request from time to time.
30531
30532Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by-nc-nd/2.5/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial No Derivatives 2.5', NULL, NULL, NULL, '', NULL, false, false, false, 'be4ba4cf6b501994d18c3dd5e92f879e', 1, NULL);
30533INSERT INTO license_ref VALUES (435, 'ISC', 'ISC License:
30534
30535Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
30536Copyright (c) 1995-2003 by Internet Software Consortium
30537
30538Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
30539
30540THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.', 'http://www.isc.org/software/license', NULL, NULL, NULL, 'ISC Licens', NULL, NULL, NULL, '', NULL, false, false, false, '7fb086fddaeb43ab29faa0e67e89cbd0', 1, NULL);
30541INSERT INTO license_ref VALUES (395, 'BSD-3-Clause', 'Copyright (c) {{YEAR}}, {{OWNER}}
30542All rights reserved.
30543
30544Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
30545
30546Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
30547
30548Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
30549
30550Neither the name of {{the ORGANIZATION nor the names of its contributors}} may be used to endorse or promote products derived from this software without specific prior written permission.
30551
30552THIS SOFTWARE IS PROVIDED BY {{THE COPYRIGHT HOLDERS AND CONTRIBUTORS}} "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL {{THE COPYRIGHT HOLDER OR CONTRIBUTORS}} BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ', 'http://www.opensource.org/licenses/BSD-3-Clause', NULL, NULL, NULL, 'BSD 3-clause "New" or "Revised" License', NULL, NULL, NULL, '', NULL, false, false, true, 'a4f8de2456d20a646563f1170f8472b4', 1, NULL);
30553INSERT INTO license_ref VALUES (396, 'BSD-3-Clause-Clear', 'The Clear BSD License
30554
30555This is a license template.
30556
30557Copyright (c) [xxxx]-[xxxx] [Owner Organization]
30558
30559All rights reserved.
30560
30561Redistribution and use in source and binary forms, with or without
30562modification, are permitted (subject to the limitations in the
30563disclaimer below) provided that the following conditions are met:
30564
30565* Redistributions of source code must retain the above copyright
30566notice, this list of conditions and the following disclaimer.
30567
30568* Redistributions in binary form must reproduce the above copyright
30569notice, this list of conditions and the following disclaimer in the
30570documentation and/or other materials provided with the
30571distribution.
30572
30573* Neither the name of [Owner Organization[ nor the names of its
30574contributors may be used to endorse or promote products derived
30575from this software without specific prior written permission.
30576
30577NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY''S PATENT RIGHTS ARE
30578GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
30579HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
30580WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
30581MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30582DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
30583LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30584CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30585SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
30586BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
30587WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
30588OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
30589IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ', 'http://labs.metacarta.com/license-explanation.html#license', NULL, NULL, NULL, 'BSD 3-Clause "Clear" License', NULL, NULL, NULL, '', NULL, false, true, true, 'fb67a63a58e4216557af1e8a37428b7f', 1, NULL);
30590INSERT INTO license_ref VALUES (416, 'CDDL-1.1', 'COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)Version 1.1
30591
305921. Definitions.
30593
305941.1. “Contributor” means each individual or entity that creates or contributes to the creation of Modifications.
30595
305961.2. “Contributor Version” means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor.
30597
305981.3. “Covered Software” means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof.
30599
306001.4. “Executable” means the Covered Software in any form other than Source Code.
30601
306021.5. “Initial Developer” means the individual or entity that first makes Original Software available under this License.
30603
306041.6. “Larger Work” means a work which combines Covered Software or portions thereof with code not governed by the terms of this License.
30605
306061.7. “License” means this document.
30607
306081.8. “Licensable” means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
30609
306101.9. “Modifications” means the Source Code and Executable form of any of the following:
30611A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications;
30612B. Any new file that contains any part of the Original Software or previous Modification; or
30613C. Any new file that is contributed or otherwise made available under the terms of this License.
30614
306151.10. “Original Software” means the Source Code and Executable form of computer software code that is originally released under this License.
30616
306171.11. “Patent Claims” means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.
30618
306191.12. “Source Code” means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code.
30620
306211.13. “You” (or “Your”) means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, “You” includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, “control” means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
30622
306232. License Grants.
30624
306252.1. The Initial Developer Grant.
30626Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license:
30627(a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and/or as part of a Larger Work; and
30628(b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Software (or portions thereof).
30629(c) The licenses granted in Sections 2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License.
30630(d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for code that You delete from the Original Software, or (2) for infringements caused by: (i) the modification of the Original Software, or (ii) the combination of the Original Software with other software or devices.
30631
306322.2. Contributor Grant.
30633Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:
30634(a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and/or as part of a Larger Work; and
30635(b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: (1) Modifications made by that Contributor (or portions thereof); and (2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).
30636(c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party.
30637(d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for any code that Contributor has deleted from the Contributor Version; (2) for infringements caused by: (i) third party modifications of Contributor Version, or (ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3) under Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor.
30638
306393. Distribution Obligations.
30640
306413.1. Availability of Source Code.
30642Any Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange.
30643
306443.2. Modifications.
30645The Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and/or You have sufficient rights to grant the rights conveyed by this License.
30646
306473.3. Required Notices.
30648You must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer.
30649
306503.4. Application of Additional Terms.
30651You may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients'' rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
30652
306533.5. Distribution of Executable Versions.
30654You may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipient''s rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
30655
306563.6. Larger Works.
30657You may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software.
30658
306594. Versions of the License.
30660
306614.1. New Versions.
30662Oracle is the initial license steward and may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License.
30663
306644.2. Effect of New Versions.
30665You may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. Otherwise, You may also choose to use, distribute or otherwise make the Covered Software available under the terms of any subsequent version of the License published by the license steward.
30666
306674.3. Modified Versions.
30668When You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a) rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b) otherwise make it clear that the license contains terms which differ from this License.
30669
306705. DISCLAIMER OF WARRANTY.
30671COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN “AS IS” BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
30672
306736. TERMINATION.
30674
306756.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
30676
306776.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as “Participant”) alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all rights granted directly or indirectly to You by such Participant, the Initial Developer (if the Initial Developer is not the Participant) and all Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively and automatically at the expiration of such 60 day notice period, unless if within such 60 day period You withdraw Your claim with respect to the Participant Software against such Participant either unilaterally or pursuant to a written agreement with Participant.
30678
306796.3. If You assert a patent infringement claim against Participant alleging that the Participant Software directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
30680
306816.4. In the event of termination under Sections 6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination.
30682
306837. LIMITATION OF LIABILITY.
30684UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
30685
306868. U.S. GOVERNMENT END USERS.
30687The Covered Software is a “commercial item,” as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” (as that term is defined at 48 C.F.R. § 252.227-7014(a)(1)) and “commercial computer software documentation” as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein. This U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision that addresses Government rights in computer software under this License.
30688
306899. MISCELLANEOUS.
30690This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdiction''s conflict-of-law provisions. Any litigation relating to this License shall be subject to the jurisdiction of the courts located in the jurisdiction and venue specified in a notice contained within the Original Software, with the losing party responsible for costs, including, without limitation, court costs and reasonable attorneys'' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software.
30691
3069210. RESPONSIBILITY FOR CLAIMS.
30693As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
30694
30695NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)
30696The code released under the CDDL shall be governed by the laws of the State of California (excluding conflict-of-law provisions). Any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California and the state courts of the State of California, with venue lying in Santa Clara County, California. ', 'http://glassfish.java.net/public/CDDL+GPL_1_1.html', NULL, NULL, NULL, 'Common Development and Distribution License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'b81b887c9d77d6cc9c49c027ad79af3b', 1, NULL);
30697INSERT INTO license_ref VALUES (453, 'CC0-1.0', 'Creative Commons CC0 1.0 Universal
30698
30699CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
30700LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
30701ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
30702ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
30703USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND
30704DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT
30705OR THE INFORMATION OR WORKS PROVIDED HEREUNDER.
30706
30707Statement of Purpose
30708
30709The laws of most jurisdictions throughout the world automatically confer
30710exclusive Copyright and Related Rights (defined below) upon the creator
30711and subsequent owner(s) (each and all, an "owner") of an original work
30712of authorship and/or a database (each, a "Work").
30713
30714Certain owners wish to permanently relinquish those rights to a Work for
30715the purpose of contributing to a commons of creative, cultural and
30716scientific works ("Commons") that the public can reliably and without
30717fear of later claims of infringement build upon, modify, incorporate in
30718other works, reuse and redistribute as freely as possible in any form
30719whatsoever and for any purposes, including without limitation commercial
30720purposes. These owners may contribute to the Commons to promote the
30721ideal of a free culture and the further production of creative, cultural
30722and scientific works, or to gain reputation or greater distribution for
30723their Work in part through the use and efforts of others.
30724
30725For these and/or other purposes and motivations, and without any
30726expectation of additional consideration or compensation, the person
30727associating CC0 with a Work (the "Affirmer"), to the extent that he or
30728she is an owner of Copyright and Related Rights in the Work, voluntarily
30729elects to apply CC0 to the Work and publicly distribute the Work under
30730its terms, with knowledge of his or her Copyright and Related Rights in
30731the Work and the meaning and intended legal effect of CC0 on those
30732rights.
30733
307341. Copyright and Related Rights. A Work made available under CC0 may be
30735protected by copyright and related or neighboring rights ("Copyright and
30736Related Rights"). Copyright and Related Rights include, but are not
30737limited to, the following:
30738
30739i. the right to reproduce, adapt, distribute, perform, display,
30740communicate, and translate a Work;
30741
30742ii. moral rights retained by the original author(s) and/or performer(s);
30743
30744iii. publicity and privacy rights pertaining to a person''s image or
30745likeness depicted in a Work;
30746
30747iv. rights protecting against unfair competition in regards to a Work,
30748subject to the limitations in paragraph 4(a), below;
30749
30750v. rights protecting the extraction, dissemination, use and reuse of
30751data in a Work;
30752
30753vi. database rights (such as those arising under Directive 96/9/EC of
30754the European Parliament and of the Council of 11 March 1996 on the legal
30755protection of databases, and under any national implementation thereof,
30756including any amended or successor version of such directive); and
30757
30758vii. other similar, equivalent or corresponding rights throughout the
30759world based on applicable law or treaty, and any national
30760implementations thereof.
30761
307622. Waiver. To the greatest extent permitted by, but not in contravention
30763of, applicable law, Affirmer hereby overtly, fully, permanently,
30764irrevocably and unconditionally waives, abandons, and surrenders all of
30765Affirmer''s Copyright and Related Rights and associated claims and causes
30766of action, whether now known or unknown (including existing as well as
30767future claims and causes of action), in the Work (i) in all territories
30768worldwide, (ii) for the maximum duration provided by applicable law or
30769treaty (including future time extensions), (iii) in any current or
30770future medium and for any number of copies, and (iv) for any purpose
30771whatsoever, including without limitation commercial, advertising or
30772promotional purposes (the "Waiver"). Affirmer makes the Waiver for the
30773benefit of each member of the public at large and to the detriment of
30774Affirmer''s heirs and successors, fully intending that such Waiver shall
30775not be subject to revocation, rescission, cancellation, termination, or
30776any other legal or equitable action to disrupt the quiet enjoyment of
30777the Work by the public as contemplated by Affirmer''s express Statement
30778of Purpose.
30779
307803. Public License Fallback. Should any part of the Waiver for any reason
30781be judged legally invalid or ineffective under applicable law, then the
30782Waiver shall be preserved to the maximum extent permitted taking into
30783account Affirmer''s express Statement of Purpose. In addition, to the
30784extent the Waiver is so judged Affirmer hereby grants to each affected
30785person a royalty-free, non transferable, non sublicensable, non
30786exclusive, irrevocable and unconditional license to exercise Affirmer''s
30787Copyright and Related Rights in the Work (i) in all territories
30788worldwide, (ii) for the maximum duration provided by applicable law or
30789treaty (including future time extensions), (iii) in any current or
30790future medium and for any number of copies, and (iv) for any purpose
30791whatsoever, including without limitation commercial, advertising or
30792promotional purposes (the "License"). The License shall be deemed
30793effective as of the date CC0 was applied by Affirmer to the Work. Should
30794any part of the License for any reason be judged legally invalid or
30795ineffective under applicable law, such partial invalidity or
30796ineffectiveness shall not invalidate the remainder of the License, and
30797in such case Affirmer hereby affirms that he or she will not (i)
30798exercise any of his or her remaining Copyright and Related Rights in the
30799Work or (ii) assert any associated claims and causes of action with
30800respect to the Work, in either case contrary to Affirmer''s express
30801Statement of Purpose.
30802
308034. Limitations and Disclaimers.
30804
30805a. No trademark or patent rights held by Affirmer are waived, abandoned,
30806surrendered, licensed or otherwise affected by this document.
30807
30808b. Affirmer offers the Work as-is and makes no representations or
30809warranties of any kind concerning the Work, express, implied, statutory
30810or otherwise, including without limitation warranties of title,
30811merchantability, fitness for a particular purpose, non infringement, or
30812the absence of latent or other defects, accuracy, or the present or
30813absence of errors, whether or not discoverable, all to the greatest
30814extent permissible under applicable law.
30815
30816c. Affirmer disclaims responsibility for clearing rights of other
30817persons that may apply to the Work or any use thereof, including without
30818limitation any person''s Copyright and Related Rights in the Work.
30819Further, Affirmer disclaims responsibility for obtaining any necessary
30820consents, permissions or other rights required for any use of the Work.
30821
30822d. Affirmer understands and acknowledges that Creative Commons is not a
30823party to this document and has no duty or obligation with respect to
30824this CC0 or use of the Work.', 'http://creativecommons.org/publicdomain/zero/1.0/legalcode', NULL, NULL, NULL, 'Creative Commons Zero v1.0 Universal', NULL, NULL, NULL, '', NULL, false, false, false, '7653669676e63e4eb128f6953e2da0cf', 1, NULL);
30825INSERT INTO license_ref VALUES (397, 'BSD-2-Clause-FreeBSD', 'The FreeBSD Copyright
30826
30827Copyright 1992-2012 The FreeBSD Project. All rights reserved.
30828
30829Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
30830
308311. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
30832
308332. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
30834
30835THIS SOFTWARE IS PROVIDED BY THE FREEBSD PROJECT ``AS IS'''' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30836
30837The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of the FreeBSD Project. ', 'http://www.freebsd.org/copyright/freebsd-license.html', NULL, NULL, NULL, 'BSD 2-clause FreeBSD License', NULL, NULL, NULL, '', NULL, false, false, true, 'a650deababebc50b504f74ebaa50b474', 1, NULL);
30838INSERT INTO license_ref VALUES (293, 'CPAL-1.0', 'Common Public Attribution License Version 1.0 (CPAL)
30839
30840Common Public Attribution License Version 1.0 (CPAL)
308411.	“Definitions”
308421.0.1	“Commercial Use” means distribution or otherwise making the Covered Code available to a third party.
308431.1	“Contributor” means each entity that creates or contributes to the creation of Modifications.
308441.2	“Contributor Version” means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
308451.3	“Covered Code” means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
308461.4	“Electronic Distribution Mechanism” means a mechanism generally accepted in the software development community for the electronic transfer of data.
308471.5	“Executable” means Covered Code in any form other than Source Code.
308481.6	“Initial Developer” means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
308491.7	“Larger Work” means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
308501.8	“License” means this document.
308511.8.1	“Licensable” means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
308521.9	“Modifications” means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
30853A.	Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
30854B.	Any new file that contains any part of the Original Code or previous Modifications.
308551.10	“Original Code” means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
308561.10.1	“Patent Claims” means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.
308571.11	“Source Code” means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor’s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
308581.12	“You” (or “Your”) means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, “You” includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, “control” means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
308592.	Source Code License.
308602.1	The Initial Developer Grant.
30861The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
30862(a)	under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and
30863(b)	under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof).
30864(c)	the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.
30865(d)	Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.
308662.2	Contributor Grant.
30867Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license
30868(a)	under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and
30869(b)	under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).
30870(c)	the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code.
30871(d)	Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.
308723.	Distribution Obligations.
308733.1	Application of License.
30874The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients’ rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
308753.2	Availability of Source Code.
30876Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
308773.3	Description of Modifications.
30878You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
308793.4	Intellectual Property Matters
30880(a)	Third Party Claims.
30881If Contributor has knowledge that a license under a third party’s intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled “LEGAL” which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
30882(b)	Contributor APIs.
30883If Contributor’s Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.
30884(c)	Representations.
30885Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor’s Modifications are Contributor’s original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License.
308863.5	Required Notices.
30887You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients’ rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
308883.6	Distribution of Executable Versions.
30889You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients’ rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient’s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer, Original Developer or any Contributor. You hereby agree to indemnify the Initial Developer, Original Developer and every Contributor for any liability incurred by the Initial Developer, Original Developer or such Contributor as a result of any such terms You offer.
308903.7	Larger Works.
30891You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
308924.	Inability to Comply Due to Statute or Regulation.
30893If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
308945.	Application of this License.
30895This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.
308966.	Versions of the License.
308976.1	New Versions.
30898Socialtext, Inc. (“Socialtext”) may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
308996.2	Effect of New Versions.
30900Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Socialtext. No one other than Socialtext has the right to modify the terms applicable to Covered Code created under this License.
309016.3	Derivative Works.
30902If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases “Socialtext”, “CPAL” or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the CPAL. (Filling in the name of the Initial Developer, Original Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
309037.	DISCLAIMER OF WARRANTY.
30904COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN “AS IS” BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER, ORIGINAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
309058.	TERMINATION.
309068.1	This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
309078.2	If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer, Original Developer or a Contributor (the Initial Developer, Original Developer or Contributor against whom You file such action is referred to as “Participant”) alleging that:
30908(a)	such Participant’s Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.
30909(b)	any software, hardware, or device, other than such Participant’s Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.
309108.3	If You assert a patent infringement claim against Participant alleging that such Participant’s Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
309118.4	In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.
309129.	LIMITATION OF LIABILITY.
30913UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ORIGINAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY’S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
3091410.	U.S. GOVERNMENT END USERS.
30915The Covered Code is a “commercial item,” as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” and “commercial computer software documentation,” as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
3091611.	MISCELLANEOUS.
30917This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys’ fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
3091812.	RESPONSIBILITY FOR CLAIMS.
30919As between Initial Developer, Original Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer, Original Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
3092013.	MULTIPLE-LICENSED CODE.
30921Initial Developer may designate portions of the Covered Code as Multiple-Licensed. Multiple-Licensed means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the CPAL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.
3092214.	ADDITIONAL TERM: ATTRIBUTION
30923(a)	As a modest attribution to the organizer of the development of the Original Code (“Original Developer”), in the hope that its promotional value may help justify the time, money and effort invested in writing the Original Code, the Original Developer may include in Exhibit B (“Attribution Information”) a requirement that each time an Executable and Source Code or a Larger Work is launched or initially run (which includes initiating a session), a prominent display of the Original Developer’s Attribution Information (as defined below) must occur on the graphic user interface employed by the end user to access such Covered Code (which may include display on a splash screen), if any. The size of the graphic image should be consistent with the size of the other elements of the Attribution Information. If the access by the end user to the Executable and Source Code does not create a graphic user interface for access to the Covered Code, this obligation shall not apply. If the Original Code displays such Attribution Information in a particular form (such as in the form of a splash screen, notice at login, an “about” display, or dedicated attribution area on user interface screens), continued use of such form for that Attribution Information is one way of meeting this requirement for notice.
30924(b)	Attribution information may only include a copyright notice, a brief phrase, graphic image and a URL (“Attribution Information”) and is subject to the Attribution Limits as defined below. For these purposes, prominent shall mean display for sufficient duration to give reasonable notice to the user of the identity of the Original Developer and that if You include Attribution Information or similar information for other parties, You must ensure that the Attribution Information for the Original Developer shall be no less prominent than such Attribution Information or similar information for the other party. For greater certainty, the Original Developer may choose to specify in Exhibit B below that the above attribution requirement only applies to an Executable and Source Code resulting from the Original Code or any Modification, but not a Larger Work. The intent is to provide for reasonably modest attribution, therefore the Original Developer cannot require that You display, at any time, more than the following information as Attribution Information: (a) a copyright notice including the name of the Original Developer; (b) a word or one phrase (not exceeding 10 words); (c) one graphic image provided by the Original Developer; and (d) a URL (collectively, the “Attribution Limits”).
30925(c)	If Exhibit B does not include any Attribution Information, then there are no requirements for You to display any Attribution Information of the Original Developer.
30926(d)	You acknowledge that all trademarks, service marks and/or trade names contained within the Attribution Information distributed with the Covered Code are the exclusive property of their owners and may only be used with the permission of their owners, or under circumstances otherwise permitted by law or as expressly set out in this License.
3092715.	ADDITIONAL TERM: NETWORK USE.
30928The term “External Deployment” means the use, distribution, or communication of the Original Code or Modifications in any way such that the Original Code or Modifications may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Code or Modifications as a distribution under section 3.1 and make Source Code available under Section 3.2.
30929
30930EXHIBIT A. Common Public Attribution License Version 1.0.
30931“The contents of this file are subject to the Common Public Attribution License Version 1.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at _____________. The License is based on the Mozilla Public License Version 1.1 but Sections 14 and 15 have been added to cover use of software over a computer network and provide for limited attribution for the Original Developer. In addition, Exhibit A has been modified to be consistent with Exhibit B.
30932Software distributed under the License is distributed on an “AS IS” basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
30933The Original Code is______________________.
30934The Original Developer is not the Initial Developer and is __________. If left blank, the Original Developer is the Initial Developer.
30935The Initial Developer of the Original Code is ____________. All portions of the code written by ___________ are Copyright (c) _____. All Rights Reserved.
30936Contributor ______________________.
30937Alternatively, the contents of this file may be used under the terms of the _____ license (the [___] License), in which case the provisions of [______] License are applicable instead of those above.
30938If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the CPAL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the CPAL or the [___] License.”
30939[NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.]
30940
30941EXHIBIT B. Attribution Information
30942Attribution Copyright Notice: _______________________
30943Attribution Phrase (not exceeding 10 words): _______________________
30944Attribution URL: _______________________
30945Graphic Image as provided in the Covered Code, if any.
30946Display of Attribution Information is [required/not required] in Larger Works which are defined in the CPAL as a work which combines Covered Code or portions thereof with code not governed by the terms of the CPAL.', 'http://opensource.org/licenses/cpal_1.0', NULL, NULL, NULL, 'Common Public Attribution License 1.0 ', NULL, NULL, NULL, '', NULL, false, false, false, '656785e0c8bbab2526c0de71a7607010', 1, NULL);
30947INSERT INTO license_ref VALUES (398, 'BSD-2-Clause-NetBSD', 'NetBSD License
30948
30949Copyright (c) 2008 The NetBSD Foundation, Inc.
30950All rights reserved.
30951
30952This code is derived from software contributed to The NetBSD Foundation by
30953
30954Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
30955
309561. Redistributions of source code must retain the above copyright
30957notice, this list of conditions and the following disclaimer.
309582. Redistributions in binary form must reproduce the above copyright
30959notice, this list of conditions and the following disclaimer in the
30960documentation and/or other materials provided with the distribution.
30961
30962THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ``AS IS'''' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ', 'http://www.netbsd.org/about/redistribution.html#default', NULL, NULL, NULL, 'BSD 2-clause NetBSD License', NULL, NULL, NULL, '', NULL, false, false, true, 'cb67adae9f0e191318bfd93876ba1dd4', 1, NULL);
30963INSERT INTO license_ref VALUES (436, 'GPL-3.0-with-GCC-exception', 'insert GPL v3 text here
30964
30965GCC RUNTIME LIBRARY EXCEPTION
30966Version 3.1, 31 March 2009
30967
30968General information:
30969http://www.gnu.org/licenses/gcc-exception.html
30970Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
30971
30972Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
30973This GCC Runtime Library Exception ("Exception") is an additional permission under section 7 of the GNU General Public License, version 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that bears a notice placed by the copyright holder of the file stating that the file is governed by GPLv3 along with this Exception.
30974
30975When you use GCC to compile a program, GCC may combine portions of certain GCC header files and runtime libraries with the compiled program. The purpose of this Exception is to allow compilation of non-GPL (including proprietary) programs to use, in this way, the header files and runtime libraries covered by this Exception.
30976
309770. Definitions.
30978A file is an "Independent Module" if it either requires the Runtime Library for execution after a Compilation Process, or makes use of an interface provided by the Runtime Library, but is not otherwise based on the Runtime Library.
30979"GCC" means a version of the GNU Compiler Collection, with or without modifications, governed by version 3 (or a specified later version) of the GNU General Public License (GPL) with the option of using any subsequent versions published by the FSF.
30980"GPL-compatible Software" is software whose conditions of propagation, modification and use would permit combination with GCC in accord with the license of GCC.
30981
30982"Target Code" refers to output from any compiler for a real or virtual target processor architecture, in executable form or suitable for input to an assembler, loader, linker and/or execution phase. Notwithstanding that, Target Code does not include data in any format that is used as a compiler intermediate representation, or used for producing a compiler intermediate representation.
30983The "Compilation Process" transforms code entirely represented in non-intermediate languages designed for human-written code, and/or in Java Virtual Machine byte code, into Target Code. Thus, for example, use of source code generators and preprocessors need not be considered part of the Compilation Process, since the Compilation Process can be understood as starting with the output of the generators or preprocessors.
30984
30985A Compilation Process is "Eligible" if it is done using GCC, alone or with other GPL-compatible software, or if it is done without using any work based on GCC. For example, using non-GPL-compatible Software to optimize any GCC intermediate representations would not qualify as an Eligible Compilation Process.
30986
309871. Grant of Additional Permission.
30988You have permission to propagate a work of Target Code formed by combining the Runtime Library with Independent Modules, even if such propagation would otherwise violate the terms of GPLv3, provided that all Target Code was generated by Eligible Compilation Processes. You may then convey such a combination under terms of your choice, consistent with the licensing of the Independent Modules.
30989
309902. No Weakening of GCC Copyleft.
30991The availability of this Exception does not imply any general presumption that third-party software is unaffected by the copyleft requirements of the license of GCC.', 'http://www.gnu.org/licenses/gcc-exception-3.1.html', NULL, NULL, NULL, 'GNU General Public License v3.0 w/GCC Runtime Library exception', NULL, NULL, NULL, '', NULL, false, false, false, '6ba78589db03be5717a6a8bf56a8aad0', 1, NULL);
30992INSERT INTO license_ref VALUES (373, 'Entessa', 'Entessa Public License v1.0
30993Copyright (c) 2003 Entessa, LLC. All rights reserved.
30994
30995Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
30996
30997Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
30998Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
30999The end-user documentation included with the redistribution, if any, must include the following acknowledgment:
31000"This product includes open source software developed by openSEAL (http://www.openseal.org/)."
31001Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear.
31002The names "openSEAL" and "Entessa" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact epl@entessa.com.
31003Products derived from this software may not be called "openSEAL", nor may "openSEAL" appear in their name, without prior written permission of Entessa.
31004THIS SOFTWARE IS PROVIDED ``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ENTESSA, LLC, OPENSEAL OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31005============================================================
31006
31007This software consists of voluntary contributions made by many individuals on behalf of openSEAL and was originally based on software contributed by Entessa, LLC, http://www.entessa.com. For more information on the openSEAL, please see <http://www.openseal.org/>.
31008
31009Read more about this license at http://www.opensource.org/licenses/entessa.php', 'http://opensource.org/licenses/entessa', NULL, NULL, NULL, 'Entessa Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '8719be9fdf40bd21bef85bcf099f63bb', 1, NULL);
31010INSERT INTO license_ref VALUES (2, 'GPL-2.0+', 'GNU GENERAL PUBLIC LICENSE
31011
31012Version 2, June 1991
31013
31014Copyright (C) 1989, 1991 Free Software Foundation, Inc.
3101551 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
31016
31017Everyone is permitted to copy and distribute verbatim copies
31018of this license document, but changing it is not allowed.
31019Preamble
31020
31021The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation''s software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too.
31022
31023When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
31024
31025To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.
31026
31027For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
31028
31029We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.
31030
31031Also, for each author''s protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors'' reputations.
31032
31033Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone''s free use or not licensed at all.
31034
31035The precise terms and conditions for copying, distribution and modification follow.
31036
31037TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
31038
310390. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".
31040
31041Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.
31042
310431. You may copy and distribute verbatim copies of the Program''s source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.
31044
31045You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
31046
310472. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
31048
31049a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
31050b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
31051c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)
31052These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
31053
31054Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.
31055
31056In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
31057
310583. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
31059
31060a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
31061b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
31062c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)
31063The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
31064
31065If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.
31066
310674. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
31068
310695. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.
31070
310716. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients'' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
31072
310737. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.
31074
31075If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.
31076
31077It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
31078
31079This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
31080
310818. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
31082
310839. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
31084
31085Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.
31086
3108710. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
31088
31089NO WARRANTY
31090
3109111. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
31092
3109312. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
31094
31095END OF TERMS AND CONDITIONS
31096
31097How to Apply These Terms to Your New Programs
31098
31099If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
31100
31101To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
31102
31103one line to give the program''s name and an idea of what it does.
31104Copyright (C) yyyy name of author
31105
31106This program is free software; you can redistribute it and/or
31107modify it under the terms of the GNU General Public License
31108as published by the Free Software Foundation; either version 2
31109of the License, or (at your option) any later version.
31110
31111This program is distributed in the hope that it will be useful,
31112but WITHOUT ANY WARRANTY; without even the implied warranty of
31113MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31114GNU General Public License for more details.
31115
31116You should have received a copy of the GNU General Public License
31117along with this program; if not, write to the Free Software
31118Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
31119Also add information on how to contact you by electronic and paper mail.
31120
31121If the program is interactive, make it output a short notice like this when it starts in an interactive mode:
31122
31123Gnomovision version 69, Copyright (C) year name of author
31124Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
31125type `show w''. This is free software, and you are welcome
31126to redistribute it under certain conditions; type `show c''
31127for details.
31128The hypothetical commands `show w'' and `show c'' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w'' and `show c''; they could even be mouse-clicks or menu items--whatever suits your program.
31129
31130You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names:
31131
31132Yoyodyne, Inc., hereby disclaims all copyright
31133interest in the program `Gnomovision''
31134(which makes passes at compilers) written
31135by James Hacker.
31136
31137signature of Ty Coon, 1 April 1989
31138Ty Coon, President of Vice
31139This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. ', 'http://www.opensource.org/licenses/GPL-2.0', NULL, NULL, NULL, 'GNU General Public License v2.0 or later', NULL, NULL, NULL, '', NULL, false, false, false, '02342cbba411bd0094dc763347b02133', 1, NULL);
31140INSERT INTO license_ref VALUES (369, 'Motosoto', 'MOTOSOTO OPEN SOURCE LICENSE - Version 0.9.1
31141This Motosoto Open Source License (the "License") applies to "Community
31142Portal Server" and related software products as well as any updatesor
31143maintenance releases of that software ("Motosoto Products") that are
31144distributed by Motosoto.Com B.V. ("Licensor"). Any Motosoto
31145Product licensed pursuant to this License is a "Licensed Product." Licensed
31146Product, in its entirety, is protected by Dutch copyright law.
31147This
31148License identifies the terms under which you may use, copy, distribute or modify
31149Licensed Product and has been submitted to the Open Software Initiative (OSI)
31150for approval.
31151
31152Preamble
31153
31154This Preamble is intended to describe, in plain English, the nature and scope of
31155this License. However, this Preamble is not a part of this license. The legal
31156effect of this License is dependent only upon the terms of the License and not
31157this Preamble.
31158This License complies with the Open Source Definition and has been approved by
31159Open Source Initiative. Software distributed under this License may be marked
31160as "OSI Certified Open Source Software."
31161
31162This License provides that:
31163
311641. You may use, sell or give away the Licensed Product, alone or as a
31165component of an aggregate software distribution containing
31166programs from several different sources. No royalty or other fee is
31167required.
31168
311692. Both Source Code and executable versions of the Licensed Product,
31170including Modifications made by previous Contributors, are
31171available for your use. (The terms "Licensed Product," "Modifications,"
31172"Contributors" and "Source Code" are defined in the License.)
31173
311743. You are allowed to make Modifications to the Licensed Product, and you
31175can create Derivative Works from it. (The term "Derivative
31176Works" is defined in the License.)
31177
311784. By accepting the Licensed Product under the provisions of this License,
31179you agree that any Modifications you make to the Licensed
31180Product and then distribute are governed by the provisions of this
31181License. In particular, you must make the Source Code of your
31182Modifications available to others.
31183
311845. You may use the Licensed Product for any purpose, but the Licensor is
31185not providing you any warranty whatsoever, nor is the Licensor
31186accepting any liability in the event that the Licensed Product doesn''t
31187work properly or causes you any injury or damages.
31188
311896. If you sublicense the Licensed Product or Derivative Works, you may
31190charge fees for warranty or support, or for accepting indemnity
31191or liability obligations to your customers. You cannot charge for the
31192Source Code.
31193
311947. If you assert any patent claims against the Licensor relating to the
31195Licensed Product, or if you breach any terms of the License, your
31196rights to the Licensed Product under this License automatically
31197terminate.
31198
31199You may use this License to distribute your own Derivative Works, in which
31200case the provisions of this License will apply to your Derivative
31201Works just as they do to the original Licensed Product.
31202
31203Alternatively, you may distribute your Derivative Works under any other
31204OSI-approved Open Source license, or under a proprietary license of
31205your choice. If you use any license other than this License, however, you must
31206continue to fulfill the requirements of this License (including the
31207provisions relating to publishing the Source Code) for those portions of your
31208Derivative Works that consist of the Licensed Product, including
31209the files containing Modifications.
31210
31211New versions of this License may be published from time to time. You may
31212choose to continue to use the license terms in this version of the
31213License or those from the new version. However, only the Licensor has the right
31214to change the License terms as they apply to the Licensed
31215Product.
31216This License relies on precise definitions for certain terms. Those terms are
31217defined when they are first used, and the definitions are repeated for
31218your convenience in a Glossary at the end of the License.
31219
31220License Terms
31221
312221. Grant of License From Licensor.
31223
31224Licensor
31225hereby grants you a world-wide, royalty-free, non-exclusive license, subject to
31226third
31227party intellectual property claims, to do the following:
31228
31229a. Use, reproduce, modify, display, perform, sublicense and
31230distribute Licensed Product or portions thereof (including
31231Modifications as hereinafter defined), in both Source Code or as
31232an executable program. "Source Code" means the preferred
31233form for making modifications to the Licensed Product, including
31234all modules contained therein, plus any associated
31235interface definition files, scripts used to control compilation
31236and installation of an executable program, or a list of
31237differential comparisons against the Source Code of the Licensed
31238Product.
31239
31240b. Create Derivative Works (as that term is defined under Dutch
31241copyright law) of Licensed Product by adding to or deleting
31242from the substance or structure of said Licensed Product.
31243
31244c. Under claims of patents now or hereafter owned or controlled
31245by Licensor, to make, use, sell, offer for sale, have made,
31246and/or otherwise dispose of Licensed Product or portions thereof,
31247but solely to the extent that any such claim is necessary to
31248enable you to make, use, sell, offer for sale, have made, and/or
31249otherwise dispose of Licensed Product or portions thereof or
31250Derivative Works thereof.
31251
312522. Grant of License to Modifications From
31253Contributor.
31254
31255"Modifications" means any additions to or
31256deletions from the substance or
31257structure of (i) a file containing Licensed Product, or (ii) any new file
31258that contains any part of Licensed Product. Hereinafter in this
31259License, the term "Licensed Product" shall include all previous
31260Modifications that you receive from any Contributor. By
31261application of the provisions in Section 4(a) below, each person or
31262entity who created or contributed to the creation of, and distributed,
31263a Modification (a "Contributor") hereby grants you a world-wide,
31264royalty-free, non-exclusive license, subject to third party
31265intellectual property claims, to do the following:
31266
31267a. Use, reproduce, modify, display, perform, sublicense and
31268distribute any Modifications created by such Contributor or
31269portions thereof, in both Source Code or as an executable program,
31270either on an unmodified basis or as part of Derivative
31271Works.
31272
31273b. Under claims of patents now or hereafter owned or controlled by
31274Contributor, to make, use, sell, offer for sale, have made,
31275and/or otherwise dispose of Modifications or portions thereof, but
31276solely to the extent that any such claim is necessary to
31277enable you to make, use, sell, offer for sale, have made, and/or
31278otherwise dispose of Modifications or portions thereof or
31279Derivative Works thereof.
31280
312813. Exclusions From License Grant.
31282
31283Nothing in
31284this License shall be deemed to grant any rights to trademarks, copyrights,
31285patents,
31286trade secrets or any other intellectual property of Licensor or any
31287Contributor except as expressly stated herein. No patent license is
31288granted separate from the Licensed Product, for code that you delete from
31289the Licensed Product, or for combinations of the Licensed
31290Product with other software or hardware. No right is granted to the
31291trademarks of Licensor or any Contributor even if such marks are
31292included in the Licensed Product. Nothing in this License shall be
31293interpreted to prohibit Licensor from licensing under different
31294terms from this License any code that Licensor otherwise would have a
31295right to license.
31296
312974. Your Obligations Regarding Distribution.
31298
31299a. Application of This License to Your
31300Modifications. As an express condition for your use of the Licensed
31301Product, you
31302hereby agree that any Modifications that you create or to which
31303you contribute, and which you distribute, are governed by the
31304terms of this License including, without limitation, Section 2.
31305Any Modifications that you create or to which you contribute
31306may be distributed only under the terms of this License or a
31307future version of this License released under Section 7. You must
31308include a copy of this License with every copy of the
31309Modifications you distribute. You agree not to offer or impose any
31310terms on any Source Code or executable version of the Licensed
31311Product or Modifications that alter or restrict the applicable
31312version of this License or the recipients'' rights hereunder.
31313However, you may include an additional document offering the
31314additional rights described in Section 4(e).
31315
31316b. Availability of Source Code. You must make
31317available, under the terms of this License, the Source Code of the Licensed
31318Product and any Modifications that you distribute, either on the
31319same media as you distribute any executable or other form
31320of the Licensed Product, or via a mechanism generally accepted in
31321the software development community for the electronic
31322transfer of data (an "Electronic Distribution Mechanism"). The
31323Source Code for any version of Licensed Product or
31324Modifications that you distribute must remain available for at
31325least twelve (12) months after the date it initially became
31326available, or at least six (6) months after a subsequent version
31327of said Licensed Product or Modifications has been made
31328available. You are responsible for ensuring that the Source Code
31329version remains available even if the Electronic Distribution
31330Mechanism is maintained by a third party.
31331
31332c. Description of Modifications. You must cause any
31333Modifications that you create or to which you contribute, and which
31334you distribute, to contain a file documenting the additions,
31335changes or deletions you made to create or contribute to those
31336Modifications, and the dates of any such additions, changes or
31337deletions. You must include a prominent statement that the
31338Modifications are derived, directly or indirectly, from the
31339Licensed Product and include the names of the Licensor and any
31340Contributor to the Licensed Product in (i) the Source Code and
31341(ii) in any notice displayed by a version of the Licensed
31342Product you distribute or in related documentation in which you
31343describe the origin or ownership of the Licensed Product.
31344You may not modify or delete any preexisting copyright notices in
31345the Licensed Product.
31346
31347d. Intellectual Property Matters.
31348
31349i. Third Party Claims. If you have
31350knowledge that a license to a third party''s intellectual property right is
31351required
31352to exercise the rights granted by this License, you must
31353include a text file with the Source Code distribution titled
31354"LEGAL" that describes the claim and the party making the
31355claim in sufficient detail that a recipient will know
31356whom to contact. If you obtain such knowledge after you make
31357any Modifications available as described in Section
313584(b), you shall promptly modify the LEGAL file in all copies
31359you make available thereafter and shall take other
31360steps (such as notifying appropriate mailing lists or
31361newsgroups) reasonably calculated to inform those who
31362received the Licensed Product from you that new knowledge
31363has been obtained.
31364
31365ii. Contributor APIs. If your
31366Modifications include an application programming interface ("API") and you have
31367knowledge of patent licenses that are reasonably necessary
31368to implement that API, you must also include this
31369information in the LEGAL file.
31370
31371iii. Representations. You represent that,
31372except as disclosed pursuant to 4(d)(i) above, you believe that any
31373Modifications you distribute are your original creations and
31374that you have sufficient rights to grant the rights
31375conveyed by this License.
31376
31377e. Required Notices. You must duplicate this
31378License in any documentation you provide along with the Source Code of any
31379Modifications you create or to which you contribute, and which you
31380distribute, wherever you describe recipients'' rights
31381relating to Licensed Product. You must duplicate the notice
31382contained in Exhibit A (the "Notice") in each file of the Source
31383Code of any copy you distribute of the Licensed Product. If you
31384created a Modification, you may add your name as a
31385Contributor to the Notice. If it is not possible to put the Notice
31386in a particular Source Code file due to its structure, then
31387you must include such Notice in a location (such as a relevant
31388directory file) where a user would be likely to look for such a
31389notice. You may choose to offer, and charge a fee for, warranty,
31390support, indemnity or liability obligations to one or more
31391recipients of Licensed Product. However, you may do so only on
31392your own behalf, and not on behalf of the Licensor or any
31393Contributor. You must make it clear that any such warranty,
31394support, indemnity or liability obligation is offered by you
31395alone, and you hereby agree to indemnify the Licensor and every
31396Contributor for any liability incurred by the Licensor or such
31397Contributor as a result of warranty, support, indemnity or
31398liability terms you offer.
31399
31400f. Distribution of Executable Versions. You may
31401distribute Licensed Product as an executable program under a license of
31402your choice that may contain terms different from this License
31403provided (i) you have satisfied the requirements of Sections
314044(a) through 4(e) for that distribution, (ii) you include a
31405conspicuous notice in the executable version, related documentation
31406and collateral materials stating that the Source Code version of
31407the Licensed Product is available under the terms of this
31408License, including a description of how and where you have
31409fulfilled the obligations of Section 4(b), (iii) you retain all
31410existing copyright notices in the Licensed Product, and (iv) you
31411make it clear that any terms that differ from this License are
31412offered by you alone, not by Licensor or any Contributor. You
31413hereby agree to indemnify the Licensor and every Contributor
31414for any liability incurred by Licensor or such Contributor as a
31415result of any terms you offer.
31416
31417g. Distribution of Derivative Works. You may
31418create Derivative Works (e.g., combinations of some or all of the Licensed
31419Product with other code) and distribute the Derivative Works as
31420products under any other license you select, with the
31421proviso that the requirements of this License are fulfilled for
31422those portions of the Derivative Works that consist of the
31423Licensed Product or any Modifications thereto.
31424
314255. Inability to Comply Due to Statute or
31426Regulation.
31427
31428If it is impossible for you to comply with any of
31429the terms of this License with
31430respect to some or all of the Licensed Product due to statute, judicial
31431order, or regulation, then you must (i) comply with the terms of
31432this License to the maximum extent possible, (ii) cite the statute or
31433regulation that prohibits you from adhering to the License, and
31434(iii) describe the limitations and the code they affect. Such description
31435must be included in the LEGAL file described in Section 4(d),
31436and must be included with all distributions of the Source Code. Except to
31437the extent prohibited by statute or regulation, such
31438description must be sufficiently detailed for a recipient of ordinary
31439skill at computer programming to be able to understand it.
31440
314416. Application of This License.
31442
31443This License
31444applies to code to which Licensor or Contributor has attached the Notice in
31445Exhibit A,
31446which is incorporated herein by this reference.
31447
314487. Versions of This License.
31449
31450a. Version. The Motosoto Open Source License is
31451derived from the Jabber Open Source License. All changes are related to
31452applicable law and the location of court.
31453
31454b. New Versions. Licensor may publish from time to
31455time revised and/or new versions of the License.
31456
31457c. Effect of New Versions. Once Licensed Product
31458has been published under a particular version of the License, you may always
31459continue to use it under the terms of that version. You may also
31460choose to use such Licensed Product under the terms of any
31461subsequent version of the License published by Licensor. No one
31462other than Lic ensor has the right to modify the terms
31463applicable to Licensed Product created under this License.
31464
31465d. Derivative Works of this License. If you
31466create or use a modified version of this License, which you may do only in
31467order to
31468apply it to software that is not already a Licensed Product under
31469this License, you must rename your license so that it is not
31470confusingly similar to this License, and must make it clear that
31471your license contains terms that differ from this License. In
31472so naming your license, you may not use any trademark of Licensor
31473or any Contributor.
31474
314758. Disclaimer of Warranty.
31476
31477LICENSED PRODUCT IS
31478PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT
31479WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT
31480LIMITATION, WARRANTIES
31481THAT THE LICENSED PRODUCT IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A
31482PARTICULAR PURPOSE OR
31483NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
31484LICENSED PRODUCT IS
31485WITH YOU. SHOULD LICENSED PRODUCT PROVE DEFECTIVE IN ANY RESPECT, YOU
31486(AND NOT THE LICENSOR OR
31487ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR
31488OR CORRECTION. THIS
31489DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO
31490USE OF LICENSED
31491PRODUCT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
31492
314939. Termination.
31494
31495a. Automatic Termination Upon Breach. This
31496license and the rights granted hereunder will terminate automatically if you
31497fail to comply with the terms herein and fail to cure such breach
31498within thirty (30) days of becoming aware of the breach.
31499All sublicenses to the Licensed Product that are properly granted
31500shall survive any termination of this license. Provisions
31501that, by their nature, must remain in effect beyond the
31502termination of this License, shall survive.
31503
31504b. Termination Upon Assertion of Patent
31505Infringement. If you initiate litigation by asserting a patent
31506infringement claim
31507(excluding declaratory judgment actions) against Licensor or a
31508Contributor (Licensor or Contributor against whom you file
31509such an action is referred to herein as "Respondent") alleging
31510that Licensed Product directly or indirectly infringes any
31511patent, then any and all rights granted by such Respondent to you
31512under Sections 1 or 2 of this License shall terminate
31513prospectively upon sixty (60) days notice from Respondent (the
31514"Notice Period") unless within that Notice Period you
31515either agree in writing (i) to pay Respondent a mutually agreeable
31516reasonably royalty for your past or future use of Licensed
31517Product made by such Respondent, or (ii) withdraw your litigation
31518claim with respect to Licensed Product against such
31519Respondent. If within said Notice Period a reasonable royalty and
31520payment arrangement are not mutually agreed upon in
31521writing by the parties or the litigation claim is not withdrawn,
31522the rights granted by Licensor to you under Sections 1 and 2
31523automatically terminate at the expiration of said Notice
31524Period.
31525
31526c. Reasonable Value of This License. If you assert a
31527patent infringement claim against Respondent alleging that Licensed
31528Product directly or indirectly infringes any patent where such
31529claim is resolved (such as by license or settlement) prior to
31530the initiation of patent infringement litigation, then the
31531reasonable value of the licenses granted by said Respondent under
31532Sections 1 and 2 shall be taken into account in determining the
31533amount or value of any payment or license.
31534
31535d. No Retroactive Effect of Termination. In the
31536event of termination under Sections 9(a) or 9(b) above, all end user license
31537agreements (excluding licenses to distributors and reselle rs)
31538that have been validly granted by you or any distributor
31539hereunder prior to termination shall survive
31540termination.
31541
3154210. Limitation of Liability.
31543
31544UNDER NO
31545CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
31546(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE LICENSOR, ANY
31547CONTRIBUTOR, OR ANY
31548DISTRIBUTOR OF LICENSED PRODUCT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES,
31549BE LIABLE TO ANY PERSON
31550FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
31551CHARACTER INCLUDING,
31552WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER
31553FAILURE OR
31554MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF
31555SUCH PARTY SHALL
31556HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
31557LIABILITY SHALL NOT
31558APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH
31559PARTY', 'http://www.opensource.org/licenses/motosoto.php', NULL, NULL, NULL, 'Motosoto License', NULL, NULL, NULL, '', NULL, false, false, false, '02ebbcbedfda1af6b3cc22dd244444e3', 1, NULL);
31560INSERT INTO license_ref VALUES (399, 'BSD-4-Clause', 'Copyright (c) {{year}}, {{copyright holder}}
31561All rights reserved.
31562
31563Redistribution and use in source and binary forms, with or without
31564modification, are permitted provided that the following conditions are met:
31565
315661. Redistributions of source code must retain the above copyright
31567notice, this list of conditions and the following disclaimer.
315682. Redistributions in binary form must reproduce the above copyright
31569notice, this list of conditions and the following disclaimer in the
31570documentation and/or other materials provided with the distribution.
315713. All advertising materials mentioning features or use of this software
31572must display the following acknowledgement:
31573This product includes software developed by {{the organization}}.
315744. Neither the name of {{the organization nor the
31575names of its contributors}} may be used to endorse or promote products
31576derived from this software without specific prior written permission.
31577
31578THIS SOFTWARE IS PROVIDED BY {{COPYRIGHT HOLDER}} ''''AS IS'''' AND ANY
31579EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
31580WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31581DISCLAIMED. IN NO EVENT SHALL {{COPYRIGHT HOLDER}} BE LIABLE FOR ANY
31582DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
31583(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31584LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
31585ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31586(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31587SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ', 'http://www.opensource.org/licenses/bsd-license.php', NULL, NULL, NULL, 'BSD 4-clause "Original" or "Old" License', NULL, NULL, NULL, '', NULL, false, false, true, 'd70f9ab9d7ad55aa3e0effeef61ac82f', 1, NULL);
31588INSERT INTO license_ref VALUES (280, 'SGI-B-1.0', 'SGI FREE SOFTWARE LICENSE B (Version 1.0 [1/25/2000])
31589
315901.	Definitions.
31591
31592"Additional Notice Provisions" means such additional provisions as appear in the Notice in Original Code under the heading "Additional Notice Provisions."
31593"API" means an application programming interface established by SGI in conjunction with the Original Code.
31594"Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
31595"Hardware" means any physical device that accepts input, processes input, stores the results of processing, and/or provides output.
31596"Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
31597"Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
31598"License" means this document.
31599"Modifications" means any addition to the substance or structure of the Original Code and/or any addition to or deletion from previous Modifications. When Covered Code is released as a series of files, a Modification is:
31600Any addition to the contents of a file containing Original Code and/or any addition to or deletion from previous Modifications.
31601Any new file that contains any part of the Original Code or previous Modifications.
31602"Notice" means any notice in Original Code or Covered Code, as required by and in compliance with this License.
31603"Original Code" means source code of computer software code which is described in the source code Notice required by Exhibit A as Original Code, and updates and error corrections specifically thereto.
31604"Recipient" means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 8. For legal entities, "Recipient" includes any entity which controls, is controlled by, or is under common control with Recipient. For purposes of this definition, "control" of an entity means (a) the power, direct or indirect, to direct or manage such entity, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
31605"SGI" means Silicon Graphics, Inc.
316062.	License Grant and Restrictions.
31607
31608License Grant. Subject to the provisions of this License and any third party intellectual property claims, for the duration of intellectual property protections inherent in the Original Code, SGI hereby grants Recipient a worldwide, royalty-free, non-exclusive license, to do the following: (i) under copyrights Licensable by SGI, to reproduce, distribute, create derivative works from, and, to the extent applicable, display and perform the Original Code alone and/or as part of a Larger Work; and (ii) under any patent claims Licensable by SGI and embodied in the Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code. Recipient accepts the terms and conditions of this License by undertaking any of the aforementioned actions.
31609Restriction on Patent License. Notwithstanding the provisions of Section 2.1(ii), no patent license is granted: 1) separate from the Original Code; nor 2) for infringements caused by (i) modification of the Original Code, or (ii) the combination of the Original Code with other software or Hardware.
31610No License For Hardware Implementations. The licenses granted in Section 2.1 are not applicable to implementation in Hardware of the algorithms embodied in the Original Code.
31611Modifications License and API Compliance. Modifications are only licensed under Section 2.1(i) to the extent such Modifications are fully compliant with any API as may be identified in Additional Notice Provisions as appear in the Original Code.
316123.	Redistributions.
31613
31614Retention of Notice/Copy of License. The Notice set forth in Exhibit A, below, must be conspicuously retained or included in any and all redistributions of Covered Code. For distributions of the Covered Code in source code form, the Notice must appear in every file that can include a text comments field; in executable form, the Notice and a copy of this License must appear in related documentation or collateral where the Recipient’s rights relating to Covered Code are described. Any Additional Notice Provisions which actually appears in the Original Code must also be retained or included in any and all redistributions of Covered Code.
31615Alternative License. Provided that Recipient is in compliance with the terms of this License, Recipient may distribute the source code and/or executable version(s) of Covered Code under (1) this License; (2) a license identical to this License but for only such changes as are necessary in order to clarify Recipient’s role as licensor of Modifications, without derogation of any of SGI’s rights; and/or (3) a license of Recipient’s choosing, containing terms different from this License, provided that the license terms include this Section 3 and Sections 4, 6, 7, 10, 12, and 13, which terms may not be modified or superseded by any other terms of such license. If Recipient elects to use any license other than this License, Recipient must make it absolutely clear that any of its terms which differ from this License are offered by Recipient alone, and not by SGI.
31616Indemnity. Recipient hereby agrees to indemnify SGI for any liability incurred by SGI as a result of any such alternative license terms Recipient offers.
316174.	Termination. This License and the rights granted hereunder will terminate automatically if Recipient breaches any term herein and fails to cure such breach within 30 days thereof. Any sublicense to the Covered Code that is properly granted shall survive any termination of this License, absent termination by the terms of such sublicense. Provisions that, by their nature, must remain in effect beyond the termination of this License, shall survive.
31618
316195.	No Trademark Or Other Rights. This License does not grant any rights to: (i) any software apart from the Covered Code, nor shall any other rights or licenses not expressly granted hereunder arise by implication, estoppel or otherwise with respect to the Covered Code; (ii) any trade name, trademark or service mark whatsoever, including without limitation any related right for purposes of endorsement or promotion of products derived from the Covered Code, without prior written permission of SGI; or (iii) any title to or ownership of the Original Code, which shall at all times remains with SGI. All rights in the Original Code not expressly granted under this License are reserved.
31620
316216.	Compliance with Laws; Non-Infringement. Recipient hereby assures that it shall comply with all applicable laws, regulations, and executive orders, in connection with any and all dispositions of Covered Code, including but not limited to, all export, re-export, and import control laws, regulations, and executive orders, of the U.S. government and other countries. Recipient may not distribute Covered Code that (i) in any way infringes (directly or contributorily) the rights (including patent, copyright, trade secret, trademark or other intellectual property rights of any kind) of any other person or entity or (ii) breaches any representation or warranty, express, implied or statutory, to which, under any applicable law, it might be deemed to have been subject.
31622
316237.	Claims of Infringement. If Recipient learns of any third party claim that any disposition of Covered Code and/or functionality wholly or partially infringes the third party''s intellectual property rights, Recipient will promptly notify SGI of such claim.
31624
316258.	Versions of the License. SGI may publish revised and/or new versions of the License from time to time, each with a distinguishing version number. Once Covered Code has been published under a particular version of the License, Recipient may, for the duration of the license, continue to use it under the terms of that version, or choose to use such Covered Code under the terms of any subsequent version published by SGI. Subject to the provisions of Sections 3 and 4 of this License, only SGI may modify the terms applicable to Covered Code created under this License.
31626
316279.	DISCLAIMER OF WARRANTY. COVERED CODE IS PROVIDED "AS IS." ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. SGI ASSUMES NO RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD THE SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY IS AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER.
31628
3162910.	LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES NOR LEGAL THEORY, WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY), CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SGI''s NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO RECIPIENT.
31630
3163111.	Indemnity. Recipient shall be solely responsible for damages arising, directly or indirectly, out of its utilization of rights under this License. Recipient will defend, indemnify and hold harmless Silicon Graphics, Inc. from and against any loss, liability, damages, costs or expenses (including the payment of reasonable attorneys fees) arising out of Recipient''s use, modification, reproduction and distribution of the Covered Code or out of any representation or warranty made by Recipient.
31632
3163312.	U.S. Government End Users. The Covered Code is a "commercial item" consisting of "commercial computer software" as such terms are defined in title 48 of the Code of Federal Regulations and all U.S. Government End Users acquire only the rights set forth in this License and are subject to the terms of this License.
31634
3163513.	Miscellaneous. This License represents the complete agreement concerning the its subject matter. If any provision of this License is held to be unenforceable, such provision shall be reformed so as to achieve as nearly as possible the same legal and economic effect as the original provision and the remainder of this License will remain in effect. This License shall be governed by and construed in accordance with the laws of the United States and the State of California as applied to agreements entered into and to be performed entirely within California between California residents. Any litigation relating to this License shall be subject to the exclusive jurisdiction of the Federal Courts of the Northern District of California (or, absent subject matter jurisdiction in such courts, the courts of the State of California), with venue lying exclusively in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
31636
31637Exhibit A
31638
31639License Applicability. Except to the extent portions of this file are made subject to an alternative license as permitted in the SGI Free Software License B, Version 1.0 (the "License"), the contents of this file are subject only to the provisions of the License. You may not use this file except in compliance with the License. You may obtain a copy of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 Ampitheatre Parkway, Mountain View, CA 94043-1351, or at:
31640
31641http://oss.sgi.com/projects/FreeB
31642
31643Note that, as provided in the License, the Software is distributed on an "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
31644
31645Original Code. The Original Code is: [name of software, version number, and release date], developed by Silicon Graphics, Inc. The Original Code is Copyright (c) [dates of first publication, as appearing in the Notice in the Original Code] Silicon Graphics, Inc. Copyright in any portions created by third parties is as indicated elsewhere herein. All Rights Reserved.
31646
31647Additional Notice Provisions: [such additional provisions, if any, as appear in the Notice in the Original Code under the heading "Additional Notice Provisions"]', 'http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html', NULL, NULL, NULL, 'SGI Free Software License B 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'ad1516da6ce13a5065a4065204b425ef', 1, NULL);
31648INSERT INTO license_ref VALUES (446, 'NPOSL-3.0', 'Non-Profit Open Software License ("Non-Profit OSL") 3.0
31649
31650This Non-Profit Open Software License ("Non-Profit OSL") version 3.0 (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following licensing notice adjacent to the copyright notice for the Original Work:
31651
31652Licensed under the Non-Profit Open Software License version 3.0
31653
316541) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following:
31655
31656a) to reproduce the Original Work in copies, either alone or as part of a collective work;
31657
31658b) to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works ("Derivative Works") based upon the Original Work;
31659
31660c) to distribute or communicate copies of the Original Work and Derivative Works to the public, with the proviso that copies of Original Work or Derivative Works that You distribute or communicate shall be licensed under this Non-Profit Open Software License or as provided in section 17(d);
31661
31662d) to perform the Original Work publicly; and
31663
31664e) to display the Original Work publicly.
31665
316662) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works.
31667
316683) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work.
31669
316704) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor''s trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license.
31671
316725) External Deployment. The term "External Deployment" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c).
31673
316746) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.
31675
316767) Warranty of Provenance and Disclaimer of Warranty. The Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer.
31677
316788) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.
31679
316809) Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including "fair use" or "fair dealing"). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c).
31681
3168210) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.
31683
3168411) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License.
31685
3168612) Attorneys'' Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys'' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.
31687
3168813) Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
31689
3169014) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
31691
3169215) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.
31693
3169416) Modification of This License. This License is Copyright © 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the "Modified License") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the "Open Software License" or "OSL" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice "Licensed under <insert your license name here>" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process.
31695
3169617) Non-Profit Amendment. The name of this amended version of the Open Software License ("OSL 3.0") is "Non-Profit Open Software License 3.0". The original OSL 3.0 license has been amended as follows:
31697
31698(a) Licensor represents and declares that it is a not-for-profit organization that derives no revenue whatsoever from the distribution of the Original Work or Derivative Works thereof, or from support or services relating thereto.
31699
31700(b) The first sentence of Section 7 ["Warranty of Provenance"] of OSL 3.0 has been stricken. For Original Works licensed under this Non-Profit OSL 3.0, LICENSOR OFFERS NO WARRANTIES WHATSOEVER.
31701
31702(c) In the first sentence of Section 8 ["Limitation of Liability"] of this Non-Profit OSL 3.0, the list of damages for which LIABILITY IS LIMITED now includes "direct" damages.
31703
31704(d) The proviso in Section 1(c) of this License now refers to this "Non-Profit Open Software License" rather than the "Open Software License". You may distribute or communicate the Original Work or Derivative Works thereof under this Non-Profit OSL 3.0 license only if You make the representation and declaration in paragraph (a) of this Section 17. Otherwise, You shall distribute or communicate the Original Work or Derivative Works thereof only under the OSL 3.0 license and You shall publish clear licensing notices so stating. Also by way of clarification, this License does not authorize You to distribute or communicate works under this Non-Profit OSL 3.0 if You received them under the original OSL 3.0 license.
31705
31706(e) Original Works licensed under this license shall reference "Non-Profit OSL 3.0" in licensing notices to distinguish them from works licensed under the original OSL 3.0 license.', 'http://www.opensource.org/licenses/NOSL3.0', NULL, NULL, NULL, 'Non-Profit Open Software License 3.0', NULL, NULL, NULL, '', NULL, false, false, false, 'cbaa5e35387dd286b5330879e6003059', 1, NULL);
31707INSERT INTO license_ref VALUES (400, 'BSD-4-Clause-UC', 'BSD-4-Clause (University of California-Specific)
31708
31709Copyright [various years] The Regents of the University of California. All rights reserved.
31710
31711Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
31712
317131. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
31714
317152. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
31716
317173. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the University of California, Berkeley and its contributors.
31718
317194. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
31720
31721THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'''' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.', 'http://www.freebsd.org/copyright/license.html', NULL, NULL, NULL, 'BSD-4-Clause (University of California-Specific)', NULL, NULL, NULL, '', NULL, false, false, true, '565c0474412ad42ea056e61b440478f5', 1, NULL);
31722INSERT INTO license_ref VALUES (402, 'CC-BY-2.0', 'Creative Commons Attribution 2.0
31723
31724CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
31725LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
31726ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
31727ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
31728INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
31729ITS USE.
31730
31731License
31732
31733THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
31734COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
31735COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
31736AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
31737
31738BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
31739TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
31740RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
31741AND CONDITIONS.
31742
317431. Definitions
31744
31745a. "Collective Work" means a work, such as a periodical issue, anthology
31746or encyclopedia, in which the Work in its entirety in unmodified form,
31747along with a number of other contributions, constituting separate and
31748independent works in themselves, are assembled into a collective whole.
31749A work that constitutes a Collective Work will not be considered a
31750Derivative Work (as defined below) for the purposes of this License.
31751
31752b. "Derivative Work" means a work based upon the Work or upon the Work
31753and other pre-existing works, such as a translation, musical
31754arrangement, dramatization, fictionalization, motion picture version,
31755sound recording, art reproduction, abridgment, condensation, or any
31756other form in which the Work may be recast, transformed, or adapted,
31757except that a work that constitutes a Collective Work will not be
31758considered a Derivative Work for the purpose of this License. For the
31759avoidance of doubt, where the Work is a musical composition or sound
31760recording, the synchronization of the Work in timed-relation with a
31761moving image ("synching") will be considered a Derivative Work for the
31762purpose of this License.
31763
31764c. "Licensor" means the individual or entity that offers the Work under
31765the terms of this License.
31766
31767d. "Original Author" means the individual or entity who created the
31768Work.
31769
31770e. "Work" means the copyrightable work of authorship offered under the
31771terms of this License.
31772
31773f. "You" means an individual or entity exercising rights under this
31774License who has not previously violated the terms of this License with
31775respect to the Work, or who has received express permission from the
31776Licensor to exercise rights under this License despite a previous
31777violation.
31778
317792. Fair Use Rights. Nothing in this license is intended to reduce,
31780limit, or restrict any rights arising from fair use, first sale or other
31781limitations on the exclusive rights of the copyright owner under
31782copyright law or other applicable laws.
31783
317843. License Grant. Subject to the terms and conditions of this License,
31785Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
31786perpetual (for the duration of the applicable copyright) license to
31787exercise the rights in the Work as stated below:
31788
31789a. to reproduce the Work, to incorporate the Work into one or more
31790Collective Works, and to reproduce the Work as incorporated in the
31791Collective Works;
31792
31793b. to create and reproduce Derivative Works;
31794
31795c. to distribute copies or phonorecords of, display publicly, perform
31796publicly, and perform publicly by means of a digital audio transmission
31797the Work including as incorporated in Collective Works;
31798
31799d. to distribute copies or phonorecords of, display publicly, perform
31800publicly, and perform publicly by means of a digital audio transmission
31801Derivative Works.
31802
31803e. For the avoidance of doubt, where the work is a musical composition:
31804
31805i. Performance Royalties Under Blanket Licenses. Licensor waives the
31806exclusive right to collect, whether individually or via a performance
31807rights society (e.g. ASCAP, BMI, SESAC), royalties for the public
31808performance or public digital performance (e.g. webcast) of the Work.
31809
31810ii. Mechanical Rights and Statutory Royalties. Licensor waives the
31811exclusive right to collect, whether individually or via a music rights
31812agency or designated agent (e.g. Harry Fox Agency), royalties for any
31813phonorecord You create from the Work ("cover version") and distribute,
31814subject to the compulsory license created by 17 USC Section 115 of the
31815US Copyright Act (or the equivalent in other jurisdictions).
31816
31817f. Webcasting Rights and Statutory Royalties. For the avoidance of
31818doubt, where the Work is a sound recording, Licensor waives the
31819exclusive right to collect, whether individually or via a
31820performance-rights society (e.g. SoundExchange), royalties for the
31821public digital performance (e.g. webcast) of the Work, subject to the
31822compulsory license created by 17 USC Section 114 of the US Copyright Act
31823(or the equivalent in other jurisdictions).
31824
31825
31826The above rights may be exercised in all media and formats whether now
31827known or hereafter devised. The above rights include the right to make
31828such modifications as are technically necessary to exercise the rights
31829in other media and formats. All rights not expressly granted by Licensor
31830are hereby reserved.
31831
318324. Restrictions. The license granted in Section 3 above is expressly
31833made subject to and limited by the following restrictions:
31834
31835a. You may distribute, publicly display, publicly perform, or publicly
31836digitally perform the Work only under the terms of this License, and You
31837must include a copy of, or the Uniform Resource Identifier for, this
31838License with every copy or phonorecord of the Work You distribute,
31839publicly display, publicly perform, or publicly digitally perform. You
31840may not offer or impose any terms on the Work that alter or restrict the
31841terms of this License or the recipients'' exercise of the rights granted
31842hereunder. You may not sublicense the Work. You must keep intact all
31843notices that refer to this License and to the disclaimer of warranties.
31844You may not distribute, publicly display, publicly perform, or publicly
31845digitally perform the Work with any technological measures that control
31846access or use of the Work in a manner inconsistent with the terms of
31847this License Agreement. The above applies to the Work as incorporated in
31848a Collective Work, but this does not require the Collective Work apart
31849from the Work itself to be made subject to the terms of this License. If
31850You create a Collective Work, upon notice from any Licensor You must, to
31851the extent practicable, remove from the Collective Work any reference to
31852such Licensor or the Original Author, as requested. If You create a
31853Derivative Work, upon notice from any Licensor You must, to the extent
31854practicable, remove from the Derivative Work any reference to such
31855Licensor or the Original Author, as requested.
31856
31857b. If you distribute, publicly display, publicly perform, or publicly
31858digitally perform the Work or any Derivative Works or Collective Works,
31859You must keep intact all copyright notices for the Work and give the
31860Original Author credit reasonable to the medium or means You are
31861utilizing by conveying the name (or pseudonym if applicable) of the
31862Original Author if supplied; the title of the Work if supplied; to the
31863extent reasonably practicable, the Uniform Resource Identifier, if any,
31864that Licensor specifies to be associated with the Work, unless such URI
31865does not refer to the copyright notice or licensing information for the
31866Work; and in the case of a Derivative Work, a credit identifying the use
31867of the Work in the Derivative Work (e.g., "French translation of the
31868Work by Original Author," or "Screenplay based on original Work by
31869Original Author"). Such credit may be implemented in any reasonable
31870manner; provided, however, that in the case of a Derivative Work or
31871Collective Work, at a minimum such credit will appear where any other
31872comparable authorship credit appears and in a manner at least as
31873prominent as such other comparable authorship credit.
31874
318755. Representations, Warranties and Disclaimer
31876
31877UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
31878OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
31879KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
31880INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
31881FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
31882LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
31883WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
31884EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
31885
318866. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
31887LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
31888ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
31889ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
31890BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
31891
318927. Termination
31893
31894a. This License and the rights granted hereunder will terminate
31895automatically upon any breach by You of the terms of this License.
31896Individuals or entities who have received Derivative Works or Collective
31897Works from You under this License, however, will not have their licenses
31898terminated provided such individuals or entities remain in full
31899compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
31900survive any termination of this License.
31901
31902b. Subject to the above terms and conditions, the license granted here
31903is perpetual (for the duration of the applicable copyright in the Work).
31904Notwithstanding the above, Licensor reserves the right to release the
31905Work under different license terms or to stop distributing the Work at
31906any time; provided, however that any such election will not serve to
31907withdraw this License (or any other license that has been, or is
31908required to be, granted under the terms of this License), and this
31909License will continue in full force and effect unless terminated as
31910stated above.
31911
319128. Miscellaneous
31913
31914a. Each time You distribute or publicly digitally perform the Work or a
31915Collective Work, the Licensor offers to the recipient a license to the
31916Work on the same terms and conditions as the license granted to You
31917under this License.
31918
31919b. Each time You distribute or publicly digitally perform a Derivative
31920Work, Licensor offers to the recipient a license to the original Work on
31921the same terms and conditions as the license granted to You under this
31922License.
31923
31924c. If any provision of this License is invalid or unenforceable under
31925applicable law, it shall not affect the validity or enforceability of
31926the remainder of the terms of this License, and without further action
31927by the parties to this agreement, such provision shall be reformed to
31928the minimum extent necessary to make such provision valid and
31929enforceable.
31930
31931d. No term or provision of this License shall be deemed waived and no
31932breach consented to unless such waiver or consent shall be in writing
31933and signed by the party to be charged with such waiver or consent.
31934
31935e. This License constitutes the entire agreement between the parties
31936with respect to the Work licensed here. There are no understandings,
31937agreements or representations with respect to the Work not specified
31938here. Licensor shall not be bound by any additional provisions that may
31939appear in any communication from You. This License may not be modified
31940without the mutual written agreement of the Licensor and You.
31941
31942
31943Creative Commons is not a party to this License, and makes no warranty
31944whatsoever in connection with the Work. Creative Commons will not be
31945liable to You or any party on any legal theory for any damages
31946whatsoever, including without limitation any general, special,
31947incidental or consequential damages arising in connection to this
31948license. Notwithstanding the foregoing two (2) sentences, if Creative
31949Commons has expressly identified itself as the Licensor hereunder, it
31950shall have all rights and obligations of Licensor.
31951
31952Except for the limited purpose of indicating to the public that the Work
31953is licensed under the CCPL, neither party will use the trademark
31954"Creative Commons" or any related trademark or logo of Creative Commons
31955without the prior written consent of Creative Commons. Any permitted use
31956will be in compliance with Creative Commons'' then-current trademark
31957usage guidelines, as may be published on its website or otherwise made
31958available upon request from time to time.
31959
31960Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by/2.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution 2.0', NULL, NULL, NULL, '', NULL, false, false, true, '05a1e712270250663666f5031e86d2ee', 1, NULL);
31961INSERT INTO license_ref VALUES (403, 'CC-BY-SA-2.0', 'Creative Commons Attribution-ShareAlike 2.0
31962
31963CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
31964LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
31965ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
31966ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
31967INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
31968ITS USE.
31969
31970License
31971
31972THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
31973COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
31974COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
31975AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
31976
31977BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
31978TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
31979RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
31980AND CONDITIONS.
31981
319821. Definitions
31983
31984a. "Collective Work" means a work, such as a periodical issue, anthology
31985or encyclopedia, in which the Work in its entirety in unmodified form,
31986along with a number of other contributions, constituting separate and
31987independent works in themselves, are assembled into a collective whole.
31988A work that constitutes a Collective Work will not be considered a
31989Derivative Work (as defined below) for the purposes of this License.
31990
31991b. "Derivative Work" means a work based upon the Work or upon the Work
31992and other pre-existing works, such as a translation, musical
31993arrangement, dramatization, fictionalization, motion picture version,
31994sound recording, art reproduction, abridgment, condensation, or any
31995other form in which the Work may be recast, transformed, or adapted,
31996except that a work that constitutes a Collective Work will not be
31997considered a Derivative Work for the purpose of this License. For the
31998avoidance of doubt, where the Work is a musical composition or sound
31999recording, the synchronization of the Work in timed-relation with a
32000moving image ("synching") will be considered a Derivative Work for the
32001purpose of this License.
32002
32003c. "Licensor" means the individual or entity that offers the Work under
32004the terms of this License.
32005
32006d. "Original Author" means the individual or entity who created the
32007Work.
32008
32009e. "Work" means the copyrightable work of authorship offered under the
32010terms of this License.
32011
32012f. "You" means an individual or entity exercising rights under this
32013License who has not previously violated the terms of this License with
32014respect to the Work, or who has received express permission from the
32015Licensor to exercise rights under this License despite a previous
32016violation.
32017
32018g. "License Elements" means the following high-level license attributes
32019as selected by Licensor and indicated in the title of this License:
32020Attribution, ShareAlike.
32021
320222. Fair Use Rights. Nothing in this license is intended to reduce,
32023limit, or restrict any rights arising from fair use, first sale or other
32024limitations on the exclusive rights of the copyright owner under
32025copyright law or other applicable laws.
32026
320273. License Grant. Subject to the terms and conditions of this License,
32028Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
32029perpetual (for the duration of the applicable copyright) license to
32030exercise the rights in the Work as stated below:
32031
32032a. to reproduce the Work, to incorporate the Work into one or more
32033Collective Works, and to reproduce the Work as incorporated in the
32034Collective Works;
32035
32036b. to create and reproduce Derivative Works;
32037
32038
32039c. to distribute copies or phonorecords of, display publicly, perform
32040publicly, and perform publicly by means of a digital audio transmission
32041the Work including as incorporated in Collective Works;
32042
32043d. to distribute copies or phonorecords of, display publicly, perform
32044publicly, and perform publicly by means of a digital audio transmission
32045Derivative Works.
32046
32047e. For the avoidance of doubt, where the work is a musical composition:
32048
32049i. Performance Royalties Under Blanket Licenses. Licensor waives the
32050exclusive right to collect, whether individually or via a performance
32051rights society (e.g. ASCAP, BMI, SESAC), royalties for the public
32052performance or public digital performance (e.g. webcast) of the Work.
32053
32054ii. Mechanical Rights and Statutory Royalties. Licensor waives the
32055exclusive right to collect, whether individually or via a music rights
32056society or designated agent (e.g. Harry Fox Agency), royalties for any
32057phonorecord You create from the Work ("cover version") and distribute,
32058subject to the compulsory license created by 17 USC Section 115 of the
32059US Copyright Act (or the equivalent in other jurisdictions).
32060
32061f. Webcasting Rights and Statutory Royalties. For the avoidance of
32062doubt, where the Work is a sound recording, Licensor waives the
32063exclusive right to collect, whether individually or via a
32064performance-rights society (e.g. SoundExchange), royalties for the
32065public digital performance (e.g. webcast) of the Work, subject to the
32066compulsory license created by 17 USC Section 114 of the US Copyright Act
32067(or the equivalent in other jurisdictions).
32068
32069The above rights may be exercised in all media and formats whether now
32070known or hereafter devised. The above rights include the right to make
32071such modifications as are technically necessary to exercise the rights
32072in other media and formats. All rights not expressly granted by Licensor
32073are hereby reserved.
32074
320754. Restrictions. The license granted in Section 3 above is expressly
32076made subject to and limited by the following restrictions:
32077
32078a. You may distribute, publicly display, publicly perform, or publicly
32079digitally perform the Work only under the terms of this License, and You
32080must include a copy of, or the Uniform Resource Identifier for, this
32081License with every copy or phonorecord of the Work You distribute,
32082publicly display, publicly perform, or publicly digitally perform. You
32083may not offer or impose any terms on the Work that alter or restrict the
32084terms of this License or the recipients'' exercise of the rights granted
32085hereunder. You may not sublicense the Work. You must keep intact all
32086notices that refer to this License and to the disclaimer of warranties.
32087You may not distribute, publicly display, publicly perform, or publicly
32088digitally perform the Work with any technological measures that control
32089access or use of the Work in a manner inconsistent with the terms of
32090this License Agreement. The above applies to the Work as incorporated in
32091a Collective Work, but this does not require the Collective Work apart
32092from the Work itself to be made subject to the terms of this License. If
32093You create a Collective Work, upon notice from any Licensor You must, to
32094the extent practicable, remove from the Collective Work any reference to
32095such Licensor or the Original Author, as requested. If You create a
32096Derivative Work, upon notice from any Licensor You must, to the extent
32097practicable, remove from the Derivative Work any reference to such
32098Licensor or the Original Author, as requested.
32099
32100b. You may distribute, publicly display, publicly perform, or publicly
32101digitally perform a Derivative Work only under the terms of this
32102License, a later version of this License with the same License Elements
32103as this License, or a Creative Commons iCommons license that contains
32104the same License Elements as this License (e.g. Attribution-ShareAlike
321052.0 Japan). You must include a copy of, or the Uniform Resource
32106Identifier for, this License or other license specified in the previous
32107sentence with every copy or phonorecord of each Derivative Work You
32108distribute, publicly display, publicly perform, or publicly digitally
32109perform. You may not offer or impose any terms on the Derivative Works
32110that alter or restrict the terms of this License or the recipients''
32111exercise of the rights granted hereunder, and You must keep intact all
32112notices that refer to this License and to the disclaimer of warranties.
32113You may not distribute, publicly display, publicly perform, or publicly
32114digitally perform the Derivative Work with any technological measures
32115that control access or use of the Work in a manner inconsistent with the
32116terms of this License Agreement. The above applies to the Derivative
32117Work as incorporated in a Collective Work, but this does not require the
32118Collective Work apart from the Derivative Work itself to be made subject
32119to the terms of this License.
32120
32121c. If you distribute, publicly display, publicly perform, or publicly
32122digitally perform the Work or any Derivative Works or Collective Works,
32123You must keep intact all copyright notices for the Work and give the
32124Original Author credit reasonable to the medium or means You are
32125utilizing by conveying the name (or pseudonym if applicable) of the
32126Original Author if supplied; the title of the Work if supplied; to the
32127extent reasonably practicable, the Uniform Resource Identifier, if any,
32128that Licensor specifies to be associated with the Work, unless such URI
32129does not refer to the copyright notice or licensing information for the
32130Work; and in the case of a Derivative Work, a credit identifying the use
32131of the Work in the Derivative Work (e.g., "French translation of the
32132Work by Original Author," or "Screenplay based on original Work by
32133Original Author"). Such credit may be implemented in any reasonable
32134manner; provided, however, that in the case of a Derivative Work or
32135Collective Work, at a minimum such credit will appear where any other
32136comparable authorship credit appears and in a manner at least as
32137prominent as such other comparable authorship credit.
32138
321395. Representations, Warranties and Disclaimer
32140
32141UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
32142THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
32143CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
32144INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
32145FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
32146LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
32147WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
32148EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
32149
321506. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
32151LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
32152ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
32153ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
32154BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
32155
321567. Termination
32157
32158a. This License and the rights granted hereunder will terminate
32159automatically upon any breach by You of the terms of this License.
32160Individuals or entities who have received Derivative Works or Collective
32161Works from You under this License, however, will not have their licenses
32162terminated provided such individuals or entities remain in full
32163compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
32164survive any termination of this License.
32165
32166b. Subject to the above terms and conditions, the license granted here
32167is perpetual (for the duration of the applicable copyright in the Work).
32168Notwithstanding the above, Licensor reserves the right to release the
32169Work under different license terms or to stop distributing the Work at
32170any time; provided, however that any such election will not serve to
32171withdraw this License (or any other license that has been, or is
32172required to be, granted under the terms of this License), and this
32173License will continue in full force and effect unless terminated as
32174stated above.
32175
321768. Miscellaneous
32177
32178a. Each time You distribute or publicly digitally perform the Work or a
32179Collective Work, the Licensor offers to the recipient a license to the
32180Work on the same terms and conditions as the license granted to You
32181under this License.
32182
32183b. Each time You distribute or publicly digitally perform a Derivative
32184Work, Licensor offers to the recipient a license to the original Work on
32185the same terms and conditions as the license granted to You under this
32186License.
32187
32188c. If any provision of this License is invalid or unenforceable under
32189applicable law, it shall not affect the validity or enforceability of
32190the remainder of the terms of this License, and without further action
32191by the parties to this agreement, such provision shall be reformed to
32192the minimum extent necessary to make such provision valid and
32193enforceable.
32194
32195d. No term or provision of this License shall be deemed waived and no
32196breach consented to unless such waiver or consent shall be in writing
32197and signed by the party to be charged with such waiver or consent.
32198
32199e. This License constitutes the entire agreement between the parties
32200with respect to the Work licensed here. There are no understandings,
32201agreements or representations with respect to the Work not specified
32202here. Licensor shall not be bound by any additional provisions that may
32203appear in any communication from You. This License may not be modified
32204without the mutual written agreement of the Licensor and You.
32205
32206
32207Creative Commons is not a party to this License, and makes no warranty
32208whatsoever in connection with the Work. Creative Commons will not be
32209liable to You or any party on any legal theory for any damages
32210whatsoever, including without limitation any general, special,
32211incidental or consequential damages arising in connection to this
32212license. Notwithstanding the foregoing two (2) sentences, if Creative
32213Commons has expressly identified itself as the Licensor hereunder, it
32214shall have all rights and obligations of Licensor.
32215
32216Except for the limited purpose of indicating to the public that the Work
32217is licensed under the CCPL, neither party will use the trademark
32218"Creative Commons" or any related trademark or logo of Creative Commons
32219without the prior written consent of Creative Commons. Any permitted use
32220will be in compliance with Creative Commons'' then-current trademark
32221usage guidelines, as may be published on its website or otherwise made
32222available upon request from time to time.
32223
32224Creative Commons may be contacted at http://creativecommons.org/. ', 'http://creativecommons.org/licenses/by-sa/2.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Share Alike 2.0', NULL, NULL, NULL, '', NULL, false, false, true, 'ce44a85900133c1f98768be6f78478c2', 1, NULL);
32225INSERT INTO license_ref VALUES (437, 'OCLC-2.0', 'OCLC Research Public License 2.0
32226Terms & Conditions Of Use
32227May, 2002
32228Copyright © 2002. OCLC Online Computer Library Center, Inc. All Rights Reserved
32229
32230PLEASE READ THIS DOCUMENT CAREFULLY. BY DOWNLOADING OR USING THE CODE BASE AND/OR DOCUMENTATION ACCOMPANYING THIS LICENSE (THE "License"), YOU AGREE TO THE FOLLOWING TERMS AND CONDITIONS OF THIS LICENSE.
32231
32232Section 1. Your Rights
32233
32234Subject to these terms and conditions of this License, the OCLC Office of Research (the "Original Contributor") and each subsequent contributor (collectively with the Original Contributor, the "Contributors") hereby grant you a non-exclusive, worldwide, no-charge, transferable license to execute, prepare derivative works of, and distribute (internally and externally), for commercial and noncommercial purposes, the original code contributed by Original Contributor and all Modifications (collectively called the "Program").
32235
32236Section 2. Definitions
32237
32238A "Modification" to the Program is any addition to or deletion from the contents of any file of the Program and any new file that contains any part of the Program. If you make a Modification and distribute the Program externally you are a "Contributor." The distribution of the Program must be under the terms of this license including those in Section 3 below.
32239
32240A "Combined Work" results from combining and integrating all or parts of the Program with other code. A Combined Work may be thought of as having multiple parents or being result of multiple lines of code development.
32241
32242Section 3. Distribution Licensing Terms
32243
32244A. General Requirements
32245Except as necessary to recognize third-party rights or third-party restriction (see below), a distribution of the Program in any of the forms listed below must not put any further restrictions on the recipient’s exercise of the rights granted herein.
32246
32247As a Contributor, you represent that your Modification(s) are your original creation(s) and, to the best of your knowledge, no third party has any claim (including but not limited to intellectual property claims) relating to your Modification(s). You represent that each of your Modifications includes complete details of any third-party right or other third-party restriction associated with any part of your Modification (including a copy of any applicable license agreement).
32248
32249The Program must be distributed without charge beyond the costs of physically transferring the files to the recipient.
32250
32251This Warranty Disclaimer/Limitation of Liability must be prominently displayed with every distribution of the Program in any form:
32252
32253YOU AGREE THAT THE PROGRAM IS PROVIDED AS-IS, WITHOUT WARRANTY OF ANY KIND (EITHER EXPRESS OR IMPLIED). ACCORDINGLY, OCLC MAKES NO WARRANTIES, REPRESENTATIONS OR GUARANTEES, EITHER EXPRESS OR IMPLIED, AND DISCLAIMS ALL SUCH WARRANTIES, REPRESENTATIONS OR GUARANTEES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ANY PARTICULAR PURPOSE, AS TO: (A) THE FUNCTIONALITY OR NONINFRINGEMENT OF PROGRAM, ANY MODIFICATION, A COMBINED WORK OR AN AGGREGATE WORK; OR (B) THE RESULTS OF ANY PROJECT UNDERTAKEN USING THE PROGRAM, ANY MODIFICATION, A COMBINED WORK OR AN AGGREGATE WORK. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, CONSEQUENTIAL OR ANY OTHER DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THE PROGRAM, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. YOU HEREBY WAIVE ANY CLAIMS FOR DAMAGES OF ANY KIND AGAINST CONTRIBUTORS WHICH MAY RESULT FROM YOUR USE OF THE PROGRAM.
32254
32255B. Requirements for a Distribution of Modifiable Code
32256If you distribute the Program in a form to which the recipient can make Modifications (e.g. source code), the terms of this license apply to use by recipient. In addition, each source and data file of the Program and any Modification you distribute must contain the following notice:
32257
32258"Copyright (c) 2000- (insert then current year) OCLC Online Computer Library Center, Inc. and other contributors. All rights reserved. The contents of this file, as updated from time to time by the OCLC Office of Research, are subject to OCLC Research Public License Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a current copy of the License at http://purl.oclc.org/oclc/research/ORPL/. Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. This software consists of voluntary contributions made by many individuals on behalf of OCLC Research. For more information on OCLC Research, please see http://www.oclc.org/research/. The Original Code is ______________________________. The Initial Developer of the Original Code is ________________________. Portions created by ______________________ are Copyright (C) _____ _______________________. All Rights Reserved. Contributor(s): ______________________________________."
32259
32260C. Requirements for a Distribution of Non-modifiable Code
32261If you distribute the Program in a form to which the recipient cannot make Modifications (e.g. object code), the terms of this license apply to use by recipient and you must include the following statement in appropriate and conspicuous locations:
32262
32263"Copyright (c) 2000- (insert then current year) OCLC Online Computer Library Center, Inc. and other contributors. All rights reserved."
32264
32265In addition, the source code must be included with the object code distribution or the distributor must provide the source code to the recipient upon request.
32266
32267D. Requirements for a Combined Work Distribution
32268Distributions of Combined Works are subject to the terms of this license and must be made at no charge to the recipient beyond the costs of physically transferring the files to recipient.
32269
32270A Combined Work may be distributed as either modifiable or non-modifiable code. The requirements of Section 3.B or 3.C above (as appropriate) apply to such distributions.
32271
32272An "Aggregate Work" is when the Program exists, without integration, with other programs on a storage medium. This License does not apply to portions of an Aggregate Work which are not covered by the definition of "Program" provided in this License. You are not forbidden from selling an Aggregate Work. However, the Program contained in an Aggregate Work is subject to this License. Also, should the Program be extracted from an Aggregate Work, this License applies to any use of the Program apart from the Aggregate Work.
32273
32274Section 4. License Grant
32275
32276For purposes of permitting use of your Modifications by OCLC and other licensees hereunder, you hereby grant to OCLC and such other licensees the non-exclusive, worldwide, royalty-free, transferable, sublicenseable license to execute, copy, alter, delete, modify, adapt, change, revise, enhance, develop, publicly display, distribute (internally and externally) and/or create derivative works based on your Modifications (and derivative works thereof) in accordance with these Terms. This Section 4 shall survive termination of this License for any reason.
32277
32278Section 5. Termination of Rights
32279
32280This non-exclusive license (with respect to the grant from a particular Contributor) automatically terminates for any entity that initiates legal action for intellectual property infringement (with respect to the Program) against such Contributor as of the initiation of such action.
32281
32282If you fail to comply with this License, your rights (but not your obligations) under this License shall terminate automatically unless you cure such breach within thirty (30) days of becoming aware of the noncompliance. All sublicenses granted by you which preexist such termination and are properly granted shall survive such termination.
32283
32284Section 6. Other Terms
32285
32286Except for the copyright notices required above, you may not use any trademark of any of the Contributors without the prior written consent of the relevant Contributor. You agree not to remove, alter or obscure any copyright or other proprietary rights notice contained in the Program.
32287
32288All transfers of the Program or any part thereof shall be made in compliance with U.S. import/export regulations or other restrictions of the U.S. Department of Commerce, as well as other similar trade or commerce restrictions which might apply.
32289
32290Any patent obtained by any party covering the Program or any part thereof must include a provision providing for the free, perpetual and unrestricted commercial and noncommercial use by any third party.
32291
32292If, as a consequence of a court judgment or settlement relating to intellectual property infringement or any other cause of action, conditions are imposed on you that contradict the conditions of this License, such conditions do not excuse you from compliance with this License. If you cannot distribute the Program so as to simultaneously satisfy your obligations under this License and such other conditions, you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, you could not satisfy both the patent license and this License, and you would be required to refrain entirely from distribution of the Program.
32293
32294If you learn of a third party claim or other restriction relating to a Program you have already distributed you shall promptly redo your Program to address the issue and take all reasonable steps to inform those who may have received the Program at issue. An example of an appropriate reasonable step to inform would be posting an announcement on an appropriate web bulletin board.
32295
32296The provisions of this License are deemed to be severable, and the invalidity or unenforceability of any provision shall not affect or impair the remaining provisions which shall continue in full force and effect. In substitution for any provision held unlawful, there shall be substituted a provision of similar import reflecting the original intent of the parties hereto to the extent permissible under law.
32297
32298The Original Contributor from time to time may change this License, and the amended license will apply to all copies of the Program downloaded after the new license is posted. This License grants only the rights expressly stated herein and provides you with no implied rights or licenses to the intellectual property of any Contributor.
32299
32300This License is the complete and exclusive statement of the agreement between the parties concerning the subject matter hereof and may not be amended except by the written agreement of the parties. This License shall be governed by and construed in accordance with the laws of the State of Ohio and the United States of America, without regard to principles of conflicts of law.', 'http://www.oclc.org/research/activities/software/license/v2final.htm', NULL, NULL, NULL, 'OCLC Research Public License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '7cdb53ca385e775a395c782b9976f70a', 1, NULL);
32301INSERT INTO license_ref VALUES (390, 'WashU', 'Source Code License
32302Copyright (c) 2009, Washington University in St. Louis
32303Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
32304  * Redistributions of source code must retain the above copyright notice,
32305    this list of conditions and the following disclaimer.
32306  * Redistributions in binary form must reproduce the above copyright notice,
32307    this list of conditions and the following disclaimer in the documentation
32308    and/or other materials provided with the distribution.
32309  * Neither the name of Washington University in St. Louis nor the names of its
32310    contributors may be used to endorse or promote products derived from
32311    this software without specific prior written permission.
32312THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.', 'http://ultrasound.engineering.wustl.edu/index.php/Washington_University_in_St._Louis', NULL, NULL, NULL, 'Washing University Source Code License', NULL, NULL, NULL, '', NULL, false, false, false, '25da96f07556435b05bf767d6165f34c', 1, NULL);
32313INSERT INTO license_ref VALUES (317, 'GPL-2.0', 'GNU General Public License, version 2
32314What to do if you see a possible GPL violation
32315Translations of the GPL
32316GPL Frequently Asked Questions
32317The GNU General Public License (GPL) in plain text format
32318The GNU General Public License (GPL) in Texinfo format
32319The GNU General Public License (GPL) in LaTeX format
32320The GNU General Public License (GPL) as an appendix in DocBook format
32321Table of Contents
32322
32323GNU GENERAL PUBLIC LICENSE
32324Preamble
32325TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
32326How to Apply These Terms to Your New Programs
32327GNU GENERAL PUBLIC LICENSE
32328
32329Version 2, June 1991
32330
32331Copyright (C) 1989, 1991 Free Software Foundation, Inc.
3233251 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
32333
32334Everyone is permitted to copy and distribute verbatim copies
32335of this license document, but changing it is not allowed.
32336Preamble
32337
32338The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation''s software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too.
32339
32340When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
32341
32342To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.
32343
32344For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
32345
32346We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.
32347
32348Also, for each author''s protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors'' reputations.
32349
32350Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone''s free use or not licensed at all.
32351
32352The precise terms and conditions for copying, distribution and modification follow.
32353
32354TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
32355
323560. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".
32357
32358Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.
32359
323601. You may copy and distribute verbatim copies of the Program''s source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.
32361
32362You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
32363
323642. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
32365
32366a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
32367b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
32368c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)
32369These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
32370
32371Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.
32372
32373In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
32374
323753. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
32376
32377a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
32378b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
32379c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)
32380The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
32381
32382If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.
32383
323844. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
32385
323865. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.
32387
323886. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients'' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
32389
323907. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.
32391
32392If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.
32393
32394It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
32395
32396This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
32397
323988. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
32399
324009. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
32401
32402Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.
32403
3240410. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
32405
32406NO WARRANTY
32407
3240811. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
32409
3241012. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
32411
32412END OF TERMS AND CONDITIONS
32413
32414How to Apply These Terms to Your New Programs
32415
32416If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
32417
32418To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
32419
32420one line to give the program''s name and an idea of what it does.
32421Copyright (C) yyyy  name of author
32422
32423This program is free software; you can redistribute it and/or
32424modify it under the terms of the GNU General Public License
32425as published by the Free Software Foundation; either version 2
32426of the License, or (at your option) any later version.
32427
32428This program is distributed in the hope that it will be useful,
32429but WITHOUT ANY WARRANTY; without even the implied warranty of
32430MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32431GNU General Public License for more details.
32432
32433You should have received a copy of the GNU General Public License
32434along with this program; if not, write to the Free Software
32435Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
32436Also add information on how to contact you by electronic and paper mail.
32437
32438If the program is interactive, make it output a short notice like this when it starts in an interactive mode:
32439
32440Gnomovision version 69, Copyright (C) year name of author
32441Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
32442type `show w''.  This is free software, and you are welcome
32443to redistribute it under certain conditions; type `show c''
32444for details.
32445The hypothetical commands `show w'' and `show c'' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w'' and `show c''; they could even be mouse-clicks or menu items--whatever suits your program.
32446
32447You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names:
32448
32449Yoyodyne, Inc., hereby disclaims all copyright
32450interest in the program `Gnomovision''
32451(which makes passes at compilers) written
32452by James Hacker.
32453
32454signature of Ty Coon, 1 April 1989
32455Ty Coon, President of Vice
32456This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License.', 'http://www.opensource.org/licenses/GPL-2.0', NULL, NULL, NULL, 'GNU General Public License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '71b07dc795191fc20503d1953b54235d', 1, NULL);
32457INSERT INTO license_ref VALUES (289, 'OPL-1.0', 'OPEN PUBLIC LICENSE
32458
32459Version 1.0
32460
324611. Definitions.
32462
324631.1. "Contributor" means each entity that creates or contributes to
32464the creation of Modifications.
32465
324661.2. "Contributor Version" means the combination of the Original
32467Code, prior Modifications used by a Contributor, and the
32468Modifications made by that particular Contributor.
32469
324701.3. "Covered Code" means the Original Code or Modifications or the
32471combination of the Original Code and Modifications, in each case
32472including portions thereof.
32473
324741.4. "Electronic Distribution Mechanism" means a mechanism
32475generally accepted in the software development community for the
32476electronic transfer of data.
32477
324781.5. "Executable" means Covered Code in any form other than Source
32479Code.
32480
324811.6. "Initial Developer" means the individual or entity identified
32482as the Initial Developer in the Source Code notice required by
32483Exhibit A.
32484
324851.7. "Larger Work" means a work, which combines Covered Code or
32486portions thereof with code not governed by the terms of this
32487License.
32488
324891.8. "License" means this document and the corresponding addendum
32490described in section 6.4 below.
32491
324921.9. "Modifications" means any addition to or deletion from the
32493substance or structure of either the Original Code or any previous
32494Modifications. When Covered Code is released as a series of files,
32495a Modification is:
32496
32497A. Any addition to or deletion from the contents of a file
32498containing Original Code or previous Modifications.
32499
32500B. Any new file that contains any part of the Original Code
32501or previous Modifications.
32502
325031.10. "Original Code" means Source Code of computer software code
32504which is described in the Source Code notice required by Exhibit A
32505as Original Code, and which, at the time of its release under this
32506License is not already Covered Code governed by this License.
32507
325081.11. "Source Code" means the preferred form of the Covered Code
32509for making modifications to it, including all modules it contains,
32510plus any associated interface definition files, scripts used to
32511control compilation and installation of an Executable, or a list of
32512source code differential comparisons against either the Original
32513Code or another well known, available Covered Code of the
32514Contributor''s choice. The Source Code can be in a compressed or
32515archival form, provided the appropriate decompression or
32516de-archiving software is widely available for no charge.
32517
325181.12. "You" means an individual or a legal entity exercising rights
32519under, and complying with all of the terms of, this License or a
32520future version of this License issued under Section 6.1. For legal
32521entities, "You'''' includes any entity which controls, is controlled
32522by, or is under common control with You. For purposes of this
32523definition, "control'''' means (a) the power, direct or indirect, to
32524cause the direction or management of such entity, whether by
32525contract or otherwise, or (b) ownership of fifty percent (50%) or
32526more of the outstanding shares or beneficial ownership of such
32527entity.
32528
325291.13 "License Author" means Lutris Technologies, Inc.
32530
325312. Source Code License.
32532
325332.1. The Initial Developer Grant.
32534The Initial Developer hereby grants You a worldwide, royalty-free,
32535non-exclusive license, subject to third party intellectual property
32536claims:
32537
32538(a) under intellectual property rights (other than patent or
32539trademark) to use, reproduce, modify, display, perform,
32540sublicense and distribute the Original Code (or portions
32541thereof) with or without Modifications, or as part of a
32542Larger Work; and
32543
32544(b) under patents now or hereafter owned or controlled by
32545Initial Developer, to make, have made, use and sell (``offer
32546to sell and import'''') the Original Code (or portions
32547thereof), but solely to the extent that any such patent is
32548reasonably necessary to enable You to Utilize the Original
32549Code (or portions thereof) and not to any greater extent
32550that may be necessary to Utilize further Modifications or
32551combinations.
32552
325532.2. Contributor Grant.
32554Each Contributor hereby grants You a worldwide, royalty-free,
32555non-exclusive license, subject to third party intellectual property
32556claims:
32557
32558(a) under intellectual property rights (other than patent or
32559trademark) to use, reproduce, modify, display, perform,
32560sublicense and distribute the Modifications created by such
32561Contributor (or portions thereof) either on an unmodified
32562basis, with other Modifications, as Covered Code or as part
32563of a Larger Work; and
32564
32565(b) under patents now or hereafter owned or controlled by
32566Contributor, to to make, have made, use and sell (``offer to
32567sell and import'''') the Contributor Version (or portions
32568thereof), but solely to the extent that any such patent is
32569reasonably necessary to enable You to Utilize the
32570Contributor Version (or portions thereof), and not to any
32571greater extent that may be necessary to Utilize further
32572Modifications or combinations
32573
325743. Distribution Obligations.
32575
325763.1. Application of License.
32577The Modifications which You create or to which You contribute are
32578governed by the terms of this License, including without limitation
32579Section 2.2. The Source Code version of Covered Code may be
32580distributed only under the terms of this License or a future
32581version of this License released under Section 6.1, and You must
32582include a copy of this License with every copy of the Source Code
32583You distribute. You may not offer or impose any terms on any Source
32584Code version that alters or restricts the applicable version of
32585this License or the recipients'' rights hereunder. However, You may
32586include an additional document offering the additional rights
32587described in Section 3.5.
32588
325893.2. Availability of Source Code.
32590Any Modification which You create or to which You contribute must
32591be made available, prior to any use, except for internal
32592development and practice, in Source Code form under the terms of
32593this License either on the same media as an Executable version or
32594via an accepted Electronic Distribution Mechanism to anyone to whom
32595you made an Executable version available; and if made available via
32596Electronic Distribution Mechanism, must remain available for at
32597least twelve (12) months after the date it initially became
32598available, or at least six (6) months after a subsequent version of
32599that particular Modification has been made available to such
32600recipients. You shall notify the Initial Developer of the
32601Modification and the location of the Source Code via the contact
32602means provided for in the Developer Specific license. Initial
32603Developer will be acting as maintainer of the Source Code and may
32604provide an Electronic Distribution mechanism for the Modification
32605to be made available.
32606
326073.3. Description of Modifications.
32608You must cause all Covered Code to which you contribute to contain
32609a file documenting the changes You made to create that Covered Code
32610and the date of any change. You must include a prominent statement
32611that the Modification is derived, directly or indirectly, from
32612Original Code provided by the Initial Developer and including the
32613name of the Initial Developer in (a) the Source Code, and (b) in
32614any notice in an Executable version or related documentation in
32615which You describe the origin or ownership of the Covered Code.
32616
326173.4. Intellectual Property Matters
32618
32619(a) Third Party Claims.
32620If You have knowledge that a party claims an intellectual
32621property right in particular functionality or code (or its
32622utilization under this License), you must include a text
32623file with the source code distribution titled "LEGAL" which
32624describes the claim and the party making the claim in
32625sufficient detail that a recipient will know whom to
32626contact. If you obtain such knowledge after You make Your
32627Modification available as described in Section 3.2, You
32628shall promptly modify the LEGAL file in all copies You make
32629available thereafter and shall take other steps (such as
32630notifying appropriate mailing lists or newsgroups)
32631reasonably calculated to inform those who received the
32632Covered Code that new knowledge has been obtained.
32633
32634(b) Representations.
32635
32636Contributor represents that, except as disclosed pursuant to
32637Section 3.4(a) above, Contributor believes that
32638Contributor''s Modifications are Contributor''s original
32639creation(s) and/or Contributor has sufficient rights to
32640grant the rights conveyed by this License.
32641
326423.5. Required Notices.
32643You must duplicate the notice in Exhibit A in each file of the
32644Source Code, and this License in any documentation for the Source
32645Code, where You describe recipients'' rights relating to Covered
32646Code. If You created one or more Modification(s), You may add your
32647name as a Contributor to the notice described in Exhibit A. If it
32648is not possible to put such notice in a particular Source Code file
32649due to its structure, then you must include such notice in a
32650location (such as a relevant directory file) where a user would be
32651likely to look for such a notice. You may choose to offer, and to
32652charge a fee for, warranty, support, indemnity or liability
32653obligations to one or more recipients of Covered Code. However, You
32654may do so only on Your own behalf, and not on behalf of the Initial
32655Developer or any Contributor. You must make it absolutely clear
32656that any such warranty, support, indemnity or liability obligation
32657is offered by You alone, and You hereby agree to indemnify the
32658Initial Developer and every Contributor for any liability incurred
32659by the Initial Developer or such Contributor as a result of
32660warranty, support, indemnity or liability terms You offer.
32661
326623.6. Distribution of Executable Versions.
32663You may distribute Covered Code in Executable form only if the
32664requirements of Section 3.1-3.5 have been met for that Covered
32665Code, and if You include a notice stating that the Source Code
32666version of the Covered Code is available under the terms of this
32667License, including a description of how and where You have
32668fulfilled the obligations of Section 3.2. The notice must be
32669conspicuously included in any notice in an Executable version,
32670related documentation or collateral in which You describe
32671recipients'' rights relating to the Covered Code. You may distribute
32672the Executable version of Covered Code under a license of Your
32673choice, which may contain terms different from this License,
32674provided that You are in compliance with the terms of this License
32675and that the license for the Executable version does not attempt to
32676limit or alter the recipient''s rights in the Source Code version
32677from the rights set forth in this License. If You distribute the
32678Executable version under a different license You must make it
32679absolutely clear that any terms which differ from this License are
32680offered by You alone, not by the Initial Developer or any
32681Contributor. You hereby agree to indemnify the Initial Developer
32682and every Contributor for any liability incurred by the Initial
32683Developer or such Contributor as a result of any such terms You
32684offer. If you distribute executable versions containing Covered
32685Code, you must reproduce the notice in Exhibit B in the
32686documentation and/or other materials provided with the product.
32687
326883.7. Larger Works.
32689You may create a Larger Work by combining Covered Code with other
32690code not governed by the terms of this License and distribute the
32691Larger Work as a single product. In such a case, You must make sure
32692the requirements of this License are fulfilled for the Covered
32693Code.
32694
326954. Inability to Comply Due to Statute or Regulation.
32696
32697If it is impossible for You to comply with any of the terms of this
32698License with respect to some or all of the Covered Code due to
32699statute or regulation then You must: (a) comply with the terms of
32700this License to the maximum extent possible; and (b) Cite all of
32701the statutes or regulations that prohibit you from complying fully
32702with this license. (c) describe the limitations and the code they
32703affect. Such description must be included in the LEGAL file
32704described in Section 3.4 and must be included with all
32705distributions of the Source Code. Except to the extent prohibited
32706by statute or regulation, such description must be sufficiently
32707detailed for a recipient of ordinary skill to be able to understand
32708it.
32709
327105. Application of this License.
32711
32712This License applies to code to which the Initial Developer has
32713attached the notice in Exhibit A, and to related Covered Code.
32714
327156. Versions of the License.
32716
327176.1. New Versions.
32718License Author may publish revised and/or new versions of the
32719License from time to time. Each version will be given a
32720distinguishing version number and shall be submitted to
32721opensource.org for certification.
32722
327236.2. Effect of New Versions.
32724Once Covered Code has been published under a particular version of
32725the License, You may always continue to use it under the terms of
32726that version. You may also choose to use such Covered Code under
32727the terms of any subsequent version of the License published by
32728Initial Developer. No one other than Initial Developer has the
32729right to modify the terms applicable to Covered Code created under
32730this License.
32731
327326.3. Derivative Works.
32733If you create or use a modified version of this License, except in
32734association with the required Developer Specific License described
32735in section 6.4, (which you may only do in order to apply it to code
32736which is not already Covered Code governed by this License), you
32737must (a) rename Your license so that the phrases ``Open'''',
32738``OpenPL'''', ``OPL'''' or any confusingly similar phrase do not appear
32739anywhere in your license and (b) otherwise make it clear that your
32740version of the license contains terms which differ from the Open
32741Public License. (Filling in the name of the Initial Developer,
32742Original Code or Contributor in the notice described in Exhibit A
32743shall not of themselves be deemed to be modifications of this
32744License.)
32745
327466.4. Required Additional Developer Specific License
32747
32748This license is a union of the following two parts that should be
32749found as text files in the same place (directory), in the order of
32750preeminence:
32751
32752[1] A Developer specific license.
32753
32754[2] The contents of this file OPL_1_0.TXT, stating the general
32755licensing policy of the software.
32756
32757In case of conflicting dispositions in the parts of this license,
32758the terms of the lower-numbered part will always be superseded by
32759the terms of the higher numbered part.
32760
327617. DISCLAIMER OF WARRANTY.
32762
32763COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
32764WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
32765WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
32766DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR
32767NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
32768THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE
32769DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER
32770CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR
32771CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART
32772OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER
32773EXCEPT UNDER THIS DISCLAIMER.
32774
327758. TERMINATION.
32776
327778.1 Termination upon Breach
32778
32779This License and the rights granted hereunder will terminate
32780automatically if You fail to comply with terms herein and fail to cure
32781such breach within 30 days of becoming aware of the breach. All
32782sublicenses to the Covered Code, which are properly granted, shall
32783survive any termination of this License. Provisions that, by their
32784nature, must remain in effect beyond the termination of this License
32785shall survive.
32786
32787
32788
327898.2. Termination Upon Litigation. If You initiate litigation by
32790asserting a patent infringement claim (excluding declatory judgment
32791actions) against Initial Developer or a Contributor (the Initial
32792Developer or Contributor against whom You file such action is referred
32793to as "Participant") alleging that:
32794
32795(a) such Participant''s Contributor Version directly or
32796indirectly infringes any patent, then any and all rights
32797granted by such Participant to You under Sections 2.1 and/or
327982.2 of this License shall, upon 60 days notice from Participant
32799terminate prospectively, unless if within 60 days after receipt
32800of notice You either: (i) agree in writing to pay Participant a
32801mutually agreeable reasonable royalty for Your past and future
32802use of Modifications made by such Participant, or (ii) withdraw
32803Your litigation claim with respect to the Contributor Version
32804against such Participant. If within 60 days of notice, a
32805reasonable royalty and payment arrangement are not mutually
32806agreed upon in writing by the parties or the litigation claim
32807is not withdrawn, the rights granted by Participant to You
32808under Sections 2.1 and/or 2.2 automatically terminate at the
32809expiration of the 60 day notice period specified above.
32810
32811(b) any software, hardware, or device, other than such
32812Participant''s Contributor Version, directly or indirectly
32813infringes any patent, then any rights granted to You by such
32814Participant under Sections 2.1(b) and 2.2(b) are revoked
32815effective as of the date You first made, used, sold,
32816distributed, or had made, Modifications made by that
32817Participant.
32818
328198.3. If You assert a patent infringement claim against Participant
32820alleging that such Participant''s Contributor Version directly or
32821indirectly infringes any patent where such claim is resolved (such as
32822by license or settlement) prior to the initiation of patent
32823infringement litigation, then the reasonable value of the licenses
32824granted by such Participant under Sections 2.1 or 2.2 shall be taken
32825into account in determining the amount or value of any payment or
32826license.
32827
328288.4. In the event of termination under Sections 8.1 or 8.2 above, all
32829end user license agreements (excluding distributors and resellers)
32830which have been validly granted by You or any distributor hereunder
32831prior to termination shall survive termination.
32832
32833
32834
328359. LIMITATION OF LIABILITY.
32836
32837UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
32838(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL
32839DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
32840OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER
32841PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
32842OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
32843GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND
32844ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE
32845BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
32846LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
32847RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
32848PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
32849EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
32850THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
32851
3285210. U.S. GOVERNMENT END USERS.
32853
32854The Covered Code is a ``commercial item,'''' as that term is defined in
3285548 C.F.R. 2.101 (Oct. 1995), consisting of ``commercial computer
32856software'''' and ``commercial computer software documentation,'''' as such
32857terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
32858C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
32859all U.S. Government End Users acquire Covered Code with only those
32860rights set forth herein.
32861
3286211. MISCELLANEOUS.
32863
32864This section was intentionally left blank. The contents of this
32865section are found in the corresponding addendum described above.
32866
3286712. RESPONSIBILITY FOR CLAIMS.
32868
32869Except in cases where another Contributor has failed to comply with
32870Section 3.4, You are responsible for damages arising, directly or
32871indirectly, out of Your utilization of rights under this License,
32872based on the number of copies of Covered Code you made available, the
32873revenues you received from utilizing such rights, and other relevant
32874factors. You agree to work with affected parties to distribute with
32875Initial Developer responsibility on an equitable basis.
32876
32877EXHIBIT A.
32878
32879Text for this Exhibit A is found in the corresponding addendum,
32880described in section 6.4 above, text file provided by the Initial
32881Developer. This license is not valid or complete with out that
32882file.
32883
32884EXHIBIT B.
32885
32886Text for this Exhibit B is found in the corresponding addendum,
32887described in section 6.4 above, text file provided by the Initial
32888Developer. This license is not valid or complete with out that
32889file. ', 'https://fedoraproject.org/wiki/Licensing/Open_Public_License', NULL, NULL, NULL, 'Open Public License v1.0', NULL, NULL, NULL, '', NULL, false, false, true, '71919ed1bae33e9e45d3f895caa7217e', 1, NULL);
32890INSERT INTO license_ref VALUES (420, 'CC-BY-NC-3.0', 'Creative Commons Attribution-NonCommercial 3.0 Unported
32891
32892CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
32893LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
32894ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
32895ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
32896INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
32897ITS USE.
32898
32899License
32900
32901THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
32902COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
32903COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
32904AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
32905
32906BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
32907TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
32908BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
32909CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
32910CONDITIONS.
32911
329121. Definitions
32913
32914a. "Adaptation" means a work based upon the Work, or upon the Work and
32915other pre-existing works, such as a translation, adaptation, derivative
32916work, arrangement of music or other alterations of a literary or
32917artistic work, or phonogram or performance and includes cinematographic
32918adaptations or any other form in which the Work may be recast,
32919transformed, or adapted including in any form recognizably derived from
32920the original, except that a work that constitutes a Collection will not
32921be considered an Adaptation for the purpose of this License. For the
32922avoidance of doubt, where the Work is a musical work, performance or
32923phonogram, the synchronization of the Work in timed-relation with a
32924moving image ("synching") will be considered an Adaptation for the
32925purpose of this License.
32926
32927b. "Collection" means a collection of literary or artistic works, such
32928as encyclopedias and anthologies, or performances, phonograms or
32929broadcasts, or other works or subject matter other than works listed in
32930Section 1(f) below, which, by reason of the selection and arrangement of
32931their contents, constitute intellectual creations, in which the Work is
32932included in its entirety in unmodified form along with one or more other
32933contributions, each constituting separate and independent works in
32934themselves, which together are assembled into a collective whole. A work
32935that constitutes a Collection will not be considered an Adaptation (as
32936defined above) for the purposes of this License.
32937
32938c. "Distribute" means to make available to the public the original and
32939copies of the Work or Adaptation, as appropriate, through sale or other
32940transfer of ownership.
32941
32942d. "Licensor" means the individual, individuals, entity or entities that
32943offer(s) the Work under the terms of this License.
32944
32945e. "Original Author" means, in the case of a literary or artistic work,
32946the individual, individuals, entity or entities who created the Work or
32947if no individual or entity can be identified, the publisher; and in
32948addition (i) in the case of a performance the actors, singers,
32949musicians, dancers, and other persons who act, sing, deliver, declaim,
32950play in, interpret or otherwise perform literary or artistic works or
32951expressions of folklore; (ii) in the case of a phonogram the producer
32952being the person or legal entity who first fixes the sounds of a
32953performance or other sounds; and, (iii) in the case of broadcasts, the
32954organization that transmits the broadcast.
32955
32956f. "Work" means the literary and/or artistic work offered under the
32957terms of this License including without limitation any production in the
32958literary, scientific and artistic domain, whatever may be the mode or
32959form of its expression including digital form, such as a book, pamphlet
32960and other writing; a lecture, address, sermon or other work of the same
32961nature; a dramatic or dramatico-musical work; a choreographic work or
32962entertainment in dumb show; a musical composition with or without words;
32963a cinematographic work to which are assimilated works expressed by a
32964process analogous to cinematography; a work of drawing, painting,
32965architecture, sculpture, engraving or lithography; a photographic work
32966to which are assimilated works expressed by a process analogous to
32967photography; a work of applied art; an illustration, map, plan, sketch
32968or three-dimensional work relative to geography, topography,
32969architecture or science; a performance; a broadcast; a phonogram; a
32970compilation of data to the extent it is protected as a copyrightable
32971work; or a work performed by a variety or circus performer to the extent
32972it is not otherwise considered a literary or artistic work.
32973
32974g. "You" means an individual or entity exercising rights under this
32975License who has not previously violated the terms of this License with
32976respect to the Work, or who has received express permission from the
32977Licensor to exercise rights under this License despite a previous
32978violation.
32979
32980h. "Publicly Perform" means to perform public recitations of the Work
32981and to communicate to the public those public recitations, by any means
32982or process, including by wire or wireless means or public digital
32983performances; to make available to the public Works in such a way that
32984members of the public may access these Works from a place and at a place
32985individually chosen by them; to perform the Work to the public by any
32986means or process and the communication to the public of the performances
32987of the Work, including by public digital performance; to broadcast and
32988rebroadcast the Work by any means including signs, sounds or images.
32989
32990i. "Reproduce" means to make copies of the Work by any means including
32991without limitation by sound or visual recordings and the right of
32992fixation and reproducing fixations of the Work, including storage of a
32993protected performance or phonogram in digital form or other electronic
32994medium.
32995
329962. Fair Dealing Rights. Nothing in this License is intended to reduce,
32997limit, or restrict any uses free from copyright or rights arising from
32998limitations or exceptions that are provided for in connection with the
32999copyright protection under copyright law or other applicable laws.
33000
330013. License Grant. Subject to the terms and conditions of this License,
33002Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
33003perpetual (for the duration of the applicable copyright) license to
33004exercise the rights in the Work as stated below:
33005
33006a. to Reproduce the Work, to incorporate the Work into one or more
33007Collections, and to Reproduce the Work as incorporated in the
33008Collections;
33009
33010b. to create and Reproduce Adaptations provided that any such
33011Adaptation, including any translation in any medium, takes reasonable
33012steps to clearly label, demarcate or otherwise identify that changes
33013were made to the original Work. For example, a translation could be
33014marked "The original work was translated from English to Spanish," or a
33015modification could indicate "The original work has been modified.";
33016
33017c. to Distribute and Publicly Perform the Work including as incorporated
33018in Collections; and,
33019
33020d. to Distribute and Publicly Perform Adaptations.
33021
33022The above rights may be exercised in all media and formats whether now
33023known or hereafter devised. The above rights include the right to make
33024such modifications as are technically necessary to exercise the rights
33025in other media and formats. Subject to Section 8(f), all rights not
33026expressly granted by Licensor are hereby reserved, including but not
33027limited to the rights set forth in Section 4(d).
33028
330294. Restrictions. The license granted in Section 3 above is expressly
33030made subject to and limited by the following restrictions:
33031
33032a. You may Distribute or Publicly Perform the Work only under the terms
33033of this License. You must include a copy of, or the Uniform Resource
33034Identifier (URI) for, this License with every copy of the Work You
33035Distribute or Publicly Perform. You may not offer or impose any terms on
33036the Work that restrict the terms of this License or the ability of the
33037recipient of the Work to exercise the rights granted to that recipient
33038under the terms of the License. You may not sublicense the Work. You
33039must keep intact all notices that refer to this License and to the
33040disclaimer of warranties with every copy of the Work You Distribute or
33041Publicly Perform. When You Distribute or Publicly Perform the Work, You
33042may not impose any effective technological measures on the Work that
33043restrict the ability of a recipient of the Work from You to exercise the
33044rights granted to that recipient under the terms of the License. This
33045Section 4(a) applies to the Work as incorporated in a Collection, but
33046this does not require the Collection apart from the Work itself to be
33047made subject to the terms of this License. If You create a Collection,
33048upon notice from any Licensor You must, to the extent practicable,
33049remove from the Collection any credit as required by Section 4(c), as
33050requested. If You create an Adaptation, upon notice from any Licensor
33051You must, to the extent practicable, remove from the Adaptation any
33052credit as required by Section 4(c), as requested.
33053
33054b. You may not exercise any of the rights granted to You in Section 3
33055above in any manner that is primarily intended for or directed toward
33056commercial advantage or private monetary compensation. The exchange of
33057the Work for other copyrighted works by means of digital file-sharing or
33058otherwise shall not be considered to be intended for or directed toward
33059commercial advantage or private monetary compensation, provided there is
33060no payment of any monetary compensation in connection with the exchange
33061of copyrighted works.
33062
33063c. If You Distribute, or Publicly Perform the Work or any Adaptations or
33064Collections, You must, unless a request has been made pursuant to
33065Section 4(a), keep intact all copyright notices for the Work and
33066provide, reasonable to the medium or means You are utilizing: (i) the
33067name of the Original Author (or pseudonym, if applicable) if supplied,
33068and/or if the Original Author and/or Licensor designate another party or
33069parties (e.g., a sponsor institute, publishing entity, journal) for
33070attribution ("Attribution Parties") in Licensor''s copyright notice,
33071terms of service or by other reasonable means, the name of such party or
33072parties; (ii) the title of the Work if supplied; (iii) to the extent
33073reasonably practicable, the URI, if any, that Licensor specifies to be
33074associated with the Work, unless such URI does not refer to the
33075copyright notice or licensing information for the Work; and, (iv)
33076consistent with Section 3(b), in the case of an Adaptation, a credit
33077identifying the use of the Work in the Adaptation (e.g., "French
33078translation of the Work by Original Author," or "Screenplay based on
33079original Work by Original Author"). The credit required by this Section
330804(c) may be implemented in any reasonable manner; provided, however,
33081that in the case of a Adaptation or Collection, at a minimum such credit
33082will appear, if a credit for all contributing authors of the Adaptation
33083or Collection appears, then as part of these credits and in a manner at
33084least as prominent as the credits for the other contributing authors.
33085For the avoidance of doubt, You may only use the credit required by this
33086Section for the purpose of attribution in the manner set out above and,
33087by exercising Your rights under this License, You may not implicitly or
33088explicitly assert or imply any connection with, sponsorship or
33089endorsement by the Original Author, Licensor and/or Attribution Parties,
33090as appropriate, of You or Your use of the Work, without the separate,
33091express prior written permission of the Original Author, Licensor and/or
33092Attribution Parties.
33093
33094d. For the avoidance of doubt:
33095
33096i. Non-waivable Compulsory License Schemes. In those jurisdictions in
33097which the right to collect royalties through any statutory or compulsory
33098licensing scheme cannot be waived, the Licensor reserves the exclusive
33099right to collect such royalties for any exercise by You of the rights
33100granted under this License;
33101
33102ii. Waivable Compulsory License Schemes. In those jurisdictions in which
33103the right to collect royalties through any statutory or compulsory
33104licensing scheme can be waived, the Licensor reserves the exclusive
33105right to collect such royalties for any exercise by You of the rights
33106granted under this License if Your exercise of such rights is for a
33107purpose or use which is otherwise than noncommercial as permitted under
33108Section 4(b) and otherwise waives the right to collect royalties through
33109any statutory or compulsory licensing scheme; and,
33110
33111iii. Voluntary License Schemes. The Licensor reserves the right to
33112collect royalties, whether individually or, in the event that the
33113Licensor is a member of a collecting society that administers voluntary
33114licensing schemes, via that society, from any exercise by You of the
33115rights granted under this License that is for a purpose or use which is
33116otherwise than noncommercial as permitted under Section 4(c).
33117
33118e. Except as otherwise agreed in writing by the Licensor or as may be
33119otherwise permitted by applicable law, if You Reproduce, Distribute or
33120Publicly Perform the Work either by itself or as part of any Adaptations
33121or Collections, You must not distort, mutilate, modify or take other
33122derogatory action in relation to the Work which would be prejudicial to
33123the Original Author''s honor or reputation. Licensor agrees that in those
33124jurisdictions (e.g. Japan), in which any exercise of the right granted
33125in Section 3(b) of this License (the right to make Adaptations) would be
33126deemed to be a distortion, mutilation, modification or other derogatory
33127action prejudicial to the Original Author''s honor and reputation, the
33128Licensor will waive or not assert, as appropriate, this Section, to the
33129fullest extent permitted by the applicable national law, to enable You
33130to reasonably exercise Your right under Section 3(b) of this License
33131(right to make Adaptations) but not otherwise.
33132
331335. Representations, Warranties and Disclaimer
33134
33135UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
33136OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
33137KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
33138INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
33139FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
33140LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
33141WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
33142EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
33143
331446. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
33145LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
33146ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
33147ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
33148BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
33149
331507. Termination
33151
33152a. This License and the rights granted hereunder will terminate
33153automatically upon any breach by You of the terms of this License.
33154Individuals or entities who have received Adaptations or Collections
33155from You under this License, however, will not have their licenses
33156terminated provided such individuals or entities remain in full
33157compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
33158survive any termination of this License.
33159
33160b. Subject to the above terms and conditions, the license granted here
33161is perpetual (for the duration of the applicable copyright in the Work).
33162Notwithstanding the above, Licensor reserves the right to release the
33163Work under different license terms or to stop distributing the Work at
33164any time; provided, however that any such election will not serve to
33165withdraw this License (or any other license that has been, or is
33166required to be, granted under the terms of this License), and this
33167License will continue in full force and effect unless terminated as
33168stated above.
33169
331708. Miscellaneous
33171
33172a. Each time You Distribute or Publicly Perform the Work or a
33173Collection, the Licensor offers to the recipient a license to the Work
33174on the same terms and conditions as the license granted to You under
33175this License.
33176
33177b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
33178offers to the recipient a license to the original Work on the same terms
33179and conditions as the license granted to You under this License.
33180
33181c. If any provision of this License is invalid or unenforceable under
33182applicable law, it shall not affect the validity or enforceability of
33183the remainder of the terms of this License, and without further action
33184by the parties to this agreement, such provision shall be reformed to
33185the minimum extent necessary to make such provision valid and
33186enforceable.
33187
33188d. No term or provision of this License shall be deemed waived and no
33189breach consented to unless such waiver or consent shall be in writing
33190and signed by the party to be charged with such waiver or consent.
33191
33192e. This License constitutes the entire agreement between the parties
33193with respect to the Work licensed here. There are no understandings,
33194agreements or representations with respect to the Work not specified
33195here. Licensor shall not be bound by any additional provisions that may
33196appear in any communication from You. This License may not be modified
33197without the mutual written agreement of the Licensor and You.
33198
33199f. The rights granted under, and the subject matter referenced, in this
33200License were drafted utilizing the terminology of the Berne Convention
33201for the Protection of Literary and Artistic Works (as amended on
33202September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
33203Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and
33204the Universal Copyright Convention (as revised on July 24, 1971). These
33205rights and subject matter take effect in the relevant jurisdiction in
33206which the License terms are sought to be enforced according to the
33207corresponding provisions of the implementation of those treaty
33208provisions in the applicable national law. If the standard suite of
33209rights granted under applicable copyright law includes additional rights
33210not granted under this License, such additional rights are deemed to be
33211included in the License; this License is not intended to restrict the
33212license of any rights under applicable law.
33213
33214
33215Creative Commons Notice
33216
33217Creative Commons is not a party to this License, and makes no warranty
33218whatsoever in connection with the Work. Creative Commons will not be
33219liable to You or any party on any legal theory for any damages
33220whatsoever, including without limitation any general, special,
33221incidental or consequential damages arising in connection to this
33222license. Notwithstanding the foregoing two (2) sentences, if Creative
33223Commons has expressly identified itself as the Licensor hereunder, it
33224shall have all rights and obligations of Licensor.
33225
33226Except for the limited purpose of indicating to the public that the Work
33227is licensed under the CCPL, Creative Commons does not authorize the use
33228by either party of the trademark "Creative Commons" or any related
33229trademark or logo of Creative Commons without the prior written consent
33230of Creative Commons. Any permitted use will be in compliance with
33231Creative Commons'' then-current trademark usage guidelines, as may be
33232published on its website or otherwise made available upon request from
33233time to time. For the avoidance of doubt, this trademark restriction
33234does not form part of the License.
33235
33236Creative Commons may be contacted at http://creativecommons.org/.', 'http://creativecommons.org/licenses/by-nc/3.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial 3.0', NULL, NULL, NULL, '', NULL, false, false, false, '15c3bb849602bd1133262f42ac9ccd97', 1, NULL);
33237INSERT INTO license_ref VALUES (421, 'CNRI-Python', 'CNRI OPEN SOURCE LICENSE AGREEMENT
33238
33239IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY.
33240
33241BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR OTHERWISE USING PYTHON 1.6, beta 1 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT.
33242
332431. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6, beta 1 software in source or binary form and its associated documentation, as released at the www.python.org Internet site on August 4, 2000 ("Python 1.6b1").
33244
332452. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6b1 alone or in any derivative version, provided, however, that CNRIs License Agreement is retained in Python 1.6b1, alone or in any derivative version prepared by Licensee.
33246
33247Alternately, in lieu of CNRIs License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6, beta 1, is made available subject to the terms and conditions in CNRIs License Agreement. This Agreement may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1011. This Agreement may also be obtained from a proxy server on the Internet using the URL:http://hdl.handle.net/1895.22/1011".
33248
332493. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6b1 or any part thereof, and wants to make the derivative work available to the public as provided herein, then Licensee hereby agrees to indicate in any such work the nature of the modifications made to Python 1.6b1.
33250
332514. CNRI is making Python 1.6b1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6b1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
33252
332535. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
33254
332556. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
33256
332577. This License Agreement shall be governed by and interpreted in all respects by the law of the State of Virginia, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
33258
332598. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6b1, Licensee agrees to be bound by the terms and conditions of this License Agreement.
33260', 'http://www.opensource.org/licenses/CNRI-Python', NULL, NULL, NULL, 'CNRI Python License', NULL, NULL, NULL, '', NULL, false, false, false, 'b43dd07563278f2c544cca9a3dd1c6d1', 1, NULL);
33261INSERT INTO license_ref VALUES (266, 'WXwindows', 'The wxWindows Library Licence
33262
33263Copyright (c) 1998 Julian Smart, Robert Roebling [, ...]
33264
33265Everyone is permitted to copy and distribute verbatim copies
33266of this licence document, but changing it is not allowed.
33267
33268WXWINDOWS LIBRARY LICENCE
33269
33270TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
33271
33272This library is free software; you can redistribute it and/or modify it
33273under the terms of the GNU Library General Public Licence as published by
33274the Free Software Foundation; either version 2 of the Licence, or (at
33275your option) any later version.
33276
33277This library is distributed in the hope that it will be useful, but
33278WITHOUT ANY WARRANTY; without even the implied warranty of
33279MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library
33280General Public Licence for more details.
33281
33282You should have received a copy of the GNU Library General Public Licence
33283along with this software, usually in a file named COPYING.LIB. If not,
33284write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
33285Boston, MA 02111-1307 USA.
33286
33287EXCEPTION NOTICE
33288
332891. As a special exception, the copyright holders of this library give
33290permission for additional uses of the text contained in this release of
33291the library as licenced under the wxWindows Library Licence, applying
33292either version 3 of the Licence, or (at your option) any later version of
33293the Licence as published by the copyright holders of version 3 of the
33294Licence document.
33295
332962. The exception is that you may use, copy, link, modify and distribute
33297under the user''s own terms, binary object code versions of works based
33298on the Library.
33299
333003. If you copy code from files distributed under the terms of the GNU
33301General Public Licence or the GNU Library General Public Licence into a
33302copy of this library, as this licence permits, the exception does not
33303apply to the code that you add in this way. To avoid misleading anyone as
33304to the status of such modified files, you must delete this exception
33305notice from such code and/or adjust the licensing conditions notice
33306accordingly.
33307
333084. If you write modifications of your own for this library, it is your
33309choice whether to permit this exception to apply to your modifications.
33310If you do not wish that, you must delete the exception notice from such
33311code and/or adjust the licensing conditions notice accordingly.', 'http://www.wxwidgets.org/about/licence3.txt', NULL, NULL, NULL, 'wxWindows Library License', NULL, NULL, NULL, '', NULL, false, false, false, '3cced671caeb024522088f5cdade900e', 1, NULL);
33312INSERT INTO license_ref VALUES (438, 'NTP', 'NTP License (NTP)
33313
33314Copyright (c) (CopyrightHoldersName) (From 4-digit-year)-(To 4-digit-year)
33315
33316Permission to use, copy, modify, and distribute this software and its documentation for any purpose with or without fee is hereby granted, provided that the above copyright notice appears in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name (TrademarkedName) not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. (TrademarkedName) makes no representations about the suitability this software for any purpose. It is provided "as is" without express or implied warranty.', 'http://www.opensource.org/licenses/NTP', NULL, NULL, NULL, 'NTP License', NULL, NULL, NULL, '', NULL, false, false, false, '6b4c2e6435c651d3777ba12b48f929d3', 1, NULL);
33317INSERT INTO license_ref VALUES (295, 'ZPL-2.1', 'Zope Public License (ZPL) Version 2.1
33318
33319A copyright notice accompanies this license document that identifies the copyright holders.
33320
33321This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF).
33322
33323Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
33324
33325Redistributions in source code must retain the accompanying copyright notice, this list of conditions, and the following disclaimer.
33326Redistributions in binary form must reproduce the accompanying copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution.
33327Names of the copyright holders must not be used to endorse or promote products derived from this software without prior written permission from the copyright holders.
33328The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of the copyright holders. Use of them is covered by separate agreement with the copyright holders.
33329If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
33330Disclaimer
33331THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.', 'http://old.zope.org/Resources/ZPL/', NULL, NULL, NULL, 'Zope Public License 2.1', NULL, NULL, NULL, '', NULL, false, false, false, 'bede8f98a18c76d62b77168e4801f1bd', 1, NULL);
33332INSERT INTO license_ref VALUES (1, 'GPL-2.0-with-autoconf-exception', 'insert GPL v2 license text here
33333
33334Autoconf Exception
33335
33336As a special exception, the Free Software Foundation gives unlimited permission to copy, distribute and modify the configure scripts that are the output of Autoconf. You need not follow the terms of the GNU General Public License when using or distributing such scripts, even though portions of the text of Autoconf appear in them. The GNU General Public License (GPL) does govern all other use of the material that constitutes the Autoconf program.
33337
33338Certain portions of the Autoconf source text are designed to be copied (in certain cases, depending on the input) into the output of Autoconf. We call these the "data" portions. The rest of the Autoconf source text consists of comments plus executable code that decides which of the data portions to output in any given case. We call these comments and executable code the "non-data" portions. Autoconf never copies any of the non-data portions into its output.
33339
33340This special exception to the GPL applies to versions of Autoconf released by the Free Software Foundation. When you make and distribute a modified version of Autoconf, you may extend this special exception to the GPL to apply to your modified version as well, *unless* your modified version has the potential to copy into its output some of the text that was the non-data portion of the version that you started with. (In other words, unless your change moves or copies text from the non-data portions to the data portions.) If your modification has such potential, you must delete any notice of this special exception to the GPL from your modified version.', 'http://ac-archive.sourceforge.net/doc/copyright.html', NULL, NULL, NULL, 'GNU General Public License v2.0 w/Autoconf exception', NULL, NULL, NULL, '', NULL, false, false, false, 'd49d025e60a3654db953a6c169e52ed9', 1, NULL);
33341INSERT INTO license_ref VALUES (461, 'GPL-2.0-with-GCC-exception', 'insert GPL v2 text here
33342
33343GCC Linking Exception
33344In addition to the permissions in the GNU General Public License, the Free Software Foundation gives you unlimited permission to link the compiled version of this file into combinations with other programs, and to distribute those combinations without any restriction coming from the use of this file. (The General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into a combine executable.)', '', NULL, NULL, NULL, 'GNU General Public License v2.0 w/GCC Runtime Library exception', NULL, NULL, NULL, '', NULL, false, false, false, '5dd21a7c43ce6c65eeefdf29371b9afa', 1, NULL);
33345INSERT INTO license_ref VALUES (417, 'CC-BY-NC-2.0', 'Creative Commons Attribution-NonCommercial 2.0
33346
33347CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
33348LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
33349ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
33350ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
33351INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
33352ITS USE.
33353
33354License
33355
33356THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
33357COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
33358COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
33359AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
33360
33361BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
33362TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE
33363RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
33364AND CONDITIONS.
33365
333661. Definitions
33367
33368a. "Collective Work" means a work, such as a periodical issue, anthology
33369or encyclopedia, in which the Work in its entirety in unmodified form,
33370along with a number of other contributions, constituting separate and
33371independent works in themselves, are assembled into a collective whole.
33372A work that constitutes a Collective Work will not be considered a
33373Derivative Work (as defined below) for the purposes of this License.
33374
33375b. "Derivative Work" means a work based upon the Work or upon the Work
33376and other pre-existing works, such as a translation, musical
33377arrangement, dramatization, fictionalization, motion picture version,
33378sound recording, art reproduction, abridgment, condensation, or any
33379other form in which the Work may be recast, transformed, or adapted,
33380except that a work that constitutes a Collective Work will not be
33381considered a Derivative Work for the purpose of this License. For the
33382avoidance of doubt, where the Work is a musical composition or sound
33383recording, the synchronization of the Work in timed-relation with a
33384moving image ("synching") will be considered a Derivative Work for the
33385purpose of this License.
33386
33387c. "Licensor" means the individual or entity that offers the Work under
33388the terms of this License.
33389
33390d. "Original Author" means the individual or entity who created the
33391Work.
33392
33393e. "Work" means the copyrightable work of authorship offered under the
33394terms of this License.
33395
33396f. "You" means an individual or entity exercising rights under this
33397License who has not previously violated the terms of this License with
33398respect to the Work, or who has received express permission from the
33399Licensor to exercise rights under this License despite a previous
33400violation.
33401
334022. Fair Use Rights. Nothing in this license is intended to reduce,
33403limit, or restrict any rights arising from fair use, first sale or other
33404limitations on the exclusive rights of the copyright owner under
33405copyright law or other applicable laws.
33406
334073. License Grant. Subject to the terms and conditions of this License,
33408Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
33409perpetual (for the duration of the applicable copyright) license to
33410exercise the rights in the Work as stated below:
33411
33412a. to reproduce the Work, to incorporate the Work into one or more
33413Collective Works, and to reproduce the Work as incorporated in the
33414Collective Works;
33415
33416b. to create and reproduce Derivative Works;
33417
33418c. to distribute copies or phonorecords of, display publicly, perform
33419publicly, and perform publicly by means of a digital audio transmission
33420the Work including as incorporated in Collective Works;
33421
33422d. to distribute copies or phonorecords of, display publicly, perform
33423publicly, and perform publicly by means of a digital audio transmission
33424Derivative Works;
33425
33426The above rights may be exercised in all media and formats whether now
33427known or hereafter devised. The above rights include the right to make
33428such modifications as are technically necessary to exercise the rights
33429in other media and formats. All rights not expressly granted by Licensor
33430are hereby reserved, including but not limited to the rights set forth
33431in Sections 4(d) and 4(e).
33432
334334. Restrictions.The license granted in Section 3 above is expressly made
33434subject to and limited by the following restrictions:
33435
33436a. You may distribute, publicly display, publicly perform, or publicly
33437digitally perform the Work only under the terms of this License, and You
33438must include a copy of, or the Uniform Resource Identifier for, this
33439License with every copy or phonorecord of the Work You distribute,
33440publicly display, publicly perform, or publicly digitally perform. You
33441may not offer or impose any terms on the Work that alter or restrict the
33442terms of this License or the recipients'' exercise of the rights granted
33443hereunder. You may not sublicense the Work. You must keep intact all
33444notices that refer to this License and to the disclaimer of warranties.
33445You may not distribute, publicly display, publicly perform, or publicly
33446digitally perform the Work with any technological measures that control
33447access or use of the Work in a manner inconsistent with the terms of
33448this License Agreement. The above applies to the Work as incorporated in
33449a Collective Work, but this does not require the Collective Work apart
33450from the Work itself to be made subject to the terms of this License. If
33451You create a Collective Work, upon notice from any Licensor You must, to
33452the extent practicable, remove from the Collective Work any reference to
33453such Licensor or the Original Author, as requested. If You create a
33454Derivative Work, upon notice from any Licensor You must, to the extent
33455practicable, remove from the Derivative Work any reference to such
33456Licensor or the Original Author, as requested.
33457
33458b. You may not exercise any of the rights granted to You in Section 3
33459above in any manner that is primarily intended for or directed toward
33460commercial advantage or private monetary compensation. The exchange of
33461the Work for other copyrighted works by means of digital file-sharing or
33462otherwise shall not be considered to be intended for or directed toward
33463commercial advantage or private monetary compensation, provided there is
33464no payment of any monetary compensation in connection with the exchange
33465of copyrighted works.
33466
33467c. If you distribute, publicly display, publicly perform, or publicly
33468digitally perform the Work or any Derivative Works or Collective Works,
33469You must keep intact all copyright notices for the Work and give the
33470Original Author credit reasonable to the medium or means You are
33471utilizing by conveying the name (or pseudonym if applicable) of the
33472Original Author if supplied; the title of the Work if supplied; to the
33473extent reasonably practicable, the Uniform Resource Identifier, if any,
33474that Licensor specifies to be associated with the Work, unless such URI
33475does not refer to the copyright notice or licensing information for the
33476Work; and in the case of a Derivative Work, a credit identifying the use
33477of the Work in the Derivative Work (e.g., "French translation of the
33478Work by Original Author," or "Screenplay based on original Work by
33479Original Author"). Such credit may be implemented in any reasonable
33480manner; provided, however, that in the case of a Derivative Work or
33481Collective Work, at a minimum such credit will appear where any other
33482comparable authorship credit appears and in a manner at least as
33483prominent as such other comparable authorship credit.
33484
33485d. For the avoidance of doubt, where the Work is a musical composition:
33486
33487
33488i. Performance Royalties Under Blanket Licenses. Licensor reserves the
33489exclusive right to collect, whether individually or via a performance
33490rights society (e.g. ASCAP, BMI, SESAC), royalties for the public
33491performance or public digital performance (e.g. webcast) of the Work if
33492that performance is primarily intended for or directed toward commercial
33493advantage or private monetary compensation.
33494
33495ii. Mechanical Rights and Statutory Royalties. Licensor reserves the
33496exclusive right to collect, whether individually or via a music rights
33497agency or designated agent (e.g. Harry Fox Agency), royalties for any
33498phonorecord You create from the Work ("cover version") and distribute,
33499subject to the compulsory license created by 17 USC Section 115 of the
33500US Copyright Act (or the equivalent in other jurisdictions), if Your
33501distribution of such cover version is primarily intended for or directed
33502toward commercial advantage or private monetary compensation. Webcasting
33503Rights and Statutory Royalties. For the avoidance of doubt, where the
33504Work is a sound recording, Licensor reserves the exclusive right to
33505collect, whether individually or via a performance-rights society (e.g.
33506SoundExchange), royalties for the public digital performance (e.g.
33507webcast) of the Work, subject to the compulsory license created by 17
33508USC Section 114 of the US Copyright Act (or the equivalent in other
33509jurisdictions), if Your public digital performance is primarily intended
33510for or directed toward commercial advantage or private monetary
33511compensation.
33512
335135. Representations, Warranties and Disclaimer
33514
33515UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
33516OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
33517KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
33518INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
33519FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
33520LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
33521WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
33522EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
33523
335246. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
33525LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
33526ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
33527ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
33528BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
33529
335307. Termination
33531
33532a. This License and the rights granted hereunder will terminate
33533automatically upon any breach by You of the terms of this License.
33534Individuals or entities who have received Derivative Works or Collective
33535Works from You under this License, however, will not have their licenses
33536terminated provided such individuals or entities remain in full
33537compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
33538survive any termination of this License.
33539
33540b. Subject to the above terms and conditions, the license granted here
33541is perpetual (for the duration of the applicable copyright in the Work).
33542Notwithstanding the above, Licensor reserves the right to release the
33543Work under different license terms or to stop distributing the Work at
33544any time; provided, however that any such election will not serve to
33545withdraw this License (or any other license that has been, or is
33546required to be, granted under the terms of this License), and this
33547License will continue in full force and effect unless terminated as
33548stated above.
33549
335508. Miscellaneous
33551
33552a. Each time You distribute or publicly digitally perform the Work or a
33553Collective Work, the Licensor offers to the recipient a license to the
33554Work on the same terms and conditions as the license granted to You
33555under this License.
33556
33557b. Each time You distribute or publicly digitally perform a Derivative
33558Work, Licensor offers to the recipient a license to the original Work on
33559the same terms and conditions as the license granted to You under this
33560License.
33561
33562c. If any provision of this License is invalid or unenforceable under
33563applicable law, it shall not affect the validity or enforceability of
33564the remainder of the terms of this License, and without further action
33565by the parties to this agreement, such provision shall be reformed to
33566the minimum extent necessary to make such provision valid and
33567enforceable.
33568
33569d. No term or provision of this License shall be deemed waived and no
33570breach consented to unless such waiver or consent shall be in writing
33571and signed by the party to be charged with such waiver or consent.
33572
33573e. This License constitutes the entire agreement between the parties
33574with respect to the Work licensed here. There are no understandings,
33575agreements or representations with respect to the Work not specified
33576here. Licensor shall not be bound by any additional provisions that may
33577appear in any communication from You. This License may not be modified
33578without the mutual written agreement of the Licensor and You.
33579
33580
33581Creative Commons is not a party to this License, and makes no warranty
33582whatsoever in connection with the Work. Creative Commons will not be
33583liable to You or any party on any legal theory for any damages
33584whatsoever, including without limitation any general, special,
33585incidental or consequential damages arising in connection to this
33586license. Notwithstanding the foregoing two (2) sentences, if Creative
33587Commons has expressly identified itself as the Licensor hereunder, it
33588shall have all rights and obligations of Licensor.
33589
33590Except for the limited purpose of indicating to the public that the Work
33591is licensed under the CCPL, neither party will use the trademark
33592"Creative Commons" or any related trademark or logo of Creative Commons
33593without the prior written consent of Creative Commons. Any permitted use
33594will be in compliance with Creative Commons'' then-current trademark
33595usage guidelines, as may be published on its website or otherwise made
33596available upon request from time to time.
33597
33598Creative Commons may be contacted at http://creativecommons.org/.', 'http://creativecommons.org/licenses/by-nc/2.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '87c516b41b3b12b8e18bec6774a48a90', 1, NULL);
33599INSERT INTO license_ref VALUES (423, 'ErlPL-1.1', 'ERLANG PUBLIC LICENSE
33600Version 1.1
33601
336021. Definitions.
33603
336041.1. ``Contributor'''' means each entity that creates or contributes to
33605the creation of Modifications.
33606
336071.2. ``Contributor Version'''' means the combination of the Original
33608Code, prior Modifications used by a Contributor, and the Modifications
33609made by that particular Contributor.
33610
336111.3. ``Covered Code'''' means the Original Code or Modifications or the
33612combination of the Original Code and Modifications, in each case
33613including portions thereof.
33614
336151.4. ``Electronic Distribution Mechanism'''' means a mechanism generally
33616accepted in the software development community for the electronic
33617transfer of data.
33618
336191.5. ``Executable'''' means Covered Code in any form other than Source
33620Code.
33621
336221.6. ``Initial Developer'''' means the individual or entity identified
33623as the Initial Developer in the Source Code notice required by Exhibit
33624A.
33625
336261.7. ``Larger Work'''' means a work which combines Covered Code or
33627portions thereof with code not governed by the terms of this License.
33628
336291.8. ``License'''' means this document.
33630
336311.9. ``Modifications'''' means any addition to or deletion from the
33632substance or structure of either the Original Code or any previous
33633Modifications. When Covered Code is released as a series of files, a
33634Modification is:
33635
33636A. Any addition to or deletion from the contents of a file containing
33637Original Code or previous Modifications.
33638
33639B. Any new file that contains any part of the Original Code or
33640previous Modifications.
33641
336421.10. ``Original Code'''' means Source Code of computer software code
33643which is described in the Source Code notice required by Exhibit A as
33644Original Code, and which, at the time of its release under this
33645License is not already Covered Code governed by this License.
33646
336471.11. ``Source Code'''' means the preferred form of the Covered Code for
33648making modifications to it, including all modules it contains, plus
33649any associated interface definition files, scripts used to control
33650compilation and installation of an Executable, or a list of source
33651code differential comparisons against either the Original Code or
33652another well known, available Covered Code of the Contributor''s
33653choice. The Source Code can be in a compressed or archival form,
33654provided the appropriate decompression or de-archiving software is
33655widely available for no charge.
33656
336571.12. ``You'''' means an individual or a legal entity exercising rights
33658under, and complying with all of the terms of, this License. For legal
33659entities,``You'''' includes any entity which controls, is controlled by,
33660or is under common control with You. For purposes of this definition,
33661``control'''' means (a) the power, direct or indirect, to cause the
33662direction or management of such entity, whether by contract or
33663otherwise, or (b) ownership of fifty percent (50%) or more of the
33664outstanding shares or beneficial ownership of such entity.
33665
336662. Source Code License.
33667
336682.1. The Initial Developer Grant.
33669The Initial Developer hereby grants You a world-wide, royalty-free,
33670non-exclusive license, subject to third party intellectual property
33671claims:
33672
33673(a) to use, reproduce, modify, display, perform, sublicense and
33674distribute the Original Code (or portions thereof) with or without
33675Modifications, or as part of a Larger Work; and
33676
33677(b) under patents now or hereafter owned or controlled by Initial
33678Developer, to make, have made, use and sell (``Utilize'''') the
33679Original Code (or portions thereof), but solely to the extent that
33680any such patent is reasonably necessary to enable You to Utilize
33681the Original Code (or portions thereof) and not to any greater
33682extent that may be necessary to Utilize further Modifications or
33683combinations.
33684
336852.2. Contributor Grant.
33686Each Contributor hereby grants You a world-wide, royalty-free,
33687non-exclusive license, subject to third party intellectual property
33688claims:
33689
33690(a) to use, reproduce, modify, display, perform, sublicense and
33691distribute the Modifications created by such Contributor (or
33692portions thereof) either on an unmodified basis, with other
33693Modifications, as Covered Code or as part of a Larger Work; and
33694
33695(b) under patents now or hereafter owned or controlled by Contributor,
33696to Utilize the Contributor Version (or portions thereof), but
33697solely to the extent that any such patent is reasonably necessary
33698to enable You to Utilize the Contributor Version (or portions
33699thereof), and not to any greater extent that may be necessary to
33700Utilize further Modifications or combinations.
33701
337023. Distribution Obligations.
33703
337043.1. Application of License.
33705The Modifications which You contribute are governed by the terms of
33706this License, including without limitation Section 2.2. The Source
33707Code version of Covered Code may be distributed only under the terms
33708of this License, and You must include a copy of this License with
33709every copy of the Source Code You distribute. You may not offer or
33710impose any terms on any Source Code version that alters or restricts
33711the applicable version of this License or the recipients'' rights
33712hereunder. However, You may include an additional document offering
33713the additional rights described in Section 3.5.
33714
337153.2. Availability of Source Code.
33716Any Modification which You contribute must be made available in Source
33717Code form under the terms of this License either on the same media as
33718an Executable version or via an accepted Electronic Distribution
33719Mechanism to anyone to whom you made an Executable version available;
33720and if made available via Electronic Distribution Mechanism, must
33721remain available for at least twelve (12) months after the date it
33722initially became available, or at least six (6) months after a
33723subsequent version of that particular Modification has been made
33724available to such recipients. You are responsible for ensuring that
33725the Source Code version remains available even if the Electronic
33726Distribution Mechanism is maintained by a third party.
33727
337283.3. Description of Modifications.
33729You must cause all Covered Code to which you contribute to contain a
33730file documenting the changes You made to create that Covered Code and
33731the date of any change. You must include a prominent statement that
33732the Modification is derived, directly or indirectly, from Original
33733Code provided by the Initial Developer and including the name of the
33734Initial Developer in (a) the Source Code, and (b) in any notice in an
33735Executable version or related documentation in which You describe the
33736origin or ownership of the Covered Code.
33737
337383.4. Intellectual Property Matters
33739
33740(a) Third Party Claims.
33741If You have knowledge that a party claims an intellectual property
33742right in particular functionality or code (or its utilization
33743under this License), you must include a text file with the source
33744code distribution titled ``LEGAL'''' which describes the claim and
33745the party making the claim in sufficient detail that a recipient
33746will know whom to contact. If you obtain such knowledge after You
33747make Your Modification available as described in Section 3.2, You
33748shall promptly modify the LEGAL file in all copies You make
33749available thereafter and shall take other steps (such as notifying
33750appropriate mailing lists or newsgroups) reasonably calculated to
33751inform those who received the Covered Code that new knowledge has
33752been obtained.
33753
33754(b) Contributor APIs.
33755If Your Modification is an application programming interface and
33756You own or control patents which are reasonably necessary to
33757implement that API, you must also include this information in the
33758LEGAL file.
33759
337603.5. Required Notices.
33761You must duplicate the notice in Exhibit A in each file of the Source
33762Code, and this License in any documentation for the Source Code, where
33763You describe recipients'' rights relating to Covered Code. If You
33764created one or more Modification(s), You may add your name as a
33765Contributor to the notice described in Exhibit A. If it is not
33766possible to put such notice in a particular Source Code file due to
33767its structure, then you must include such notice in a location (such
33768as a relevant directory file) where a user would be likely to look for
33769such a notice. You may choose to offer, and to charge a fee for,
33770warranty, support, indemnity or liability obligations to one or more
33771recipients of Covered Code. However, You may do so only on Your own
33772behalf, and not on behalf of the Initial Developer or any
33773Contributor. You must make it absolutely clear than any such warranty,
33774support, indemnity or liability obligation is offered by You alone,
33775and You hereby agree to indemnify the Initial Developer and every
33776Contributor for any liability incurred by the Initial Developer or
33777such Contributor as a result of warranty, support, indemnity or
33778liability terms You offer.
33779
337803.6. Distribution of Executable Versions.
33781You may distribute Covered Code in Executable form only if the
33782requirements of Section 3.1-3.5 have been met for that Covered Code,
33783and if You include a notice stating that the Source Code version of
33784the Covered Code is available under the terms of this License,
33785including a description of how and where You have fulfilled the
33786obligations of Section 3.2. The notice must be conspicuously included
33787in any notice in an Executable version, related documentation or
33788collateral in which You describe recipients'' rights relating to the
33789Covered Code. You may distribute the Executable version of Covered
33790Code under a license of Your choice, which may contain terms different
33791from this License, provided that You are in compliance with the terms
33792of this License and that the license for the Executable version does
33793not attempt to limit or alter the recipient''s rights in the Source
33794Code version from the rights set forth in this License. If You
33795distribute the Executable version under a different license You must
33796make it absolutely clear that any terms which differ from this License
33797are offered by You alone, not by the Initial Developer or any
33798Contributor. You hereby agree to indemnify the Initial Developer and
33799every Contributor for any liability incurred by the Initial Developer
33800or such Contributor as a result of any such terms You offer.
33801
338023.7. Larger Works.
33803You may create a Larger Work by combining Covered Code with other code
33804not governed by the terms of this License and distribute the Larger
33805Work as a single product. In such a case, You must make sure the
33806requirements of this License are fulfilled for the Covered Code.
33807
338084. Inability to Comply Due to Statute or Regulation.
33809If it is impossible for You to comply with any of the terms of this
33810License with respect to some or all of the Covered Code due to statute
33811or regulation then You must: (a) comply with the terms of this License
33812to the maximum extent possible; and (b) describe the limitations and
33813the code they affect. Such description must be included in the LEGAL
33814file described in Section 3.4 and must be included with all
33815distributions of the Source Code. Except to the extent prohibited by
33816statute or regulation, such description must be sufficiently detailed
33817for a recipient of ordinary skill to be able to understand it.
33818
338195. Application of this License.
33820
33821This License applies to code to which the Initial Developer has
33822attached the notice in Exhibit A, and to related Covered Code.
33823
338246. CONNECTION TO MOZILLA PUBLIC LICENSE
33825
33826This Erlang License is a derivative work of the Mozilla Public
33827License, Version 1.0. It contains terms which differ from the Mozilla
33828Public License, Version 1.0.
33829
338307. DISCLAIMER OF WARRANTY.
33831
33832COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'''' BASIS,
33833WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
33834WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
33835DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR
33836NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
33837THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE
33838IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER
33839CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR
33840CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART
33841OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER
33842EXCEPT UNDER THIS DISCLAIMER.
33843
338448. TERMINATION.
33845This License and the rights granted hereunder will terminate
33846automatically if You fail to comply with terms herein and fail to cure
33847such breach within 30 days of becoming aware of the breach. All
33848sublicenses to the Covered Code which are properly granted shall
33849survive any termination of this License. Provisions which, by their
33850nature, must remain in effect beyond the termination of this License
33851shall survive.
33852
338539. DISCLAIMER OF LIABILITY
33854Any utilization of Covered Code shall not cause the Initial Developer
33855or any Contributor to be liable for any damages (neither direct nor
33856indirect).
33857
3385810. MISCELLANEOUS
33859This License represents the complete agreement concerning the subject
33860matter hereof. If any provision is held to be unenforceable, such
33861provision shall be reformed only to the extent necessary to make it
33862enforceable. This License shall be construed by and in accordance with
33863the substantive laws of Sweden. Any dispute, controversy or claim
33864arising out of or relating to this License, or the breach, termination
33865or invalidity thereof, shall be subject to the exclusive jurisdiction
33866of Swedish courts, with the Stockholm City Court as the first
33867instance.
33868
33869EXHIBIT A.
33870
33871``The contents of this file are subject to the Erlang Public License,
33872Version 1.1, (the "License"); you may not use this file except in
33873compliance with the License. You should have received a copy of the
33874Erlang Public License along with this software. If not, it can be
33875retrieved via the world wide web at http://www.erlang.org/.
33876
33877Software distributed under the License is distributed on an "AS IS"
33878basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
33879the License for the specific language governing rights and limitations
33880under the License.
33881
33882The Initial Developer of the Original Code is Ericsson Utvecklings AB.
33883Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings
33884AB. All Rights Reserved.''''', 'http://www.erlang.org/EPLICENSE', NULL, NULL, NULL, 'Erlang Public License v1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'bc995c7c582da7eff7abd8d3bbc77f32', 1, NULL);
33885INSERT INTO license_ref VALUES (424, 'EUPL-1.0', 'European Union Public Licence
33886V.1.0
33887
33888EUPL (c) the European Community 2007
33889
33890This European Union Public Licence (the “EUPL”) applies to the Work or Software (as
33891defined below) which is provided under the terms of this Licence. Any use of the Work, other
33892than as authorised under this Licence is prohibited (to the extent such use is covered by a right
33893of the copyright holder of the Work).
33894
33895The Original Work is provided under the terms of this Licence when the Licensor (as defined
33896below) has placed the following notice immediately following the copyright notice for the
33897
33898Original Work:
33899Licensed under the EUPL V.1.0
33900or has expressed by any other mean his willingness to license under the EUPL.
33901
339021. Definitions
33903
33904In this Licence, the following terms have the following meaning:
33905
33906− The Licence: this Licence.
33907
33908− The Original Work or the Software: the software distributed and/or communicated by
33909the Licensor under this Licence, available as Source Code and also as Executable
33910Code as the case may be.
33911
33912− Derivative Works: the works or software that could be created by the Licensee, based
33913upon the Original Work or modifications thereof. This Licence does not define the
33914extent of modification or dependence on the Original Work required in order to
33915classify a work as a Derivative Work; this extent is determined by copyright law
33916applicable in the country mentioned in Article 15.
33917
33918− The Work: the Original Work and/or its Derivative Works.
33919
33920− The Source Code: the human-readable form of the Work which is the most
33921convenient for people to study and modify.
33922
33923− The Executable Code: any code which has generally been compiled and which is
33924meant to be interpreted by a computer as a program.
33925
33926− The Licensor: the natural or legal person that distributes and/or communicates the
33927Work under the Licence.
33928
33929− Contributor(s): any natural or legal person who modifies the Work under the
33930Licence, or otherwise contributes to the creation of a Derivative Work.
33931
33932− The Licensee or “You”: any natural or legal person who makes any usage of the
33933Software under the terms of the Licence. − Distribution and/or Communication: any act of selling, giving, lending, renting, distributing, communicating, transmitting, or otherwise making available, on-line or
33934off-line, copies of the Work at the disposal of any other natural or legal person.
33935
339362. Scope of the rights granted by the Licence
33937
33938The Licensor hereby grants You a world-wide, royalty-free, non-exclusive, sub-licensable
33939licence to do the following, for the duration of copyright vested in the Original Work:
33940
33941− use the Work in any circumstance and for all usage,
33942− reproduce the Work,
33943− modify the Original Work, and make Derivative Works based upon the Work,
33944− communicate to the public, including the right to make available or display the Work
33945or copies thereof to the public and perform publicly, as the case may be, the Work,
33946− distribute the Work or copies thereof,
33947− lend and rent the Work or copies thereof,
33948− sub-license rights in the Work or copies thereof.
33949
33950Those rights can be exercised on any media, supports and formats, whether now known or
33951later invented, as far as the applicable law permits so.
33952
33953In the countries where moral rights apply, the Licensor waives his right to exercise his moral
33954right to the extent allowed by law in order to make effective the licence of the economic rights
33955here above listed.
33956
33957The Licensor grants to the Licensee royalty-free, non exclusive usage rights to any patents
33958held by the Licensor, to the extent necessary to make use of the rights granted on the Work
33959under this Licence.
33960
339613. Communication of the Source Code
33962
33963The Licensor may provide the Work either in its Source Code form, or as Executable Code. If
33964the Work is provided as Executable Code, the Licensor provides in addition a machinereadable copy of the Source Code of the Work along with each copy of the Work that the
33965Licensor distributes or indicates, in a notice following the copyright notice attached to the
33966Work, a repository where the Source Code is easily and freely accessible for as long as the
33967Licensor continues to distribute and/or communicate the Work.
33968
339694. Limitations on copyright
33970
33971Nothing in this Licence is intended to deprive the Licensee of the benefits from any exception
33972or limitation to the exclusive rights of the rights owners in the Original Work or Software, of
33973the exhaustion of those rights or of other applicable limitations thereto.
33974
339755. Obligations of the Licensee
33976
33977The grant of the rights mentioned above is subject to some restrictions and obligations
33978imposed on the Licensee. Those obligations are the following:
33979
33980Attribution right: the Licensee shall keep intact all copyright, patent or trademarks notices
33981and all notices that refer to the Licence and to the disclaimer of warranties. The Licensee must
33982include a copy of such notices and a copy of the Licence with every copy of the Work he/she
33983distributes and/or communicates. The Licensee must cause any Derivative Work to carry
33984prominent notices stating that the Work has been modified and the date of modification.
33985
33986Copyleft clause: If the Licensee distributes and/or communicates copies of the Original
33987Works or Derivative Works based upon the Original Work, this Distribution and/or
33988Communication will be done under the terms of this Licence. The Licensee (becoming
33989Licensor) cannot offer or impose any additional terms or conditions on the Work or
33990Derivative Work that alter or restrict the terms of the Licence.
33991
33992Compatibility clause: If the Licensee Distributes and/or Communicates Derivative Works or
33993copies thereof based upon both the Original Work and another work licensed under a
33994Compatible Licence, this Distribution and/or Communication can be done under the terms of
33995this Compatible Licence. For the sake of this clause, “Compatible Licence” refers to the
33996licences listed in the appendix attached to this Licence. Should the Licensee’s obligations
33997under the Compatible Licence conflict with his/her obligations under this Licence, the
33998obligations of the Compatible Licence shall prevail.
33999
34000Provision of Source Code: When distributing and/or communicating copies of the Work, the
34001Licensee will provide a machine-readable copy of the Source Code or indicate a repository
34002where this Source will be easily and freely available for as long as the Licensee continues to
34003distribute and/or communicate the Work.
34004
34005Legal Protection: This Licence does not grant permission to use the trade names, trademarks,
34006service marks, or names of the Licensor, except as required for reasonable and customary use
34007in describing the origin of the Work and reproducing the content of the copyright notice.
34008
340096. Chain of Authorship
34010
34011The original Licensor warrants that the copyright in the Original Work granted hereunder is
34012owned by him/her or licensed to him/her and that he/she has the power and authority to grant
34013the Licence.
34014
34015Each Contributor warrants that the copyright in the modifications he/she brings to the Work
34016are owned by him/her or licensed to him/her and that he/she has the power and authority to
34017grant the Licence.
34018
34019Each time You, as a Licensee, receive the Work, the original Licensor and subsequent
34020Contributors grant You a licence to their contributions to the Work, under the terms of this
34021Licence.
34022
340237. Disclaimer of Warranty
34024
34025The Work is a work in progress, which is continuously improved by numerous contributors. It
34026is not a finished work and may therefore contain defects or “bugs” inherent to this type of
34027software development.
34028
34029For the above reason, the Work is provided under the Licence on an “as is” basis and without
34030warranties of any kind concerning the Work, including without limitation merchantability,
34031fitness for a particular purpose, absence of defects or errors, accuracy, non-infringement of
34032intellectual property rights other than copyright as stated in Article 6 of this Licence.
34033
34034This disclaimer of warranty is an essential part of the Licence and a condition for the grant of
34035any rights to the Work.
34036
340378. Disclaimer of Liability
34038
34039Except in the cases of wilful misconduct or damages directly caused to natural persons, the
34040Licensor will in no event be liable for any direct or indirect, material or moral, damages of
34041any kind, arising out of the Licence or of the use of the Work, including without limitation,
34042damages for loss of goodwill, work stoppage, computer failure or malfunction, loss of data or
34043any commercial damage, even if the Licensor has been advised of the possibility of such
34044damage. However, the Licensor will be liable under statutory product liability laws as far such
34045laws apply to the Work.
34046
340479. Additional agreements
34048
34049While distributing the Original Work or Derivative Works, You may choose to conclude an
34050additional agreement to offer, and charge a fee for, acceptance of support, warranty,
34051indemnity, or other liability obligations and/or services consistent with this Licence.
34052However, in accepting such obligations, You may act only on your own behalf and on your
34053sole responsibility, not on behalf of the original Licensor or any other Contributor, and only if
34054You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred
34055by, or claims asserted against such Contributor by the fact You have accepted any such
34056warranty or additional liability.
34057
3405810. Acceptance of the Licence
34059
34060The provisions of this Licence can be accepted by clicking on an icon “I agree” placed under
34061the bottom of a window displaying the text of this Licence or by affirming consent in any
34062other similar way, in accordance with the rules of applicable law. Clicking on that icon
34063indicates your clear and irrevocable acceptance of this Licence and all of its terms and
34064conditions.
34065
34066Similarly, you irrevocably accept this Licence and all of its terms and conditions by
34067exercising any rights granted to You by Article 2 of this Licence, such as the use of the Work,
34068the creation by You of a Derivative Work or the Distribution and/or Communication by You
34069of the Work or copies thereof.
34070
3407111. Information to the public
34072
34073In case of any Distribution and/or Communication of the Work by means of electronic
34074communication by You (for example, by offering to download the Work from a remote
34075location) the distribution channel or media (for example, a website) must at least provide to
34076the public the information requested by the applicable law regarding the identification and
34077address of the Licensor, the Licence and the way it may be accessible, concluded, stored and
34078reproduced by the Licensee.
34079
3408012. Termination of the Licence
34081
34082The Licence and the rights granted hereunder will terminate automatically upon any breach by
34083the Licensee of the terms of the Licence.
34084
34085Such a termination will not terminate the licences of any person who has received the Work
34086from the Licensee under the Licence, provided such persons remain in full compliance with
34087the Licence.
34088
3408913. Miscellaneous
34090
34091Without prejudice of Article 9 above, the Licence represents the complete agreement between
34092the Parties as to the Work licensed hereunder.
34093
34094If any provision of the Licence is invalid or unenforceable under applicable law, this will not
34095affect the validity or enforceability of the Licence as a whole. Such provision will be
34096construed and/or reformed so as necessary to make it valid and enforceable.
34097
34098The European Commission may put into force translations and/or binding new versions of
34099this Licence, so far this is required and reasonable. New versions of the Licence will be
34100published with a unique version number. The new version of the Licence becomes binding for
34101You as soon as You become aware of its publication.
34102
3410314. Jurisdiction
34104
34105Any litigation resulting from the interpretation of this License, arising between the European
34106Commission, as a Licensor, and any Licensee, will be subject to the jurisdiction of the Court
34107of Justice of the European Communities, as laid down in article 238 of the Treaty establishing
34108the European Community.
34109
34110Any litigation arising between Parties, other than the European Commission, and resulting
34111from the interpretation of this License, will be subject to the exclusive jurisdiction of the
34112competent court where the Licensor resides or conducts its primary business.
34113
3411415. Applicable Law
34115
34116This Licence shall be governed by the law of the European Union country where the Licensor
34117resides or has his registered office.
34118
34119This licence shall be governed by the Belgian law if:
34120
34121− a litigation arises between the European Commission, as a Licensor, and any
34122Licensee;
34123
34124− the Licensor, other than the European Commission, has no residence or registered
34125office inside a European Union country.
34126
34127===
34128
34129Appendix
34130
34131“Compatible Licences” according to article 5 EUPL are:
34132
34133− General Public License (GPL) v. 2
34134− Open Software License (OSL) v. 2.1, v. 3.0
34135− Common Public License v. 1.0
34136− Eclipse Public License v. 1.0
34137− Cecill v. 2.0', 'http://ec.europa.eu/idabc/en/document/7330.html', NULL, NULL, NULL, 'European Union Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'e57dc56c42fd7e38a35c10e04d339e77', 1, NULL);
34138INSERT INTO license_ref VALUES (425, 'EUPL-1.1', 'European Union Public Licence
34139V. 1.1
34140
34141EUPL (c) the European Community 2007
34142
34143This European Union Public Licence (the "EUPL") applies to the Work or Software
34144(as defined below) which is provided under the terms of this Licence. Any use of the
34145Work, other than as authorised under this Licence is prohibited (to the extent such use
34146is covered by a right of the copyright holder of the Work).
34147
34148The Original Work is provided under the terms of this Licence when the Licensor (as
34149defined below) has placed the following notice immediately following the copyright
34150notice for the Original Work:
34151Licensed under the EUPL V.1.1
34152or has expressed by any other mean his willingness to license under the EUPL.
34153
341541. Definitions
34155
34156In this Licence, the following terms have the following meaning:
34157
34158- The Licence: this Licence.
34159
34160- The Original Work or the Software: the software distributed and/or communicated
34161by the Licensor under this Licence, available as Source Code and also as Executable
34162Code as the case may be.
34163
34164- Derivative Works: the works or software that could be created by the Licensee,
34165based upon the Original Work or modifications thereof. This Licence does not define
34166the extent of modification or dependence on the Original Work required in order to
34167classify a work as a Derivative Work; this extent is determined by copyright law
34168applicable in the country mentioned in Article 15.
34169
34170- The Work: the Original Work and/or its Derivative Works.
34171
34172- The Source Code: the human-readable form of the Work which is the most
34173convenient for people to study and modify.
34174
34175- The Executable Code: any code which has generally been compiled and which is
34176meant to be interpreted by a computer as a program.
34177
34178- The Licensor: the natural or legal person that distributes and/or communicates the
34179Work under the Licence.
34180
34181- Contributor(s): any natural or legal person who modifies the Work under the
34182Licence, or otherwise contributes to the creation of a Derivative Work.
34183
34184- The Licensee or "You": any natural or legal person who makes any usage of the
34185Software under the terms of the Licence.
34186
34187- Distribution and/or Communication: any act of selling, giving, lending, renting,
34188distributing, communicating, transmitting, or otherwise making available, on-line or
34189off-line, copies of the Work or providing access to its essential functionalities at the
34190disposal of any other natural or legal person.
34191
341922. Scope of the rights granted by the Licence
34193
34194The Licensor hereby grants You a world-wide, royalty-free, non-exclusive, sublicensable
34195licence to do the following, for the duration of copyright vested in the
34196Original Work:
34197
34198- use the Work in any circumstance and for all usage,
34199- reproduce the Work,
34200- modify the Original Work, and make Derivative Works based upon the Work,
34201- communicate to the public, including the right to make available or display the
34202Work or copies thereof to the public and perform publicly, as the case may be,
34203the Work,
34204- distribute the Work or copies thereof,
34205- lend and rent the Work or copies thereof,
34206- sub-license rights in the Work or copies thereof.
34207
34208Those rights can be exercised on any media, supports and formats, whether now
34209known or later invented, as far as the applicable law permits so.
34210
34211In the countries where moral rights apply, the Licensor waives his right to exercise his
34212moral right to the extent allowed by law in order to make effective the licence of the
34213economic rights here above listed.
34214
34215The Licensor grants to the Licensee royalty-free, non exclusive usage rights to any
34216patents held by the Licensor, to the extent necessary to make use of the rights granted
34217on the Work under this Licence.
34218
342193. Communication of the Source Code
34220
34221The Licensor may provide the Work either in its Source Code form, or as Executable
34222Code. If the Work is provided as Executable Code, the Licensor provides in addition a
34223machine-readable copy of the Source Code of the Work along with each copy of the
34224Work that the Licensor distributes or indicates, in a notice following the copyright
34225notice attached to the Work, a repository where the Source Code is easily and freely
34226accessible for as long as the Licensor continues to distribute and/or communicate the
34227Work.
34228
342294. Limitations on copyright
34230
34231Nothing in this Licence is intended to deprive the Licensee of the benefits from any
34232exception or limitation to the exclusive rights of the rights owners in the Original
34233Work or Software, of the exhaustion of those rights or of other applicable limitations
34234thereto.
34235
342365. Obligations of the Licensee
34237
34238The grant of the rights mentioned above is subject to some restrictions and obligations
34239imposed on the Licensee. Those obligations are the following:
34240
34241Attribution right: the Licensee shall keep intact all copyright, patent or trademarks
34242notices and all notices that refer to the Licence and to the disclaimer of warranties.
34243The Licensee must include a copy of such notices and a copy of the Licence with
34244every copy of the Work he/she distributes and/or communicates. The Licensee must
34245cause any Derivative Work to carry prominent notices stating that the Work has been
34246modified and the date of modification.
34247
34248Copyleft clause: If the Licensee distributes and/or communicates copies of the
34249Original Works or Derivative Works based upon the Original Work, this Distribution
34250and/or Communication will be done under the terms of this Licence or of a later
34251version of this Licence unless the Original Work is expressly distributed only under
34252this version of the Licence. The Licensee (becoming Licensor) cannot offer or impose
34253any additional terms or conditions on the Work or Derivative Work that alter or
34254restrict the terms of the Licence.
34255
34256Compatibility clause: If the Licensee Distributes and/or Communicates Derivative
34257Works or copies thereof based upon both the Original Work and another work
34258licensed under a Compatible Licence, this Distribution and/or Communication can be
34259done under the terms of this Compatible Licence. For the sake of this clause,
34260"Compatible Licence�" refers to the licences listed in the appendix attached to this
34261Licence. Should the Licensee’s obligations under the Compatible Licence conflict
34262with his/her obligations under this Licence, the obligations of the Compatible Licence
34263shall prevail.
34264
34265Provision of Source Code: When distributing and/or communicating copies of the
34266Work, the Licensee will provide a machine-readable copy of the Source Code or
34267indicate a repository where this Source will be easily and freely available for as long
34268as the Licensee continues to distribute and/or communicate the Work.
34269
34270Legal Protection: This Licence does not grant permission to use the trade names,
34271trademarks, service marks, or names of the Licensor, except as required for
34272reasonable and customary use in describing the origin of the Work and reproducing
34273the content of the copyright notice.
34274
342756. Chain of Authorship
34276
34277The original Licensor warrants that the copyright in the Original Work granted
34278hereunder is owned by him/her or licensed to him/her and that he/she has the power
34279and authority to grant the Licence.
34280
34281Each Contributor warrants that the copyright in the modifications he/she brings to the
34282Work are owned by him/her or licensed to him/her and that he/she has the power and
34283authority to grant the Licence.
34284
34285Each time You accept the Licence, the original Licensor and subsequent Contributors
34286grant You a licence to their contributions to the Work, under the terms of this
34287Licence.
34288
342897. Disclaimer of Warranty
34290
34291The Work is a work in progress, which is continuously improved by numerous
34292contributors. It is not a finished work and may therefore contain defects or "bugs"
34293inherent to this type of software development.
34294
34295For the above reason, the Work is provided under the Licence on an "as is" basis and
34296without warranties of any kind concerning the Work, including without limitation
34297merchantability, fitness for a particular purpose, absence of defects or errors,
34298accuracy, non-infringement of intellectual property rights other than copyright as
34299stated in Article 6 of this Licence.
34300
34301This disclaimer of warranty is an essential part of the Licence and a condition for the
34302grant of any rights to the Work.
34303
343048. Disclaimer of Liability
34305
34306Except in the cases of wilful misconduct or damages directly caused to natural
34307persons, the Licensor will in no event be liable for any direct or indirect, material or
34308moral, damages of any kind, arising out of the Licence or of the use of the Work,
34309including without limitation, damages for loss of goodwill, work stoppage, computer
34310failure or malfunction, loss of data or any commercial damage, even if the Licensor
34311has been advised of the possibility of such damage. However, the Licensor will be
34312liable under statutory product liability laws as far such laws apply to the Work.
34313
343149. Additional agreements
34315
34316While distributing the Original Work or Derivative Works, You may choose to
34317conclude an additional agreement to offer, and charge a fee for, acceptance of support,
34318warranty, indemnity, or other liability obligations and/or services consistent with this
34319Licence. However, in accepting such obligations, You may act only on your own
34320behalf and on your sole responsibility, not on behalf of the original Licensor or any
34321other Contributor, and only if You agree to indemnify, defend, and hold each
34322Contributor harmless for any liability incurred by, or claims asserted against such
34323Contributor by the fact You have accepted any such warranty or additional liability.
34324
3432510. Acceptance of the Licence
34326
34327The provisions of this Licence can be accepted by clicking on an icon "I agree"
34328placed under the bottom of a window displaying the text of this Licence or by
34329affirming consent in any other similar way, in accordance with the rules of applicable
34330law. Clicking on that icon indicates your clear and irrevocable acceptance of this
34331Licence and all of its terms and conditions.
34332
34333Similarly, you irrevocably accept this Licence and all of its terms and conditions by
34334exercising any rights granted to You by Article 2 of this Licence, such as the use of
34335the Work, the creation by You of a Derivative Work or the Distribution and/or
34336Communication by You of the Work or copies thereof.
34337
3433811. Information to the public
34339
34340In case of any Distribution and/or Communication of the Work by means of electronic
34341communication by You (for example, by offering to download the Work from a
34342remote location) the distribution channel or media (for example, a website) must at
34343least provide to the public the information requested by the applicable law regarding
34344the Licensor, the Licence and the way it may be accessible, concluded, stored and
34345reproduced by the Licensee.
34346
3434712. Termination of the Licence
34348
34349The Licence and the rights granted hereunder will terminate automatically upon any
34350breach by the Licensee of the terms of the Licence.
34351Such a termination will not terminate the licences of any person who has received the
34352Work from the Licensee under the Licence, provided such persons remain in full
34353compliance with the Licence.
34354
3435513. Miscellaneous
34356
34357Without prejudice of Article 9 above, the Licence represents the complete agreement
34358between the Parties as to the Work licensed hereunder.
34359
34360If any provision of the Licence is invalid or unenforceable under applicable law, this
34361will not affect the validity or enforceability of the Licence as a whole. Such provision
34362will be construed and/or reformed so as necessary to make it valid and enforceable.
34363
34364The European Commission may publish other linguistic versions and/or new versions
34365of this Licence, so far this is required and reasonable, without reducing the scope of
34366the rights granted by the Licence. New versions of the Licence will be published with
34367a unique version number.
34368
34369All linguistic versions of this Licence, approved by the European Commission, have
34370identical value. Parties can take advantage of the linguistic version of their choice.
34371
3437214. Jurisdiction
34373
34374Any litigation resulting from the interpretation of this License, arising between the
34375European Commission, as a Licensor, and any Licensee, will be subject to the
34376jurisdiction of the Court of Justice of the European Communities, as laid down in
34377article 238 of the Treaty establishing the European Community.
34378
34379Any litigation arising between Parties, other than the European Commission, and
34380resulting from the interpretation of this License, will be subject to the exclusive
34381jurisdiction of the competent court where the Licensor resides or conducts its primary
34382business.
34383
3438415. Applicable Law
34385
34386This Licence shall be governed by the law of the European Union country where the
34387Licensor resides or has his registered office.
34388
34389This licence shall be governed by the Belgian law if:
34390
34391- a litigation arises between the European Commission, as a Licensor, and any
34392Licensee;
34393- the Licensor, other than the European Commission, has no residence or
34394registered office inside a European Union country.
34395
34396===
34397
34398Appendix
34399
34400"Compatible Licences" according to article 5 EUPL are:
34401- GNU General Public License (GNU GPL) v. 2
34402- Open Software License (OSL) v. 2.1, v. 3.0
34403- Common Public License v. 1.0
34404- Eclipse Public License v. 1.0
34405- Cecill v. 2.0', 'https://joinup.ec.europa.eu/software/page/eupl/licence-eupl', NULL, NULL, NULL, 'European Union Public License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, '3e4327acadf686298cf4715c1e1e2ee3', 1, NULL);
34406INSERT INTO license_ref VALUES (426, 'CNRI-Python-GPL-Compatible', 'CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT
34407
34408IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY.
34409
34410BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR OTHERWISE USING PYTHON 1.6.1 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT.
34411
344121. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6.1 software in source or binary form and its associated documentation.
34413
344142. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6.1 alone or in any derivative version, provided, however, that CNRI''s License Agreement and CNRI''s notice of copyright, i.e., "Copyright © 1995-2001 Corporation for National Research Initiatives; All Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version prepared by Licensee. Alternately, in lieu of CNRI''s License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6.1 is made available subject to the terms and conditions in CNRI''s License Agreement. This Agreement together with Python 1.6.1 may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1013. This Agreement may also be obtained from a proxy server on the Internet using the following URL: http://hdl.handle.net/1895.22/1013".
34415
344163. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 1.6.1.
34417
344184. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
34419
344205. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
34421
344226. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
34423
344247. This License Agreement shall be governed by the federal intellectual property law of the United States, including without limitation the federal copyright law, and, to the extent such U.S. federal law does not apply, by the law of the Commonwealth of Virginia, excluding Virginia''s conflict of law provisions. Notwithstanding the foregoing, with regard to derivative works based on Python 1.6.1 that incorporate non-separable material that was previously distributed under the GNU General Public License (GPL), the law of the Commonwealth of Virginia shall govern this License Agreement only as to issues arising under or with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
34425
344268. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and conditions of this License Agreement.
34427', 'http://www.python.org/download/releases/1.6.1/download_win/', NULL, NULL, NULL, 'CNRI Python Open Source GPL Compatible License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, '5b9d471b83cbe378e2bc9708d82e68c9', 1, NULL);
34428INSERT INTO license_ref VALUES (353, 'RPL-1.1', 'RECIPROCAL PUBLIC LICENSE
34429Version 1.1, November 1, 2002
34430
34431Copyright (C) 2001-2002
34432Technical Pursuit Inc.,
34433All Rights Reserved.
34434PREAMBLE
34435
34436This Preamble is intended to describe, in plain English, the nature, intent, and scope of this License. However, this Preamble is not a part of this License. The legal effect of this License is dependent only upon the terms of the License and not this Preamble.
34437
34438This License is based on the concept of reciprocity. In exchange for being granted certain rights under the terms of this License to Licensor''s Software, whose Source Code You have access to, You are required to reciprocate by providing equal access and rights to all third parties to the Source Code of any Modifications, Derivative Works, and Required Components for execution of same (collectively defined as Extensions) that You Deploy by Deploying Your Extensions under the terms of this License. In this fashion the available Source Code related to the original Licensed Software is enlarged for the benefit of everyone.
34439
34440Under the terms of this License You may:
34441
34442a. Distribute the Licensed Software exactly as You received it under the terms of this License either alone or as a component of an aggregate software distribution containing programs from several different sources without payment of a royalty or other fee.
34443
34444b. Use the Licensed Software for any purpose consistent with the rights granted by this License, but the Licensor is not providing You any warranty whatsoever, nor is the Licensor accepting any liability in the event that the Licensed Software doesn''t work properly or causes You any injury or damages.
34445
34446c. Create Extensions to the Licensed Software consistent with the rights granted by this License, provided that You make the Source Code to any Extensions You Deploy available to all third parties under the terms of this License, document Your Modifications clearly, and title all Extensions distinctly from the Licensed Software.
34447
34448d. Charge a fee for warranty or support, or for accepting indemnity or liability obligations for Your customers.
34449
34450Under the terms of this License You may not:
34451
34452a. Charge for the Source Code to the Licensed Software, or Your Extensions, other than a nominal fee not to exceed Your cost for reproduction and distribution where such reproduction and distribution involve physical media.
34453
34454b. Modify or delete any pre-existing copyright notices, change notices, or License text in the Licensed Software.
34455
34456c. Assert any patent claims against the Licensor or Contributors, or which would in any way restrict the ability of any third party to use the Licensed Software or portions thereof in any form under the terms of this License, or Your rights to the Licensed Software under this License automatically terminate.
34457
34458d. Represent either expressly or by implication, appearance, or otherwise that You represent Licensor or Contributors in any capacity or that You have any form of legal association by virtue of this License.
34459
34460Under the terms of this License You must:
34461
34462a. Document any Modifications You make to the Licensed Software including the nature of the change, the authors of the change, and the date of the change. This documentation must appear both in the Source Code and in a text file titled "CHANGES" distributed with the Licensed Software and Your Extensions.
34463
34464b. Make the Source Code for any Extensions You Deploy available in a timely fashion via an Electronic Distribution Mechanism such as FTP or HTTP download.
34465
34466c. Notify the Licensor of the availability of Source Code to Your Extensions in a timely fashion and include in such notice a brief description of the Extensions, the distinctive title used, and instructions on how to acquire the Source Code and future updates.
34467
34468d. Grant Licensor and all third parties a world-wide, non-exclusive, royalty-free license under any intellectual property rights owned or controlled by You to use, reproduce, display, perform, modify, sublicense, and distribute Your Extensions, in any form, under the terms of this License.
34469
34470LICENSE TERMS
34471
344721.0 General; Applicability & Definitions. This Reciprocal Public License Version 1.1 ("License") applies to any programs or other works as well as any and all updates or maintenance releases of said programs or works ("Software") not already covered by this License which the Software copyright holder ("Licensor") makes publicly available containing a Notice (hereinafter defined) from the Licensor specifying or allowing use or distribution under the terms of this License. As used in this License and Preamble:
34473
344741.1 "Contributor" means any person or entity who created or contributed to the creation of an Extension.
34475
344761.2 "Deploy" means to use, Serve, sublicense or distribute Licensed Software other than for Your internal Research and/or Personal Use, and includes without limitation, any and all internal use or distribution of Licensed Software within Your business or organization other than for Research and/or Personal Use, as well as direct or indirect sublicensing or distribution of Licensed Software by You to any third party in any form or manner.
34477
344781.3 "Derivative Works" as used in this License is defined under U.S. copyright law.
34479
344801.4 "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data such as download from an FTP or web site, where such mechanism is publicly accessible.
34481
344821.5 "Extensions" means any Modifications, Derivative Works, or Required Components as those terms are defined in this License.
34483
344841.6 "License" means this Reciprocal Public License.
34485
344861.7 "Licensed Software" means any Software licensed pursuant to this License. Licensed Software also includes all previous Extensions from any Contributor that You receive.
34487
344881.8 "Licensor" means the copyright holder of any Software previously uncovered by this License who releases the Software under the terms of this License.
34489
344901.9 "Modifications" means any additions to or deletions from the substance or structure of (i) a file or other storage containing Licensed Software, or (ii) any new file or storage that contains any part of Licensed Software, or (iii) any file or storage which replaces or otherwise alters the original functionality of Licensed Software at runtime.
34491
344921.10 "Notice" means the notice contained in EXHIBIT A.
34493
344941.11 "Personal Use" means use of Licensed Software by an individual solely for his or her personal, private and non-commercial purposes. An individual''s use of Licensed Software in his or her capacity as an officer, employee, member, independent contractor or agent of a corporation, business or organization (commercial or non-commercial) does not qualify as Personal Use.
34495
344961.12 "Required Components" means any text, programs, scripts, schema, interface definitions, control files, or other works created by You which are required by a third party of average skill to successfully install and run Licensed Software containing Your Modifications, or to install and run Your Derivative Works.
34497
344981.13 "Research" means investigation or experimentation for the purpose of understanding the nature and limits of the Licensed Software and its potential uses.
34499
345001.14 "Serve" means to deliver Licensed Software and/or Your Extensions by means of a computer network to one or more computers for purposes of execution of Licensed Software and/or Your Extensions.
34501
345021.15 "Software" means any computer programs or other works as well as any updates or maintenance releases of those programs or works which are distributed publicly by Licensor.
34503
345041.16 "Source Code" means the preferred form for making modifications to the Licensed Software and/or Your Extensions, including all modules contained therein, plus any associated text, interface definition files, scripts used to control compilation and installation of an executable program or other components required by a third party of average skill to build a running version of the Licensed Software or Your Extensions.
34505
345061.17 "You" or "Your" means an individual or a legal entity exercising rights under this License. For legal entities, "You" or "Your" includes any entity which controls, is controlled by, or is under common control with, You, where "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
34507
345082.0 Acceptance Of License. You are not required to accept this License since you have not signed it, however nothing else grants you permission to use, copy, distribute, modify, or create derivatives of either the Software or any Extensions created by a Contributor. These actions are prohibited by law if you do not accept this License. Therefore, by performing any of these actions You indicate Your acceptance of this License and Your agreement to be bound by all its terms and conditions. IF YOU DO NOT AGREE WITH ALL THE TERMS AND CONDITIONS OF THIS LICENSE DO NOT USE, MODIFY, CREATE DERIVATIVES, OR DISTRIBUTE THE SOFTWARE. IF IT IS IMPOSSIBLE FOR YOU TO COMPLY WITH ALL THE TERMS AND CONDITIONS OF THIS LICENSE THEN YOU CAN NOT USE, MODIFY, CREATE DERIVATIVES, OR DISTRIBUTE THE SOFTWARE.
34509
345103.0 Grant of License From Licensor. Subject to the terms and conditions of this License, Licensor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to Licensor''s intellectual property rights, and any third party intellectual property claims derived from the Licensed Software under this License, to do the following:
34511
345123.1 Use, reproduce, modify, display, perform, sublicense and distribute Licensed Software and Your Extensions in both Source Code form or as an executable program.
34513
345143.2 Create Derivative Works (as that term is defined under U.S. copyright law) of Licensed Software by adding to or deleting from the substance or structure of said Licensed Software.
34515
345163.3 Under claims of patents now or hereafter owned or controlled by Licensor, to make, use, have made, and/or otherwise dispose of Licensed Software or portions thereof, but solely to the extent that any such claim is necessary to enable You to make, use, have made, and/or otherwise dispose of Licensed Software or portions thereof.
34517
345183.4 Licensor reserves the right to release new versions of the Software with different features, specifications, capabilities, functions, licensing terms, general availability or other characteristics. Title, ownership rights, and intellectual property rights in and to the Licensed Software shall remain in Licensor and/or its Contributors.
34519
345204.0 Grant of License From Contributor. By application of the provisions in Section 6 below, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to said Contributor''s intellectual property rights, and any third party intellectual property claims derived from the Licensed Software under this License, to do the following:
34521
345224.1 Use, reproduce, modify, display, perform, sublicense and distribute any Extensions Deployed by such Contributor or portions thereof, in both Source Code form or as an executable program, either on an unmodified basis or as part of Derivative Works.
34523
345244.2 Under claims of patents now or hereafter owned or controlled by Contributor, to make, use, have made, and/or otherwise dispose of Extensions or portions thereof, but solely to the extent that any such claim is necessary to enable You to make, use, have made, and/or otherwise dispose of Contributor''s Extensions or portions thereof.
34525
345265.0 Exclusions From License Grant. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor or any Contributor except as expressly stated herein. Except as expressly stated in Sections 3 and 4, no other patent rights, express or implied, are granted herein. Your Extensions may require additional patent licenses from Licensor or Contributors which each may grant in its sole discretion. No right is granted to the trademarks of Licensor or any Contributor even if such marks are included in the Licensed Software. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any code that Licensor otherwise would have a right to license.
34527
345285.1 You expressly acknowledge and agree that although Licensor and each Contributor grants the licenses to their respective portions of the Licensed Software set forth herein, no assurances are provided by Licensor or any Contributor that the Licensed Software does not infringe the patent or other intellectual property rights of any other entity. Licensor and each Contributor disclaim any liability to You for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, You hereby assume sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow You to distribute the Licensed Software, it is Your responsibility to acquire that license before distributing the Licensed Software.
34529
345306.0 Your Obligations And Grants. In consideration of, and as an express condition to, the licenses granted to You under this License You hereby agree that any Modifications, Derivative Works, or Required Components (collectively Extensions) that You create or to which You contribute are governed by the terms of this License including, without limitation, Section 4. Any Extensions that You create or to which You contribute must be Deployed under the terms of this License or a future version of this License released under Section 7. You hereby grant to Licensor and all third parties a world-wide, non-exclusive, royalty-free license under those intellectual property rights You own or control to use, reproduce, display, perform, modify, create derivatives, sublicense, and distribute Your Extensions, in any form. Any Extensions You make and Deploy must have a distinct title so as to readily tell any subsequent user or Contributor that the Extensions are by You. You must include a copy of this License with every copy of the Extensions You distribute. You agree not to offer or impose any terms on any Source Code or executable version of the Licensed Software, or its Extensions that alter or restrict the applicable version of this License or the recipients'' rights hereunder.
34531
345326.1 Availability of Source Code. You must make available, under the terms of this License, the Source Code of the Licensed Software and any Extensions that You Deploy, either on the same media as You distribute any executable or other form of the Licensed Software, or via an Electronic Distribution Mechanism. The Source Code for any version of Licensed Software, or its Extensions that You Deploy must be made available at the time of Deployment and must remain available for as long as You Deploy the Extensions or at least twelve (12) months after the date You Deploy, whichever is longer. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party. You may not charge a fee for the Source Code distributed under this Section in excess of Your actual cost of duplication and distribution where such duplication and distribution involve physical media.
34533
345346.2 Description of Modifications. You must cause any Modifications that You create or to which You contribute, to update the file titled "CHANGES" distributed with Licensed Software documenting the additions, changes or deletions You made, the authors of such Modifications, and the dates of any such additions, changes or deletions. You must also cause a cross-reference to appear in the Source Code at the location of each change. You must include a prominent statement that the Modifications are derived, directly or indirectly, from the Licensed Software and include the names of the Licensor and any Contributor to the Licensed Software in (i) the Source Code and (ii) in any notice displayed by the Licensed Software You distribute or in related documentation in which You describe the origin or ownership of the Licensed Software. You may not modify or delete any pre-existing copyright notices, change notices or License text in the Licensed Software.
34535
345366.3	Intellectual Property Matters.
34537
34538a. Third Party Claims. If You have knowledge that a license to a third party''s intellectual property right is required to exercise the rights granted by this License, You must include a text file with the Source Code distribution titled "LEGAL" that describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If You obtain such knowledge after You make any Extensions available as described in Section 6.1, You shall promptly modify the LEGAL file in all copies You make available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Licensed Software from You that new knowledge has been obtained.
34539
34540b. Contributor APIs. If Your Extensions include an application programming interface ("API") and You have knowledge of patent licenses that are reasonably necessary to implement that API, You must also include this information in the LEGAL file.
34541
34542c. Representations. You represent that, except as disclosed pursuant to 6.3(a) above, You believe that any Extensions You distribute are Your original creations and that You have sufficient rights to grant the rights conveyed by this License.
34543
345446.4 Required Notices.
34545
34546a. License Text. You must duplicate this License in any documentation You provide along with the Source Code of any Extensions You create or to which You contribute, wherever You describe recipients'' rights relating to Licensed Software. You must duplicate the notice contained in EXHIBIT A (the "Notice") in each file of the Source Code of any copy You distribute of the Licensed Software and Your Extensions. If You create an Extension, You may add Your name as a Contributor to the text file titled "CONTRIB" distributed with the Licensed Software along with a description of the contribution. If it is not possible to put the Notice in a particular Source Code file due to its structure, then You must include such Notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice.
34547
34548b. Source Code Availability. You must notify Licensor within one (1) month of the date You initially Deploy of the availability of Source Code to Your Extensions and include in such notification the name under which you Deployed Your Extensions, a description of the Extensions, and instructions on how to acquire the Source Code, including instructions on how to acquire updates over time. Should such instructions change you must provide Licensor with revised instructions within one (1) month of the date of change. Should you be unable to notify Licensor directly, you must provide notification by posting to appropriate news groups, mailing lists, or web sites where a search engine would reasonably be expected to index them.
34549
345506.5 Additional Terms. You may choose to offer, and charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Licensed Software. However, You may do so only on Your own behalf, and not on behalf of the Licensor or any Contributor. You must make it clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Licensor and every Contributor for any liability plus attorney fees, costs, and related expenses due to any such action or claim incurred by the Licensor or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
34551
345526.6 Conflicts With Other Licenses. Where any portion of Your Extensions, by virtue of being Derivative Works of another product or similar circumstance, fall under the terms of another license, the terms of that license should be honored however You must also make Your Extensions available under this License. If the terms of this License continue to conflict with the terms of the other license you may write the Licensor for permission to resolve the conflict in a fashion that remains consistent with the intent of this License. Such permission will be granted at the sole discretion of the Licensor.
34553
345547.0	Versions of This License. Licensor may publish from time to time revised and/or new versions of the License. Once Licensed Software has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Licensed Software under the terms of any subsequent version of the License published by Licensor. No one other than Licensor has the right to modify the terms applicable to Licensed Software created under this License.
34555
345567.1 If You create or use a modified version of this License, which You may do only in order to apply it to software that is not already Licensed Software under this License, You must rename Your license so that it is not confusingly similar to this License, and must make it clear that Your license contains terms that differ from this License. In so naming Your license, You may not use any trademark of Licensor or of any Contributor. Should Your modifications to this License be limited to alteration of EXHIBIT A purely for purposes of adjusting the Notice You require of licensees, You may continue to refer to Your License as the Reciprocal Public License or simply the RPL.
34557
345588.0 Disclaimer of Warranty. LICENSED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE LICENSED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. FURTHER THERE IS NO WARRANTY MADE AND ALL IMPLIED WARRANTIES ARE DISCLAIMED THAT THE LICENSED SOFTWARE MEETS OR COMPLIES WITH ANY DESCRIPTION OF PERFORMANCE OR OPERATION, SAID COMPATIBILITY AND SUITABILITY BEING YOUR RESPONSIBILITY. LICENSOR DISCLAIMS ANY WARRANTY, IMPLIED OR EXPRESSED, THAT ANY CONTRIBUTOR''S EXTENSIONS MEET ANY STANDARD OF COMPATIBILITY OR DESCRIPTION OF PERFORMANCE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LICENSED SOFTWARE IS WITH YOU. SHOULD LICENSED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (AND NOT THE LICENSOR OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. UNDER THE TERMS OF THIS LICENSOR WILL NOT SUPPORT THIS SOFTWARE AND IS UNDER NO OBLIGATION TO ISSUE UPDATES TO THIS SOFTWARE. LICENSOR HAS NO KNOWLEDGE OF ERRANT CODE OR VIRUS IN THIS SOFTWARE, BUT DOES NOT WARRANT THAT THE SOFTWARE IS FREE FROM SUCH ERRORS OR VIRUSES. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF LICENSED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
34559
345609.0	Limitation of Liability. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE LICENSOR, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF LICENSED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
34561
3456210.0 High Risk Activities. THE LICENSED SOFTWARE IS NOT FAULT-TOLERANT AND IS NOT DESIGNED, MANUFACTURED, OR INTENDED FOR USE OR DISTRIBUTION AS ON-LINE CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE PERFORMANCE, SUCH AS IN THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR COMMUNICATIONS SYSTEMS, AIR TRAFFIC CONTROL, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH THE FAILURE OF THE LICENSED SOFTWARE COULD LEAD DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH RISK ACTIVITIES"). LICENSOR AND CONTRIBUTORS SPECIFICALLY DISCLAIM ANY EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
34563
3456411.0 Responsibility for Claims. As between Licensor and Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License which specifically disclaims warranties and limits any liability of the Licensor. This paragraph is to be used in conjunction with and controlled by the Disclaimer Of Warranties of Section 8, the Limitation Of Damages in Section 9, and the disclaimer against use for High Risk Activities in Section 10. The Licensor has thereby disclaimed all warranties and limited any damages that it is or may be liable for. You agree to work with Licensor and Contributors to distribute such responsibility on an equitable basis consistent with the terms of this License including Sections 8, 9, and 10. Nothing herein is intended or shall be deemed to constitute any admission of liability.
34565
3456612.0 Termination. This License and all rights granted hereunder will terminate immediately in the event of the circumstances described in Section 13.6 or if applicable law prohibits or restricts You from fully and or specifically complying with Sections 3, 4 and/or 6, or prevents the enforceability of any of those Sections, and You must immediately discontinue any use of Licensed Software.
34567
3456812.1 Automatic Termination Upon Breach. This License and the rights granted hereunder will terminate automatically if You fail to comply with the terms herein and fail to cure such breach within thirty (30) days of becoming aware of the breach. All sublicenses to the Licensed Software that are properly granted shall survive any termination of this License. Provisions that, by their nature, must remain in effect beyond the termination of this License, shall survive.
34569
3457012.2 Termination Upon Assertion of Patent Infringement. If You initiate litigation by asserting a patent infringement claim (excluding declaratory judgment actions) against Licensor or a Contributor (Licensor or Contributor against whom You file such an action is referred to herein as "Respondent") alleging that Licensed Software directly or indirectly infringes any patent, then any and all rights granted by such Respondent to You under Sections 3 or 4 of this License shall terminate prospectively upon sixty (60) days notice from Respondent (the "Notice Period") unless within that Notice Period You either agree in writing (i) to pay Respondent a mutually agreeable reasonably royalty for Your past or future use of Licensed Software made by such Respondent, or (ii) withdraw Your litigation claim with respect to Licensed Software against such Respondent. If within said Notice Period a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Licensor to You under Sections 3 and 4 automatically terminate at the expiration of said Notice Period.
34571
3457212.3 Reasonable Value of This License. If You assert a patent infringement claim against Respondent alleging that Licensed Software directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by said Respondent under Sections 3 and 4 shall be taken into account in determining the amount or value of any payment or license.
34573
3457412.4 No Retroactive Effect of Termination. In the event of termination under this Section all end user license agreements (excluding licenses to distributors and resellers) that have been validly granted by You or any distributor hereunder prior to termination shall survive termination.
34575
3457613.0 Miscellaneous.
34577
3457813.1 U.S. Government End Users. The Licensed Software is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Licensed Software with only those rights set forth herein.
34579
3458013.2 Relationship of Parties. This License will not be construed as creating an agency, partnership, joint venture, or any other form of legal association between or among You, Licensor, or any Contributor, and You will not represent to the contrary, whether expressly, by implication, appearance, or otherwise.
34581
3458213.3 Independent Development. Nothing in this License will impair Licensor''s right to acquire, license, develop, subcontract, market, or distribute technology or products that perform the same or similar functions as, or otherwise compete with, Extensions that You may develop, produce, market, or distribute.
34583
3458413.4 Consent To Breach Not Waiver. Failure by Licensor or Contributor to enforce any provision of this License will not be deemed a waiver of future enforcement of that or any other provision.
34585
3458613.5 Severability. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
34587
3458813.6 Inability to Comply Due to Statute or Regulation. If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Licensed Software due to statute, judicial order, or regulation, then You cannot use, modify, or distribute the software.
34589
3459013.7 Export Restrictions. You may be restricted with respect to downloading or otherwise acquiring, exporting, or reexporting the Licensed Software or any underlying information or technology by United States and other applicable laws and regulations. By downloading or by otherwise obtaining the Licensed Software, You are agreeing to be responsible for compliance with all applicable laws and regulations.
34591
3459213.8 Arbitration, Jurisdiction & Venue. This License shall be governed by Colorado law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. You expressly agree that any dispute relating to this License shall be submitted to binding arbitration under the rules then prevailing of the American Arbitration Association. You further agree that Adams County, Colorado USA is proper venue and grant such arbitration proceeding jurisdiction as may be appropriate for purposes of resolving any dispute under this License. Judgement upon any award made in arbitration may be entered and enforced in any court of competent jurisdiction. The arbitrator shall award attorney''s fees and costs of arbitration to the prevailing party. Should either party find it necessary to enforce its arbitration award or seek specific performance of such award in a civil court of competent jurisdiction, the prevailing party shall be entitled to reasonable attorney''s fees and costs. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. You and Licensor expressly waive any rights to a jury trial in any litigation concerning Licensed Software or this License. Any law or regulation that provides that the language of a contract shall be construed against the drafter shall not apply to this License.
34593
3459413.9 Entire Agreement. This License constitutes the entire agreement between the parties with respect to the subject matter hereof.
34595
34596EXHIBIT A
34597
34598The Notice below must appear in each file of the Source Code of any copy You distribute of the Licensed Software or any Extensions thereto, except as may be modified as allowed under the terms of Section 7.1
34599
34600Copyright (C) 1999-2002 Technical Pursuit Inc., All Rights Reserved. Patent Pending, Technical Pursuit Inc.
34601Unless explicitly acquired and licensed from Licensor under the Technical Pursuit License ("TPL") Version 1.0 or greater, the contents of this file are subject to the Reciprocal Public License ("RPL") Version 1.1, or subsequent versions as allowed by the RPL, and You may not copy or use this file in either source code or executable form, except in compliance with the terms and conditions of the RPL.
34602
34603You may obtain a copy of both the TPL and the RPL (the "Licenses") from Technical Pursuit Inc. at http://www.technicalpursuit.com.
34604
34605All software distributed under the Licenses is provided strictly on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND TECHNICAL PURSUIT INC. HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the Licenses for specific language governing rights and limitations under the Licenses.', 'http://opensource.org/licenses/rpl1.0', NULL, NULL, NULL, 'Reciprocal Public License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, '40a7629074ab847672c20b9a730be644', 1, NULL);
34606INSERT INTO license_ref VALUES (450, 'OFL-1.1', 'SIL OPEN FONT LICENSE
34607
34608Version 1.1 - 26 February 2007
34609
34610PREAMBLE
34611The goals of the Open Font License (OFL) are to stimulate worldwide
34612development of collaborative font projects, to support the font creation
34613efforts of academic and linguistic communities, and to provide a free and
34614open framework in which fonts may be shared and improved in partnership
34615with others.
34616
34617The OFL allows the licensed fonts to be used, studied, modified and
34618redistributed freely as long as they are not sold by themselves. The
34619fonts, including any derivative works, can be bundled, embedded,
34620redistributed and/or sold with any software provided that any reserved
34621names are not used by derivative works. The fonts and derivatives,
34622however, cannot be released under any other type of license. The
34623requirement for fonts to remain under this license does not apply
34624to any document created using the fonts or their derivatives.
34625
34626DEFINITIONS
34627"Font Software" refers to the set of files released by the Copyright
34628Holder(s) under this license and clearly marked as such. This may
34629include source files, build scripts and documentation.
34630
34631"Reserved Font Name" refers to any names specified as such after the
34632copyright statement(s).
34633
34634"Original Version" refers to the collection of Font Software components as
34635distributed by the Copyright Holder(s).
34636
34637"Modified Version" refers to any derivative made by adding to, deleting,
34638or substituting — in part or in whole — any of the components of the
34639Original Version, by changing formats or by porting the Font Software to a
34640new environment.
34641
34642"Author" refers to any designer, engineer, programmer, technical
34643writer or other person who contributed to the Font Software.
34644
34645PERMISSION & CONDITIONS
34646Permission is hereby granted, free of charge, to any person obtaining
34647a copy of the Font Software, to use, study, copy, merge, embed, modify,
34648redistribute, and sell modified and unmodified copies of the Font
34649Software, subject to the following conditions:
34650
346511) Neither the Font Software nor any of its individual components,
34652in Original or Modified Versions, may be sold by itself.
34653
346542) Original or Modified Versions of the Font Software may be bundled,
34655redistributed and/or sold with any software, provided that each copy
34656contains the above copyright notice and this license. These can be
34657included either as stand-alone text files, human-readable headers or
34658in the appropriate machine-readable metadata fields within text or
34659binary files as long as those fields can be easily viewed by the user.
34660
346613) No Modified Version of the Font Software may use the Reserved Font
34662Name(s) unless explicit written permission is granted by the corresponding
34663Copyright Holder. This restriction only applies to the primary font name as
34664presented to the users.
34665
346664) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
34667Software shall not be used to promote, endorse or advertise any
34668Modified Version, except to acknowledge the contribution(s) of the
34669Copyright Holder(s) and the Author(s) or with their explicit written
34670permission.
34671
346725) The Font Software, modified or unmodified, in part or in whole,
34673must be distributed entirely under this license, and must not be
34674distributed under any other license. The requirement for fonts to
34675remain under this license does not apply to any document created
34676using the Font Software.
34677
34678TERMINATION
34679This license becomes null and void if any of the above conditions are
34680not met.
34681
34682DISCLAIMER
34683THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34684EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
34685MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
34686OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
34687COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
34688INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
34689DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
34690FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
34691OTHER DEALINGS IN THE FONT SOFTWARE.', 'http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web', NULL, NULL, NULL, 'SIL Open Font License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, '858f5eb0169a269174bc2c055a9b7173', 1, NULL);
34692INSERT INTO license_ref VALUES (454, 'AAL', 'Attribution Assurance License
34693Copyright (c) 2002 by AUTHOR
34694PROFESSIONAL IDENTIFICATION * URL
34695"PROMOTIONAL SLOGAN FOR AUTHOR''S PROFESSIONAL PRACTICE"
34696
34697All Rights Reserved
34698ATTRIBUTION ASSURANCE LICENSE (adapted from the original BSD license)
34699Redistribution and use in source and binary forms, with or without
34700modification, are permitted provided that the conditions below are met.
34701These conditions require a modest attribution to <AUTHOR> (the
34702"Author"), who hopes that its promotional value may help justify the
34703thousands of dollars in otherwise billable time invested in writing
34704this and other freely available, open-source software.
34705
347061. Redistributions of source code, in whole or part and with or without
34707modification (the "Code"), must prominently display this GPG-signed
34708text in verifiable form.
347092. Redistributions of the Code in binary form must be accompanied by
34710this GPG-signed text in any documentation and, each time the resulting
34711executable program or a program dependent thereon is launched, a
34712prominent display (e.g., splash screen or banner text) of the Author''s
34713attribution information, which includes:
34714(a) Name ("AUTHOR"),
34715(b) Professional identification ("PROFESSIONAL IDENTIFICATION"), and
34716(c) URL ("URL").
347173. Neither the name nor any trademark of the Author may be used to
34718endorse or promote products derived from this software without specific
34719prior written permission.
347204. Users are entirely responsible, to the exclusion of the Author and
34721any other persons, for compliance with (1) regulations set by owners or
34722administrators of employed equipment, (2) licensing terms of any other
34723software, and (3) local regulations regarding use, including those
34724regarding import, export, and use of encryption software.
34725
34726THIS FREE SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND
34727ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34728LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
34729FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
34730EVENT SHALL THE AUTHOR OR ANY CONTRIBUTOR BE LIABLE FOR
34731ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
34732CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
34733EFFECTS OF UNAUTHORIZED OR MALICIOUS NETWORK ACCESS;
34734PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
34735DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
34736AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34737LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34738ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
34739IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34740--End of License', 'http://www.opensource.org/licenses/attribution', NULL, NULL, NULL, 'Attribution Assurance License', NULL, NULL, NULL, '', NULL, false, false, false, '96414e50c7a8559d63bc73e3a44b6640', 1, NULL);
34741INSERT INTO license_ref VALUES (494, 'CATOSL', 'CATOSL is referenced without a version number. Please look up CATOSL in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'CATOSL', NULL, NULL, NULL, '', NULL, false, false, false, '01bb42e20f6cc95eb53ce8786b6abadb', 1, NULL);
34742INSERT INTO license_ref VALUES (501, 'GPL-2.0+-with-bison-exception', 'insert GPL v2+ text here
34743
34744Bison Exception
34745
34746As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn''t itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception.
34747
34748This special exception was added by the Free Software Foundation in version 2.2 of Bison.', '', NULL, NULL, NULL, 'GNU General Public License v2.0+ w/Bison exception', NULL, NULL, NULL, '', NULL, false, true, false, '14180505dc95d59e181ff0f7deb35579', 1, NULL);
34749INSERT INTO license_ref VALUES (505, 'Open-PL-0.4', 'Can not find license text for Open-PL-0.4, please refer to Open-PL-1.0', '', NULL, NULL, NULL, 'Open Publication License v0.4', NULL, NULL, NULL, '', NULL, false, false, false, '4b5cd29eff51fa913f3b234c4344a051', 1, NULL);
34750INSERT INTO license_ref VALUES (506, 'OPL-style', 'according to the Open Public License, add some modifications', '', NULL, NULL, NULL, 'OPL-style', NULL, NULL, NULL, '', NULL, false, false, false, 'b553fc0bbd6e3eec625658868baf8006', 1, NULL);
34751INSERT INTO license_ref VALUES (508, 'Dual-license', 'Multi-licensing is the practice of distributing software under two or more different sets of terms and conditions. This may mean multiple different software licenses or sets of licenses. Prefixes may be used to indicate the number of licenses used, e.g. dual-licensed for software licensed under two different licenses.
34752When software is multi-licensed, recipients can choose which terms under which they want to use or distribute the software. The distributor may or may not apply a fee to either option. The two usual motivations for multi-licensing are license compatibility and market segregation based business models.', '', NULL, NULL, NULL, 'Dual-license', NULL, NULL, NULL, '', NULL, false, false, false, '7cee64d8943af3ec21761814c2fd0c33', 1, NULL);
34753INSERT INTO license_ref VALUES (427, 'SAX-PD', 'Copyright Status
34754
34755SAX is free!
34756
34757In fact, it''s not possible to own a license to SAX, since it''s been placed in the public domain.
34758
34759No Warranty
34760
34761Because SAX is released to the public domain, there is no warranty for the design or for the software implementation, to the extent permitted by applicable law. Except when otherwise stated in writing the copyright holders and/or other parties provide SAX "as is" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of SAX is with you. Should SAX prove defective, you assume the cost of all necessary servicing, repair or correction.
34762
34763In no event unless required by applicable law or agreed to in writing will any copyright holder, or any other party who may modify and/or redistribute SAX, be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use SAX (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the SAX to operate with any other programs), even if such holder or other party has been advised of the possibility of such damages.
34764
34765Copyright Disclaimers
34766
34767This page includes statements to that effect by David Megginson, who would have been able to claim copyright for the original work.
34768
34769SAX 1.0
34770
34771Version 1.0 of the Simple API for XML (SAX), created collectively by the membership of the XML-DEV mailing list, is hereby released into the public domain.
34772
34773No one owns SAX: you may use it freely in both commercial and non-commercial applications, bundle it with your software distribution, include it on a CD-ROM, list the source code in a book, mirror the documentation at your own web site, or use it in any other way you see fit.
34774
34775David Megginson, Megginson Technologies Ltd.
347761998-05-11
34777
34778SAX 2.0
34779
34780I hereby abandon any property rights to SAX 2.0 (the Simple API for XML), and release all of the SAX 2.0 source code, compiled code, and documentation contained in this distribution into the Public Domain. SAX comes with NO WARRANTY or guarantee of fitness for any purpose.
34781
34782David Megginson, Megginson Technologies Ltd.
347832000-05-05', 'http://www.saxproject.org/copying.html', NULL, NULL, NULL, 'Sax Public Domain Notice', NULL, NULL, NULL, '', NULL, false, false, false, '83c0afc485fabdf438cf1e4e5b362048', 1, NULL);
34784INSERT INTO license_ref VALUES (428, 'Watcom-1.0', 'Sybase Open Watcom Public License version 1.0
34785
34786USE OF THE SYBASE OPEN WATCOM SOFTWARE DESCRIBED BELOW ("SOFTWARE") IS SUBJECT TO THE TERMS AND CONDITIONS SET FORTH IN THE SYBASE OPEN WATCOM PUBLIC LICENSE SET FORTH BELOW ("LICENSE"). YOU MAY NOT USE THE SOFTWARE IN ANY MANNER UNLESS YOU ACCEPT THE TERMS AND CONDITIONS OF THE LICENSE. YOU INDICATE YOUR ACCEPTANCE BY IN ANY MANNER USING (INCLUDING WITHOUT LIMITATION BY REPRODUCING, MODIFYING OR DISTRIBUTING) THE SOFTWARE. IF YOU DO NOT ACCEPT ALL OF THE TERMS AND CONDITIONS OF THE LICENSE, DO NOT USE THE SOFTWARE IN ANY MANNER.
34787
34788Sybase Open Watcom Public License version 1.0
34789
347901. General; Definitions. This License applies only to the following software programs: the open source versions of Sybase''s Watcom C/C++ and Fortran compiler products ("Software"), which are modified versions of, with significant changes from, the last versions made commercially available by Sybase. As used in this License:
34791
34792
347931.1 "Applicable Patent Rights" mean: (a) in the case where Sybase is the grantor of rights, (i) claims of patents that are now or hereafter acquired, owned by or assigned to Sybase and (ii) that cover subject matter contained in the Original Code, but only to the extent necessary to use, reproduce and/or distribute the Original Code without infringement; and (b) in the case where You are the grantor of rights, (i) claims of patents that are now or hereafter acquired, owned by or assigned to You and (ii) that cover subject matter in Your Modifications, taken alone or in combination with Original Code.
34794
34795
347961.2 "Contributor" means any person or entity that creates or contributes to the creation of Modifications.
34797
34798
347991.3 "Covered Code" means the Original Code, Modifications, the combination of Original Code and any Modifications, and/or any respective portions thereof.
34800
34801
348021.4 "Deploy" means to use, sublicense or distribute Covered Code other than for Your internal research and development (R&D) and/or Personal Use, and includes without limitation, any and all internal use or distribution of Covered Code within Your business or organization except for R&D use and/or Personal Use, as well as direct or indirect sublicensing or distribution of Covered Code by You to any third party in any form or manner.
34803
34804
348051.5 "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
34806
34807
348081.6 "Modifications" mean any addition to, deletion from, and/or change to, the substance and/or structure of the Original Code, any previous Modifications, the combination of Original Code and any previous Modifications, and/or any respective portions thereof. When code is released as a series of files, a Modification is: (a) any addition to or deletion from the contents of a file containing Covered Code; and/or (b) any new file or other representation of computer program statements that contains any part of Covered Code.
34809
34810
348111.7 "Original Code" means (a) the Source Code of a program or other work as originally made available by Sybase under this License, including the Source Code of any updates or upgrades to such programs or works made available by Sybase under this License, and that has been expressly identified by Sybase as such in the header file(s) of such work; and (b) the object code compiled from such Source Code and originally made available by Sybase under this License.
34812
34813
348141.8 "Personal Use" means use of Covered Code by an individual solely for his or her personal, private and non-commercial purposes. An individual''s use of Covered Code in his or her capacity as an officer, employee, member, independent contractor or agent of a corporation, business or organization (commercial or non-commercial) does not qualify as Personal Use.
34815
34816
348171.9 "Source Code" means the human readable form of a program or other work that is suitable for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an executable (object code).
34818
34819
348201.10 "You" or "Your" means an individual or a legal entity exercising rights under this License. For legal entities, "You" or "Your" includes any entity which controls, is controlled by, or is under common control with, You, where "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
34821
34822
348232. Permitted Uses; Conditions & Restrictions.Subject to the terms and conditions of this License, Sybase hereby grants You, effective on the date You accept this License and download the Original Code, a world-wide, royalty-free, non-exclusive license, to the extent of Sybase''s Applicable Patent Rights and copyrights covering the Original Code, to do the following:
34824
34825
348262.1 You may use, reproduce, display, perform, modify and distribute Original Code, with or without Modifications, solely for Your internal research and development and/or Personal Use, provided that in each instance:
34827
34828(a) You must retain and reproduce in all copies of Original Code the copyright and other proprietary notices and disclaimers of Sybase as they appear in the Original Code, and keep intact all notices in the Original Code that refer to this License; and
34829
34830(b) You must retain and reproduce a copy of this License with every copy of Source Code of Covered Code and documentation You distribute, and You may not offer or impose any terms on such Source Code that alter or restrict this License or the recipients'' rights hereunder, except as permitted under Section 6.
34831
34832(c) Whenever reasonably feasible you should include the copy of this License in a click-wrap format, which requires affirmative acceptance by clicking on an "I accept" button or similar mechanism. If a click-wrap format is not included, you must include a statement that any use (including without limitation reproduction, modification or distribution) of the Software, and any other affirmative act that you define, constitutes acceptance of the License, and instructing the user not to use the Covered Code in any manner if the user does not accept all of the terms and conditions of the License.
34833
34834
348352.2 You may use, reproduce, display, perform, modify and Deploy Covered Code, provided that in each instance:
34836
34837(a) You must satisfy all the conditions of Section 2.1 with respect to the Source Code of the Covered Code;
34838
34839(b) You must duplicate, to the extent it does not already exist, the notice in Exhibit A in each file of the Source Code of all Your Modifications, and cause the modified files to carry prominent notices stating that You changed the files and the date of any change;
34840
34841(c) You must make Source Code of all Your Deployed Modifications publicly available under the terms of this License, including the license grants set forth in Section 3 below, for as long as you Deploy the Covered Code or twelve (12) months from the date of initial Deployment, whichever is longer. You should preferably distribute the Source Code of Your Deployed Modifications electronically (e.g. download from a web site);
34842
34843(d) if You Deploy Covered Code in object code, executable form only, You must include a prominent notice, in the code itself as well as in related documentation, stating that Source Code of the Covered Code is available under the terms of this License with information on how and where to obtain such Source Code; and
34844
34845(e) the object code form of the Covered Code may be distributed under Your own license agreement, provided that such license agreement contains terms no less protective of Sybase and each Contributor than the terms of this License, and stating that any provisions which differ from this License are offered by You alone and not by any other party.
34846
34847
348482.3 You expressly acknowledge and agree that although Sybase and each Contributor grants the licenses to their respective portions of the Covered Code set forth herein, no assurances are provided by Sybase or any Contributor that the Covered Code does not infringe the patent or other intellectual property rights of any other entity. Sybase and each Contributor disclaim any liability to You for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, You hereby assume sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow You to distribute the Covered Code, it is Your responsibility to acquire that license before distributing the Covered Code.
34849
34850
348513. Your Grants. In consideration of, and as a condition to, the licenses granted to You under this License, You hereby grant to Sybase and all third parties a non-exclusive, royalty-free license, under Your Applicable Patent Rights and other intellectual property rights (other than patent) owned or controlled by You, to use, reproduce, display, perform, modify, distribute and Deploy Your Modifications of the same scope and extent as Sybase''s licenses under Sections 2.1 and 2.2.
34852
34853
348544. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In each such instance, You must make sure the requirements of this License are fulfilled for the Covered Code or any portion thereof.
34855
34856
348575. Limitations on Patent License. Except as expressly stated in Section 2, no other patent rights, express or implied, are granted by Sybase herein. Modifications and/or Larger Works may require additional patent licenses from Sybase which Sybase may grant in its sole discretion.
34858
34859
348606. Additional Terms. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations and/or other rights consistent with this License ("Additional Terms") to one or more recipients of Covered Code. However, You may do so only on Your own behalf and as Your sole responsibility, and not on behalf of Sybase or any Contributor. You must obtain the recipient''s agreement that any such Additional Terms are offered by You alone, and You hereby agree to indemnify, defend and hold Sybase and every Contributor harmless for any liability incurred by or claims asserted against Sybase or such Contributor by reason of any such Additional Terms.
34861
34862
348637. Versions of the License. Sybase may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Once Original Code has been published under a particular version of this License, You may continue to use it under the terms of that version. You may also choose to use such Original Code under the terms of any subsequent version of this License published by Sybase. No one other than Sybase has the right to modify the terms applicable to Covered Code created under this License.
34864
34865
348668. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in part pre-release, untested, or not fully tested works. The Covered Code may contain errors that could cause failures or loss of data, and may be incomplete or contain inaccuracies. You expressly acknowledge and agree that use of the Covered Code, or any portion thereof, is at Your sole and entire risk. THE COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR SUPPORT OF ANY KIND AND SYBASE AND SYBASE''S LICENSOR(S) (COLLECTIVELY REFERRED TO AS "SYBASE" FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. SYBASE AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE FUNCTIONS CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE COVERED CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE CORRECTED. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY SYBASE, A SYBASE AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY. You acknowledge that the Covered Code is not intended for use in the operation of nuclear facilities, aircraft navigation, communication systems, or air traffic control machines in which case the failure of the Covered Code could lead to death, personal injury, or severe physical or environmental damage.
34867
34868
348699. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT SHALL SYBASE OR ANY CONTRIBUTOR BE LIABLE FOR ANY DIRECT, INCIDENTAL, SPECIAL, INDIRECT, CONSEQUENTIAL OR OTHER DAMAGES OF ANY KIND ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY OR OTHERWISE, EVEN IF SYBASE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF INCIDENTAL OR CONSEQUENTIAL OR OTHER DAMAGES OF ANY KIND, SO THIS LIMITATION MAY NOT APPLY TO YOU. In no event shall Sybase''s or any Contributor''s total liability to You for all damages (other than as may be required by applicable law) under this License exceed the amount of five hundred dollars ($500.00).
34870
34871
3487210. Trademarks. This License does not grant any rights to use the trademarks or trade names "Sybase" or any other trademarks or trade names belonging to Sybase (collectively "Sybase Marks") or to any trademark or trade name belonging to any Contributor("Contributor Marks"). No Sybase Marks or Contributor Marks may be used to endorse or promote products derived from the Original Code or Covered Code other than with the prior written consent of Sybase or the Contributor, as applicable.
34873
34874
3487511. Ownership. Subject to the licenses granted under this License, each Contributor retains all rights, title and interest in and to any Modifications made by such Contributor. Sybase retains all rights, title and interest in and to the Original Code and any Modifications made by or on behalf of Sybase ("Sybase Modifications"), and such Sybase Modifications will not be automatically subject to this License. Sybase may, at its sole discretion, choose to license such Sybase Modifications under this License, or on different terms from those contained in this License or may choose not to license them at all.
34876
3487712. Termination.
34878
34879
3488012.1 Termination. This License and the rights granted hereunder will terminate:
34881
34882(a) automatically without notice if You fail to comply with any term(s) of this License and fail to cure such breach within 30 days of becoming aware of such breach;
34883
34884(b) immediately in the event of the circumstances described in Section 13.5(b); or
34885
34886(c) automatically without notice if You, at any time during the term of this License, commence an action for patent infringement (including as a cross claim or counterclaim) against Sybase or any Contributor.
34887
34888
3488912.2 Effect of Termination. Upon termination, You agree to immediately stop any further use, reproduction, modification, sublicensing and distribution of the Covered Code and to destroy all copies of the Covered Code that are in your possession or control. All sublicenses to the Covered Code that have been properly granted prior to termination shall survive any termination of this License. Provisions which, by their nature, should remain in effect beyond the termination of this License shall survive, including but not limited to Sections 3, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other for compensation, indemnity or damages of any sort solely as a result of terminating this License in accordance with its terms, and termination of this License will be without prejudice to any other right or remedy of any party.
34890
34891
3489213. Miscellaneous.
34893
34894
3489513.1 Government End Users. The Covered Code is a "commercial item" as defined in FAR 2.101. Government software and technical data rights in the Covered Code include only those rights customarily provided to the public as defined in this License. This customary commercial license in technical data and software is provided in accordance with FAR 12.211 (Technical Data) and 12.212 (Computer Software) and, for Department of Defense purchases, DFAR 252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3 (Rights in Commercial Computer Software or Computer Software Documentation). Accordingly, all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
34896
34897
3489813.2 Relationship of Parties. This License will not be construed as creating an agency, partnership, joint venture or any other form of legal association between or among you, Sybase or any Contributor, and You will not represent to the contrary, whether expressly, by implication, appearance or otherwise.
34899
34900
3490113.3 Independent Development. Nothing in this License will impair Sybase''s or any Contributor''s right to acquire, license, develop, have others develop for it, market and/or distribute technology or products that perform the same or similar functions as, or otherwise compete with, Modifications, Larger Works, technology or products that You may develop, produce, market or distribute.
34902
34903
3490413.4 Waiver; Construction. Failure by Sybase or any Contributor to enforce any provision of this License will not be deemed a waiver of future enforcement of that or any other provision. Any law or regulation which provides that the language of a contract shall be construed against the drafter will not apply to this License.
34905
34906
3490713.5 Severability. (a) If for any reason a court of competent jurisdiction finds any provision of this License, or portion thereof, to be unenforceable, that provision of the License will be enforced to the maximum extent permissible so as to effect the economic benefits and intent of the parties, and the remainder of this License will continue in full force and effect. (b) Notwithstanding the foregoing, if applicable law prohibits or restricts You from fully and/or specifically complying with Sections 2 and/or 3 or prevents the enforceability of either of those Sections, this License will immediately terminate and You must immediately discontinue any use of the Covered Code and destroy all copies of it that are in your possession or control.
34908
34909
3491013.6 Dispute Resolution. Any litigation or other dispute resolution between You and Sybase relating to this License shall take place in the Northern District of California, and You and Sybase hereby consent to the personal jurisdiction of, and venue in, the state and federal courts within that District with respect to this License. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded.
34911
34912
3491313.7 Entire Agreement; Governing Law. This License constitutes the entire agreement between the parties with respect to the subject matter hereof. This License shall be governed by the laws of the United States and the State of California, except that body of California law concerning conflicts of law.
34914Where You are located in the province of Quebec, Canada, the following clause applies: The parties hereby confirm that they have requested that this License and all related documents be drafted in English. Les parties ont exigè que le prèsent contrat et tous les documents connexes soient rèdiès en anglais.
34915
34916
34917EXHIBIT A.
34918
34919"Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
34920This file contains Original Code and/or Modifications of Original Code as defined in and that are subject to the Sybase Open Watcom Public License version 1.0 (the ''License''). You may not use this file except in compliance with the License. BY USING THIS FILE YOU AGREE TO ALL TERMS AND CONDITIONS OF THE LICENSE. A copy of the License is provided with the Original Code and Modifications, and is also available at www.sybase.com/developer/opensource.
34921
34922The Original Code and all software distributed under the License are distributed on an ''AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND SYBASE AND ALL CONTRIBUTORS HEREBY DISCLAIM ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the specific language governing rights and limitations under the License."', 'http://www.opensource.org/licenses/Watcom-1.0', NULL, NULL, NULL, 'Sybase Open Watcom Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '4fdc86f571a9f9b50f6f1751b4537a61', 1, NULL);
34923INSERT INTO license_ref VALUES (429, 'MS-PL', 'Microsoft Public License (Ms-PL)
34924
34925
34926This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
34927
349281. Definitions
34929The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law. A "contribution" is the original software, or any additions or changes to the software. A "contributor" is any person that distributes its contribution under this license. "Licensed patents" are a contributor''s patent claims that read directly on its contribution.
34930
349312. Grant of Rights
34932(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
34933(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
34934
349353. Conditions and Limitations
34936(A) No Trademark License- This license does not grant you rights to use any contributors'' name, logo, or trademarks.
34937(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
34938(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
34939(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
34940(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.', 'http://www.microsoft.com/opensource/licenses.mspx', NULL, NULL, NULL, 'Microsoft Public License', NULL, NULL, NULL, '', NULL, false, false, false, 'f0a28a7a76a11a6a0ee37458b0fbfe9d', 1, NULL);
34941INSERT INTO license_ref VALUES (430, 'Libpng', 'This copy of the libpng notices is provided for your convenience. In case of
34942any discrepancy between this copy and the notices in the file png.h that is
34943included in the libpng distribution, the latter shall prevail.
34944
34945COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
34946
34947If you modify libpng you may insert additional notices immediately following
34948this sentence.
34949
34950This code is released under the libpng license.
34951
34952libpng versions 1.2.6, August 15, 2004, through 1.4.5, December 9, 2010, are
34953Copyright (c) 2004, 2006-2010 Glenn Randers-Pehrson, and are
34954distributed according to the same disclaimer and license as libpng-1.2.5
34955with the following individual added to the list of Contributing Authors
34956
34957Cosmin Truta
34958
34959libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
34960Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
34961distributed according to the same disclaimer and license as libpng-1.0.6
34962with the following individuals added to the list of Contributing Authors
34963
34964Simon-Pierre Cadieux
34965Eric S. Raymond
34966Gilles Vollant
34967
34968and with the following additions to the disclaimer:
34969
34970There is no warranty against interference with your enjoyment of the
34971library or against infringement. There is no warranty that our
34972efforts or the library will fulfill any of your particular purposes
34973or needs. This library is provided with all faults, and the entire
34974risk of satisfactory quality, performance, accuracy, and effort is with
34975the user.
34976
34977libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
34978Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
34979distributed according to the same disclaimer and license as libpng-0.96,
34980with the following individuals added to the list of Contributing Authors:
34981
34982Tom Lane
34983Glenn Randers-Pehrson
34984Willem van Schaik
34985
34986libpng versions 0.89, June 1996, through 0.96, May 1997, are
34987Copyright (c) 1996, 1997 Andreas Dilger
34988Distributed according to the same disclaimer and license as libpng-0.88,
34989with the following individuals added to the list of Contributing Authors:
34990
34991John Bowler
34992Kevin Bracey
34993Sam Bushell
34994Magnus Holmgren
34995Greg Roelofs
34996Tom Tanner
34997
34998libpng versions 0.5, May 1995, through 0.88, January 1996, are
34999Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
35000
35001For the purposes of this copyright and license, "Contributing Authors"
35002is defined as the following set of individuals:
35003
35004Andreas Dilger
35005Dave Martindale
35006Guy Eric Schalnat
35007Paul Schmidt
35008Tim Wegner
35009
35010The PNG Reference Library is supplied "AS IS". The Contributing Authors
35011and Group 42, Inc. disclaim all warranties, expressed or implied,
35012including, without limitation, the warranties of merchantability and of
35013fitness for any purpose. The Contributing Authors and Group 42, Inc.
35014assume no liability for direct, indirect, incidental, special, exemplary,
35015or consequential damages, which may result from the use of the PNG
35016Reference Library, even if advised of the possibility of such damage.
35017
35018Permission is hereby granted to use, copy, modify, and distribute this
35019source code, or portions hereof, for any purpose, without fee, subject
35020to the following restrictions:
35021
350221. The origin of this source code must not be misrepresented.
35023
350242. Altered versions must be plainly marked as such and must not
35025be misrepresented as being the original source.
35026
350273. This Copyright notice may not be removed or altered from any
35028source or altered source distribution.
35029
35030The Contributing Authors and Group 42, Inc. specifically permit, without
35031fee, and encourage the use of this source code as a component to
35032supporting the PNG file format in commercial products. If you use this
35033source code in a product, acknowledgment is not required but would be
35034appreciated.
35035
35036
35037A "png_get_copyright" function is available, for convenient use in "about"
35038boxes and the like:
35039
35040printf("%s",png_get_copyright(NULL));
35041
35042Also, the PNG logo (in PNG format, of course) is supplied in the
35043files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
35044
35045Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
35046certification mark of the Open Source Initiative.
35047
35048Glenn Randers-Pehrson
35049glennrp at users.sourceforge.net
35050December 9, 2010', 'http://www.libpng.org/pub/png/src/libpng-LICENSE.txt', NULL, NULL, NULL, 'libpng License', NULL, NULL, NULL, '', NULL, false, false, false, '6c0da0e5f351e6a246679876a8df0e99', 1, NULL);
35051INSERT INTO license_ref VALUES (432, 'YPL-1.1', 'Yahoo! Public License, Version 1.1 (YPL)
35052
35053This Yahoo! Public License (this "Agreement") is a legal agreement that describes the terms under which Yahoo! Inc., a Delaware corporation having its principal place of business at 701 First Avenue, Sunnyvale, California 94089 ("Yahoo!") will provide software to you via download or otherwise ("Software"). By using the Software, you, an individual or an entity ("You") agree to the terms of this Agreement.
35054
35055In consideration of the mutual promises and upon the terms and conditions set forth below, the parties agree as follows:
35056
350571.	Grant of Copyright License
350581.1 - Subject to the terms and conditions of this Agreement, Yahoo! hereby grants to You, under any and all of its copyright interest in and to the Software, a royalty-free, non-exclusive, non-transferable license to copy, modify, compile, execute, and distribute the Software and Modifications. For the purposes of this Agreement, any change to, addition to, or abridgement of the Software made by You is a "Modification;" however, any file You add to the Software that does not contain any part of the Software is not a "Modification."
350591.2 - If You are an individual acting on behalf of a corporation or other entity, Your use of the Software or any Modification is subject to Your having the authority to bind such corporation or entity to this Agreement. Providing copies to persons within such corporation or entity is not considered distribution for purposes of this Agreement.
350601.3 - For the Software or any Modification You distribute in source code format, You must do so only under the terms of this Agreement, and You must include a complete copy of this Agreement with Your distribution. With respect to any Modification You distribute in source code format, the terms of this Agreement will apply to You in the same way those terms apply to Yahoo! with respect to the Software. In other words, when You are distributing Modifications under this Agreement, You "stand in the shoes" of Yahoo! in terms of the rights You grant and how the terms and conditions apply to You and the licensees of Your Modifications. Notwithstanding the foregoing, when You "stand in the shoes" of Yahoo!, You are not subject to the jurisdiction provision under Section 7, which requires all disputes under this Agreement to be subject to the jurisdiction of federal or state courts of northern California.
350611.4 - For the Software or any Modification You distribute in compiled or object code format, You must also provide recipients with access to the Software or Modification in source code format along with a complete copy of this Agreement. The distribution of the Software or Modifications in compiled or object code format may be under a license of Your choice, provided that You are in compliance with the terms of this Agreement. In addition, You must make absolutely clear that any license terms applying to such Software or Modification that differ from this Agreement are offered by You alone and not by Yahoo!, and that such license does not restrict recipients from exercising rights in the source code to the Software granted by Yahoo! under this Agreement or rights in the source code to any Modification granted by You as described in Section 1.3.
350621.5 - This Agreement does not limit Your right to distribute files that are entirely Your own work (i.e., which do not incorporate any portion of the Software and are not Modifications) under any terms You choose.
35063
350642.	Support
35065Yahoo! has no obligation to provide technical support or updates to You. Nothing in this Agreement requires Yahoo! to enter into any license with You for any other edition of the Software.
35066
350673.	Intellectual Property Rights
350683.1 - Except for the license expressly granted under copyright in Section 1.1, no rights, licenses or forbearances are granted or may arise in relation to this Agreement whether expressly, by implication, exhaustion, estoppel or otherwise. All rights, including all intellectual property rights, that are not expressly granted under this Agreement are hereby reserved.
350693.2 - In any copy of the Software or in any Modification you create, You must retain and reproduce, any and all copyright, patent, trademark, and attribution notices that are included in the Software in the same form as they appear in the Software. This includes the preservation of attribution notices in the form of trademarks or logos that exist within a user interface of the Software.
350703.3 - This license does not grant You rights to use any party''s name, logo, or trademarks, except solely as necessary to comply with Section 3.2.
35071
350724.	Disclaimer of Warranties
35073THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND. YAHOO! MAKES NO WARRANTIES, WHETHER EXPRESS, IMPLIED, OR STATUTORY REGARDING OR RELATING TO THE SOFTWARE. SPECIFICALLY, YAHOO! DOES NOT WARRANT THAT THE SOFTWARE WILL BE ERROR FREE OR WILL PERFORM IN AN UNINTERRUPTED MANNER. TO THE GREATEST EXTENT ALLOWED BY LAW, YAHOO! SPECIFICALLY DISCLAIMS ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE (EVEN IF YAHOO! HAD BEEN INFORMED OF SUCH PURPOSE), AND NONINFRINGEMENT WITH RESPECT TO THE SOFTWARE, ANY MODIFICATIONS THERETO AND WITH RESPECT TO THE USE OF THE FOREGOING.
35074
350755.	Limitation of Liability
35076IN NO EVENT WILL YAHOO! BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES OF ANY KIND (INCLUDING WITHOUT LIMITATION LOSS OF PROFITS, LOSS OF USE, BUSINESS INTERRUPTION, LOSS OF DATA, COST OF COVER) IN CONNECTION WITH OR ARISING OUT OF OR RELATING TO THE FURNISHING, PERFORMANCE OR USE OF THE SOFTWARE OR ANY OTHER RIGHTS GRANTED HEREUNDER, WHETHER ALLEGED AS A BREACH OF CONTRACT OR TORTIOUS CONDUCT, INCLUDING NEGLIGENCE, AND EVEN IF YAHOO! HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
35077
350786.	Term and Termination
350796.1 - This Agreement will continue in effect unless and until terminated earlier pursuant to this Section 6.
350806.2 - In the event You violate the terms of this Agreement, Yahoo! may terminate this Agreement.
350816.3 - All licenses granted hereunder shall terminate upon the termination of this Agreement. Termination will be in addition to any rights and remedies available to Yahoo! at law or equity or under this Agreement.
350826.4 - Termination of this Agreement will not affect the provisions regarding reservation of rights (Section 3.1), provisions disclaiming or limiting Yahoo!''s liability (Sections 4 and 5), Termination (Section 6) or Miscellaneous (Section 7), which provisions will survive termination of this Agreement.
35083
350847.	Miscellaneous
35085This Agreement contains the entire agreement of the parties with respect to the subject matter of this Agreement and supersedes all previous communications, representations, understandings and agreements, either oral or written, between the parties with respect to said subject matter. The relationship of the parties hereunder is that of independent contractors, and this Agreement will not be construed as creating an agency, partnership, joint venture or any other form of legal association between the parties. If any term, condition, or provision in this Agreement is found to be invalid, unlawful or unenforceable to any extent, this Agreement will be construed in a manner that most closely effectuates the intent of this Agreement. Such invalid term, condition or provision will be severed from the remaining terms, conditions and provisions, which will continue to be valid and enforceable to the fullest extent permitted by law. This Agreement will be interpreted and construed in accordance with the laws of the State of California and the United States of America, without regard to conflict of law principles. The U.N. Convention on Contracts for the International Sale of Goods shall not apply to this Agreement. All disputes arising out of this Agreement involving Yahoo! or any of its subsidiaries shall be subject to the jurisdiction of the federal or state courts of northern California, with venue lying in Santa Clara County, California. No rights may be assigned, no obligations may be delegated, and this Agreement may not be transferred by You, in whole or in part, whether voluntary or by operation of law, including by way of sale of assets, merger or consolidation, without the prior written consent of Yahoo!, and any purported assignment, delegation or transfer without such consent shall be void ab initio. Any waiver of the provisions of this Agreement or of a party''s rights or remedies under this Agreement must be in writing to be effective. Failure, neglect or delay by a party to enforce the provisions of this Agreement or its rights or remedies at any time, will not be construed or be deemed to be a waiver of such party''s rights under this Agreement and will not in any way affect the validity of the whole or any part of this Agreement or prejudice such party''s right to take subsequent action.', 'http://www.zimbra.com/license/yahoo_public_license_1.1.html', NULL, NULL, NULL, 'Yahoo! Public License v1.1', NULL, NULL, NULL, '', NULL, false, false, false, '7da1f031691d4c246a57a28dd994038c', 1, NULL);
35086INSERT INTO license_ref VALUES (433, 'NCSA', 'University of Illinois/NCSA Open Source License
35087Copyright (c) <Year> <Owner Organization Name>
35088All rights reserved.
35089
35090Developed by: <Name of Development Group>
35091<Name of Institution>
35092<URL for Development Group/Institution>
35093Permission is hereby granted, free of charge, to any person obtaining a
35094copy of this software and associated documentation files (the
35095"Software"), to deal with the Software without restriction, including
35096without limitation the rights to use, copy, modify, merge, publish,
35097distribute, sublicense, and/or sell copies of the Software, and to
35098permit persons to whom the Software is furnished to do so, subject to
35099the following conditions:
35100
35101Redistributions of source code must retain the above copyright
35102notice, this list of conditions and the following disclaimers.
35103Redistributions in binary form must reproduce the above
35104copyright notice, this list of conditions and the following disclaimers
35105in the documentation and/or other materials provided with the
35106distribution.
35107Neither the names of <Name of Development Group, Name of
35108Institution>, nor the names of its contributors may be used to endorse
35109or promote products derived from this Software without specific prior
35110written permission.
35111THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
35112OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
35113MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
35114IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR
35115ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
35116TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
35117SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.', 'http://otm.illinois.edu/uiuc_openSource', NULL, NULL, NULL, 'University of Illinois/NCSA Open Source License', NULL, NULL, NULL, '', NULL, false, false, false, '5fab202194b8e4fec1ed82522770addf', 1, NULL);
35118INSERT INTO license_ref VALUES (486, 'WTFPL', 'DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
35119                    Version 2, December 2004
35120
35121 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
35122
35123 Everyone is permitted to copy and distribute verbatim or modified
35124 copies of this license document, and changing it is allowed as long
35125 as the name is changed.
35126
35127            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
35128   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
35129
35130  0. You just DO WHAT THE FUCK YOU WANT TO.', 'http://www.wtfpl.net/txt/copying/', NULL, NULL, NULL, 'Do What The F*ck You Want To Public License', NULL, NULL, NULL, '', NULL, false, false, false, 'b6ab2834dc82762c48a27b5775ffd978', 1, NULL);
35131INSERT INTO license_ref VALUES (434, 'Xnet', 'The X.Net, Inc. License
35132
35133Copyright (c) 2000-2001 X.Net, Inc. Lafayette, California, USA
35134
35135Permission is hereby granted, free of charge, to any person obtaining a copy
35136of this software and associated documentation files (the "Software"), to deal
35137in the Software without restriction, including without limitation the rights
35138to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35139copies of the Software, and to permit persons to whom the Software is
35140furnished to do so, subject to the following conditions:
35141
35142The above copyright notice and this permission notice shall be included in
35143all copies or substantial portions of the Software.
35144
35145THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35146IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35147FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35148AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35149LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35150OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
35151THE SOFTWARE.
35152
35153This agreement shall be governed in all respects by the laws of the State of
35154California and by the laws of the United States of America.', 'http://www.opensource.org/licenses/xnet', NULL, NULL, NULL, 'X.Net License', NULL, NULL, NULL, '', NULL, false, false, false, '843c0d4f11fe3e71efdbf876fda61cf1', 1, NULL);
35155INSERT INTO license_ref VALUES (431, 'Zimbra-1.3', 'Zimbra Public License, Version 1.3 (ZPL)
35156
35157This Zimbra Public License (this "Agreement") is a legal agreement that describes the terms under which VMware, Inc., a Delaware corporation having its principal place of business at 3401 Hillview Avenue, Palo Alto, California 94304 ("VMware") will provide software to you via download or otherwise ("Software"). By using the Software, you, an individual or an entity ("You") agree to the terms of this Agreement.
35158
35159In consideration of the mutual promises and upon the terms and conditions set forth below, the parties agree as follows:
35160
351611. Grant of Copyright License
351621.1 - Subject to the terms and conditions of this Agreement, VMware hereby grants to You, under any and all of its copyright interest in and to the Software, a royalty-free, non-exclusive, non-transferable license to copy, modify, compile, execute, and distribute the Software and Modifications. For the purposes of this Agreement, any change to, addition to, or abridgement of the Software made by You is a "Modification;" however, any file You add to the Software that does not contain any part of the Software is not a "Modification."
351631.2 - If You are an individual acting on behalf of a corporation or other entity, Your use of the Software or any Modification is subject to Your having the authority to bind such corporation or entity to this Agreement. Providing copies to persons within such corporation or entity is not considered distribution for purposes of this Agreement.
351641.3 - For the Software or any Modification You distribute in source code format, You must do so only under the terms of this Agreement, and You must include a complete copy of this Agreement with Your distribution. With respect to any Modification You distribute in source code format, the terms of this Agreement will apply to You in the same way those terms apply to VMware with respect to the Software. In other words, when You are distributing Modifications under this Agreement, You "stand in the shoes" of VMware in terms of the rights You grant and how the terms and conditions apply to You and the licensees of Your Modifications. Notwithstanding the foregoing, when You "stand in the shoes" of VMware, You are not subject to the jurisdiction provision under Section 7, which requires all disputes under this Agreement to be subject to the jurisdiction of federal or state courts of northern California.
351651.4 - For the Software or any Modification You distribute in compiled or object code format, You must also provide recipients with access to the Software or Modification in source code format along with a complete copy of this Agreement. The distribution of the Software or Modifications in compiled or object code format may be under a license of Your choice, provided that You are in compliance with the terms of this Agreement. In addition, You must make absolutely clear that any license terms applying to such Software or Modification that differ from this Agreement are offered by You alone and not by VMware, and that such license does not restrict recipients from exercising rights in the source code to the Software granted by VMware under this Agreement or rights in the source code to any Modification granted by You as described in Section 1.3.
351661.5 - This Agreement does not limit Your right to distribute files that are entirely Your own work (i.e., which do not incorporate any portion of the Software and are not Modifications) under any terms You choose.
35167
351682. Support
35169VMware has no obligation to provide technical support or updates to You. Nothing in this Agreement requires VMware to enter into any license with You for any other edition of the Software.
35170
351713. Intellectual Property Rights
351723.1 - Except for the license expressly granted under copyright in Section 1.1, no rights, licenses or forbearances are granted or may arise in relation to this Agreement whether expressly, by implication, exhaustion, estoppel or otherwise. All rights, including all intellectual property rights, that are not expressly granted under this Agreement are hereby reserved.
351733.2 - In any copy of the Software or in any Modification you create, You must retain and reproduce, any and all copyright, patent, trademark, and attribution notices that are included in the Software in the same form as they appear in the Software. This includes the preservation of attribution notices in the form of trademarks or logos that exist within a user interface of the Software.
351743.3 - This license does not grant You rights to use any party''s name, logo, or trademarks, except solely as necessary to comply with Section 3.2.
35175
351764. Disclaimer of Warranties
35177THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND. VMWARE MAKES NO WARRANTIES, WHETHER EXPRESS, IMPLIED, OR STATUTORY REGARDING OR RELATING TO THE SOFTWARE. SPECIFICALLY, VMWARE DOES NOT WARRANT THAT THE SOFTWARE WILL BE ERROR FREE OR WILL PERFORM IN AN UNINTERRUPTED MANNER. TO THE GREATEST EXTENT ALLOWED BY LAW, VMWARE SPECIFICALLY DISCLAIMS ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE (EVEN IF VMWARE HAD BEEN INFORMED OF SUCH PURPOSE), AND NONINFRINGEMENT WITH RESPECT TO THE SOFTWARE, ANY MODIFICATIONS THERETO AND WITH RESPECT TO THE USE OF THE FOREGOING.
35178
351795. Limitation of Liability
35180IN NO EVENT WILL VMWARE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES OF ANY KIND (INCLUDING WITHOUT LIMITATION LOSS OF PROFITS, LOSS OF USE, BUSINESS INTERRUPTION, LOSS OF DATA, COST OF COVER) IN CONNECTION WITH OR ARISING OUT OF OR RELATING TO THE FURNISHING, PERFORMANCE OR USE OF THE SOFTWARE OR ANY OTHER RIGHTS GRANTED HEREUNDER, WHETHER ALLEGED AS A BREACH OF CONTRACT OR TORTIOUS CONDUCT, INCLUDING NEGLIGENCE, AND EVEN IF VMWARE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
35181
351826. Term and Termination
351836.1 - This Agreement will continue in effect unless and until terminated earlier pursuant to this Section 6.
351846.2 - In the event You violate the terms of this Agreement, VMware may terminate this Agreement.
351856.3 - All licenses granted hereunder shall terminate upon the termination of this Agreement. Termination will be in addition to any rights and remedies available to VMware at law or equity or under this Agreement.
351866.4 - Termination of this Agreement will not affect the provisions regarding reservation of rights (Section 3.1), provisions disclaiming or limiting VMware''s liability (Sections 4 and 5), Termination (Section 6) or Miscellaneous (Section 7), which provisions will survive termination of this Agreement.
35187
351887. Miscellaneous
35189This Agreement contains the entire agreement of the parties with respect to the subject matter of this Agreement and supersedes all previous communications, representations, understandings and agreements, either oral or written, between the parties with respect to said subject matter. The relationship of the parties hereunder is that of independent contractors, and this Agreement will not be construed as creating an agency, partnership, joint venture or any other form of legal association between the parties. If any term, condition, or provision in this Agreement is found to be invalid, unlawful or unenforceable to any extent, this Agreement will be construed in a manner that most closely effectuates the intent of this Agreement. Such invalid term, condition or provision will be severed from the remaining terms, conditions and provisions, which will continue to be valid and enforceable to the fullest extent permitted by law. This Agreement will be interpreted and construed in accordance with the laws of the State of California and the United States of America, without regard to conflict of law principles. The U.N. Convention on Contracts for the International Sale of Goods shall not apply to this Agreement. All disputes arising out of this Agreement involving VMware or any of its subsidiaries shall be subject to the jurisdiction of the federal or state courts of northern California, with venue lying in Santa Clara County, California. No rights may be assigned, no obligations may be delegated, and this Agreement may not be transferred by You, in whole or in part, whether voluntary or by operation of law, including by way of sale of assets, merger or consolidation, without the prior written consent of VMware, and any purported assignment, delegation or transfer without such consent shall be void ab initio. Any waiver of the provisions of this Agreement or of a party''s rights or remedies under this Agreement must be in writing to be effective. Failure, neglect or delay by a party to enforce the provisions of this Agreement or its rights or remedies at any time, will not be construed or be deemed to be a waiver of such party''s rights under this Agreement and will not in any way affect the validity of the whole or any part of this Agreement or prejudice such party''s right to take subsequent action.', 'http://www.zimbra.com/license/zimbra-public-license-1-3.html', NULL, NULL, NULL, 'Zimbra Public License v1.3', NULL, NULL, NULL, '', NULL, false, false, false, '04fe161c4f7b77bb8d470422fb205552', 1, NULL);
35190INSERT INTO license_ref VALUES (507, 'No_license_found', 'Not find any license in the scanned file', '', NULL, NULL, NULL, 'No_license_found', NULL, NULL, NULL, '', NULL, false, false, false, 'd3f27628f4f07e377eed85223e747da0', 1, NULL);
35191INSERT INTO license_ref VALUES (440, 'HPND', 'Historical Permission Notice and Disclaimer
35192
35193<copyright notice>
35194
35195Permission to use, copy, modify and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies[,] [and] that both [that] [the] copyright notice and this permission notice appear in supporting documentation[, and that the name [of] <copyright holder> [or <related entities>] not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission]. [<copyright holder> makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.]
35196
35197[<copyright holder> DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS[,][.] IN NO EVENT SHALL <copyright holder> BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.]', 'http://www.opensource.org/licenses/HPND', NULL, NULL, NULL, 'Historic Permission Notice and Disclaimer', NULL, NULL, NULL, '', NULL, false, false, false, '71c801411f85a8b8bc0c6dc2d5963a49', 1, NULL);
35198INSERT INTO license_ref VALUES (441, 'OGTSL', 'The Open Group Test Suite License
35199
35200Preamble
35201
35202The intent of this document is to state the conditions under which
35203a Package may be copied, such that the Copyright Holder maintains
35204some semblance of artistic control over the development of the
35205package, while giving the users of the package the right to use and
35206distribute the Package in a more-or-less customary fashion, plus
35207the right to make reasonable modifications.
35208
35209Testing is essential for proper development and maintenance of
35210standards-based products.
35211
35212For buyers: adequate conformance testing leads to reduced
35213integration costs and protection of investments in applications,
35214software and people.
35215
35216For software developers: conformance testing of platforms and
35217middleware greatly reduces the cost of developing and maintaining
35218multi-platform application software.
35219
35220For suppliers: In-depth testing increases customer satisfaction and
35221keeps development and support costs in check. API conformance is
35222highly measurable and suppliers who claim it must be able to
35223substantiate that claim.
35224
35225As such, since these are benchmark measures of conformance, we feel
35226the integrity of test tools is of importance. In order to preserve
35227the integrity of the existing conformance modes of this test
35228package and to permit recipients of modified versions of this
35229package to run the original test modes, this license requires that
35230the original test modes be preserved.
35231
35232If you find a bug in one of the standards mode test cases, please
35233let us know so we can feed this back into the original, and also
35234raise any specification issues with the appropriate bodies (for
35235example the POSIX committees).
35236
35237Definitions:
35238
35239"Package" refers to the collection of files distributed by the
35240Copyright Holder, and derivatives of that collection of files
35241created through textual modification.
35242"Standard Version" refers to such a Package if it has not been
35243modified, or has been modified in accordance with the wishes
35244of the Copyright Holder.
35245"Copyright Holder" is whoever is named in the copyright or
35246copyrights for the package. "You" is you, if you''re thinking
35247about copying or distributing this Package.
35248"Reasonable copying fee" is whatever you can justify on the
35249basis of media cost, duplication charges, time of people
35250involved, and so on. (You will not be required to justify it
35251to the Copyright Holder, but only to the computing community
35252at large as a market that must bear the fee.)
35253"Freely Available" means that no fee is charged for the item
35254itself, though there may be fees involved in handling the
35255item. It also means that recipients of the item may
35256redistribute it under the same conditions they received it.
35257
352581. You may make and give away verbatim copies of the source form of
35259the Standard Version of this Package without restriction, provided
35260that you duplicate all of the original copyright notices and
35261associated disclaimers.
35262
352632. You may apply bug fixes, portability fixes and other
35264modifications derived from the Public Domain or from the Copyright
35265Holder. A Package modified in such a way shall still be considered
35266the Standard Version.
35267
352683. You may otherwise modify your copy of this Package in any way,
35269provided that you insert a prominent notice in each changed file
35270stating how and when you changed that file, and provided that you
35271do at least the following:
35272
35273rename any non-standard executables and testcases so the
35274names do not conflict with standard executables and
35275testcases, which must also be provided, and provide a
35276separate manual page for each non-standard executable and
35277testcase that clearly documents how it differs from the
35278Standard Version.
35279
352804. You may distribute the programs of this Package in object code
35281or executable form, provided that you do at least the following:
35282
35283accompany any non-standard executables and testcases with
35284their corresponding Standard Version executables and
35285testcases, giving the non-standard executables and
35286testcases non-standard names, and clearly documenting the
35287differences in manual pages (or equivalent), together with
35288instructions on where to get the Standard Version.
35289
352905. You may charge a reasonable copying fee for any distribution of
35291this Package. You may charge any fee you choose for support of this
35292Package. You may not charge a fee for this Package itself. However,
35293you may distribute this Package in aggregate with other (possibly
35294commercial) programs as part of a larger (possibly commercial)
35295software distribution provided that you do not advertise this
35296Package as a product of your own.
35297
352986. The scripts and library files supplied as input to or produced
35299as output from the programs of this Package do not automatically
35300fall under the copyright of this Package, but belong to whomever
35301generated them, and may be sold commercially, and may be aggregated
35302with this Package.
35303
353047.Subroutines supplied by you and linked into this Package shall
35305not be considered part of this Package.
35306
353078. The name of the Copyright Holder may not be used to endorse or
35308promote products derived from this software without specific prior
35309written permission.
35310
353119. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
35312IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
35313WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
35314
35315The End', 'http://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt', NULL, NULL, NULL, 'Open Group Test Suite License', NULL, NULL, NULL, '', NULL, false, false, false, '41b4ea8bbe095c8fefe76eb34d2e746a', 1, NULL);
35316INSERT INTO license_ref VALUES (442, 'GPL-2.0-with-bison-exception', 'insert GPL v2 text here
35317
35318Bison Exception
35319
35320As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn''t itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception.
35321
35322This special exception was added by the Free Software Foundation in version 2.2 of Bison.', '', NULL, NULL, NULL, 'GNU General Public License v2.0 w/Bison exception', NULL, NULL, NULL, '', NULL, false, false, false, '2ae8e472dd5773ee7a8417660ed9869c', 1, NULL);
35323INSERT INTO license_ref VALUES (443, 'Nokia', 'Nokia Open Source License (NOKOS
35324License) Version 1.0a
353251. DEFINITIONS.
35326
35327"Affiliates" of a party shall mean an entity
35328
35329a) which is directly or indirectly controlling such party;
35330
35331b) which is under the same direct or indirect ownership or control
35332as such party; or
35333
35334c) which is directly or indirectly owned or controlled by such party.
35335
35336For these purposes, an entity shall be treated as being controlled
35337by another if that other entity has fifty percent (50%) or more of the
35338votes in such entity, is able to direct its affairs and/or to control the
35339composition of its board of directors or equivalent body.
35340
35341"Commercial Use" shall mean distribution or otherwise making
35342the Covered Software available to a third party.
35343
35344''''Contributor'''' shall mean each entity that creates or contributes
35345to the creation of Modifications.
35346
35347''''Contributor Version'''' shall mean in case of any Contributor
35348the combination of the Original Software, prior Modifications used by a
35349Contributor, and the Modifications made by that particular Contributor
35350and in case of Nokia in addition the Original Software in any form, including
35351the form as Exceutable.
35352
35353''''Covered Software'''' shall mean the Original Software or Modifications
35354or the combination of the Original Software and Modifications, in each
35355case including portions thereof.
35356
35357''''Electronic Distribution Mechanism'''' shall mean a mechanism
35358generally accepted in the software development community for the electronic
35359transfer of data.
35360
35361''''Executable'''' shall mean Covered Software in any form other
35362than Source Code.
35363
35364''''Nokia'''' shall mean Nokia Corporation and its Affiliates.
35365
35366''''Larger Work'''' shall mean a work, which combines Covered Software
35367or portions thereof with code not governed by the terms of this License.
35368
35369''''License'''' shall mean this document.
35370
35371"Licensable" shall mean having the right to grant, to the maximum
35372extent possible, whether at the time of the initial grant or subsequently
35373acquired, any and all of the rights conveyed herein.
35374
35375''''Modifications'''' shall mean any addition to or deletion from
35376the substance or structure of either the Original Software or any previous
35377Modifications. When Covered Software is released as a series of files,
35378a Modification is:
35379
35380a) Any addition to or deletion from the contents of a file containing
35381Original Software or previous Modifications.
35382
35383b) Any new file that contains any part of the Original Software or
35384previous Modifications.
35385
35386''''Original Software'''' shall mean the Source Code of computer
35387software code which is described in the Source Code notice required by
35388Exhibit A as Original Software, and which, at the time of its release under
35389this License is not already Covered Software governed by this License.
35390
35391"Patent Claims" shall mean any patent claim(s), now owned
35392or hereafter acquired, including without limitation, method, process, and
35393apparatus claims, in any patent Licensable by grantor.
35394
35395''''Source Code'''' shall mean the preferred form of the Covered
35396Software for making modifications to it, including all modules it contains,
35397plus any associated interface definition files, scripts used to control
35398compilation and installation of an Executable, or source code differential
35399comparisons against either the Original Software or another well known,
35400available Covered Software of the Contributor''s choice. The Source Code
35401can be in a compressed or archival form, provided the appropriate decompression
35402or de-archiving software is widely available for no charge.
35403
35404"You'''' (or "Your") shall mean an individual or a legal
35405entity exercising rights under, and complying with all of the terms of,
35406this License or a future version of this License issued under Section 6.1.
35407For legal entities, "You'''' includes Affiliates of such entity.
35408
354092. SOURCE CODE LICENSE.
35410
354112.1 Nokia Grant.
35412
35413Subject to the terms of this License, Nokia hereby grants You a world-wide,
35414royalty-free, non-exclusive license, subject to third party intellectual
35415property claims:
35416
35417a) under copyrights Licensable by Nokia to use, reproduce, modify,
35418display, perform, sublicense and distribute the Original Software (or portions
35419thereof) with or without Modifications, and/or as part of a Larger Work;
35420
35421b) and under Patents Claims necessarily infringed by the making, using
35422or selling of Original Software, to make, have made, use, practice, sell,
35423and offer for sale, and/or otherwise dispose of the Original Software (or
35424portions thereof).
35425
35426c) The licenses granted in this Section 2.1(a) and (b) are effective
35427on the date Nokia first distributes Original Software under the terms of
35428this License.
35429
35430d) Notwithstanding Section 2.1(b) above, no patent license is granted:
354311) for code that You delete from the Original Software; 2) separate from
35432the Original Software; or 3) for infringements caused by: i) the modification
35433of the Original Software or ii) the combination of the Original Software
35434with other software or devices.
35435
354362.2 Contributor Grant.
35437
35438Subject to the terms of this License and subject to third party intellectual
35439property claims, each Contributor hereby grants You a world-wide, royalty-free,
35440non-exclusive license
35441
35442a) under copyrights Licensable by Contributor, to use, reproduce, modify,
35443display, perform, sublicense and distribute the Modifications created by
35444such Contributor (or portions thereof) either on an unmodified basis, with
35445other Modifications, as Covered Software and/or as part of a Larger Work;
35446and
35447
35448b) under Patent Claims necessarily infringed by the making, using,
35449or selling of Modifications made by that Contributor either alone and/or
35450in combination with its Contributor Version (or portions of such combination),
35451to make, use, sell, offer for sale, have made, and/or otherwise dispose
35452of: 1) Modifications made by that Contributor (or portions thereof); and
354532) the combination of Modifications made by that Contributor with its Contributor
35454Version (or portions of such combination).
35455
35456c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective
35457on the date Contributor first makes Commercial Use of the Covered Software.
35458
35459d) Notwithstanding Section 2.2(b) above, no patent license is granted:
354601) for any code that Contributor has deleted from the Contributor Version;
354612) separate from the Contributor Version; 3) for infringements caused by:
35462i) third party modifications of Contributor Version or ii) the combination
35463of Modifications made by that Contributor with other software (except as
35464part of the Contributor Version) or other devices; or 4) under Patent Claims
35465infringed by Covered Software in the absence of Modifications made by that
35466Contributor.
35467
354683. DISTRIBUTION OBLIGATIONS.
35469
354703.1 Application of License.
35471
35472
35473The Modifications which You create or to which You contribute are governed
35474by the terms of this License, including without limitation Section 2.2.
35475The Source Code version of Covered Software may be distributed only under
35476the terms of this License or a future version of this License released
35477under Section 6.1, and You must include a copy of this License with every
35478copy of the Source Code You distribute. You may not offer or impose any
35479terms on any Source Code version that alters or restricts the applicable
35480version of this License or the recipients'' rights hereunder. However, You
35481may include an additional document offering the additional rights described
35482in Section 3.5.
35483
354843.2 Availability of Source Code.
35485
35486Any Modification which You create or to which You contribute must be
35487made available in Source Code form under the terms of this License either
35488on the same media as an Executable version or via an accepted Electronic
35489Distribution Mechanism to anyone to whom you made an Executable version
35490available; and if made available via Electronic Distribution Mechanism,
35491must remain available for at least twelve (12) months after the date it
35492initially became available, or at least six (6) months after a subsequent
35493version of that particular Modification has been made available to such
35494recipients. You are responsible for ensuring that the Source Code version
35495remains available even if the Electronic Distribution Mechanism is maintained
35496by a third party.
35497
354983.3 Description of Modifications.
35499
35500You must cause all Covered Software to which You contribute to contain
35501a file documenting the changes You made to create that Covered Software
35502and the date of any change. You must include a prominent statement that
35503the Modification is derived, directly or indirectly, from Original Software
35504provided by Nokia and including the name of Nokia in (a) the Source Code,
35505and (b) in any notice in an Executable version or related documentation
35506in which You describe the origin or ownership of the Covered Software.
35507
355083.4 Intellectual Property Matters
35509
35510(a) Third Party Claims.
35511
35512If Contributor has knowledge that a license under a third party''s intellectual
35513property rights is required to exercise the rights granted by such Contributor
35514under Sections 2.1 or 2.2, Contributor must include a text file with the
35515Source Code distribution titled "LEGAL'''' which describes the claim and
35516the party making the claim in sufficient detail that a recipient will know
35517whom to contact. If Contributor obtains such knowledge after the Modification
35518is made available as described in Section 3.2, Contributor shall promptly
35519modify the LEGAL file in all copies Contributor makes available thereafter
35520and shall take other steps (such as notifying appropriate mailing lists
35521or newsgroups) reasonably calculated to inform those who received the Covered
35522Software that new knowledge has been obtained.
35523
35524(b) Contributor APIs.
35525
35526If Contributor''s Modifications include an application programming interface
35527and Contributor has knowledge of patent licenses which are reasonably necessary
35528to implement that API, Contributor must also include this information in
35529the LEGAL file.
35530
35531(c) Representations.
35532
35533Contributor represents that, except as disclosed pursuant to Section
355343.4(a) above, Contributor believes that Contributor''s Modifications are
35535Contributor''s original creation(s) and/or Contributor has sufficient rights
35536to grant the rights conveyed by this License.
35537
355383.5 Required Notices.
35539
35540You must duplicate the notice in Exhibit A in each file of the Source
35541Code. If it is not possible to put such notice in a particular Source Code
35542file due to its structure, then You must include such notice in a location
35543(such as a relevant directory) where a user would be likely to look for
35544such a notice. If You created one or more Modification(s) You may add your
35545name as a Contributor to the notice described in Exhibit A. You must also
35546duplicate this License in any documentation for the Source Code where You
35547describe recipients'' rights or ownership rights relating to Covered Software.
35548You may choose to offer, and to charge a fee for, warranty, support, indemnity
35549or liability obligations to one or more recipients of Covered Software.
35550However, You may do so only on Your own behalf, and not on behalf of Nokia
35551or any Contributor. You must make it absolutely clear that any such warranty,
35552support, indemnity or liability obligation is offered by You alone, and
35553You hereby agree to indemnify Nokia and every Contributor for any liability
35554incurred by Nokia or such Contributor as a result of warranty, support,
35555indemnity or liability terms You offer.
35556
355573.6 Distribution of Executable Versions.
35558
35559You may distribute Covered Software in Executable form only if the
35560requirements of Section 3.1-3.5 have been met for that Covered Software,
35561and if You include a notice stating that the Source Code version of the
35562Covered Software is available under the terms of this License, including
35563a description of how and where You have fulfilled the obligations of Section
355643.2. The notice must be conspicuously included in any notice in an Executable
35565version, related documentation or collateral in which You describe recipients''
35566rights relating to the Covered Software. You may distribute the Executable
35567version of Covered Software or ownership rights under a license of Your
35568choice, which may contain terms different from this License, provided that
35569You are in compliance with the terms of this License and that the license
35570for the Executable version does not attempt to limit or alter the recipient''s
35571rights in the Source Code version from the rights set forth in this License.
35572If You distribute the Executable version under a different license You
35573must make it absolutely clear that any terms which differ from this License
35574are offered by You alone, not by Nokia or any Contributor. You hereby agree
35575to indemnify Nokia and every Contributor for any liability incurred by
35576Nokia or such Contributor as a result of any such terms You offer.
35577
355783.7 Larger Works.
35579
35580You may create a Larger Work by combining Covered Software with other
35581software not governed by the terms of this License and distribute the Larger
35582Work as a single product. In such a case, You must make sure the requirements
35583of this License are fulfilled for the Covered Software.
35584
355854. INABILITY TO COMPLY DUE TO STATUTE OR REGULATION.
35586
35587If it is impossible for You to comply with any of the terms of this
35588License with respect to some or all of the Covered Software due to statute,
35589judicial order, or regulation then You must: (a) comply with the terms
35590of this License to the maximum extent possible; and (b) describe the limitations
35591and the code they affect. Such description must be included in the LEGAL
35592file described in Section 3.4 and must be included with all distributions
35593of the Source Code.
35594
35595Except to the extent prohibited by statute or regulation, such description
35596must be sufficiently detailed for a recipient of ordinary skill to be able
35597to understand it.
35598
355995. APPLICATION OF THIS LICENSE.
35600
35601This License applies to code to which Nokia has attached the notice
35602in Exhibit A and to related Covered Software.
35603
356046. VERSIONS OF THE LICENSE.
35605
35606
356076.1 New Versions.
35608
35609Nokia may publish revised and/or new versions of the License from time
35610to time. Each version will be given a distinguishing version number.
35611
356126.2 Effect of New Versions.
35613
35614Once Covered Software has been published under a particular version
35615of the License, You may always continue to use it under the terms of that
35616version. You may also choose to use such Covered Software under the terms
35617of any subsequent version of the License published by Nokia. No one other
35618than Nokia has the right to modify the terms applicable to Covered Software
35619created under this License.
35620
356217. DISCLAIMER OF WARRANTY.
35622
35623COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS'''' BASIS,
35624WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
35625LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE,
35626FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE
35627QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
35628COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT NOKIA, ITS LICENSORS
35629OR AFFILIATES OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
35630SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES
35631AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED
35632HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
35633
356348. TERMINATION.
35635
356368.1 This License and the rights granted hereunder will terminate automatically
35637if You fail to comply with terms herein and fail to cure such breach within
3563830 days of becoming aware of the breach. All sublicenses to the Covered
35639Software which are properly granted shall survive any termination of this
35640License. Provisions which, by their nature, must remain in effect beyond
35641the termination of this License shall survive.
35642
356438.2 If You initiate litigation by asserting a patent infringement claim
35644(excluding declatory judgment actions) against Nokia or a Contributor (Nokia
35645or Contributor against whom You file such action is referred to as "Participant")
35646alleging that:
35647
35648a) such Participant''s Contributor Version directly or indirectly infringes
35649any patent, then any and all rights granted by such Participant to You
35650under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice
35651from Participant terminate prospectively, unless if within 60 days after
35652receipt of notice You either: (i) agree in writing to pay Participant a
35653mutually agreeable reasonable royalty for Your past and future use of Modifications
35654made by such Participant, or (ii) withdraw Your litigation claim with respect
35655to the Contributor Version against such Participant. If within 60 days
35656of notice, a reasonable royalty and payment arrangement are not mutually
35657agreed upon in writing by the parties or the litigation claim is not withdrawn,
35658the rights granted by Participant to You under Sections 2.1 and/or 2.2
35659automatically terminate at the expiration of the 60 day notice period specified
35660above.
35661
35662b) any software, hardware, or device, other than such Participant''s
35663Contributor Version, directly or indirectly infringes any patent, then
35664any rights granted to You by such Participant under Sections 2.1(b) and
356652.2(b) are revoked effective as of the date You first made, used, sold,
35666distributed, or had made, Modifications made by that Participant.
35667
356688.3 If You assert a patent infringement claim against Participant alleging
35669that such Participant''s Contributor Version directly or indirectly infringes
35670any patent where such claim is resolved (such as by license or settlement)
35671prior to the initiation of patent infringement litigation, then the reasonable
35672value of the licenses granted by such Participant under Sections 2.1 or
356732.2 shall be taken into account in determining the amount or value of any
35674payment or license.
35675
356768.4 In the event of termination under Sections 8.1 or 8.2 above, all
35677end user license agreements (excluding distributors and resellers) which
35678have been validly granted by You or any distributor hereunder prior to
35679termination shall survive termination.
35680
356819. LIMITATION OF LIABILITY.
35682
35683UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
35684NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, NOKIA, ANY OTHER CONTRIBUTOR,
35685OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH
35686PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL,
35687OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION,
35688DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION,
35689OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL
35690HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION
35691OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
35692RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS
35693SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION
35694OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, BUT MAY ALLOW LIABILITY TO BE LIMITED;
35695IN SUCH CASES, A PARTY''s, ITS EMPLOYEES, LICENSORS OR AFFILIATES'' LIABILITY
35696SHALL BE LIMITED TO U.S. $50. Nothing contained in this License shall prejudice
35697the statutory rights of any party dealing as a consumer.
35698
3569910. MISCELLANEOUS.
35700
35701This License represents the complete agreement concerning subject matter
35702hereof. All rights in the Covered Software not expressly granted under
35703this License are reserved. Nothing in this License shall grant You any
35704rights to use any of the trademarks of Nokia or any of its Affiliates,
35705even if any of such trademarks are included in any part of Covered Software
35706and/or documentation to it.
35707
35708This License is governed by the laws of Finland excluding its conflict-of-law
35709provisions. All disputes arising from or relating to this Agreement shall
35710be settled by a single arbitrator appointed by the Central Chamber of Commerce
35711of Finland. The arbitration procedure shall take place in Helsinki, Finland
35712in the English language. If any part of this Agreement is found void and
35713unenforceable, it will not affect the validity of the balance of the Agreement,
35714which shall remain valid and enforceable according to its terms.
35715
3571611. RESPONSIBILITY FOR CLAIMS.
35717
35718As between Nokia and the Contributors, each party is responsible for
35719claims and damages arising, directly or indirectly, out of its utilization
35720of rights under this License and You agree to work with Nokia and Contributors
35721to distribute such responsibility on an equitable basis. Nothing herein
35722is intended or shall be deemed to constitute any admission of liability.
35723
35724
35725
35726EXHIBIT A
35727
35728The contents of this file are subject to the NOKOS License Version 1.0
35729(the "License"); you may not use this file except in compliance with the
35730License.
35731
35732Software distributed under the License is distributed on an "AS IS"
35733basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
35734the License for the specific language governing rights and limitations
35735under the License.
35736
35737The Original Software is
35738
35739______________________________________.
35740
35741Copyright © <year> Nokia and others. All Rights Reserved.
35742
35743Contributor(s): ______________________________________.', 'http://www.opensource.org/licenses/nokia', NULL, NULL, NULL, 'Nokia Open Source License', NULL, NULL, NULL, '', NULL, false, false, false, 'f4c924c6cd7cc0be3117027b243bbc72', 1, NULL);
35744INSERT INTO license_ref VALUES (444, 'XFree86-1.1', 'XFree86 License (version 1.1)
35745
35746Copyright (C) 1994-2006 The XFree86 Project, Inc.
35747All rights reserved.
35748
35749Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
35750
357511. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer.
35752
357532. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution, and in the same place and form as other copyright, license and disclaimer information.
35754
357553. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: "This product includes software developed by The XFree86 Project, Inc (http://www.xfree86.org/) and its contributors", in the same place and form as other third-party acknowledgments. Alternately, this acknowledgment may appear in the software itself, in the same form and location as other such third-party acknowledgments.
35756
357574. Except as contained in this notice, the name of The XFree86 Project, Inc shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The XFree86 Project, Inc.
35758
35759THIS SOFTWARE IS PROVIDED ``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE XFREE86 PROJECT, INC OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.', 'http://www.xfree86.org/current/LICENSE4.html', NULL, NULL, NULL, 'XFree86 License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, '25c52dee67602d8d64c092c49cbd55d9', 1, NULL);
35760INSERT INTO license_ref VALUES (447, 'ANTLR-PD', 'SOFTWARE RIGHTS
35761
35762ANTLR 1989-2006 Developed by Terence Parr
35763Partially supported by University of San Francisco & jGuru.com
35764
35765We reserve no legal rights to the ANTLR--it is fully in the
35766public domain. An individual or company may do whatever
35767they wish with source code distributed with ANTLR or the
35768code generated by ANTLR, including the incorporation of
35769ANTLR, or its output, into commerical software.
35770
35771We encourage users to develop software with ANTLR. However,
35772we do ask that credit is given to us for developing
35773ANTLR. By "credit", we mean that if you use ANTLR or
35774incorporate any source code into one of your programs
35775(commercial product, research project, or otherwise) that
35776you acknowledge this fact somewhere in the documentation,
35777research report, etc... If you like ANTLR and have
35778developed a nice tool with the output, please mention that
35779you developed it using ANTLR. In addition, we ask that the
35780headers remain intact in our source code. As long as these
35781guidelines are kept, we expect to continue enhancing this
35782system and expect to make other tools available as they are
35783completed.
35784
35785The primary ANTLR guy:
35786
35787Terence Parr
35788parrt@cs.usfca.edu
35789parrt@antlr.org', 'http://www.antlr2.org/license.html', NULL, NULL, NULL, 'ANTLR Software Rights Notice', NULL, NULL, NULL, '', NULL, false, false, false, '5803ceb7288665c61d2d09a28daf2c7a', 1, NULL);
35790INSERT INTO license_ref VALUES (449, 'OFL-1.0', 'SIL OPEN FONT LICENSE
35791
35792Version 1.0 - 22 November 2005
35793
35794PREAMBLE
35795The goals of the Open Font License (OFL) are to stimulate worldwide
35796development of cooperative font projects, to support the font creation
35797efforts of academic and linguistic communities, and to provide an open
35798framework in which fonts may be shared and improved in partnership with
35799others.
35800
35801The OFL allows the licensed fonts to be used, studied, modified and
35802redistributed freely as long as they are not sold by themselves. The
35803fonts, including any derivative works, can be bundled, embedded,
35804redistributed and sold with any software provided that the font
35805names of derivative works are changed. The fonts and derivatives,
35806however, cannot be released under any other type of license.
35807
35808DEFINITIONS
35809"Font Software" refers to any and all of the following:
35810
35811font files
35812data files
35813source code
35814build scripts
35815documentation
35816"Reserved Font Name" refers to the Font Software name as seen by
35817users and any other names as specified after the copyright statement.
35818
35819"Standard Version" refers to the collection of Font Software
35820components as distributed by the Copyright Holder.
35821
35822"Modified Version" refers to any derivative font software made by
35823adding to, deleting, or substituting — in part or in whole --
35824any of the components of the Standard Version, by changing formats
35825or by porting the Font Software to a new environment.
35826
35827"Author" refers to any designer, engineer, programmer, technical
35828writer or other person who contributed to the Font Software.
35829
35830PERMISSION & CONDITIONS
35831Permission is hereby granted, free of charge, to any person obtaining
35832a copy of the Font Software, to use, study, copy, merge, embed, modify,
35833redistribute, and sell modified and unmodified copies of the Font
35834Software, subject to the following conditions:
35835
358361) Neither the Font Software nor any of its individual components,
35837in Standard or Modified Versions, may be sold by itself.
35838
358392) Standard or Modified Versions of the Font Software may be bundled,
35840redistributed and sold with any software, provided that each copy
35841contains the above copyright notice and this license. These can be
35842included either as stand-alone text files, human-readable headers or
35843in the appropriate machine-readable metadata fields within text or
35844binary files as long as those fields can be easily viewed by the user.
35845
358463) No Modified Version of the Font Software may use the Reserved Font
35847Name(s), in part or in whole, unless explicit written permission is
35848granted by the Copyright Holder. This restriction applies to all
35849references stored in the Font Software, such as the font menu name and
35850other font description fields, which are used to differentiate the
35851font from others.
35852
358534) The name(s) of the Copyright Holder or the Author(s) of the Font
35854Software shall not be used to promote, endorse or advertise any
35855Modified Version, except to acknowledge the contribution(s) of the
35856Copyright Holder and the Author(s) or with their explicit written
35857permission.
35858
358595) The Font Software, modified or unmodified, in part or in whole,
35860must be distributed using this license, and may not be distributed
35861under any other license.
35862
35863TERMINATION
35864This license becomes null and void if any of the above conditions are
35865not met.
35866
35867DISCLAIMER
35868THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
35869EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
35870MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
35871OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
35872COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
35873INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
35874DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
35875FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
35876OTHER DEALINGS IN THE FONT SOFTWARE.', 'http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web', NULL, NULL, NULL, 'SIL Open Font License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'c252ad141e4a6d0c264d6e42f97f3419', 1, NULL);
35877INSERT INTO license_ref VALUES (448, 'ODbL-1.0', '## ODC Open Database License (ODbL)
35878
35879### Preamble
35880
35881The Open Database License (ODbL) is a license agreement intended to
35882allow users to freely share, modify, and use this Database while
35883maintaining this same freedom for others. Many databases are covered by
35884copyright, and therefore this document licenses these rights. Some
35885jurisdictions, mainly in the European Union, have specific rights that
35886cover databases, and so the ODbL addresses these rights, too. Finally,
35887the ODbL is also an agreement in contract for users of this Database to
35888act in certain ways in return for accessing this Database.
35889
35890Databases can contain a wide variety of types of content (images,
35891audiovisual material, and sounds all in the same database, for example),
35892and so the ODbL only governs the rights over the Database, and not the
35893contents of the Database individually. Licensors should use the ODbL
35894together with another license for the contents, if the contents have a
35895single set of rights that uniformly covers all of the contents. If the
35896contents have multiple sets of different rights, Licensors should
35897describe what rights govern what contents together in the individual
35898record or in some other way that clarifies what rights apply.
35899
35900Sometimes the contents of a database, or the database itself, can be
35901covered by other rights not addressed here (such as private contracts,
35902trade mark over the name, or privacy rights / data protection rights
35903over information in the contents), and so you are advised that you may
35904have to consult other documents or clear other rights before doing
35905activities not covered by this License.
35906
35907------
35908
35909The Licensor (as defined below)
35910
35911and
35912
35913You (as defined below)
35914
35915agree as follows:
35916
35917### 1.0 Definitions of Capitalised Words
35918
35919"Collective Database" – Means this Database in unmodified form as part
35920of a collection of independent databases in themselves that together are
35921assembled into a collective whole. A work that constitutes a Collective
35922Database will not be considered a Derivative Database.
35923
35924"Convey" – As a verb, means Using the Database, a Derivative Database,
35925or the Database as part of a Collective Database in any way that enables
35926a Person to make or receive copies of the Database or a Derivative
35927Database. Conveying does not include interaction with a user through a
35928computer network, or creating and Using a Produced Work, where no
35929transfer of a copy of the Database or a Derivative Database occurs.
35930"Contents" – The contents of this Database, which includes the
35931information, independent works, or other material collected into the
35932Database. For example, the contents of the Database could be factual
35933data or works such as images, audiovisual material, text, or sounds.
35934
35935"Database" – A collection of material (the Contents) arranged in a
35936systematic or methodical way and individually accessible by electronic
35937or other means offered under the terms of this License.
35938
35939"Database Directive" – Means Directive 96/9/EC of the European
35940Parliament and of the Council of 11 March 1996 on the legal protection
35941of databases, as amended or succeeded.
35942
35943"Database Right" – Means rights resulting from the Chapter III ("sui
35944generis") rights in the Database Directive (as amended and as transposed
35945by member states), which includes the Extraction and Re-utilisation of
35946the whole or a Substantial part of the Contents, as well as any similar
35947rights available in the relevant jurisdiction under Section 10.4.
35948
35949"Derivative Database" – Means a database based upon the Database, and
35950includes any translation, adaptation, arrangement, modification, or any
35951other alteration of the Database or of a Substantial part of the
35952Contents. This includes, but is not limited to, Extracting or
35953Re-utilising the whole or a Substantial part of the Contents in a new
35954Database.
35955
35956"Extraction" – Means the permanent or temporary transfer of all or a
35957Substantial part of the Contents to another medium by any means or in
35958any form.
35959
35960"License" – Means this license agreement and is both a license of rights
35961such as copyright and Database Rights and an agreement in contract.
35962
35963"Licensor" – Means the Person that offers the Database under the terms
35964of this License.
35965
35966"Person" – Means a natural or legal person or a body of persons
35967corporate or incorporate.
35968
35969"Produced Work" – a work (such as an image, audiovisual material, text,
35970or sounds) resulting from using the whole or a Substantial part of the
35971Contents (via a search or other query) from this Database, a Derivative
35972Database, or this Database as part of a Collective Database.
35973
35974"Publicly" – means to Persons other than You or under Your control by
35975either more than 50% ownership or by the power to direct their
35976activities (such as contracting with an independent consultant).
35977
35978"Re-utilisation" – means any form of making available to the public all
35979or a Substantial part of the Contents by the distribution of copies, by
35980renting, by online or other forms of transmission.
35981
35982"Substantial" – Means substantial in terms of quantity or quality or a
35983combination of both. The repeated and systematic Extraction or
35984Re-utilisation of insubstantial parts of the Contents may amount to the
35985Extraction or Re-utilisation of a Substantial part of the Contents.
35986
35987"Use" – As a verb, means doing any act that is restricted by copyright
35988or Database Rights whether in the original medium or any other; and
35989includes without limitation distributing, copying, publicly performing,
35990publicly displaying, and preparing derivative works of the Database, as
35991well as modifying the Database as may be technically necessary to use it
35992in a different mode or format.
35993
35994"You" – Means a Person exercising rights under this License who has not
35995previously violated the terms of this License with respect to the
35996Database, or who has received express permission from the Licensor to
35997exercise rights under this License despite a previous violation.
35998
35999Words in the singular include the plural and vice versa.
36000
36001### 2.0 What this License covers
36002
360032.1. Legal effect of this document. This License is:
36004
36005a. A license of applicable copyright and neighbouring rights;
36006
36007b. A license of the Database Right; and
36008
36009c. An agreement in contract between You and the Licensor.
36010
360112.2 Legal rights covered. This License covers the legal rights in the
36012Database, including:
36013
36014a. Copyright. Any copyright or neighbouring rights in the Database.
36015The copyright licensed includes any individual elements of the
36016Database, but does not cover the copyright over the Contents
36017independent of this Database. See Section 2.4 for details. Copyright
36018law varies between jurisdictions, but is likely to cover: the Database
36019model or schema, which is the structure, arrangement, and organisation
36020of the Database, and can also include the Database tables and table
36021indexes; the data entry and output sheets; and the Field names of
36022Contents stored in the Database;
36023
36024b. Database Rights. Database Rights only extend to the Extraction and
36025Re-utilisation of the whole or a Substantial part of the Contents.
36026Database Rights can apply even when there is no copyright over the
36027Database. Database Rights can also apply when the Contents are removed
36028from the Database and are selected and arranged in a way that would
36029not infringe any applicable copyright; and
36030
36031c. Contract. This is an agreement between You and the Licensor for
36032access to the Database. In return you agree to certain conditions of
36033use on this access as outlined in this License.
36034
360352.3 Rights not covered.
36036
36037a. This License does not apply to computer programs used in the making
36038or operation of the Database;
36039
36040b. This License does not cover any patents over the Contents or the
36041Database; and
36042
36043c. This License does not cover any trademarks associated with the
36044Database.
36045
360462.4 Relationship to Contents in the Database. The individual items of
36047the Contents contained in this Database may be covered by other rights,
36048including copyright, patent, data protection, privacy, or personality
36049rights, and this License does not cover any rights (other than Database
36050Rights or in contract) in individual Contents contained in the Database.
36051For example, if used on a Database of images (the Contents), this
36052License would not apply to copyright over individual images, which could
36053have their own separate licenses, or one single license covering all of
36054the rights over the images.
36055
36056### 3.0 Rights granted
36057
360583.1 Subject to the terms and conditions of this License, the Licensor
36059grants to You a worldwide, royalty-free, non-exclusive, terminable (but
36060only under Section 9) license to Use the Database for the duration of
36061any applicable copyright and Database Rights. These rights explicitly
36062include commercial use, and do not exclude any field of endeavour. To
36063the extent possible in the relevant jurisdiction, these rights may be
36064exercised in all media and formats whether now known or created in the
36065future.
36066
36067The rights granted cover, for example:
36068
36069a. Extraction and Re-utilisation of the whole or a Substantial part of
36070the Contents;
36071
36072b. Creation of Derivative Databases;
36073
36074c. Creation of Collective Databases;
36075
36076d. Creation of temporary or permanent reproductions by any means and
36077in any form, in whole or in part, including of any Derivative
36078Databases or as a part of Collective Databases; and
36079
36080e. Distribution, communication, display, lending, making available, or
36081performance to the public by any means and in any form, in whole or in
36082part, including of any Derivative Database or as a part of Collective
36083Databases.
36084
360853.2 Compulsory license schemes. For the avoidance of doubt:
36086
36087a. Non-waivable compulsory license schemes. In those jurisdictions in
36088which the right to collect royalties through any statutory or
36089compulsory licensing scheme cannot be waived, the Licensor reserves
36090the exclusive right to collect such royalties for any exercise by You
36091of the rights granted under this License;
36092
36093b. Waivable compulsory license schemes. In those jurisdictions in
36094which the right to collect royalties through any statutory or
36095compulsory licensing scheme can be waived, the Licensor waives the
36096exclusive right to collect such royalties for any exercise by You of
36097the rights granted under this License; and,
36098
36099c. Voluntary license schemes. The Licensor waives the right to collect
36100royalties, whether individually or, in the event that the Licensor is
36101a member of a collecting society that administers voluntary licensing
36102schemes, via that society, from any exercise by You of the rights
36103granted under this License.
36104
361053.3 The right to release the Database under different terms, or to stop
36106distributing or making available the Database, is reserved. Note that
36107this Database may be multiple-licensed, and so You may have the choice
36108of using alternative licenses for this Database. Subject to Section
3610910.4, all other rights not expressly granted by Licensor are reserved.
36110
36111### 4.0 Conditions of Use
36112
361134.1 The rights granted in Section 3 above are expressly made subject to
36114Your complying with the following conditions of use. These are important
36115conditions of this License, and if You fail to follow them, You will be
36116in material breach of its terms.
36117
361184.2 Notices. If You Publicly Convey this Database, any Derivative
36119Database, or the Database as part of a Collective Database, then You
36120must:
36121
36122a. Do so only under the terms of this License or another license
36123permitted under Section 4.4;
36124
36125b. Include a copy of this License (or, as applicable, a license
36126permitted under Section 4.4) or its Uniform Resource Identifier (URI)
36127with the Database or Derivative Database, including both in the
36128Database or Derivative Database and in any relevant documentation; and
36129
36130c. Keep intact any copyright or Database Right notices and notices
36131that refer to this License.
36132
36133d. If it is not possible to put the required notices in a particular
36134file due to its structure, then You must include the notices in a
36135location (such as a relevant directory) where users would be likely to
36136look for it.
36137
361384.3 Notice for using output (Contents). Creating and Using a Produced
36139Work does not require the notice in Section 4.2. However, if you
36140Publicly Use a Produced Work, You must include a notice associated with
36141the Produced Work reasonably calculated to make any Person that uses,
36142views, accesses, interacts with, or is otherwise exposed to the Produced
36143Work aware that Content was obtained from the Database, Derivative
36144Database, or the Database as part of a Collective Database, and that it
36145is available under this License.
36146
36147a. Example notice. The following text will satisfy notice under
36148Section 4.3:
36149
36150Contains information from DATABASE NAME, which is made available
36151here under the Open Database License (ODbL).
36152
36153DATABASE NAME should be replaced with the name of the Database and a
36154hyperlink to the URI of the Database. "Open Database License" should
36155contain a hyperlink to the URI of the text of this License. If
36156hyperlinks are not possible, You should include the plain text of the
36157required URI''s with the above notice.
36158
361594.4 Share alike.
36160
36161a. Any Derivative Database that You Publicly Use must be only under
36162the terms of:
36163
36164i. This License;
36165
36166ii. A later version of this License similar in spirit to this
36167License; or
36168
36169iii. A compatible license.
36170
36171If You license the Derivative Database under one of the licenses
36172mentioned in (iii), You must comply with the terms of that license.
36173
36174b. For the avoidance of doubt, Extraction or Re-utilisation of the
36175whole or a Substantial part of the Contents into a new database is a
36176Derivative Database and must comply with Section 4.4.
36177
36178c. Derivative Databases and Produced Works. A Derivative Database is
36179Publicly Used and so must comply with Section 4.4. if a Produced Work
36180created from the Derivative Database is Publicly Used.
36181
36182d. Share Alike and additional Contents. For the avoidance of doubt,
36183You must not add Contents to Derivative Databases under Section 4.4 a
36184that are incompatible with the rights granted under this License.
36185
36186e. Compatible licenses. Licensors may authorise a proxy to determine
36187compatible licenses under Section 4.4 a iii. If they do so, the
36188authorised proxy''s public statement of acceptance of a compatible
36189license grants You permission to use the compatible license.
36190
36191
361924.5 Limits of Share Alike. The requirements of Section 4.4 do not apply
36193in the following:
36194
36195a. For the avoidance of doubt, You are not required to license
36196Collective Databases under this License if You incorporate this
36197Database or a Derivative Database in the collection, but this License
36198still applies to this Database or a Derivative Database as a part of
36199the Collective Database;
36200
36201b. Using this Database, a Derivative Database, or this Database as
36202part of a Collective Database to create a Produced Work does not
36203create a Derivative Database for purposes of Section 4.4; and
36204
36205c. Use of a Derivative Database internally within an organisation is
36206not to the public and therefore does not fall under the requirements
36207of Section 4.4.
36208
362094.6 Access to Derivative Databases. If You Publicly Use a Derivative
36210Database or a Produced Work from a Derivative Database, You must also
36211offer to recipients of the Derivative Database or Produced Work a copy
36212in a machine readable form of:
36213
36214a. The entire Derivative Database; or
36215
36216b. A file containing all of the alterations made to the Database or
36217the method of making the alterations to the Database (such as an
36218algorithm), including any additional Contents, that make up all the
36219differences between the Database and the Derivative Database.
36220
36221The Derivative Database (under a.) or alteration file (under b.) must be
36222available at no more than a reasonable production cost for physical
36223distributions and free of charge if distributed over the internet.
36224
362254.7 Technological measures and additional terms
36226
36227a. This License does not allow You to impose (except subject to
36228Section 4.7 b.) any terms or any technological measures on the
36229Database, a Derivative Database, or the whole or a Substantial part of
36230the Contents that alter or restrict the terms of this License, or any
36231rights granted under it, or have the effect or intent of restricting
36232the ability of any person to exercise those rights.
36233
36234b. Parallel distribution. You may impose terms or technological
36235measures on the Database, a Derivative Database, or the whole or a
36236Substantial part of the Contents (a "Restricted Database") in
36237contravention of Section 4.74 a. only if You also make a copy of the
36238Database or a Derivative Database available to the recipient of the
36239Restricted Database:
36240
36241i. That is available without additional fee;
36242
36243ii. That is available in a medium that does not alter or restrict
36244the terms of this License, or any rights granted under it, or have
36245the effect or intent of restricting the ability of any person to
36246exercise those rights (an "Unrestricted Database"); and
36247
36248iii. The Unrestricted Database is at least as accessible to the
36249recipient as a practical matter as the Restricted Database.
36250
36251c. For the avoidance of doubt, You may place this Database or a
36252Derivative Database in an authenticated environment, behind a
36253password, or within a similar access control scheme provided that You
36254do not alter or restrict the terms of this License or any rights
36255granted under it or have the effect or intent of restricting the
36256ability of any person to exercise those rights.
36257
362584.8 Licensing of others. You may not sublicense the Database. Each time
36259You communicate the Database, the whole or Substantial part of the
36260Contents, or any Derivative Database to anyone else in any way, the
36261Licensor offers to the recipient a license to the Database on the same
36262terms and conditions as this License. You are not responsible for
36263enforcing compliance by third parties with this License, but You may
36264enforce any rights that You have over a Derivative Database. You are
36265solely responsible for any modifications of a Derivative Database made
36266by You or another Person at Your direction. You may not impose any
36267further restrictions on the exercise of the rights granted or affirmed
36268under this License.
36269
36270### 5.0 Moral rights
36271
362725.1 Moral rights. This section covers moral rights, including any rights
36273to be identified as the author of the Database or to object to treatment
36274that would otherwise prejudice the author''s honour and reputation, or
36275any other derogatory treatment:
36276
36277a. For jurisdictions allowing waiver of moral rights, Licensor waives
36278all moral rights that Licensor may have in the Database to the fullest
36279extent possible by the law of the relevant jurisdiction under Section
3628010.4;
36281
36282b. If waiver of moral rights under Section 5.1 a in the relevant
36283jurisdiction is not possible, Licensor agrees not to assert any moral
36284rights over the Database and waives all claims in moral rights to the
36285fullest extent possible by the law of the relevant jurisdiction under
36286Section 10.4; and
36287
36288c. For jurisdictions not allowing waiver or an agreement not to assert
36289moral rights under Section 5.1 a and b, the author may retain their
36290moral rights over certain aspects of the Database.
36291
36292Please note that some jurisdictions do not allow for the waiver of moral
36293rights, and so moral rights may still subsist over the Database in some
36294jurisdictions.
36295
36296### 6.0 Fair dealing, Database exceptions, and other rights not affected
36297
362986.1 This License does not affect any rights that You or anyone else may
36299independently have under any applicable law to make any use of this
36300Database, including without limitation:
36301
36302a. Exceptions to the Database Right including: Extraction of Contents
36303from non-electronic Databases for private purposes, Extraction for
36304purposes of illustration for teaching or scientific research, and
36305Extraction or Re-utilisation for public security or an administrative
36306or judicial procedure.
36307
36308b. Fair dealing, fair use, or any other legally recognised limitation
36309or exception to infringement of copyright or other applicable laws.
36310
363116.2 This License does not affect any rights of lawful users to Extract
36312and Re-utilise insubstantial parts of the Contents, evaluated
36313quantitatively or qualitatively, for any purposes whatsoever, including
36314creating a Derivative Database (subject to other rights over the
36315Contents, see Section 2.4). The repeated and systematic Extraction or
36316Re-utilisation of insubstantial parts of the Contents may however amount
36317to the Extraction or Re-utilisation of a Substantial part of the
36318Contents.
36319
36320### 7.0 Warranties and Disclaimer
36321
363227.1 The Database is licensed by the Licensor "as is" and without any
36323warranty of any kind, either express, implied, or arising by statute,
36324custom, course of dealing, or trade usage. Licensor specifically
36325disclaims any and all implied warranties or conditions of title,
36326non-infringement, accuracy or completeness, the presence or absence of
36327errors, fitness for a particular purpose, merchantability, or otherwise.
36328Some jurisdictions do not allow the exclusion of implied warranties, so
36329this exclusion may not apply to You.
36330
36331### 8.0 Limitation of liability
36332
363338.1 Subject to any liability that may not be excluded or limited by law,
36334the Licensor is not liable for, and expressly excludes, all liability
36335for loss or damage however and whenever caused to anyone by any use
36336under this License, whether by You or by anyone else, and whether caused
36337by any fault on the part of the Licensor or not. This exclusion of
36338liability includes, but is not limited to, any special, incidental,
36339consequential, punitive, or exemplary damages such as loss of revenue,
36340data, anticipated profits, and lost business. This exclusion applies
36341even if the Licensor has been advised of the possibility of such
36342damages.
36343
363448.2 If liability may not be excluded by law, it is limited to actual and
36345direct financial loss to the extent it is caused by proved negligence on
36346the part of the Licensor.
36347
36348### 9.0 Termination of Your rights under this License
36349
363509.1 Any breach by You of the terms and conditions of this License
36351automatically terminates this License with immediate effect and without
36352notice to You. For the avoidance of doubt, Persons who have received the
36353Database, the whole or a Substantial part of the Contents, Derivative
36354Databases, or the Database as part of a Collective Database from You
36355under this License will not have their licenses terminated provided
36356their use is in full compliance with this License or a license granted
36357under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will
36358survive any termination of this License.
36359
363609.2 If You are not in breach of the terms of this License, the Licensor
36361will not terminate Your rights under it.
36362
363639.3 Unless terminated under Section 9.1, this License is granted to You
36364for the duration of applicable rights in the Database.
36365
363669.4 Reinstatement of rights. If you cease any breach of the terms and
36367conditions of this License, then your full rights under this License
36368will be reinstated:
36369
36370a. Provisionally and subject to permanent termination until the 60th
36371day after cessation of breach;
36372
36373b. Permanently on the 60th day after cessation of breach unless
36374otherwise reasonably notified by the Licensor; or
36375
36376c. Permanently if reasonably notified by the Licensor of the
36377violation, this is the first time You have received notice of
36378violation of this License from the Licensor, and You cure the
36379violation prior to 30 days after your receipt of the notice.
36380
36381Persons subject to permanent termination of rights are not eligible to
36382be a recipient and receive a license under Section 4.8.
36383
363849.5 Notwithstanding the above, Licensor reserves the right to release
36385the Database under different license terms or to stop distributing or
36386making available the Database. Releasing the Database under different
36387license terms or stopping the distribution of the Database will not
36388withdraw this License (or any other license that has been, or is
36389required to be, granted under the terms of this License), and this
36390License will continue in full force and effect unless terminated as
36391stated above.
36392
36393### 10.0 General
36394
3639510.1 If any provision of this License is held to be invalid or
36396unenforceable, that must not affect the validity or enforceability of
36397the remainder of the terms and conditions of this License and each
36398remaining provision of this License shall be valid and enforced to the
36399fullest extent permitted by law.
36400
3640110.2 This License is the entire agreement between the parties with
36402respect to the rights granted here over the Database. It replaces any
36403earlier understandings, agreements or representations with respect to
36404the Database.
36405
3640610.3 If You are in breach of the terms of this License, You will not be
36407entitled to rely on the terms of this License or to complain of any
36408breach by the Licensor.
36409
3641010.4 Choice of law. This License takes effect in and will be governed by
36411the laws of the relevant jurisdiction in which the License terms are
36412sought to be enforced. If the standard suite of rights granted under
36413applicable copyright law and Database Rights in the relevant
36414jurisdiction includes additional rights not granted under this License,
36415these additional rights are granted in this License in order to meet the
36416terms of this License.', 'http://www.opendatacommons.org/licenses/odbl/1.0/', NULL, NULL, NULL, 'ODC Open Database License v1.0', NULL, NULL, NULL, '', NULL, false, false, false, '38041f1924d0447a0bff0896f31874f2', 1, NULL);
36417INSERT INTO license_ref VALUES (451, 'eCos-2.0', 'The eCos license version 2.0
36418
36419This file is part of eCos, the Embedded Configurable Operating System. Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
36420
36421eCos is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 or (at your option) any later version.
36422
36423eCos is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
36424
36425You should have received a copy of the GNU General Public License along with eCos; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
36426
36427As a special exception, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and link it with other works to produce a work based on this file, this file does not by itself cause the resulting work to be covered by the GNU General Public License. However the source code for this file must still be made available in accordance with section (3) of the GNU General Public License.
36428
36429This exception does not invalidate any other reasons why a work based on this file might be covered by the GNU General Public License.
36430
36431Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. at http://sources.redhat.com/ecos/ecos-license/ -------------------------------------------
36432
36433####ECOSGPLCOPYRIGHTEND####', 'http://www.gnu.org/licenses/ecos-license.html', NULL, NULL, NULL, 'eCos license version 2.0', NULL, NULL, NULL, '', NULL, false, false, false, '47f0550d014de57cf50529d5d377e34e', 1, NULL);
36434INSERT INTO license_ref VALUES (509, 'BSD-style', 'According to BSD license, add some modifications', '', NULL, NULL, NULL, 'BSD-style', NULL, NULL, NULL, '', NULL, false, false, false, '10215fc49d301bf3addf289bcad2b238', 1, NULL);
36435INSERT INTO license_ref VALUES (455, 'Multics', 'Multics License
36436
36437Historical Background
36438
36439This edition of the Multics software materials and documentation is
36440provided and donated to Massachusetts Institute of Technology by Group
36441BULL including BULL HN Information Systems Inc. as a contribution to
36442computer science knowledge. This donation is made also to give evidence
36443of the common contributions of Massachusetts Institute of Technology,
36444Bell Laboratories, General Electric, Honeywell Information Systems
36445Inc., Honeywell BULL Inc., Groupe BULL and BULL HN Information Systems
36446Inc. to the development of this operating system. Multics development
36447was initiated by Massachusetts Institute of Technology Project MAC
36448(1963-1970), renamed the MIT Laboratory for Computer Science and
36449Artificial Intelligence in the mid 1970s, under the leadership of
36450Professor Fernando Jose Corbato. Users consider that Multics provided the
36451best software architecture for managing computer hardware properly and
36452for executing programs. Many subsequent operating systems incorporated
36453Multics principles. Multics was distributed in 1975 to 2000 by Group
36454Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as
36455successor in interest by change in name only to Honeywell Bull Inc. and
36456Honeywell Information Systems Inc. .
36457
36458-----------------------------------------------------------
36459
36460Permission to use, copy, modify, and distribute these programs and their
36461documentation for any purpose and without fee is hereby granted,provided
36462that the below copyright notice and historical background appear in all
36463copies and that both the copyright notice and historical background and
36464this permission notice appear in supporting documentation, and that
36465the names of MIT, HIS, BULL or BULL HN not be used in advertising or
36466publicity pertaining to distribution of the programs without specific
36467prior written permission.
36468Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information
36469Systems Inc.
36470Copyright 2006 by BULL HN Information Systems Inc.
36471Copyright 2006 by Bull SAS
36472All Rights Reserved', 'http://www.opensource.org/licenses/Multics', NULL, NULL, NULL, 'Multics License', NULL, NULL, NULL, '', NULL, false, false, false, 'b7194b15bc89fc42b6caad844fdf59f1', 1, NULL);
36473INSERT INTO license_ref VALUES (456, 'SimPL-2.0', 'Simple Public License (SimPL)
36474
36475Preamble
36476This Simple Public License 2.0 (SimPL 2.0 for short) is a plain language implementation of GPL 2.0. The words are different, but the goal is the same - to guarantee for all users the freedom to share and change software. If anyone wonders about the meaning of the SimPL, they should interpret it as consistent with GPL 2.0.
36477Simple Public License (SimPL) 2.0
36478The SimPL applies to the software''s source and object code and comes with any rights that I have in it (other than trademarks). You agree to the SimPL by copying, distributing, or making a derivative work of the software.
36479
36480You get the royalty free right to:
36481Use the software for any purpose;
36482Make derivative works of it (this is called a "Derived Work");
36483Copy and distribute it and any Derived Work.
36484If you distribute the software or a Derived Work, you must give back to the community by:
36485Prominently noting the date of any changes you make;
36486Leaving other people''s copyright notices, warranty disclaimers, and license terms in place;
36487Providing the source code, build scripts, installation scripts, and interface definitions in a form that is easy to get and best to modify;
36488Licensing it to everyone under SimPL, or substantially similar terms (such as GPL 2.0), without adding further restrictions to the rights provided;
36489Conspicuously announcing that it is available under that license.
36490There are some things that you must shoulder:
36491You get NO WARRANTIES. None of any kind;
36492If the software damages you in any way, you may only recover direct damages up to the amount you paid for it (that is zero if you did not pay anything). You may not recover any other damages, including those called "consequential damages." (The state or country where you live may not allow you to limit your liability in this way, so this may not apply to you);
36493The SimPL continues perpetually, except that your license rights end automatically if:
36494You do not abide by the "give back to the community" terms (your licensees get to keep their rights if they abide);
36495Anyone prevents you from distributing the software under the terms of the SimPL.
36496License for the License
36497You may do anything that you want with the SimPL text; it''s a license form to use in any way that you find helpful. To avoid confusion, however, if you change the terms in any way then you may not call your license the Simple Public License or the SimPL (but feel free to acknowledge that your license is "based on the Simple Public License").', 'http://www.opensource.org/licenses/SimPL-2.0', NULL, NULL, NULL, 'Simple Public License 2.0', NULL, NULL, NULL, '', NULL, false, false, false, 'ac9a2377f0f370ffa5efaa9c7249cde6', 1, NULL);
36498INSERT INTO license_ref VALUES (457, 'PDDL-1.0', 'Open Data Commons - Public Domain Dedication & License (PDDL)
36499
36500Preamble
36501The Open Data Commons � Public Domain Dedication & Licence is a document intended to allow you to freely share, modify, and use this work for any purpose and without any restrictions. This licence is intended for use on databases or their contents ("data"), either together or individually.
36502
36503Many databases are covered by copyright. Some jurisdictions, mainly in Europe, have specific special rights that cover databases called the "sui generis" database right. Both of these sets of rights, as well as other legal rights used to protect databases and data, can create uncertainty or practical difficulty for those wishing to share databases and their underlying data but retain a limited amount of rights under a "some rights reserved" approach to licensing as outlined in the Science Commons Protocol for Implementing Open Access Data. As a result, this waiver and licence tries to the fullest extent possible to eliminate or fully license any rights that cover this database and data. Any Community Norms or similar statements of use of the database or data do not form a part of this document, and do not act as a contract for access or other terms of use for the database or data.
36504
36505The position of the recipient of the work
36506
36507Because this document places the database and its contents in or as close as possible within the public domain, there are no restrictions or requirements placed on the recipient by this document. Recipients may use this work commercially, use technical protection measures, combine this data or database with other databases or data, and share their changes and additions or keep them secret. It is not a requirement that recipients provide further users with a copy of this licence or attribute the original creator of the data or database as a source. The goal is to eliminate restrictions held by the original creator of the data and database on the use of it by others.
36508
36509The position of the dedicator of the work
36510
36511Copyright law, as with most other law under the banner of "intellectual property", is inherently national law. This means that there exists several differences in how copyright and other IP rights can be relinquished, waived or licensed in the many legal jurisdictions of the world. This is despite much harmonisation of minimum levels of protection. The internet and other communication technologies span these many disparate legal jurisdictions and thus pose special difficulties for a document relinquishing and waiving intellectual property rights, including copyright and database rights, for use by the global community. Because of this feature of intellectual property law, this document first relinquishes the rights and waives the relevant rights and claims. It then goes on to license these same rights for jurisdictions or areas of law that may make it difficult to relinquish or waive rights or claims.
36512
36513The purpose of this document is to enable rightsholders to place their work into the public domain. Unlike licences for free and open source software, free cultural works, or open content licences, rightsholders will not be able to "dual license" their work by releasing the same work under different licences. This is because they have allowed anyone to use the work in whatever way they choose. Rightsholders therefore can’t re-license it under copyright or database rights on different terms because they have nothing left to license. Doing so creates truly accessible data to build rich applications and advance the progress of science and the arts.
36514
36515This document can cover either or both of the database and its contents (the data). Because databases can have a wide variety of content � not just factual data � rightsholders should use the Open Data Commons � Public Domain Dedication & Licence for an entire database and its contents only if everything can be placed under the terms of this document. Because even factual data can sometimes have intellectual property rights, rightsholders should use this licence to cover both the database and its factual data when making material available under this document; even if it is likely that the data would not be covered by copyright or database rights.
36516
36517Rightsholders can also use this document to cover any copyright or database rights claims over only a database, and leave the contents to be covered by other licences or documents. They can do this because this document refers to the "Work", which can be either � or both � the database and its contents. As a result, rightsholders need to clearly state what they are dedicating under this document when they dedicate it.
36518
36519Just like any licence or other document dealing with intellectual property, rightsholders should be aware that one can only license what one owns. Please ensure that the rights have been cleared to make this material available under this document.
36520
36521This document permanently and irrevocably makes the Work available to the public for any use of any kind, and it should not be used unless the rightsholder is prepared for this to happen.
36522
36523Part I: Introduction
36524
36525The Rightsholder (the Person holding rights or claims over the Work) agrees as follows:
36526
365271.0 Definitions of Capitalised Words
36528
36529"Copyright" � Includes rights under copyright and under neighbouring rights and similarly related sets of rights under the law of the relevant jurisdiction under Section 6.4.
36530
36531"Data" � The contents of the Database, which includes the information, independent works, or other material collected into the Database offered under the terms of this Document.
36532
36533"Database" � A collection of Data arranged in a systematic or methodical way and individually accessible by electronic or other means offered under the terms of this Document.
36534
36535"Database Right" � Means rights over Data resulting from the Chapter III ("sui generis") rights in the Database Directive (Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases) and any future updates as well as any similar rights available in the relevant jurisdiction under Section 6.4.
36536
36537"Document" � means this relinquishment and waiver of rights and claims and back up licence agreement.
36538
36539"Person" � Means a natural or legal person or a body of persons corporate or incorporate.
36540
36541"Use" � As a verb, means doing any act that is restricted by Copyright or Database Rights whether in the original medium or any other; and includes modifying the Work as may be technically necessary to use it in a different mode or format. This includes the right to sublicense the Work.
36542
36543"Work" � Means either or both of the Database and Data offered under the terms of this Document.
36544
36545"You" � the Person acquiring rights under the licence elements of this Document.
36546
36547Words in the singular include the plural and vice versa.
36548
365492.0 What this document covers
36550
365512.1. Legal effect of this Document. This Document is:
36552
36553a. A dedication to the public domain and waiver of Copyright and Database Rights over the Work; and
36554
36555b. A licence of Copyright and Database Rights over the Work in jurisdictions that do not allow for relinquishment or waiver.
36556
365572.2. Legal rights covered.
36558
36559a. Copyright. Any copyright or neighbouring rights in the Work. Copyright law varies between jurisdictions, but is likely to cover: the Database model or schema, which is the structure, arrangement, and organisation of the Database, and can also include the Database tables and table indexes; the data entry and output sheets; and the Field names of Data stored in the Database. Copyright may also cover the Data depending on the jurisdiction and type of Data; and
36560
36561b. Database Rights. Database Rights only extend to the extraction and re-utilisation of the whole or a substantial part of the Data. Database Rights can apply even when there is no copyright over the Database. Database Rights can also apply when the Data is removed from the Database and is selected and arranged in a way that would not infringe any applicable copyright.
36562
365632.2 Rights not covered.
36564
36565a. This Document does not apply to computer programs used in the making or operation of the Database;
36566
36567b. This Document does not cover any patents over the Data or the Database. Please see Section 4.2 later in this Document for further details; and
36568
36569c. This Document does not cover any trade marks associated with the Database. Please see Section 4.3 later in this Document for further details.
36570
36571Users of this Database are cautioned that they may have to clear other rights or consult other licences.
36572
365732.3 Facts are free. The Rightsholder takes the position that factual information is not covered by Copyright. This Document however covers the Work in jurisdictions that may protect the factual information in the Work by Copyright, and to cover any information protected by Copyright that is contained in the Work.
36574
36575Part II: Dedication to the public domain
36576
365773.0 Dedication, waiver, and licence of Copyright and Database Rights
36578
365793.1 Dedication of Copyright and Database Rights to the public domain. The Rightsholder by using this Document, dedicates the Work to the public domain for the benefit of the public and relinquishes all rights in Copyright and Database Rights over the Work.
36580
36581a. The Rightsholder realises that once these rights are relinquished, that the Rightsholder has no further rights in Copyright and Database Rights over the Work, and that the Work is free and open for others to Use.
36582
36583b. The Rightsholder intends for their relinquishment to cover all present and future rights in the Work under Copyright and Database Rights, whether they are vested or contingent rights, and that this relinquishment of rights covers all their heirs and successors.
36584
36585The above relinquishment of rights applies worldwide and includes media and formats now known or created in the future.
36586
365873.2 Waiver of rights and claims in Copyright and Database Rights when Section 3.1 dedication inapplicable. If the dedication in Section 3.1 does not apply in the relevant jurisdiction under Section 6.4, the Rightsholder waives any rights and claims that the Rightsholder may have or acquire in the future over the Work in:
36588
36589a. Copyright; and
36590
36591b. Database Rights.
36592
36593To the extent possible in the relevant jurisdiction, the above waiver of rights and claims applies worldwide and includes media and formats now known or created in the future. The Rightsholder agrees not to assert the above rights and waives the right to enforce them over the Work.
36594
365953.3 Licence of Copyright and Database Rights when Sections 3.1 and 3.2 inapplicable. If the dedication and waiver in Sections 3.1 and 3.2 does not apply in the relevant jurisdiction under Section 6.4, the Rightsholder and You agree as follows:
36596
36597a. The Licensor grants to You a worldwide, royalty-free, non-exclusive, licence to Use the Work for the duration of any applicable Copyright and Database Rights. These rights explicitly include commercial use, and do not exclude any field of endeavour. To the extent possible in the relevant jurisdiction, these rights may be exercised in all media and formats whether now known or created in the future.
36598
365993.4 Moral rights. This section covers moral rights, including the right to be identified as the author of the Work or to object to treatment that would otherwise prejudice the author’s honour and reputation, or any other derogatory treatment:
36600
36601a. For jurisdictions allowing waiver of moral rights, Licensor waives all moral rights that Licensor may have in the Work to the fullest extent possible by the law of the relevant jurisdiction under Section 6.4;
36602
36603b. If waiver of moral rights under Section 3.4 a in the relevant jurisdiction is not possible, Licensor agrees not to assert any moral rights over the Work and waives all claims in moral rights to the fullest extent possible by the law of the relevant jurisdiction under Section 6.4; and
36604
36605c. For jurisdictions not allowing waiver or an agreement not to assert moral rights under Section 3.4 a and b, the author may retain their moral rights over the copyrighted aspects of the Work.
36606
36607Please note that some jurisdictions do not allow for the waiver of moral rights, and so moral rights may still subsist over the work in some jurisdictions.
36608
366094.0 Relationship to other rights
36610
366114.1 No other contractual conditions. The Rightsholder makes this Work available to You without any other contractual obligations, either express or implied. Any Community Norms statement associated with the Work is not a contract and does not form part of this Document.
36612
366134.2 Relationship to patents. This Document does not grant You a licence for any patents that the Rightsholder may own. Users of this Database are cautioned that they may have to clear other rights or consult other licences.
36614
366154.3 Relationship to trade marks. This Document does not grant You a licence for any trade marks that the Rightsholder may own or that the Rightsholder may use to cover the Work. Users of this Database are cautioned that they may have to clear other rights or consult other licences. Part III: General provisions
36616
366175.0 Warranties, disclaimer, and limitation of liability
36618
366195.1 The Work is provided by the Rightsholder "as is" and without any warranty of any kind, either express or implied, whether of title, of accuracy or completeness, of the presence of absence of errors, of fitness for purpose, or otherwise. Some jurisdictions do not allow the exclusion of implied warranties, so this exclusion may not apply to You.
36620
366215.2 Subject to any liability that may not be excluded or limited by law, the Rightsholder is not liable for, and expressly excludes, all liability for loss or damage however and whenever caused to anyone by any use under this Document, whether by You or by anyone else, and whether caused by any fault on the part of the Rightsholder or not. This exclusion of liability includes, but is not limited to, any special, incidental, consequential, punitive, or exemplary damages. This exclusion applies even if the Rightsholder has been advised of the possibility of such damages.
36622
366235.3 If liability may not be excluded by law, it is limited to actual and direct financial loss to the extent it is caused by proved negligence on the part of the Rightsholder.
36624
366256.0 General
36626
366276.1 If any provision of this Document is held to be invalid or unenforceable, that must not affect the cvalidity or enforceability of the remainder of the terms of this Document.
36628
366296.2 This Document is the entire agreement between the parties with respect to the Work covered here. It replaces any earlier understandings, agreements or representations with respect to the Work not specified here.
36630
366316.3 This Document does not affect any rights that You or anyone else may independently have under any applicable law to make any use of this Work, including (for jurisdictions where this Document is a licence) fair dealing, fair use, database exceptions, or any other legally recognised limitation or exception to infringement of copyright or other applicable laws.
36632
366336.4 This Document takes effect in the relevant jurisdiction in which the Document terms are sought to be enforced. If the rights waived or granted under applicable law in the relevant jurisdiction includes additional rights not waived or granted under this Document, these additional rights are included in this Document in order to meet the intent of this Document.', 'http://opendatacommons.org/licenses/pddl/1.0/', NULL, NULL, NULL, 'ODC Public Domain Dedication & License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'f73e542b37f46e8f421346bb0e81250a', 1, NULL);
36634INSERT INTO license_ref VALUES (458, 'PostgreSQL', 'PostgreSQL Database Management System
36635(formerly known as Postgres, then as Postgres95)
36636
36637Portions Copyright (c) 1996-2010, The PostgreSQL Global Development Group
36638
36639Portions Copyright (c) 1994, The Regents of the University of California
36640
36641Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.
36642
36643IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36644
36645THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.', 'http://www.postgresql.org/about/licence', NULL, NULL, NULL, 'PostgreSQL License', NULL, NULL, NULL, '', NULL, false, false, false, 'd40dd6c3073a6eac37deb8fd086f0728', 1, NULL);
36646INSERT INTO license_ref VALUES (459, 'GPL-2.0-with-font-exception', 'insert GPL v2 text here
36647
36648Font Exception
36649
36650As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.', 'http://www.gnu.org/licenses/gpl-faq.html#FontException', NULL, NULL, NULL, 'GNU General Public License v2.0 w/Font exception', NULL, NULL, NULL, '', NULL, false, false, false, 'beabf814320f2796ea75aa2f5dacc018', 1, NULL);
36651INSERT INTO license_ref VALUES (460, 'RHeCos-1.1', 'Red Hat eCos Public License v1.1
36652
366531. DEFINITIONS
36654
366551.1. "Contributor" means each entity that creates or contributes to the creation of Modifications.
36656
366571.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
36658
366591.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
36660
366611.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data.
36662
366631.5. "Executable" means Covered Code in any form other than Source Code.
36664
366651.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
36666
366671.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
36668
366691.8. "License" means this document.
36670
366711.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
36672
36673A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
36674
36675B. Any new file that contains any part of the Original Code or previous Modifications.
36676
366771.10. "Original Code" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
36678
366791.11. "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
36680
366811.12. "You" means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
36682
366831.13. "Red Hat Branded Code" is code that Red Hat distributes and/or permits others to distribute under different terms than the Red Hat eCos Public License. Red Hat''s Branded Code may contain part or all of the Covered Code.
36684
366852. SOURCE CODE LICENSE
36686
366872.1. The Initial Developer Grant.
36688The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
36689
36690(a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and
36691
36692(b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell ("Utilize") the Original Code (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Original Code (or portions thereof) and not to any greater extent that may be necessary to Utilize further Modifications or combinations.
36693
366942.2. Contributor Grant.
36695Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
36696
36697(a) to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code or as part of a Larger Work; and
36698
36699(b) under patents now or hereafter owned or controlled by Contributor, to Utilize the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Contributor Version (or portions thereof), and not to any greater extent that may be necessary to Utilize further Modifications or combinations.
36700
367013. DISTRIBUTION OBLIGATIONS
36702
367033.1. Application of License.
36704The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients'' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
36705
367063.2. Availability of Source Code.
36707Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available and to the Initial Developer; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party. You are responsible for notifying the Initial Developer of the Modification and the location of the Source if a contact means is provided. Red Hat will be acting as maintainer of the Source and may provide an Electronic Distribution mechanism for the Modification to be made available. You can contact Red Hat to make the Modification available and to notify the Initial Developer. (http://sourceware.cygnus.com/ecos/)
36708
367093.3. Description of Modifications.
36710You must cause all Covered Code to which you contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
36711
367123.4. Intellectual Property Matters
36713(a) Third Party Claims.
36714If You have knowledge that a party claims an intellectual property right in particular functionality or code (or its utilization under this License), you must include a text file with the source code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after You make Your Modification available as described in Section 3.2, You shall promptly modify the LEGAL file in all copies You make available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
36715
36716(b) Contributor APIs.
36717If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file.
36718
367193.5. Required Notices.
36720You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code, where You describe recipients'' rights relating to Covered Code. If You created one or more Modification(s), You may add your name as a Contributor to the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then you must include such notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code.
36721
36722However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
36723
367243.6. Distribution of Executable Versions.
36725You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients'' rights relating to the Covered Code. You may distribute the Executable version of Covered Code under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient''s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
36726
36727If you distribute executable versions containing Covered Code, you must reproduce the notice in Exhibit B in the documentation and/or other materials provided with the product.
36728
367293.7. Larger Works.
36730You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
36731
367324. INABILITY TO COMPLY DUE TO STATUTE OR REGULATION
36733
36734If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; (b) cite the statute or regulation that prohibits you from adhering to the license; and (c) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. You must submit this LEGAL file to Red Hat for review, and You will not be able use the covered code in any means until permission is granted from Red Hat to allow for the inability to comply due to statute or regulation.
36735
367365. APPLICATION OF THIS LICENSE
36737
36738This License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code.
36739
36740Red Hat may include Covered Code in products without such additional products becoming subject to the terms of this License, and may license such additional products on different terms from those contained in this License.
36741
36742Red Hat may license the Source Code of Red Hat Branded Code without Red Hat Branded Code becoming subject to the terms of this License, and may license Red Hat Branded Code on different terms from those contained in this License. Contact Red Hat for details of alternate licensing terms available.
36743
367446. VERSIONS OF THE LICENSE
36745
367466.1. New Versions.
36747Red Hat may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
36748
367496.2. Effect of New Versions.
36750Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Red Hat. No one other than Red Hat has the right to modify the terms applicable to Covered Code beyond what is granted under this and subsequent Licenses.
36751
367526.3. Derivative Works.
36753If you create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), you must (a) rename Your license so that the phrases "ECOS", "eCos", "Red Hat", "RHEPL" or any confusingly similar phrase do not appear anywhere in your license and (b) otherwise make it clear that your version of the license contains terms which differ from the Red Hat eCos Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
36754
367557. DISCLAIMER OF WARRANTY
36756
36757COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
36758
367598. TERMINATION
36760
36761This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
36762
367639. LIMITATION OF LIABILITY
36764
36765UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
36766
3676710. U.S. GOVERNMENT END USERS
36768
36769The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
36770
3677111. MISCELLANEOUS
36772
36773This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the United States of America: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in Santa Clara County, California, under the auspices of JAMS/EndDispute; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
36774
3677512. RESPONSIBILITY FOR CLAIMS
36776
36777Except in cases where another Contributor has failed to comply with Section 3.4, You are responsible for damages arising, directly or indirectly, out of Your utilization of rights under this License, based on the number of copies of Covered Code you made available, the revenues you received from utilizing such rights, and other relevant factors. You agree to work with affected parties to distribute responsibility on an equitable basis.
36778
3677913. ADDITIONAL TERMS APPLICABLE TO THE RED HAT ECOS PUBLIC LICENSE
36780
36781Nothing in this License shall be interpreted to prohibit Red Hat from licensing under different terms than this License any code which Red Hat otherwise would have a right to license.
36782
36783Red Hat and logo - This License does not grant any rights to use the trademark Red Hat, the Red Hat logo, eCos logo, even if such marks are included in the Original Code. You may contact Red Hat for permission to display the Red Hat and eCos marks in either the documentation or the Executable version beyond that required in Exhibit B.
36784
36785Inability to Comply Due to Contractual Obligation - To the extent that Red Hat is limited contractually from making third party code available under this License, Red Hat may choose to integrate such third party code into Covered Code without being required to distribute such third party code in Source Code form, even if such third party code would otherwise be considered "Modifications" under this License.
36786
36787EXHIBIT A
36788
36789"The contents of this file are subject to the Red Hat eCos Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.redhat.com/
36790
36791Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
36792
36793The Original Code is eCos - Embedded Configurable Operating System, released September 30, 1998. The Initial Developer of the Original Code is Red Hat. Portions created by Red Hat are Copyright (C) 1998, 1999, 2000 Red Hat, Inc. All Rights Reserved."
36794
36795EXHIBIT B
36796
36797Part of the software embedded in this product is eCos - Embedded Configurable Operating System, a trademark of Red Hat. Portions created by Red Hat are Copyright (C) 1998, 1999, 2000 Red Hat, Inc. (http://www.redhat.com/). All Rights Reserved.
36798
36799THE SOFTWARE IN THIS PRODUCT WAS IN PART PROVIDED BY RED HAT AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.', 'http://ecos.sourceware.org/old-license.html', NULL, NULL, NULL, 'Red Hat eCos Public License v1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'c5436e5d19c28ad6bdd46f45094ca73a', 1, NULL);
36800INSERT INTO license_ref VALUES (462, 'MS-RL', 'Microsoft Reciprocal License (Ms-RL)
36801
36802This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
36803
368041. Definitions
36805The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
36806A "contribution" is the original software, or any additions or changes to the software.
36807A "contributor" is any person that distributes its contribution under this license.
36808"Licensed patents" are a contributor''s patent claims that read directly on its contribution.
36809
368102. Grant of Rights
36811(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
36812(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
36813
368143. Conditions and Limitations
36815(A) Reciprocal Grants- For any file you distribute that contains code from the software (in source code or binary format), you must provide recipients the source code to that file along with a copy of this license, which license will govern that file. You may license other files that are entirely your own work and do not contain code from the software under any terms you choose.
36816(B) No Trademark License- This license does not grant you rights to use any contributors'' name, logo, or trademarks.
36817(C) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
36818(D) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
36819(E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
36820(F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.', 'http://www.microsoft.com/opensource/licenses.mspx', NULL, NULL, NULL, 'Microsoft Reciprocal License', NULL, NULL, NULL, '', NULL, false, false, false, '4ac19d26a628a64584d15daec29258b6', 1, NULL);
36821INSERT INTO license_ref VALUES (504, 'GPL', 'GPL is referenced without a version number. Please look up GPL in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'GNU General Public License', NULL, NULL, NULL, '', NULL, false, false, false, '336c692e88117f051e16e8c67af502a9', 1, NULL);
36822INSERT INTO license_ref VALUES (493, 'FSF', 'Copyright (C) 2003, 2006-2007 Free Software Foundation, Inc.
36823This file is free software; the Free Software Foundation
36824gives unlimited permission to copy and/or distribute it,
36825with or without modifications, as long as this notice is preserved.', '', NULL, NULL, NULL, 'Free Software Foundation', NULL, NULL, NULL, '', NULL, false, false, false, '34518a40552bca97ec5767a38759cea3', 1, NULL);
36826INSERT INTO license_ref VALUES (439, 'GPL-3.0-with-autoconf-exception', 'insert GPL v3 text here
36827
36828AUTOCONF CONFIGURE SCRIPT EXCEPTION
36829
36830Version 3.0, 18 August 2009
36831
36832Copyright © 2009 Free Software Foundation, Inc. <http://fsf.org/>
36833
36834Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
36835
36836This Exception is an additional permission under section 7 of the GNU General Public License, version 3 ("GPLv3"). It applies to a given file that bears a notice placed by the copyright holder of the file stating that the file is governed by GPLv3 along with this Exception.
36837
36838The purpose of this Exception is to allow distribution of Autoconf''s typical output under terms of the recipient''s choice (including proprietary).
36839
368400. Definitions.
36841"Covered Code" is the source or object code of a version of Autoconf that is a covered work under this License.
36842
36843"Normally Copied Code" for a version of Autoconf means all parts of its Covered Code which that version can copy from its code (i.e., not from its input file) into its minimally verbose, non-debugging and non-tracing output.
36844
36845"Ineligible Code" is Covered Code that is not Normally Copied Code.
36846
368471. Grant of Additional Permission.
36848You have permission to propagate output of Autoconf, even if such propagation would otherwise violate the terms of GPLv3. However, if by modifying Autoconf you cause any Ineligible Code of the version you received to become Normally Copied Code of your modified version, then you void this Exception for the resulting covered work. If you convey that resulting covered work, you must remove this Exception in accordance with the second paragraph of Section 7 of GPLv3.
36849
368502. No Weakening of Autoconf Copyleft.
36851The availability of this Exception does not imply any general presumption that third-party software is unaffected by the copyleft requirements of the license of Autoconf.', 'http://www.gnu.org/licenses/autoconf-exception-3.0.html', NULL, NULL, NULL, 'GNU General Public License v3.0 w/Autoconf exception', NULL, NULL, NULL, '', NULL, false, false, false, '7863864fee53d8919858d3af9dabba07', 1, NULL);
36852INSERT INTO license_ref VALUES (330, 'NPL-1.0', 'NETSCAPE PUBLIC LICENSE
36853Version 1.0
36854
368551. Definitions.
36856
368571.1. ``Contributor'''' means each entity that creates or contributes to the creation of Modifications.
368581.2. ``Contributor Version'''' means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
36859
368601.3. ``Covered Code'''' means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
36861
368621.4. ``Electronic Distribution Mechanism'''' means a mechanism generally accepted in the software development community for the electronic transfer of data.
36863
368641.5. ``Executable'''' means Covered Code in any form other than Source Code.
36865
368661.6. ``Initial Developer'''' means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
36867
368681.7. ``Larger Work'''' means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
36869
368701.8. ``License'''' means this document.
36871
368721.9. ``Modifications'''' means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
36873
36874A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
36875
36876B. Any new file that contains any part of the Original Code or previous Modifications.
36877
368781.10. ``Original Code'''' means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
36879
368801.11. ``Source Code'''' means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
36881
368821.12. ``You'''' means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, ``You'''' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, ``control'''' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
36883
368842. Source Code License.
368852.1. The Initial Developer Grant.
36886The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
36887(a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and
36888
36889(b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell (``Utilize'''') the Original Code (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Original Code (or portions thereof) and not to any greater extent that may be necessary to Utilize further Modifications or combinations.
36890
368912.2. Contributor Grant.
36892Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
36893
36894(a) to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code or as part of a Larger Work; and
36895
36896(b) under patents now or hereafter owned or controlled by Contributor, to Utilize the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Contributor Version (or portions thereof), and not to any greater extent that may be necessary to Utilize further Modifications or combinations.
36897
368983. Distribution Obligations.
368993.1. Application of License.
36900The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients'' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
369013.2. Availability of Source Code.
36902Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
36903
369043.3. Description of Modifications.
36905You must cause all Covered Code to which you contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
36906
369073.4. Intellectual Property Matters
36908
36909(a) Third Party Claims.
36910If You have knowledge that a party claims an intellectual property right in particular functionality or code (or its utilization under this License), you must include a text file with the source code distribution titled ``LEGAL'''' which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after You make Your Modification available as described in Section 3.2, You shall promptly modify the LEGAL file in all copies You make available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
36911
36912(b) Contributor APIs.
36913If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file.
36914
369153.5. Required Notices.
36916You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code, where You describe recipients'' rights relating to Covered Code. If You created one or more Modification(s), You may add your name as a Contributor to the notice described in Exhibit A. If it is not possible to put such notice in a particular Source Code file due to its structure, then you must include such notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
36917
369183.6. Distribution of Executable Versions.
36919You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients'' rights relating to the Covered Code. You may distribute the Executable version of Covered Code under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient''s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
36920
369213.7. Larger Works.
36922You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
36923
369244. Inability to Comply Due to Statute or Regulation.
36925If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
36926
369275. Application of this License.
36928This License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code.
369296. Versions of the License.
369306.1. New Versions.
36931Netscape Communications Corporation (``Netscape'''') may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
369326.2. Effect of New Versions.
36933Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License.
36934
369356.3. Derivative Works.
36936If you create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), you must (a) rename Your license so that the phrases ``Mozilla'''', ``MOZILLAPL'''', ``MOZPL'''', ``Netscape'''', ``NPL'''' or any confusingly similar phrase do not appear anywhere in your license and (b) otherwise make it clear that your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
36937
369387. DISCLAIMER OF WARRANTY.
36939COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'''' BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
369408. TERMINATION.
36941This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
369429. LIMITATION OF LIABILITY.
36943UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
3694410. U.S. GOVERNMENT END USERS.
36945The Covered Code is a ``commercial item,'''' as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of ``commercial computer software'''' and ``commercial computer software documentation,'''' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
3694611. MISCELLANEOUS.
36947This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the United States of America: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in Santa Clara County, California, under the auspices of JAMS/EndDispute; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
3694812. RESPONSIBILITY FOR CLAIMS.
36949Except in cases where another Contributor has failed to comply with Section 3.4, You are responsible for damages arising, directly or indirectly, out of Your utilization of rights under this License, based on the number of copies of Covered Code you made available, the revenues you received from utilizing such rights, and other relevant factors. You agree to work with affected parties to distribute responsibility on an equitable basis.
36950AMENDMENTS
36951Additional Terms applicable to the Netscape Public License.
36952I. Effect.
36953These additional terms described in this Netscape Public License -- Amendments shall apply to the Mozilla Communicator client code and to all Covered Code under this License.
36954
36955II. ``Netscape''s Branded Code'''' means Covered Code that Netscape distributes and/or permits others to distribute under one or more trademark(s) which are controlled by Netscape but which are not licensed for use under this License.
36956
36957III. Netscape and logo.
36958This License does not grant any rights to use the trademark ``Netscape'''', the ``Netscape N and horizon'''' logo or the Netscape lighthouse logo, even if such marks are included in the Original Code.
36959
36960IV. Inability to Comply Due to Contractual Obligation.
36961Prior to licensing the Original Code under this License, Netscape has licensed third party code for use in Netscape''s Branded Code. To the extent that Netscape is limited contractually from making such third party code available under this License, Netscape may choose to reintegrate such code into Covered Code without being required to distribute such code in Source Code form, even if such code would otherwise be considered ``Modifications'''' under this License.
36962
36963V. Use of Modifications and Covered Code by Initial Developer.
36964
36965V.1. In General.
36966The obligations of Section 3 apply to Netscape, except to the extent specified in this Amendment, Section V.2 and V.3.
36967
36968V.2. Other Products.
36969Netscape may include Covered Code in products other than the Netscape''s Branded Code which are released by Netscape during the two (2) years following the release date of the Original Code, without such additional products becoming subject to the terms of this License, and may license such additional products on different terms from those contained in this License.
36970
36971V.3. Alternative Licensing.
36972Netscape may license the Source Code of Netscape''s Branded Code, including Modifications incorporated therein, without such additional products becoming subject to the terms of this License, and may license such additional products on different terms from those contained in this License.
36973
36974VI. Arbitration and Litigation.
36975Notwithstanding the limitations of Section 11 above, the provisions regarding arbitration and litigation in Section 11(a), (b) and (c) of the License shall apply to all disputes relating to this License.
36976
36977EXHIBIT A.
36978``The contents of this file are subject to the Netscape Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/NPL/
36979Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
36980
36981The Original Code is Mozilla Communicator client code, released March 31, 1998.
36982
36983The Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape Communications Corporation. All Rights Reserved.
36984
36985Contributor(s): ______________________________________.''''
36986
36987
36988
36989[NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. This is due to time constraints encountered in simultaneously finalizing the License and in preparing the Original Code for release. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.]', 'http://www.mozilla.org/MPL/NPL-1.0.html', NULL, NULL, NULL, 'Netscape Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '311b553976a07730f53ee3087f550739', 1, NULL);
36990INSERT INTO license_ref VALUES (359, 'NPL-1.1', 'AMENDMENTS
36991The Netscape Public License Version 1.1 ("NPL") consists of the Mozilla Public License Version 1.1 with the following Amendments, including Exhibit A-Netscape Public License.  Files identified with "Exhibit A-Netscape Public License" are governed by the Netscape Public License Version 1.1.
36992
36993Additional Terms applicable to the Netscape Public License.
36994
36995I. Effect.
36996These additional terms described in this Netscape Public License -- Amendments shall apply to the Mozilla Communicator client code and to all Covered Code under this License.
36997II. ''''Netscape''s Branded Code'''' means Covered Code that Netscape distributes and/or permits others to distribute under one or more trademark(s) which are controlled by Netscape but which are not licensed for use under this License.
36998
36999III. Netscape and logo.
37000This License does not grant any rights to use the trademarks "Netscape'''', the "Netscape N and horizon'''' logo or the "Netscape lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript", "Smart Browsing" even if such marks are included in the Original Code or Modifications.
37001
37002IV. Inability to Comply Due to Contractual Obligation.
37003Prior to licensing the Original Code under this License, Netscape has licensed third party code for use in Netscape''s Branded Code. To the extent that Netscape is limited contractually from making such third party code available under this License, Netscape may choose to reintegrate such code into Covered Code without being required to distribute such code in Source Code form, even if such code would otherwise be considered ''''Modifications'''' under this License.
37004
37005V. Use of Modifications and Covered Code by Initial Developer.
37006
37007V.1. In General.
37008The obligations of Section 3 apply to Netscape, except to the extent specified in this Amendment, Section V.2 and V.3.
37009V.2. Other Products.
37010Netscape may include Covered Code in products other than the Netscape''s Branded Code which are released by Netscape during the two (2) years following the release date of the Original Code, without such additional products becoming subject to the terms of this License, and may license such additional products on different terms from those contained in this License.
37011
37012V.3. Alternative Licensing.
37013Netscape may license the Source Code of Netscape''s Branded Code, including Modifications incorporated therein, without such Netscape Branded Code becoming subject to the terms of this License, and may license such Netscape Branded Code on different terms from those contained in this License.
37014
37015
37016VI. Litigation.
37017Notwithstanding the limitations of Section 11 above, the provisions regarding litigation in Section 11(a), (b) and (c) of the License shall apply to all disputes relating to this License.
37018
37019EXHIBIT A-Netscape Public License.
37020
37021
37022''''The contents of this file are subject to the Netscape Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/NPL/
37023Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
37024
37025The Original Code is Mozilla Communicator client code, released March 31, 1998.
37026
37027The Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by Netscape are Copyright (C) 1998-1999 Netscape Communications Corporation. All Rights Reserved.
37028
37029Contributor(s): ______________________________________.
37030
37031
37032Alternatively, the contents of this file may be used under the terms of the _____ license (the  ?[___] License?), in which case the provisions of [______] License are applicable  instead of those above.  If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the NPL, indicate your decision by deleting  the provisions above and replace  them with the notice and other provisions required by the [___] License.  If you do not delete the provisions above, a recipient may use your version of this file under either the NPL or the [___] License."
37033MOZILLA PUBLIC LICENSE
37034Version 1.1
370351. Definitions.
37036
370371.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party.
370381.1. ''''Contributor'''' means each entity that creates or contributes to the creation of Modifications.
37039
370401.2. ''''Contributor Version'''' means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
37041
370421.3. ''''Covered Code'''' means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
37043
370441.4. ''''Electronic Distribution Mechanism'''' means a mechanism generally accepted in the software development community for the electronic transfer of data.
37045
370461.5. ''''Executable'''' means Covered Code in any form other than Source Code.
37047
370481.6. ''''Initial Developer'''' means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
37049
370501.7. ''''Larger Work'''' means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
37051
370521.8. ''''License'''' means this document.
37053
370541.8.1. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
37055
370561.9. ''''Modifications'''' means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
37057
37058A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
37059B. Any new file that contains any part of the Original Code or previous Modifications.
37060
37061
370621.10. ''''Original Code'''' means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
370631.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation,  method, process, and apparatus claims, in any patent Licensable by grantor.
37064
370651.11. ''''Source Code'''' means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
37066
370671.12. "You'''' (or "Your")  means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You'''' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control'''' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
37068
370692. Source Code License.
370702.1. The Initial Developer Grant.
37071The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
37072(a)  under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and
37073(b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof).
37074
37075
37076(c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.
37077(d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code;  or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.
37078
37079
370802.2. Contributor Grant.
37081Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license
37082
37083(a)  under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and
37084(b) under Patent Claims infringed by the making, using, or selling of  Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of  Modifications made by that Contributor with its Contributor Version (or portions of such combination).
37085
37086(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code.
37087
37088(d)    Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2)  separate from the Contributor Version;  3)  for infringements caused by: i) third party modifications of Contributor Version or ii)  the combination of Modifications made by that Contributor with other software  (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.
37089
37090
370913. Distribution Obligations.
37092
370933.1. Application of License.
37094The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients'' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
370953.2. Availability of Source Code.
37096Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
37097
370983.3. Description of Modifications.
37099You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
37100
371013.4. Intellectual Property Matters
37102
37103(a) Third Party Claims.
37104If Contributor has knowledge that a license under a third party''s intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL'''' which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
37105(b) Contributor APIs.
37106If Contributor''s Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.
37107
37108
37109          (c)    Representations.
37110Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor''s Modifications are Contributor''s original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License.
37111
371123.5. Required Notices.
37113You must duplicate the notice in Exhibit A in each file of the Source Code.  If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice.  If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A.  You must also duplicate this License in any documentation for the Source Code where You describe recipients'' rights or ownership rights relating to Covered Code.  You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
37114
371153.6. Distribution of Executable Versions.
37116You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients'' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient''s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
37117
371183.7. Larger Works.
37119You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
37120
371214. Inability to Comply Due to Statute or Regulation.
37122If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
371235. Application of this License.
37124This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.
371256. Versions of the License.
371266.1. New Versions.
37127Netscape Communications Corporation (''''Netscape'''') may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
371286.2. Effect of New Versions.
37129Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License.
37130
371316.3. Derivative Works.
37132If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases ''''Mozilla'''', ''''MOZILLAPL'''', ''''MOZPL'''', ''''Netscape'''', "MPL", ''''NPL'''' or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
37133
371347. DISCLAIMER OF WARRANTY.
37135COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS'''' BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
371368. TERMINATION.
371378.1.  This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
371388.2.  If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant")  alleging that:
37139
37140(a)  such Participant''s Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i)  agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant.  If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.
37141
37142(b)  any software, hardware, or device, other than such Participant''s Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.
37143
371448.3.  If You assert a patent infringement claim against Participant alleging that such Participant''s Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
37145
371468.4.  In the event of termination under Sections 8.1 or 8.2 above,  all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.
37147
371489. LIMITATION OF LIABILITY.
37149UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
3715010. U.S. GOVERNMENT END USERS.
37151The Covered Code is a ''''commercial item,'''' as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of ''''commercial computer software'''' and ''''commercial computer software documentation,'''' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
3715211. MISCELLANEOUS.
37153This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys'' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
3715412. RESPONSIBILITY FOR CLAIMS.
37155As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
3715613. MULTIPLE-LICENSED CODE.
37157Initial Developer may designate portions of the Covered Code as ?Multiple-Licensed?.  ?Multiple-Licensed? means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the NPL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.
37158
37159EXHIBIT A -Mozilla Public License.
37160
37161``The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
37162http://www.mozilla.org/MPL/
37163Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
37164ANY KIND, either express or implied. See the License for the specific language governing rights and
37165limitations under the License.
37166
37167The Original Code is ______________________________________.
37168
37169The Initial Developer of the Original Code is ________________________. Portions created by
37170 ______________________ are Copyright (C) ______ _______________________. All Rights
37171Reserved.
37172
37173Contributor(s): ______________________________________.
37174
37175Alternatively, the contents of this file may be used under the terms of the _____ license (the  ?[___] License?), in which case the provisions of [______] License are applicable  instead of those above.  If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the MPL, indicate your decision by deleting  the provisions above and replace  them with the notice and other provisions required by the [___] License.  If you do not delete the provisions above, a recipient may use your version of this file under either the MPL or the [___] License."
37176
37177[NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.]', 'http://www.mozilla.org/MPL/NPL-1.1.html', NULL, NULL, NULL, 'Netscape Public License 1.1', NULL, NULL, NULL, '', NULL, false, false, false, '36d3e6f5e4aee7a75f9a405855146975', 1, NULL);
37178INSERT INTO license_ref VALUES (351, 'Open-PL-1.0', 'Open Publication License
37179v1.0, 8 June 1999
37180
37181
37182I. REQUIREMENTS ON BOTH UNMODIFIED AND MODIFIED VERSIONS
37183
37184The Open Publication works may be reproduced and distributed in whole or in part, in any medium physical or electronic, provided that the terms of this license are adhered to, and that this license or an incorporation of it by reference (with any options elected by the author(s) and/or publisher) is displayed in the reproduction.
37185
37186Proper form for an incorporation by reference is as follows:
37187Copyright (c) <year> by <author''s name or designee>. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, vX.Y or later (the latest version is presently available at http://www.opencontent.org/openpub/).
37188The reference must be immediately followed with any options elected by the author(s) and/or publisher of the document (see section VI).
37189
37190Commercial redistribution of Open Publication-licensed material is permitted.
37191
37192Any publication in standard (paper) book form shall require the citation of the original publisher and author. The publisher and author''s names shall appear on all outer surfaces of the book. On all outer surfaces of the book the original publisher''s name shall be as large as the title of the work and cited as possessive with respect to the title.
37193
37194
37195II. COPYRIGHT
37196
37197The copyright to each Open Publication is owned by its author(s) or designee.
37198
37199
37200III. SCOPE OF LICENSE
37201
37202The following license terms apply to all Open Publication works, unless otherwise explicitly stated in the document.
37203
37204Mere aggregation of Open Publication works or a portion of an Open Publication work with other works or programs on the same media shall not cause this license to apply to those other works. The aggregate work shall contain a notice specifying the inclusion of the Open Publication material and appropriate copyright notice.
37205
37206SEVERABILITY. If any part of this license is found to be unenforceable in any jurisdiction, the remaining portions of the license remain in force.
37207
37208NO WARRANTY. Open Publication works are licensed and provided "as is" without warranty of any kind, express or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose or a warranty of non-infringement.
37209
37210
37211IV. REQUIREMENTS ON MODIFIED WORKS
37212
37213All modified versions of documents covered by this license, including translations, anthologies, compilations and partial documents, must meet the following requirements:
37214The modified version must be labeled as such.
37215The person making the modifications must be identified and the modifications dated.
37216Acknowledgement of the original author and publisher if applicable must be retained according to normal academic citation practices.
37217The location of the original unmodified document must be identified.
37218The original author''s (or authors'') name(s) may not be used to assert or imply endorsement of the resulting document without the original author''s (or authors'') permission.
37219
37220V. GOOD-PRACTICE RECOMMENDATIONS
37221
37222In addition to the requirements of this license, it is requested from and strongly recommended of redistributors that:
37223If you are distributing Open Publication works on hardcopy or CD-ROM, you provide email notification to the authors of your intent to redistribute at least thirty days before your manuscript or media freeze, to give the authors time to provide updated documents. This notification should describe modifications, if any, made to the document.
37224All substantive modifications (including deletions) be either clearly marked up in the document or else described in an attachment to the document.
37225Finally, while it is not mandatory under this license, it is considered good form to offer a free copy of any hardcopy and CD-ROM expression of an Open Publication-licensed work to its author(s).
37226
37227VI. LICENSE OPTIONS
37228
37229The author(s) and/or publisher of an Open Publication-licensed document may elect certain options by appending language to the reference to or copy of the license. These options are considered part of the license instance and must be included with the license (or its incorporation by reference) in derived works.
37230
37231A. To prohibit distribution of substantively modified versions without the explicit permission of the author(s). "Substantive modification" is defined as a change to the semantic content of the document, and excludes mere changes in format or typographical corrections.
37232
37233To accomplish this, add the phrase `Distribution of substantively modified versions of this document is prohibited without the explicit permission of the copyright holder.'' to the license reference or copy.
37234
37235B. To prohibit any publication of this work or derivative works in whole or in part in standard (paper) book form for commercial purposes unless prior permission is obtained from the copyright holder.
37236
37237To accomplish this, add the phrase ''Distribution of the work or derivative of the work in any standard (paper) book form is prohibited unless prior permission is obtained from the copyright holder.'' to the license reference or copy. ', 'http://www.opencontent.org/openpub/', NULL, NULL, NULL, 'Open Publication License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'd59b6f101a8fd1e7ac453186f0768c4d', 1, NULL);
37238INSERT INTO license_ref VALUES (228, 'Helix/RealNetworks-EULA', 'Helix DNA Technology Binary Research Use License
37239
37240REDISTRIBUTION NOT PERMITTED
37241
37242This Helix DNA Technology Binary Research Use License ("License") is a legal agreement between You and RealNetworks, Inc. and its suppliers and licensors (collectively, "RealNetworks") for the binary versions of the Helix DNA Compiled Binaries distributed under this License ("Software"), which are made available from the "Helix DNA Compiled Binaries" section of the www.helixcommunity.org Web site. "You" means an individual, or a legal entity acting by and through an individual or individuals, exercising rights either under this License. For legal entities, "You" includes any entity that by majority voting interest controls, is controlled by, or is under common control with You. The terms and conditions for this License are as follows:
37243
37244By clicking on or accepting the "I AGREE TO THE ABOVE LICENSE TERMS" option below, or by installing, copying or otherwise using the Software, You agree to be bound by the terms of this License Agreement. IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE AGREEMENT, CLICK THE "I DO NOT AGREE TO THE ABOVE LICENSE TERMS" BUTTON AND/OR DO NOT INSTALL THE SOFTWARE.
37245
37246YOU AGREE THAT YOUR USE OF THE SOFTWARE ACKNOWLEDGES THAT YOU HAVE READ THIS LICENSE, UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.
37247
372481. GRANT OF LICENSE FOR INTERNAL RESEARCH AND DEVELOPMENT WORK. Subject to the restrictions set forth herein, RealNetworks hereby grants to You a non-exclusive, non-sublicensable, personal license to use the Software in object code and any accompanying documentation ("Documentation") solely for Your internal, non-commercial evaluation and research use, provided that You may only install and use a reasonable number of copies of the Software on computers owned or controlled by You and located on Your premises. As part of such use You may combine the Software with other Helix software properly licensed to You under the terms of the RealNetworks Community Source License Agreement or the RealNetworks Public Source License Agreement, but You may not otherwise create derivative works of the Software or Documentation.
37249
372502. LICENSE RESTRICTIONS.
37251
37252a) You may not: (i) permit other individuals to use the Software except under the terms listed above; (ii) modify, translate, reverse engineer, decompile, disassemble or use any other method (including "clean room" development) to learn the source code of the Software (except to the extent that this restriction is expressly prohibited by law); (iii) rent, lease, transfer, or otherwise transfer rights to the Software or Documentation; (iv) remove any proprietary notices or labels on the Software or Documentation; (v) use the Software to encode, reproduce or copy any material or intellectual property You do not have the right to encode, reproduce, or copy; (vi) use the Software to develop any application that has the capability of transcoding or converting RealAudio or RealVideo Files into any other file format ("Transcode" means to alter the current encoding or form of media files that was decoded from its original form, including by way of example but not limited to by way of example but not limited to: decompression of an audio or video stream and recompression using a different compression algorithm); or (vii) make available to any third party the results of any evaluation or testing of the Software by You under this License. Any such forbidden use shall immediately terminate Your license to the Software.
37253
37254b) You agree that You shall only use the Software and Documentation in a manner that complies with all applicable laws in the jurisdictions in which You use the Software and Documentation, including, but not limited to, applicable restrictions concerning copyright and other intellectual property rights.
37255
37256c) You may not use the Software in an attempt to, or in conjunction with, any device, program or service designed to circumvent technological measures employed to control access to, or the rights in, a digital media content file or other work protected by the copyright laws of any jurisdiction.
37257
37258d) Certain components of the Software may embody a serial copying management system required by the laws of the United States. You may not circumvent or attempt to circumvent this system by any means.
37259
372603. COPIES OF SOFTWARE AND ENHANCEMENTS. This license does not grant You any right to any enhancement or update.
37261
372624. TITLE. Title, ownership, rights, and intellectual property rights in and to the Software and Documentation shall remain in RealNetworks. The Software is protected by the copyright laws of the United States and international copyright treaties. Title, ownership rights and intellectual property rights in and to the content accessed through the Software including the content contained in the Software media demonstration files shall be retained by the applicable content owner and may be protected by applicable copyright or other law. This license gives You no rights to such content.
37263
372645. DISCLAIMER OF WARRANTY & LIMIT OF LIABILITY. THE SOFTWARE AND DOCUMENTATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, REALNETWORKS FURTHER DISCLAIMS ALL WARRANTIES, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. THE ENTIRE RISK ARISING OUT OF THE USE OR PERFORMANCE OF THE SOFTWARE AND DOCUMENTATION REMAINS WITH YOU. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL REALNETWORKS OR ITS SUPPLIERS BE LIABLE FOR ANY CONSEQUENTIAL, INCIDENTAL, INDIRECT, SPECIAL, PUNITIVE, OR OTHER DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR OTHER PECUNIARY LOSS) ARISING OUT OF THIS LICENSE OR THE USE OF OR INABILITY TO USE THE PRODUCT, EVEN IF REALNETWORKS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. REALNETWORKS'' TOTAL LIABLITY FOR ANY DIRECT DAMAGES SHALL NOT EXCEED FIVE DOLLARS ($5.00). BECAUSE SOME STATES/JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
37265
372666. INDEMNIFICATION. This Software is intended for use only with properly licensed media, content and content creation tools. It is Your responsibility to ascertain whether any copyright, patent or other licenses are necessary and to obtain any licenses to such media and content. You agree to use only those materials for which You have the necessary patent, copyright and other permissions, licenses, and/or clearances. You agree to hold harmless, indemnify and defend RealNetworks, its officers, directors and employees, from and against any losses, damages, fines and expenses (including attorneys'' fees and costs) arising out of or relating to any claims that You have encoded, copied, compressed, enabled the "Allow Recording" feature, enabled the "Allow Download" feature, or copied, used, published, displayed, or transmitted any content or materials (other than materials provided by RealNetworks specifically for Your use) in connection with the Software in violation of another party''s rights If You are importing the Software from the United States, You shall indemnify and hold RealNetworks harmless from and against any import and export duties or other claims arising from such importation.
37267
372687. TERMINATION. This License and Your right to use this Software automatically terminate if You fail to comply with any material provision of this License. RealNetworks may terminate this License at any time by delivering notice to You and You may terminate this License at any time by destroying or erasing Your copy of the Software. Upon termination of this License, You agree to destroy or erase the Software.
37269
372708. NO ASSIGNMENT. This License is personal to You, and may not be assigned without RealNetworks'' express written consent.
37271
372729. U.S. GOVERNMENT RESTRICTED RIGHTS. U.S. GOVERNMENT RESTRICTED RIGHTS: This Software and documentation are provided with RESTRICTED RIGHTS. Use, duplication or disclosure by the Government is subject to restrictions set forth in subparagraphs (a) through (d) of the Commercial Computer Software--Restricted Rights at FAR 52.227-19 when applicable, or in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013, and in similar clauses in the NASA FAR supplement, as applicable. Manufacturer is RealNetworks, Inc./2601 Elliott, Suite 1000/Seattle, Washington 98121. You are responsible for complying with all trade regulations and laws both foreign and domestic. You acknowledge that none of the Software or underlying information or technology may be downloaded or otherwise exported or re-exported (i) into (or to a national or resident of) Cuba, Iraq, Libya, Sudan, North Korea, Iran, Syria or any other country subject to a U.S. embargo; or (ii) to anyone on the U.S. Treasury Department''s list of Specially Designated Nationals or the U.S. Commerce Department''s Denied Parties List or Entity List. By using the Software You are agreeing to the foregoing and are representing and warranting that (i) no U.S. federal agency has suspended, revoked, or denied You export privileges, (ii) You are not located in or under the control of a national or resident of any such country or on any such list, and (iii) You will not export or re-export the Software to any prohibited county, or to any prohibited person, entity, or end-user as specified by U.S. export controls.
37273
3727410. MISCELLANEOUS. This License Agreement shall constitute the complete and exclusive agreement between us. A separate written agreement with respect to the subject matter hereof shall supersede this instrument to the extent indicated in such separate agreement. This License Agreement may not be modified except in a writing duly signed by an authorized representative of RealNetworks and You. If any provision of this License Agreement is held to be unenforceable for any reason, such provision shall be reformed only to the extent necessary to make it enforceable, and such decision shall not affect the enforceability of such provision under other circumstances, or of the remaining provisions hereof under all circumstances. This License Agreement shall be governed by the laws of the State of Washington without regard to conflicts of law provisions and You consent to the exclusive jurisdiction of the state and federal courts sitting in the State of Washington. This License Agreement will not be governed by the United Nations Convention of Contracts for the International Sale of Goods, the application of which is hereby expressly excluded.
37275
37276Copyright ©1995-2002 RealNetworks, Inc. and/or its suppliers. 2601 Elliott Avenue, Suite 1000, Seattle, Washington 98121 U.S.A. The Software may incorporate one or more of the following patents: U.S. Patent #5,917,835; U.S. Patent # 5,854,858; U.S. Patent # 5,917,954. Other U.S. patents pending. All rights reserved. RealNetworks, Helix, RealAudio, and RealVideo are trademarks or registered trademarks of RealNetworks, Inc.
37277', 'https://helixcommunity.org/beula/', NULL, NULL, NULL, 'Helix DNA Technology Binary Research Use License', NULL, NULL, NULL, '', NULL, false, false, false, '88c12cbf7fc40c8998040b851200fa55', 1, NULL);
37278INSERT INTO license_ref VALUES (391, 'ZoneAlarm-EULA', 'ZONEALARM, A CHECK POINT SOFTWARE TECHNOLOGIES, INC. COMPANY
37279END USER LICENSE AGREEMENT
37280
37281THIS END USER LICENSE AGREEMENT ("Agreement") IS A LEGAL AGREEMENT BETWEEN YOU
37282(EITHER ON BEHALF OF YOURSELF AS AN INDIVIDUAL OR ON BEHALF OF AN ENTITY AS ITS
37283AUTHORIZED REPRESENTATIVE) AND ZONEALARM.  PLEASE READ THIS
37284AGREEMENT CAREFULLY AND PRINT OUT A COPY FOR YOUR RECORDS.  THIS AGREEMENT
37285SUPERSEDES PREVIOUS VERSIONS.
37286
37287BY CHECKING THE AGREEMENT CHECKBOX BELOW AND DOWNLOADING, INSTALLING, COPYING
37288OR OTHERWISE USING ZONEALARM''S SOFTWARE YOU AGREE TO BE BOUND BY ALL OF THE
37289TERMS OF THIS AGREEMENT.  IF YOU DO NOT AGREE TO THE TERMS OF THIS AGREEMENT,
37290CLICK ON THE "CANCEL" BUTTON AND/OR DO NOT DOWNLOAD, INSTALL, COPY OR OTHERWISE
37291USE THE SOFTWARE.
37292
372931. SOFTWARE:  As used in this Agreement, the term "Software" refers to the
37294ZoneAlarm software which you have selected to download.  The term "Software"
37295also shall include any upgrades, modified versions or updates of the Software
37296 made available to you by ZoneAlarm.  The Software is deemed accepted by you
37297upon download of the Software. The term "Software" also includes any third
37298party software made available to you by ZoneAlarm.
37299
373002. GRANT OF LICENSE:  Subject to the terms of this Agreement, ZoneAlarm hereby
37301grants you a perpetual, non-exclusive, non-transferable right to:  (i) install
37302the Software, (ii) use the Software for your internal use, and (iii) copy the
37303Software for back-up or archival purposes.  Notwithstanding the foregoing, you
37304acknowledge and agree that, depending on the version (free, trial or fully
37305licensed) of Software you select to download, certain restrictions may apply
37306to your use of the Software and certain features of the Software ("Special
37307Features") may be unavailable to you or available subject to certain limitations,
37308as follows:
373092.1 FREE VERSIONS:  You may only download and use a free non-trial version of the
37310Software if you are (i) an individual (and then only for your personal home use)
37311or (ii) a not-for-profit charitable entity as set forth in U.S.C., Title 26,
37312Section 501(c)(3) (excluding government entities and educational institutions).
37313If you select to download a free non-trial version of the Software, you will be
37314unable to access the Special Features of the Software unless you upgrade to a
37315fully licensed version of the Software (provided such option is made available
37316to you), and pay the applicable fees, if any.
373172.2 TRIAL VERSIONS:  If you select to download a free trial version of the Software,
37318you will be able to access the Special Features of the Software only for a limited
37319trial period (the "Trial Period").  Unless you pay the applicable one-time license
37320fee for the Software and install a license key (as described in Section 6 ("License
37321Keys")), the Special Features of the Software will become inoperable and automatically
37322expire at the end of your Trial Period.  In the event that you pay the applicable
37323license fee for the Software, your ability to access the Special Features of the
37324Software on the number of computers for which you have paid the applicable license
37325fee will continue perpetually, subject to the terms of this Agreement.
373262.3 FULLY LICENSED VERSIONS:  If you select to download a fully licensed version of
37327the Software and pay the applicable license fee, your ability to access the Special
37328Features of the Software on the number of computers for which you have paid the
37329applicable license fee will continue perpetually, subject to the terms of this Agreement.
373302.4  SERVICE VERSION:  If you are receiving this software as a service then this
37331software shall only operate if the applicable fee is paid in accordance with the
37332applicable providers policy.
373332.5  VERSIONS INCLUDING ANTI-SPYWARE:  If you elect to receive the anti-spyware
37334feature you explicitly request ZoneAlarm to make a determination for you on the
37335potential effect identified programs may have on your system.  You agree that
37336we may automatically delete certain programs and/or provide you the customized
37337ability to delete certain programs.  The deletion of these programs may be in
37338violation with other license agreements you have knowingly or unknowingly agreed
37339to. The deletion of these programs and the potential violation of a third party
37340license is your responsibility.  ZoneAlarm has no ability to verify what, if any,
37341third party agreements you may have agreed to.
37342
373433. SUBSCRIPTION SERVICES:  If you select to download a fully licensed version of the
37344Software (or upgrade to a fully licensed version of the Software if you have previously
37345downloaded a free or trial version of the Software), you may receive Subscription Services
37346as provided in this Section.  The term "Subscription Services" includes technical support
37347and such additional services as ZoneAlarm may, in ZoneAlarm''s discretion, make available to
37348you for the designated time the subscription service was purchased.
37349
373503.1 TECHNICAL SUPPORT:  Subject to payment of the applicable license fee, ZoneAlarm will
37351provide you with technical support, free of charge, for a limited period commencing on
37352your payment of such license fee.  You may obtain continued technical support for a
37353specified period of time by paying ZoneAlarm''s applicable then-current fee for Subscription
37354Services and installing the applicable license keys, provided that such option is made
37355available to you.  All technical support is provided subject to ZoneAlarm''s then-current
37356technical support policy, and includes such updates to the Software as ZoneAlarm may make
37357generally available thereunder from time to time in ZoneAlarm''s sole discretion.  In the event
37358you are eligible to receive such updates to the Software, ZoneAlarm will notify you when
37359such updates are available to be downloaded by you.  All updates to the Software shall be
37360governed by this Agreement unless other license terms are provided with the update.
373613.2 ADDITIONAL SERVICES:  During the time you are eligible to receive technical support,
37362ZoneAlarm may, in ZoneAlarm''s sole discretion, also make certain additional web-based security
37363services available to you.  Such additional services will be provided subject to ZoneAlarm''s
37364then-current policies regarding use of such additional services.  ZoneAlarm reserves the right
37365to discontinue any such additional services and/or offer new additional services at any time,
37366without right to refund or set-off.
373673.3 VERSION SUPPORT: ZoneAlarm, in its sole discretion, may discontinue ongoing support for
37368specific operating system versions.  For updated support notifications on your operating system,
37369please visit zonelabs.com.
37370
373714. LICENSE RESTRICTIONS:  You acknowledge that the foregoing license extends only to your use
37372of the features and functionality of the Software as described in the online documentation
37373accompanying the version of the Software downloaded by you (the "Documentation"), and you
37374agree not to reconfigure or modify the Software in order to enable features or functionality
37375different than those described in such Documentation or available in other ZoneAlarm products
37376without notifying ZoneAlarm and paying the applicable Software upgrade fee.  You may not:  (i)
37377reverse engineer, decompile, or disassemble the Software; (ii) modify, or create derivative
37378works based upon, the Software in whole or in part; (iii) distribute copies of the Software;
37379(iv) remove any proprietary notices or labels on the Software; or (v) resell, lease, rent,
37380transfer, sublicense, or otherwise transfer rights to the Software.  Any use in violation of
37381this Section shall immediately terminate your license to the Software.
37382
373835. THIRD PARTY SOFTWARE:  Certain third party software included with the Software is subject to
37384additional terms and conditions imposed by ZoneAlarm''s third party licensor(s).  Such terms and
37385conditions are contained in the "About" pages of the Software and are deemed incorporated herein
37386by reference.
37387
373886. LICENSE KEYS:  You acknowledge that the Software contains a license key.  If you select to
37389download a trial or fully licensed version of the Software, and pay the applicable license fee
37390for the Software, ZoneAlarm will provide you an initial license key for installation with the
37391Software which will enable you to (i) use the Software (including Special Features) during the
37392term of your license and (ii) obtain certain subscription-based services ("Subscription Services")
37393for a limited period pursuant to the terms of Section 3 ("Subscription Services").  In the event
37394you subsequently purchase continued Subscription Services pursuant to Section 3 ("Subscription
37395Services"), and at each renewal thereof, ZoneAlarm will provide you additional license key(s)
37396for installation with the Software to enable you to obtain such Subscription Services for the
37397applicable subscription period.  You agree not to purchase any license keys or similar computer
37398code for the Software from any source other than ZoneAlarm or ZoneAlarm''s authorized partners.
37399
374007. TITLE:  You agree that no title to the intellectual property in the Software, Subscription
37401Services (as defined), or license keys is transferred to you.  Title, ownership, rights, and
37402intellectual property rights in and to the Software, Subscription Services, and license keys
37403shall remain in ZoneAlarm and/or ZoneAlarm''s licensors.  The Software, Subscription Services
37404and license keys are protected by intellectual property laws of the United States and other
37405countries and by international treaties.
37406
374078. WARRANTY:
374088.1 Limited Warranty. ZoneAlarm warrants to You that the encoding of the Software on the media
37409on which the Software is furnished will be free from defects in material and workmanship, and
37410that the Software shall substantially conform to its user manual, as it exists at the date of
37411delivery, for a period of ninety (90) days from the date You receive the original License Key.
37412ZoneAlarm''s entire liability and Your exclusive remedy shall be, at ZoneAlarm''s option, either:
37413(i) return of the price paid to ZoneAlarm for the Software, resulting in the termination of
37414this Agreement, or (ii) repair or replacement of the Software or media that does not meet this
37415limited warranty. Some jurisdictions do not allow the exclusion of implied warranties or
37416limitations on how long an implied warranty may last, so the above limitations may not apply
37417to You. This warranty gives You specific legal rights. You may have other rights that vary
37418from state to state.
37419
374208.2 GENERAL:  The Software and Subscription Services are provided to you at minimal charge.
37421ZoneAlarm does not guarantee that use of the Software or Subscription Services will be uninterrupted
37422or error-free.  ZoneAlarm does not guarantee that the information accessed by the Software or
37423Subscription Services will be accurate or complete.  You acknowledge that performance of the
37424Software and Subscription Services may be affected by any number of factors, including without
37425limitation, technical failure of the Software, the acts or omissions of third parties and other
37426causes reasonably beyond the control of ZoneAlarm.  Certain features of the Software may not be
37427forward-compatible with future versions of the Software and use of such features with future
37428versions of the Software may require purchase of the applicable future version of the Software.
374298.3 AS IS SALE:  EXCEPT FOR THE LIMITED WARRANTIES SET FORTH IN SECTION 8.1, YOU AGREE THAT
37430ZONEALARM AND ITS LICENSORS HAVE MADE NO EXPRESS WARRANTIES, ORAL OR WRITTEN, TO YOU REGARDING THE
37431SOFTWARE AND SUBSCRIPTION SERVICES AND THAT THE SOFTWARE AND SUBSCRIPTION SERVICES ARE BEING
37432PROVIDED TO YOU "AS IS" WITHOUT WARRANTY OF ANY KIND.  YOU ACKNOWLEDGE THAT THE ENTIRE RISK AS
37433TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE AND/OR SUBSCRIPTION SERVICES IS WITH YOU.  SHOULD
37434THE SOFTWARE AND/OR SUBSCRIPTION SERVICES PROVE DEFECTIVE, YOU (AND NOT ZONEALARM, THE RETAILER,
37435OR ANY DISTRIBUTOR) ASSUME THE ENTIRE COST OF ALL NECESSARY REPAIRS.
374368.4 DISCLAIMER:  ZONEALARM DISCLAIMS ANY AND ALL OTHER WARRANTIES, WHETHER EXPRESS, IMPLIED, OR
37437STATUTORY, INCLUDING, BUT WITHOUT LIMITATION, (i) THE IMPLIED WARRANTIES OF NONINFRINGEMENT OF
37438THIRD PARTY RIGHTS, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE; (ii) THAT THE SOFTWARE
37439OR SUBSCRIPTION SERVICES WILL AVERT OR PREVENT ALL OCCURRENCES (OR THE CONSEQUENCES THEREFROM)
37440THAT THE SOFTWARE OR SUBSCRIPTION SERVICES ARE DESIGNED TO DETECT AND/OR PREVENT; OR (iii) THAT
37441ANY INFORMATION ACCESSED BY THE SOFTWARE OR SUBSCRIPTION SERVICES WILL BE ACCURATE OR COMPLETE.
37442THIS WARRANTY DISCLAIMER AFFECTS YOUR LEGAL RIGHTS, AND YOU MAY ALSO HAVE OTHER RIGHTS WHICH VARY
37443FROM JURISDICTION TO JURISDICTION.  SOME JURISDICTIONS DO NOT ALLOW EXCLUSIONS OF IMPLIED WARRANTIES
37444OR LIMITATIONS ON HOW LONG AN IMPLIED WARRANTY LASTS, SO THE ABOVE EXCLUSION MAY NOT APPLY TO YOU.
37445
374469. Limitation on Liability. EXCEPT FOR BODILY INJURY OF A PERSON, IN NO EVENT WILL ZONEALARM BE
37447LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DAMAGES ARISING OUT OF THE SUBJECT MATTER OF THIS
37448AGREEMENT, THE PRODUCT OR ANY SERVICES UNDER ANY CONTRACT, NEGLIGENCE, STRICT LIABILITY OR OTHER
37449THEORY, FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES (INCLUDING LOST PROFITS),
37450OR FOR LOSS OF OR CORRUPTION OF DATA, OR FOR COST OF PROCUREMENT OF SUBSTITUTE GOODS OR TECHNOLOGY,
37451IRRESPECTIVE OF WHETHER ZONEALARM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ZONEALARM''S
37452MAXIMUM LIABILITY FOR DAMAGES SHALL BE LIMITED TO THE LICENSE FEES RECEIVED BY ZONEALARM UNDER THIS
37453LICENSE FOR THE PARTICULAR PRODUCT(S) WHICH CAUSED THE DAMAGES. Some jurisdictions do not allow
37454the exclusion or limitation of incidental or consequential damages, so the above limitation or
37455exclusion may not apply to You.
37456
3745710. TERMINATION:  This Agreement shall terminate automatically if you fail to comply with the terms
37458of this Agreement.  No notice shall be required from ZoneAlarm to effect such termination.  You may
37459also terminate this Agreement at any time by notifying ZoneAlarm in writing of termination.  Upon
37460any termination of this Agreement, you must uninstall and destroy all copies of the Software.
37461
3746211. MISCELLANEOUS:
3746311.1 COMPLIANCE WITH EXPORT CONTROL LAWS:  You acknowledge that Software is subject to the export
37464control laws and regulations of the United States ("U.S.") and agree to abide by those laws and
37465regulations.  Under U.S. law, the Software may not be downloaded or otherwise exported, reexported,
37466or transferred to restricted countries, restricted end-users, or for restricted end-uses.  The U.S.
37467currently has embargo restrictions against Cuba, Iran, Iraq, Libya, North Korea, Sudan, and Syria.
37468The lists of restricted end-users are maintained on the U.S. Commerce Department''s Denied Persons
37469List, the Commerce Department''s Entity List, the Commerce Department''s List of Unverified Persons,
37470and the U.S. Treasury Department''s List of Specially Designated Nationals and Blocked Persons.  In
37471addition, the Software may not be downloaded or otherwise exported, reexported, or transferred to
37472an end-user engaged in activities related to weapons of mass destruction.  Such activities include
37473but are not necessarily limited to activities related to:  (1) the design, development, production
37474or use of nuclear materials, nuclear facilities, or nuclear weapons; (2) the design, development,
37475production or use of missiles or support of missile projects; and (3) the design, development,
37476production, or use of chemical or biological weapons.  By downloading or using the Software, you
37477are agreeing to the foregoing.  You are also warranting that you are not (i) located in, or a
37478resident or national of, a restricted country; (ii) on any of the U.S. lists of restricted end-users;
37479or (iii) engaged in any activity related to weapons of mass destruction.  You understand that the
37480requirements and restrictions of U.S. law as applicable to you may vary depending on the software
37481downloaded and may change over time, and that, to determine the precise controls applicable to the
37482software, it is necessary to refer to the U.S. Export Administration Regulations and the U.S. Foreign
37483Assets Control Regulations.
3748411.2 U.S. GOVERNMENT RIGHTS:  The Software under this Agreement is commercial computer software as that
37485term is described in 48 C.F.R. 252.227-7014(a)(1).  If acquired by or on behalf of a civilian agency,
37486the U.S. Government acquires this commercial computer software and/or commercial computer software
37487documentation subject to the terms of this Agreement as specified in 48 C.F.R. 12.212 (Computer Software)
37488and 12.211 (Technical Data) of the Federal Acquisition Regulations ("FAR") and its successors.  If
37489acquired by or on behalf of any agency within the Department of Defense ("DOD"), the U.S. Government
37490acquires this commercial computer software and/or commercial computer software documentation subject
37491to the terms of this Agreement as specified in 48 C.F.R. 227.7202-3 of the DOD FAR Supplement ("DFAR")
37492and its successors.
3749311.3 GOVERNING LAW:  This Agreement will be governed by the laws of the State of California as they are
37494applied to agreements between California residents entered into and to be performed entirely within
37495California.  The United Nations Convention on Contracts for the International Sale of Goods is specifically
37496disclaimed.
3749711.4 ENTIRE AGREEMENT:  You agree that this is the entire agreement between you and ZoneAlarm, and that it
37498supersedes any prior agreement, whether written or oral, and all other communications between ZoneAlarm
37499and you relating to the subject matter of this Agreement.  This Agreement may be amended, modified or
37500supplemented only by a writing that is signed by the authorized representatives of both parties.
3750111.5 RESERVATION OF RIGHTS:  All rights not expressly granted in this Agreement are reserved by ZoneAlarm.
37502
37503©2003-2008 Check Point Software Technologies Ltd. All rights reserved. Check Point, Check Point logo,
37504DefenseNet, IMsecure, OSFirewall, Safe@Office, SmartDefense, SmartDefense Advisor, TrueVector, ZoneAlarm,
37505ZoneAlarm Anti-Spyware, ZoneAlarm Antivirus, ZoneAlarm Internet Security Suite, ZoneAlarm Pro, ZoneAlarm
37506Secure Wireless Router, Zone Labs, and the Zone Labs logo are trademarks or registered trademarks of Check
37507Point Software Technologies Ltd. or its affiliates. ZoneAlarm is a Check Point Software Technologies, Inc.
37508Company. All other product names mentioned herein are trademarks or registered trademarks of their respective
37509owners. The products described in this document are protected by U.S. Patent No. 5,606,668, 5,835,726,
375106,496,935, 6,873,988, and 6,850,943 and may be protected by other U.S. Patents, foreign patents, or pending
37511applications.', 'http://www.zonealarm.com/security/en-us/end-user-license-agreement-zonealarm.htm', NULL, NULL, NULL, 'ZoneAlarm EULA', NULL, NULL, NULL, '', NULL, false, false, false, '2a6ee4d004d4bd365e473e42feb12f71', 1, NULL);
37512INSERT INTO license_ref VALUES (219, 'Ascender-EULA', 'Ascender Corporation End User License Agreement
37513
37514Note: Click here for more information on various font license options, including multi-workstation licenses, enterprise-wide licenses, and application server licenses.
37515
37516This Ascender Corporation End User Agreement (the "Agreement") becomes a binding contract between you and Ascender Corporation when you click on the area marked "OK" or "I Accept." If you do not wish to be bound by the Agreement, you cannot access, use or download the Font Software. Please read all of the Agreement before you agree to be bound by its terms and conditions.
37517
37518You hereby agree to the following:
37519
375201. You are bound by the Agreement and you acknowledge that all Use (as defined herein) of the Font Software (as defined herein) supplied to you by Ascender is governed by the Agreement.
37521
375222. "Ascender" as used herein shall mean collectively Ascender Corporation, its authorized distributors and suppliers.
37523
375243. "Font Software" as used herein shall mean software which, when used on an appropriate device, generates the typefaces. Font Software includes all bitmap representations of the typeface designs. Font Software includes permitted copies, and related documentation.
37525
375264. "Licensed Computers" as used herein shall mean five (5) personal computers, unless you specifically purchased the right from Ascender to use the Font Software on more than five (5) personal computers. If you intend to use the Font Software on more than five (5) personal computers, you may obtain a license from Ascender (or its authorized distributor) for an additional fee. Your receipt will serve as your record of the number of personal computers for which you are licensed to use the Font Software.
37527
375285. "Use" of the Font Software shall occur when an individual is able to give commands (whether by keyboard or otherwise) that are followed by the Font Software, regardless of the location in which the Font Software resides.
37529
375306. "Personal or Internal Business Use" shall mean Use of the Font Software for your customary personal or internal business purposes and shall not mean any distribution whatsoever of the Font Software. "Personal or Internal Business Use" shall not include any Use of the Font Software by persons that are not members of your immediate household, your authorized employees, or your authorized agents.
37531
375327. "Commercial Product" as used herein shall mean an electronic document or data file created by Use of the Font Software which is offered for distribution as a commercial product in exchange for a separate fee or other consideration. By way of illustration and not by way of limitation, an electronic book or magazine distributed for a fee shall be considered a Commercial Product; a document distributed in connection with a commercial transaction in which the consideration is unrelated to such document (for example, a business letter, a ticket for an event, or a receipt for purchase of tangible goods such as clothing) shall not be considered a Commercial Product.
37533
375348. You are hereby granted a non-exclusive, non-assignable, non-transferable (except as expressly permitted herein) license to access the Font Software (i) only in a Licensed Computer, (ii) only for your Personal or Internal Business Use, and (iii) only subject to all of the terms and conditions of the Agreement. You have no rights to the Font Software other than as expressly set forth in the Agreement. You agree that Ascender owns all right, title and interest in and to the Font Software, its structure, organization, code, and related files, including all property rights therein such as copyright, design and trademarks rights. You agree that the Font Software, its structure, organization, code, and related files are valuable property of Ascender and that any intentional Use of the Font Software not expressly permitted by the Agreement constitutes a theft of valuable property. All rights not expressly granted in the Agreement are expressly reserved to Ascender. You may not use or include the Font Software as part of a Commercial Product, or any other hardware or software product, without a separate license from Ascender authorizing you to do so.
37535
375369. You may install and Use the Font Software on a single file server for Use on a single local area network ("LAN") only when the Use of such Font Software is limited to the number of Licensed Computers for which you have a license. The Font Software may not be installed or Used on a server that can be accessed via the Internet or other external network system (a system other than a LAN) by personal computers which are not Licensed Computers, unless you acquire a license from Ascender granting you this specific right.
37537
3753810. You may electronically distribute Font Software embedded in a "Personal or Internal Business Use" document (that is, a document other than a "Commercial Product" as defined herein) only when the Font Software embedded in such document is distributed in a secure format that permits only the viewing, printing and editing (and not the installing) of such Font Software. You may not embed Font Software in a Commercial Product without a separate written license from Ascender, for an additional fee. You may not alter or modify the embedding permission contained within the Font Software.
37539
3754011. You acknowledge that the Font Software is protected by the copyright and other intellectual property law of the United States and its various States, by the copyright and design laws of other nations, and by international treaties. You agree to treat the Font Software as you would any other copyrighted material, such as a book. You may not copy the Font Software, except as expressly provided herein and you agree not to copy the design embodied within the Font Software. Any copies that you are expressly permitted to make pursuant to the Agreement must contain the same copyright, trademark, and other proprietary notices that appear on or in the Font Software. You agree not to adapt, modify, alter, translate, convert, or otherwise change the Font Software, or to create any derivative works from Font Software or any portion thereof. You further agree not to use Font Software in connection with software and/or hardware which creates any derivative works of such Font Software. You agree not to reverse engineer, decompile, disassemble, or otherwise attempt to discover the source code of the Font Software, provided, however, that if you are located in a European Community member country or any other country which provides rights materially similar to the rights set forth in this proviso, you may reverse engineer or decompile the Font Software only to the extent that sufficient information is not available for the purpose of creating an interoperable software program (but only for such purpose and only to the extent that sufficient information is not provided by Ascender upon written request). You agree to use trademarks associated with the Font Software according to accepted trademark practice, including identification of the trademark owner''s name. Trademarks can only be used to identify printed output produced by the Font Software. The use of any trademark as herein authorized does not give you any rights of ownership in that trademark and all use of any trademark shall inure to the sole benefit of the trademark owner. You may not change any trademark or trade name designation for the Font Software.
37541
3754212. You may not rent, lease, sublicense, give, lend, or further distribute the Font Software, or any copy thereof, except as expressly provided herein. You may transfer all your rights to use the Font Software to another person or legal entity provided that (i) the transferee accepts and agrees to be bound by all the terms and conditions of this Agreement, and (ii) you destroy all copies of the Font Software, including all copies stored in the memory of a hardware device. If you are a business or organization, you agree that upon request from Ascender or Ascender''s authorized representative, you will with thirty (30) days fully document and certify that use of any and all Ascender Font Software at the time of the request is in conformity with your valid licenses from Ascender.
37543
3754413. You may make one back-up copy of Font Software for archival purposes only, and you shall retain exclusive custody and control over such copy. Upon termination of the Agreement, you must destroy the original and any and all copies of the Font Software.
37545
3754614. Ascender warrants to you that the Font Software will perform substantially in accordance with its documentation for the ninety (90) day period following delivery of the Font Software. To make a warranty claim, you must, within the ninety (90) day warranty period, return the Font Software to the location from which you obtained it along with a copy of your receipt or, if such Font Software is acquired on-line, contact the on-line provider with sufficient information regarding your acquisition of the Font Software so as to enable Ascender to verify the existence and date of the transaction. If the Font Software does not perform substantially in accordance with its documentation, the entire, exclusive, and cumulative liability and remedy shall be limited to the refund of the license fee you paid to Ascender to obtain delivery of the Font Software. ASCENDER DOES NOT WARRANT THE PERFORMANCE OR RESULTS YOU MAY OBTAIN BY USING THE FONT SOFTWARE. THE FOREGOING STATES THE SOLE AND EXCLUSIVE REMEDIES FOR ASCENDER''S BREACH OF WARRANTY. EXCEPT FOR THE FOREGOING LIMITED WARRANTY, Ascender MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, AS TO NONINFRINGEMENT OF THIRD PARTY RIGHTS, MERCHANTABILITY, OR FITNESS FOR ANY PARTICULAR PURPOSE. IN NO EVENT WILL ASCENDER BE LIABLE TO YOU OR ANYONE ELSE (I) FOR ANY CONSEQUENTIAL, INCIDENTAL OR SPECIAL DAMAGES, INCLUDING WITHOUT LIMITATION ANY LOST PROFITS, LOST DATA, LOST BUSINESS OPPORTUNITIES, OR LOST SAVINGS, EVEN IF ASCENDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR (II) FOR ANY CLAIM AGAINST YOU BY ANY THIRD PARTY SEEKING SUCH DAMAGES EVEN IF ASCENDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
37547
37548Some states or jurisdictions do not allow the exclusions of limitations of incidental, consequential or special damages, so the above exclusion may not apply to you. Also, some states or jurisdictions do not allow the exclusions of implied warranties or limitations on how long an implied warranty may last, so the above limitations may not apply to you. To the greatest extent permitted by law, any implied warranties not effectively excluded by the Agreement are limited to ninety (90) days. Some jurisdictions do not permit a limitation of implied warranties where the product results in physical injury or death so that such limitations may not apply to you. In those jurisdictions, you agree that Ascender''s liability for such physical injury or death shall not exceed One Hundred Thousand Dollars (U.S. $100,000), provided that such jurisdictions permit a limitation of such liability. This warranty gives you specific legal rights. You may have other rights that vary from state to state or jurisdiction to jurisdiction. The Font Software is nonreturnable and nonrefundable.
37549
3755015. The Agreement will be governed by the laws of Illinois applicable to contracts wholly entered and performable within such state. All disputes related to the Agreement shall be heard in the Circuit Court of Cook County, Illinois, U.S.A. or the United States District Court for the Northern District of Illinois, Chicago, Illinois U.S.A. Both you and Ascender agree to the personal jurisdiction and venue of these courts in any action related to the Agreement. The Agreement will not be governed by the United Nations Convention of Contracts for the International Sale of Goods, the application of which is expressly excluded. If any part of this Agreement is found void and unenforceable, it will not affect the validity of the balance of the Agreement, which shall remain valid and enforceable according to its terms.
37551
3755216. The Agreement shall automatically terminate upon failure by you (or any authorized person or member of your immediate household to whom you have given permission to Use the Font Software) to comply with its terms. The termination of the Agreement shall not preclude Ascender from suing you for damages of any breach of the Agreement. The Agreement may only be modified in writing signed by an authorized officer of Ascender. You agree that the Font Software will not be shipped, transferred or exported into any country or used in any manner prohibited by the United States Export Administration or any applicable export laws, restrictions or regulations.
37553
3755417. You have the rights expressly set forth in the Agreement and no other. All rights in and to the Font Software, including unpublished rights, are reserved under the copyright laws of the United States and other jurisdictions. All rights reserved. Notwithstanding the foregoing, to the extent that any law, statute, treaty, or governmental regulation shall be deemed by a court of competent jurisdiction to provide you with any additional or different rights from those provided herein and such rights shall be deemed non-waiveable as a matter of law and to supersede the rights specifically provided herein, then such law, statute, treaty, or governmental regulation shall be deemed to be made a part of the Agreement. To the extent that any such rights created by any law, statute, treaty or governmental regulation are waiveable, you agree that your acceptance of the Agreement shall constitute an effective and irrevocable waiver of such rights. The Agreement may be enforced by Ascender or by an authorized dealer acting on behalf of Ascender.
37555
3755618. If this product is acquired under the terms of a (i) GSA contract: use, reproduction or disclosure is subject to the restrictions set forth in the applicable ADP Schedule contract, (ii) DOD contract: use, duplication or disclosure by the Government is subject to the applicable restrictions set forth in DFARS 252.277-7013; (iii) Civilian agency contract: use, reproduction, or disclosure is subject to FAR 52.277-19(a) through (d) and restrictions set forth in the Agreement.
37557
37558Ascender Corporation
3755925 Northwest Point Blvd. Suite 225
37560Elk Grove Village, IL 60007
37561Phone 847-357-0730
37562
37563http://www.ascendercorp.com
37564
37565"Ascender" is a trademark of Ascender Corporation registered in the U.S. Patent and Trademark Office and elsewhere. All other trademarks are the property of their respective owners. All trademarks and copyrights are property of their respective owners.
37566
37567Revised 27 February, 2007', 'http://www.ascendercorp.com/services/licensing/eula-5/', NULL, NULL, NULL, 'Ascender EULA', NULL, NULL, NULL, '', NULL, false, false, false, '4421cd48b5d07ca98ea4bb93e48e8a81', 1, NULL);
37568INSERT INTO license_ref VALUES (231, 'ATI-EULA', 'ATI Software End User License Agreement
37569
37570PLEASE  READ  THIS  LICENSE  CAREFULLY  BEFORE  USING   THE   SOFTWARE.   BY
37571DOWNLOADING, INSTALLING, COPYING OR USING THE SOFTWARE, YOU ARE AGREEING  TO
37572BE BOUND BY THE TERMS OF THIS LICENSE.  IF YOU ARE  ACCESSING  THE  SOFTWARE
37573ELECTRONICALLY,  SIGNIFY  YOUR  AGREEMENT  BY  CLICKING  THE  "AGREE/ACCEPT"
37574BUTTON.  IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE,  PROMPTLY  RETURN
37575THE SOFTWARE TO THE PLACE WHERE YOU OBTAINED IT  AND  (IF  APPLICABLE)  YOUR
37576MONEY WILL BE REFUNDED OR IF THE SOFTWARE WAS ACCESSED ELECTRONICALLY  CLICK
37577"DISAGREE/DECLINE".
37578
375791. License.  ATI Technologies Inc., on behalf of  itself,  its  subsidiaries
37580and licensors (referred collectively as "ATI") grants to you  the  following
37581non-exclusive,  right  to  use  the  software  accompanying   this   License
37582(hereinafter "Software") subject to the following terms and limitations:
37583
37584(a)   Regardless of the media upon which it is distributed, the Software  is
37585licensed to you for use solely in conjunction with ATI hardware products  to
37586which the Software relates ("ATI Hardware").
37587
37588(b)   You own the medium on which the Software is recorded, but ATI and,  if
37589applicable,  its  licensors  retain  title  to  the  Software  and   related
37590documentation.
37591
37592(c)   You may:
37593
37594  i) use the Software solely in  connection  with  the  ATI  Hardware  on  a
37595   single computer;
37596
37597  ii) make one copy of the Software  in  machine-readable  form  for  backup
37598   purposes only. You must reproduce on such copy ATI''s copyright notice and
37599   any other proprietary legends that were  on  the  original  copy  of  the
37600   Software;
37601
37602  iii) transfer all your license rights in the Software  provided  you  must
37603   also transfer a copy of this License, the backup copy  of  the  Software,
37604   the ATI Hardware and the related documentation  and  provided  the  other
37605   party reads and agrees  to  accept  the  terms  and  conditions  of  this
37606   License.  Upon such transfer your license rights are then terminated.
37607
37608(d)   In addition to the license terms above, with respect  to  portions  of
37609the Software in source code or binary  form  designed  exclusively  for  use
37610with the Linux operating system ("ATI Linux Code"), you  may  use,  display,
37611modify, copy, distribute, allow others to  re-distribute,  package  and  re-
37612package such ATI Linux Code  for  commercial  and  non-commercial  purposes,
37613provided that:
37614
37615   i) all binary components of the ATI Linux Code are not  modified  in  any
37616   way;
37617
37618   ii) the ATI Linux Code is only used  as  part  of  the  Software  and  in
37619   connection with ATI Hardware;
37620
37621   iii) all copyright notices of ATI are reproduced and you refer  to  these
37622   license terms;
37623
37624   iv) you  may  not  offer  or  impose any terms on the use  of  ATI  Linux
37625   Code that alter or restrict this License; and
37626
37627   v) if you have modified the ATI Linux Code, such  modifications  will  be
37628   made publicly available and are licensed under the  same  terms  provided
37629   herein to ATI or any  other  third  party  without  further  restriction,
37630   royalty or any other license requirement;
37631
37632   vi) to  the  extent  there  is  any ATI sample or  control  panel  source
37633   code included in the ATI Linux Code, no rights are granted to modify such
37634   code except for portions thereof that  may  be  subject  to  third  party
37635   license terms that grant such rights; and
37636
37637   vii) ATI is not obligated to provide any maintenance or technical support
37638   for any code resulting from ATI Linux Code.
37639
376402.  Restrictions.  The Software contains copyrighted and patented  material,
37641trade secrets and other proprietary material.  In  order  to  protect  them,
37642and except as permitted by this license or applicable legislation,  you  may
37643not:
37644
37645  a) decompile,  reverse  engineer,  disassemble  or  otherwise  reduce  the
37646   Software to a human-perceivable form;
37647
37648  b) modify, network, rent, lend,  loan,  distribute  or  create  derivative
37649   works based upon the Software in whole or in part; or
37650
37651  c) electronically transmit the Software from one computer  to  another  or
37652   over a network or otherwise transfer the Software except as permitted  by
37653   this License.
37654
376553.  Termination.  This License  is  effective  until  terminated.   You  may
37656terminate this License at any  time  by  destroying  the  Software,  related
37657documentation  and  all  copies  thereof.   This  License   will   terminate
37658immediately without  notice  from  ATI  if  you  fail  to  comply  with  any
37659provision of this License.  Upon termination you must destroy the  Software,
37660related documentation and all copies thereof.
37661
376624.  Government End Users. If you are acquiring the  Software  on  behalf  of
37663any  unit  or  agency  of  the  United  States  Government,  the   following
37664provisions apply.  The Government  agrees  the  Software  and  documentation
37665were  developed  at  private  expense  and  are  provided  with  "RESTRICTED
37666RIGHTS".  Use, duplication, or disclosure by the Government  is  subject  to
37667restrictions as set forth in DFARS 227.7202-1(a) and  227.7202-3(a)  (1995),
37668DFARS 252.227-7013(c)(1)(ii) (Oct 1988), FAR  12.212(a)(1995),  FAR  52.227-
3766919, (June 1987) or FAR 52.227-14(ALT III) (June 1987),as amended  from  time
37670to time.  In the event that this License, or any  part  thereof,  is  deemed
37671inconsistent with the minimum rights identified  in  the  Restricted  Rights
37672provisions, the minimum rights shall prevail.
37673
376745.  No Other License.  No rights or licenses are granted by ATI  under  this
37675License, expressly or  by  implication,  with  respect  to  any  proprietary
37676information  or  patent,  copyright,  trade  secret  or  other  intellectual
37677property right owned or controlled by ATI, except as expressly  provided  in
37678this License.
37679
376806.  Additional Licenses.  DISTRIBUTION  OR  USE  OF  THE  SOFTWARE  WITH  AN
37681OPERATING SYSTEM MAY REQUIRE ADDITIONAL LICENSES FROM THE  OPERATING  SYSTEM
37682VENDOR.
37683
376847.  Disclaimer of Warranty  on  Software.   You  expressly  acknowledge  and
37685agree that use of the Software is at  your  sole  risk.   The  Software  and
37686related documentation are provided "AS IS" and without warranty of any  kind
37687and ATI EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED,  INCLUDING,
37688BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF  MERCHANTABILITY  AND  FITNESS
37689FORA PARTICULAR  PURPOSE,  OF  QUALITY,  OF  QUIET  ENJOYMENT  AND  OF  NON-
37690INFRINGEMENT  OF  THIRD  PARTY  RIGHTS.   ATI  DOES  NOT  WARRANT  THAT  THE
37691FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET  YOUR  REQUIREMENTS,  OR  THAT
37692THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE,  OR  THAT
37693DEFECTS IN THE SOFTWARE WILL BE  CORRECTED.   THE  ENTIRE  RISK  AS  TO  THE
37694RESULTS AND PERFORMANCE OF THE SOFTWARE IS  ASSUMED  BY  YOU.   FURTHERMORE,
37695ATI DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS  REGARDING  THE  USE  ORTHE
37696RESULTS OF THE USE OF THE SOFTWARE OR  RELATED  DOCUMENTATION  IN  TERMS  OF
37697THEIR CORRECTNESS, ACCURACY,  RELIABILITY,  CURRENTNESS,  OR  OTHERWISE.  NO
37698ORAL OR WRITTEN INFORMATION OR ADVICE  GIVEN  BY  ATI  OR  ATI''S  AUTHORIZED
37699REPRESENTATIVE SHALL CREATE A WARRANTY OR IN ANY WAY INCREASE THE  SCOPE  OF
37700THIS WARRANTY.  SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU  (AND  NOT  ATI  OR
37701ATI''S AUTHORIZED REPRESENTATIVE) ASSUME THE ENTIRE  COST  OF  ALL  NECESSARY
37702SERVICING, REPAIR OR CORRECTION.  THE SOFTWARE IS NOT INTENDED  FOR  USE  IN
37703MEDICAL, LIFE SAVING OR LIFE SUSTAINING  APPLICATIONS.   SOME  JURISDICTIONS
37704DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES,  SO  THE  ABOVE  EXCLUSION
37705MAY NOT APPLY TO YOU.
37706
377078.  Limitation of Liability. TO THE MAXIMUM EXTENT PERMITTED BY  LAW,  UNDER
37708NO  CIRCUMSTANCES  INCLUDING  NEGLIGENCE,  SHALL  ATI,  OR  ITS   DIRECTORS,
37709OFFICERS, EMPLOYEES  OR  AGENTS,  BE  LIABLE  TO  YOU  FOR  ANY  INCIDENTAL,
37710INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES (INCLUDING DAMAGES  FOR  LOSS  OF
37711BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS  OF  BUSINESSINFORMATION,  AND
37712THE LIKE) ARISING OUT OF THE USE, MISUSE OR INABILITY TO  USE  THE  SOFTWARE
37713OR RELATED DOCUMENTATION, BREACH OR DEFAULT, INCLUDING  THOSE  ARISING  FROM
37714INFRINGEMENT OR ALLEGED INFRINGEMENT OF ANY PATENT, TRADEMARK, COPYRIGHT  OR
37715OTHER INTELLECTUAL PROPERTY RIGHT, BY ATI, EVEN IF ATI OR  ATI''S  AUTHORIZED
37716REPRESENTATIVE HAS BEEN ADVISED OF THE POSSIBILITY OF  SUCH  DAMAGES.   SOME
37717JURISDICTIONS DO NOT ALLOW THE LIMITATION  OR  EXCLUSION  OF  LIABILITY  FOR
37718INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE  LIMITATION  OR  EXCLUSION
37719MAY NOT APPLY TO YOU.  ATI will not be liable for 1) loss of, or damage  to,
37720your records or data or 2) any damages claimed by you  based  on  any  third
37721party claim.   In no event shall  ATI''s  total  liability  to  you  for  all
37722damages, losses, and causes of action (whether in contract, tort  (including
37723negligence) or otherwise) exceed the amount paid by you  for  the  Software.
37724The foregoing limitations will apply even if  the  above  stated  limitation
37725fails of its essential purpose.
37726
377279.  Controlling Law and Severability.  This License  shall  be  governed  by
37728and construed under the laws of the  Province  of  Ontario,  Canada  without
37729reference to its conflict of law principles.   Any  dispute  related  hereto
37730will be brought only in the courts in  Toronto,  Ontario,  Canada  and  such
37731courts are agreed  to  be  the  convenient  forum.   In  the  event  of  any
37732conflicts between foreign law, rules, and  regulations,  and  Canadian  law,
37733rules, and regulations, Canadian law, rules and  regulations  shall  prevail
37734and  govern.   The  United  Nations  Convention   on   Contracts   for   the
37735International Sale of Goods shall not apply to this  License.   If  for  any
37736reason a court  of  competent  jurisdiction  finds  any  provision  of  this
37737License or portion thereof, to  be  unenforceable,  that  provision  of  the
37738License shall be enforced to the maximum extent permissible so as to  effect
37739the intent of the parties, and the remainder of this License shall  continue
37740in full force and effect.
37741
3774210.  Complete Agreement.  This  License  constitutes  the  entire  agreement
37743between the parties with respect to the use of the Software and the  related
37744documentation, and supersedes all prior  or  contemporaneous  understandings
37745or  agreements,  written  or  oral,  regarding  such  subject  matter.    No
37746amendment to or modification of this  License  will  be  binding  unless  in
37747writing and signed by a duly authorized representative of ATI.
37748', 'https://olex-secure.openlogic.com/licenses/atisoftwareeula', NULL, NULL, NULL, 'ATI Software EULA', NULL, NULL, NULL, '', NULL, false, false, false, '12669f94232564b6e4b2812cd16bcec8', 1, NULL);
37749INSERT INTO license_ref VALUES (260, 'Broadcom-EULA', 'BroadCom License Agreement
37750IMPORTANT-READ CAREFULLY: This End-User License Agreement ("EULA") is a legal agreement between you ("Licensee") and Broadcom Corporation ("Broadcom") for the Broadcom software that accompanies this EULA, which includes computer software and may include associated media, printed materials, "online" or electronic documentation, and Internet-based services ("Software"). BY OPENING THE SOFTWARE PACKAGE, CLICKING ON THE "ACCEPT" BUTTON OF ANY ELECTRONIC VERSION OF THIS END USER LICENSE AGREEMENT ("AGREEMENT") OR ACCESSING OR INSTALLING THE SOFTWARE, YOU ACKNOWLEDGE THAT YOU HAVE READ THE LICENSE AGREEMENT, UNDERSTAND IT AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS. IF YOU DO NOT AGREE TO THE TERMS OF THIS EULA, PROMPTLY CLICK ON THE "DECLINE" BUTTON AND DO NOT DOWNLOAD, INSTALL, COPY OR USE THE SOFTWARE.
37751
37752License
37753Subject to the terms and conditions of this Agreement, Broadcom grants to Licensee the non-exclusive, non-transferable, personal, revocable right to use the Software only in connection with proprietary semiconductor products of Broadcom incorporated in the equipment purchased by Licensee, and to make one (1) copy of the Software for back-up or archival purposes only. Any other use of this Software or removal of the Software from a country in which it is licensed shall automatically terminate this license.
37754
37755Restrictions
37756This Software is protected by U.S. Copyright Law. This Software is licensed, not sold. Licensee may not use, disclose, modify, reproduce or distribute the Software except as expressly permitted in this Agreement. No license is granted to Licensee in any human readable code of the Software (source code). Licensee shall not decompile, reverse engineer, modify, or otherwise attempt to derive source code from the Software except to the extent that restrictions on these activities may be prohibited under applicable law. Additionally, Licensee may not remove, efface or otherwise obscure any proprietary notices, labels, or marks on the Software. Licensee agrees that each copy of the Software and Documentation will include reproductions of all proprietary notices, labels or marks included therein. Licensee further acknowledges and agrees that all right, title and interest in the Software and all subsequent copies thereof regardless of the form or media are retained and held by Broadcom. ALL RIGHTS NOT EXPRESSLY GRANTED HEREIN ARE RESERVED BY BROADCOM.
37757
37758Termination
37759Licensee may terminate this EULA at any time by destroying all copies of the Software. Also, Licensee''s rights under this EULA will terminate immediately without notice from Broadcom if Licensee fails to comply with any provision of this Agreement. Upon termination, Licensee shall destroy the Software and all copies thereof that are in Licensee''s possession or control.
37760
37761No Support
37762Nothing in this Agreement shall obligate Broadcom to provide any support for the Software including without limitation any obligation to correct any defects or provide any updates to the Software to Licensee.
37763
37764
37765No Warranty / Disclaimer
37766TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS AND BROADCOM MAKES NO PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND BROADCOM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH LICENSEE.
37767
37768Exclusion of Incidental, Consequential and Certain Other Damages
37769TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT SHALL BROADCOM OR ITS SUPPLIERS BE LIABLE FOR CONSEQUENTIAL, INCIDENTAL, SPECIAL, INDIRECT, OR EXEMPLARY DAMAGES WHATSOEVER ARISING OUT OF OR IN ANY WAY RELATING TO THIS AGREEMENT OR LICENSEE''S USE OF OR INABILITY TO USE THE SOFTWARE, OR THE PROVISION OR FAILURE TO PROVIDE SUPPORT SERVICES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOSS OF CONFIDENTIAL OR OTHER INFORMATION, BUSINESS INTERRUPTION, PERSONAL INJURY, LOSS OF PRIVACY, FAILURE TO MEET ANY DUTY (INCLUDING OF GOOD FAITH OR REASONABLE CARE), NEGLIGENCE, COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR ANY OTHER CLAIM FOR PECUNIARY OR OTHER LOSS WHATSOEVER, OR FOR ANY CLAIM OR DEMAND AGAINST YOU BY ANY OTHER PARTY, EVEN IF BROADCOM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS SHALL APPLY NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
37770
37771Limitation of Liability and Remedies
37772NOTWITHSTANDING ANY DAMAGES YOU MAY INCUR FOR ANY REASON WHATSOEVER (INCLUDING, WITHOUT LIMITATION, ALL DAMAGES REFERENCED ABOVE AND ALL DIRECT OR GENERAL DAMAGES), THE ENTIRE LIABILITY OF BROADCOM AND ANY OF ITS SUPPLIERS UNDER ANY PROVISION OF THIS AGREEMENT AND YOUR EXCLUSIVE REMEDY FOR ALL OF THE FOREGOING SHALL BE LIMITED TO THE GREATER OF THE AMOUNT ACTUALLY PAID FOR THE SOFTWARE ITSELF OR U.S. $1. THE FOREGOING LIMITATIONS, EXCLUSIONS AND DISCLAIMERS SHALL APPLY TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, EVEN IF ANY REMEDY FAILS ITS ESSENTIAL PURPOSE.
37773
37774Confidentiality
37775"Confidential Information" means any trade secrets, confidential data, or other confidential information relating to or used in the Software. Licensee shall not use or disclose Confidential Information except as expressly permitted hereunder and shall use all reasonable efforts to protect the confidentiality thereof. Licensee agrees and acknowledges that the structure, sequence and organization of the Software are the valuable trade secrets of Broadcom, and thus constitute Confidential Information under this Agreement.
37776
37777Export Regulations
37778Software, including technical data, may be subject to U.S. export control laws, including the U.S. Export Administration Act and its associated regulations, and may be subject to export or import regulations in other countries. Licensee warrants that it will comply strictly in all respects with all such regulations and acknowledges that it has the responsibility to obtain licenses to export, re-export or import the Software.
37779
37780Non-Assignability
37781Licensee may not sell, transfer, assign or subcontract the Software or any right or obligation set forth in this Agreement without the prior written consent of Broadcom. Any act in derogation of the foregoing shall be null and void.
37782
37783U.S. Government License Rights
37784The Software is licensed only with "RESTRICTED RIGHTS," and use, duplication or disclosure by the Government is subject to restrictions as set forth in FAR, 48 CFR 52.227-14 and DFAR252.227-7013 et seq. or its successor(s). Use of the Software by the Government constitutes acknowledgement that the Software is commercial, and of Broadcom''s proprietary rights therein. The Contractor/Manufacturer of the Software is Broadcom. Licensee agrees not to remove or deface any portion of any legend provided in or with the Software provided hereunder. The Software is a trade secret of Broadcom for all purposes of the Freedom of Information Act and is, in all respects, proprietary data belonging solely to Broadcom.
37785
37786Miscellaneous
37787Broadcom and Licensee are independent contractors. This is the entire Agreement between the parties relating to the subject matter hereof, supersedes any and all prior proposals, agreements and representations between the parties, whether written or oral, and no waiver, modification or amendment of the Agreement shall be valid unless in writing signed by each party. The waiver of a breach of any term hereof shall in no way be construed as a waiver of any other term or breach hereof. If any provision of this Agreement shall be held by a court of competent jurisdiction to be contrary to law, the remaining provisions of this Agreement shall remain in full force and effect. This Agreement is governed by the laws of the State of California without reference to conflict of laws principles. The parties expressly stipulate that the 1980 United Nations Convention on Contracts for the International Sale of Goods shall not apply. All disputes arising out of this Agreement shall be subject to the exclusive jurisdiction of the state and federal courts located in Orange County, California, and the parties agree and submit to the personal and exclusive jurisdiction and venue of these courts.', 'http://www.calculate-linux.ru/packages/licenses/Broadcom', NULL, NULL, NULL, 'Broadcom License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, 'dbfd6cdf2e80dabff6e1611f1d823a03', 1, NULL);
37788INSERT INTO license_ref VALUES (345, 'UCWare-EULA', 'SOFTWARE LICENSE AGREEMENT
37789
37790This user license agreement (the "AGREEMENT") is an agreement between you (individual or single entity) and UCWare Group (UCWARE.COM), for the UCWare Group software (the "SOFTWARE") that is accompanying this AGREEMENT.
37791
37792NOTICE TO USERS: CAREFULLY READ THE FOLLOWING LEGAL AGREEMENT. USE OF THE SOFTWARE PROVIDED WITH THIS AGREEMENT CONSTITUTES YOUR ACCEPTANCE OF THESE TERMS.
37793
37794The SOFTWARE is distributes as try-before-you-buy. This means:
37795
377961. All copyrights to SOFTWARE are exclusively owned by the UCWare Group.
37797
377982. The SOFTWARE is not sold. It is licensed.
37799
378003. Anyone may evaluate SOFTWARE during a test period of 30 days. Following this test period, if you wish to continue to use the SOFTWARE, you MUST register.
37801
378024. Software developed using the trial version must not be distributed to end-users for profit, or otherwise, except so far as educational or demonstration purposes in a program developed specifically for the purpose of demonstrating the functionality of this SOFTWARE.
37803
378045. Once registered, the user is granted a non-exclusive license to use SOFTWARE on as many computers as according to the license type and to the number of licenses purchased, for any legal purpose. The registered SOFTWARE may not be rented or leased.
37805
378066. The unregistered trial version SOFTWARE may be freely distributed, with exceptions noted below, provided the distribution package is not modified in any way.
37807
37808a. No person or company may distribute separate parts of the package without written permission of the copyright owner.
37809
37810b. The unregistered trial version SOFTWARE may not be distributed inside of any other software package without written permission of the copyright owner.
37811
37812c. Hacks/crack, keys or key generators may not be included on the same distribution.
37813
378147. You may not use, copy, emulate, clone, rent, lease, sell, modify, decompile, disassemble, otherwise reverse engineer, or transfer the licensed program, or any subset of the licensed program, except as provided for in this agreement. Any such unauthorized use shall result in immediate and automatic termination of this license and may result in criminal and/or civil prosecution.
37815
378168. SOFTWARE keyfiles may not be distributed.
37817
378189. THE SOFTWARE IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT YOUR OWN RISK. NEITHER THE AUTHOR NOR THE AGENTS OF THE AUTHOR WILL BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THIS SOFTWARE.
37819
3782010. All rights not expressly granted here are reserved by UCWare Group.', 'http://www.ucware.com/jexec/documentation/license.html', NULL, NULL, NULL, 'UCWare Software License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, '68dd429b99672fcc640f6a39619c4021', 1, NULL);
37821INSERT INTO license_ref VALUES (282, 'Skype-EULA', 'Skype End User License Agreement
37822IMPORTANT – PLEASE READ CAREFULLY
37823Please note the following preliminary terms, which use some of the definitions set out in paragraph 1 below:
37824
37825No Access To Emergency Services: Skype is not a replacement for Your ordinary mobile or fixed line telephone. In particular, apart from in the very limited circumstances set out in paragraph 3.5 of the Terms of Service, Skype does not allow You to make emergency calls to emergency services. You must make alternative communications arrangements to ensure that You can make emergency calls if needed.  Please also see paragraphs 3.6 and 6.2 below.
37826
37827This Agreement: This Agreement, and any new versions, between Skype and You, covers all Your use of Skype Software from any terminals where Skype Software has been installed, by You or by third parties. You can accept this Agreement by clicking on the ACCEPT button or similar buttons or links as may be designated by Skype.
37828
37829Additional Terms: Your agreement with Skype will also include the Additional Terms (as defined below). The Additional Terms shall include, but are not limited to, the terms and policies set out in paragraph 7 below. In order to use the Skype Software, Skype Website and Products, You must accept the Additional Terms. You can accept the Additional Terms by (i) clicking to accept or agree where this option is made available to You, or (ii) by actually using the Skype Software, Skype Website and Products, in which case You acknowledge and agree that Skype will treat such use as acceptance of the applicable terms. You acknowledge and agree that by accepting this Agreement and the Additional Terms you are entering into a legally binding contract, which collectively is referred to below as the “Terms”. If there is any contradiction between the Additional Terms and this Agreement, then the Additional Terms shall take precedence in relation to the relevant Skype Service. You should print off or save a copy of the Terms for your records.
37830
37831Electronic Signature(s): You hereby agree to the use of electronic communication in order to enter into contracts, place orders and create other records and to the electronic delivery of notices, policies and records of transactions initiated or completed through the Skype Software. Furthermore, You hereby waive any rights or requirements under any laws or regulations in any jurisdiction which require an original (non-electronic) signature or delivery or retention of non-electronic records, to the extent permitted under applicable mandatory law.
37832
37833Jurisdiction’s Restrictions: If the law of Your country prohibits You from downloading or using Skype Software because You are under the age limit or because the Skype Software is not allowed in Your country, please don’t use it.
37834
37835Table of contents
37836Definitions
37837License and Restrictions
37838What You should and should not expect from Skype
37839What we expect from You
37840Term, Termination, Updates
37841Disclaimer of Warranties and Limitation of Liability
37842Additional Terms
37843Miscellaneous
378441. Definitions
378451.1 The following terms and expressions shall have the following meanings:
37846
37847Additional Terms: the terms and conditions and policies applicable to Your use of the Skype Software, the Skype Website and the Products, in addition to this Agreement.
37848
37849Affiliate: any corporation, company or other entity that directly or indirectly controls, is controlled by, or is under common control with, Skype. For the purpose of this definition, the word "control" shall mean the direct or indirect ownership of more than fifty percent (50%) of the outstanding voting stock of the corporation, company, or other entity.
37850
37851Agreement: this End User License Agreement, as may be renewed and/or amended from time to time.
37852
37853Broadcast TOS: has the meaning given to it in paragraph 2.9.
37854
37855Content: means any and all content consisting of text, sounds, pictures, photos, video and/or any type of information or communications.
37856
37857Documentation: any online or otherwise enclosed documentation provided by Skype.
37858
37859Effective Date: the date on which this Agreement is entered into by clicking on the ACCEPT button as stated above or upon installation or use of the Skype Software by You, whichever occurs earlier.
37860
37861Emergency Service(s): means services that connect a user to emergency services personnel or public safety answering points pursuant to applicable local and or national regulatory requirements.
37862
37863IP Rights: means (i) patents, pending patent applications, designs, trade marks and trade names (whether registered or unregistered), copyright and related rights, database rights, knowhow, trade secrets and confidential information; (ii) all other intellectual property rights and similar or equivalent rights anywhere in the world which currently exist or are recognised in the future; and (iii) applications, extensions and renewals in relation to any such rights.
37864
37865Password: refers to a code You select, which, in combination with the User ID, gives You access to Your User Account.
37866
37867Product(s): shall have the meaning given in the Terms of Service at http://www.skype.com/legal/terms/voip/.
37868
37869Skype: refers to the company established under the laws of Luxembourg, Skype Software S.a.r.l, with its address at 22/24 Boulevard Royal L-2449 Luxembourg (B100467), VAT no. (LU20180239).
37870
37871Skype API: application program interface consisting of the set of routines utilized by the Skype Software to provide the Skype Software functionality for a given platform or operating system, Skype API being included in or linked to the Skype Software as well as any future versions, improvements, developments, programming fixes, updates and upgrades thereof.
37872
37873Skype Online Material: the Skype buttons and widgets available for download on the Skype Website at http://www.skype.com/share/buttons/, as such may be changed from time to time by Skype in its sole discretion.
37874
37875Skype Promotional Materials: any and all trademarks, names, signs, logos, banners, and any other materials, in whatever form, owned and/or used by Skype for the promotion of its company, its products and activities, other than the Skype Online Material.
37876
37877Skype Software: the software distributed by Skype for internet communication applications, including without limitation the Skype API, UI and Documentation, as well as any future versions, improvements, developments, programming fixes, updates and upgrades thereof.
37878
37879Skype Staff: the officers, directors, employees and agents of Skype or its Affiliates, or any other persons hired by Skype or its Affiliates.
37880
37881Skype Website: any and all elements, contents and the ‘look and feel’ of the website available under the URL, www.skype.com, – among other URL’s –, from which website the Skype Software can be downloaded.
37882
37883Terms: has the meaning given in the “Additional Terms” preliminary term above.
37884
37885UI: the user interface of the Skype Software.
37886
37887User Account: refers to the account with User ID and Password that You create for Your use of the Skype Software.
37888
37889User ID: refers to an identification code You selected, which in combination with the Password, gives access to Your User Account.
37890
37891You: You, the end user of the Skype Software, also used in the form “Your” where applicable.
37892
378931.2 References to the singular include the plural and vice versa, and references to one gender include the other gender.
37894
378951.3 Any phrase introduced by the expressions “including”, “include”, “in particular” or any similar expression shall be construed as illustrative and shall not limit the sense of the words preceding those terms.
37896
378972. License and Restrictions
378982.1 License: Subject to the terms of this Agreement, Skype hereby grants You a limited, personal, non-commercial, non-exclusive, non-sublicensable, non-assignable, free of charge license to download, install and use the Skype Software on Your computer, phone or PDA for the sole purpose of personally using the internet communication applications provided by Skype and any other applications that may be explicitly provided by Skype. You are allowed to use the Skype Software at university or any other educational institution, subject to paragraph 4.4 below and in accordance with this Agreement and any applicable Additional Terms. You are allowed to use the Skype Software at work to make communications relating to Your business in accordance with this Agreement and any applicable Additional Terms (such as the Terms of Service referred to in paragraph 7 below if You use the Products and/or are a Member or an Administrator of a Business Control Panel).
37899
379002.2 No Granting of Rights to Third Parties: You will not sell, assign, rent, lease, distribute, export, import, act as an intermediary or provider, or otherwise grant rights to third parties with regard to the Skype Software or any part thereof.
37901
379022.3 No Modifications: You will not undertake, cause, permit or authorize the modification, creation of derivative works, translation, reverse engineering, decompiling, disassembling or hacking of the Skype Software or any part thereof except to the extent permitted by law.
37903
379042.4 Third Parties: The Skype Software may be incorporated into, and may incorporate itself, software and other technology owned and controlled by third parties. Any such third party software or technology that is incorporated in the Skype Software falls under the scope of this Agreement. Any and all other third party software or technology that may be distributed together with the Skype Software will be subject to You explicitly accepting a license agreement with that third party. You acknowledge and agree that You will not enter into a contractual relationship with Skype or its Affiliates regarding such third party software or technology and you will look solely to the applicable third party and not to Skype or its Affiliates to enforce any of your rights.
37905
379062.5 Exclusive Ownership: Any and all IP Rights in the Skype Software, the Skype Website, the Skype Online Material and the Skype Promotional Materials are and shall remain the exclusive property of Skype and/or its licensors. Nothing in this Agreement intends to transfer any such IP Rights to, or to vest any such IP Rights in, You. You are only entitled to the limited use of the IP Rights granted to You in this Agreement. You will not take any action to jeopardize, limit or interfere with Skype’s IP Rights. Any unauthorized use of Skype’s IP Rights is a violation of this Agreement as well as a violation of intellectual property laws and treaties, including without limitation copyright laws and trademark laws. All title and IP Rights in and to any third party content that is not contained in the Skype Software, but may be accessed through use of the Skype Software, is the property of the respective content owners and may be protected by applicable copyright or other intellectual property laws and treaties.
37907
379082.6 No Removal of Notices: You agree that You will not remove, obscure, make illegible or alter any notices or indications of the IP Rights and/or Skype’s rights and ownership thereof, whether such notice or indications are affixed on, contained in or otherwise connected to any materials.
37909
379102.7 Use of Skype API.
37911
379122.7.1 You may make use of the Skype API provided that:
37913
37914(i) You comply with the Skype API Terms of Use at http://www.skype.com/legal/terms/api/ ;
37915
37916(ii) Your use of the Skype API is for legitimate purposes only and shall not adversely affect the functionality or performance of the Skype Software or services provided by Skype; and
37917
37918(iii) You will monitor the Skype Website in order to ensure that You are aware of any changes in the Skype API Terms of Use. If such changes are not acceptable to You, You will immediately stop using the Skype API and, where applicable, the Skype Software.
37919
379202.7.2 If You are interested in using the Skype API for a purpose which is not permitted under this Agreement or the Skype API Terms of Use, You will have to obtain Skype’s prior written consent and explicitly agree upon any further commercial terms.
37921
379222.8 Skype Promotional Materials: Nothing in this Agreement will give You any right to use the Skype Promotional Materials.
37923
379242.9 Broadcasts Using Skype Software.  Except as expressly permitted in the Broadcast Terms and Conditions at http://www.skype.com/legal/terms/broadcast/ (" Broadcast TOS"), You are not allowed to use the Skype Software in connection with any Broadcasts (as defined in such Broadcast TOS).
37925
379263. What You should and should not expect from Skype
379273.1 No Warranties: Installing Skype Software enables You to communicate with other people. Skype cannot guarantee that You will always be able to communicate with other people, nor can Skype guarantee that You can communicate without disruptions, delays or communication-related flaws or that all Your communications shall always be delivered to other people.
37928
379293.2 Content
37930
379313.2.1 Content of Communications: The content of the communication spread by the use of the Skype Software is entirely the responsibility of the person from whom such content originated. You understand, therefore, that by using the Skype Software, the Products and the Skype Website You may be exposed to content that is offensive, harmful to minors, indecent or otherwise objectionable, and that You use the Skype Software, the Products and the Skype Website at Your own risk.
37932
379333.2.2 You acknowledge and agree that You are solely responsible for any Content that You upload, submit, post, transmit or display through the Skype Software and/or the Skype Website -(“ Use” or “Used”) and that Skype is not responsible to You or any third party for any Content that is Used by You or any other Skype Software user.
37934
379353.2.3 Third Party IP Rights: You agree that You shall not Use any Content that is subject to any third party IP Rights, unless you have a licence or specific permission from the owner to Use such third party content, and to grant Skype the licence set out in paragraph 3.2.4 below.
37936
379373.2.4 Licence: You hereby grant to Skype a non-exclusive, worldwide, perpetual, irrevocable, royalty-free, sublicensable and transferable licence to: (i) reproduce, modify and publish any Content that you Use on the publicly accessible areas of the Skype Website (e.g. Skype forum, blogs) for the purpose of displaying and distributing such Content on the Skype Website for such time as You continue to Use such Content on the Skype Website; and (ii) distribute and/or display through the Skype Software any Content that You provide or make available using the Skype Software for the sole purposes of making the Skype Software and the Products available to You.
37938
379393.2.5 Removal of Content: Skype reserves the right (but shall have no obligation) to decide whether any Content that You Use complies with this Agreement and any Additional Terms. Skype may in its sole discretion remove such Content and/or terminate this Agreement and Your User Account if You Use any Content that is in breach of this Agreement and/or any Additional Terms at any time and without prior notice to You.
37940
379413.3 Utilization of Your Computer: Skype Software may utilize the processor and bandwidth of the computer (or other applicable device) You are utilizing, for the limited purpose of facilitating the communication between Skype Software users. Skype will use its commercially reasonable efforts to protect the privacy and integrity of the computer resources (or other applicable device) You are utilizing and of Your communication, however Skype cannot give any warranties in this respect.
37942
379433.4 New Versions of the Skype Software: Skype, in its sole discretion, reserves the right to add additional features or functions, or to provide programming fixes, updates and upgrades, to the Skype Software. Skype has no obligation to make available to You any subsequent versions of the Skype Software. You may have to enter into a renewed version of this Agreement, in the event you want to download, install or use a new version of the Skype Software.
37944
379453.5 Suspension: Skype may, in its sole discretion and to the maximum extent permitted within Your jurisdiction, modify or discontinue or suspend Your ability to use any version of the Skype Software, and/or disable any Skype Software You may already have accessed or installed without any notice to You, for the repair, improvement, and/or upgrade of the underlying technology or for any other justifiable reason, including but not limited to, circumstances where You, at Skype’s discretion, are in breach of the Terms, creating problems, possible legal liabilities, or engaging in fraudulent, immoral or illegal activities, or for other similar reasons.
37946
379473.6 No Access to Emergency Services: The Skype Software is not intended to support or carry emergency calls to any type of hospitals, law enforcement agencies, medical care unit or any other kind of Emergency Service, except in the very limited circumstances described in paragraph 3.5 of the Terms of Service. There are important differences between traditional telephone services and the Skype Software. You acknowledge and agree that: (i) Skype is not required to offer access to Emergency Services under any applicable local and/or national rules, regulations or law; (ii) it is Your responsibility to purchase, separately from the Skype Software, traditional wireless (mobile) or fixed line telephone services that offer access to Emergency Services, and (iii) Skype is not a replacement for Your primary telephone service.
37948
379494. What we expect from You
379504.1 Lawful purposes: You will use the Skype Software solely for lawful purposes. In this respect You may not, without limitation (a) intercept or monitor, damage or modify any communication which is not intended for You; (b) use any type of spider, virus, worm, trojan-horse, time bomb or any other codes or instructions that are designed to distort, delete, damage or disassemble the Skype Software or the communication; (c) send any unsolicited communication not permitted by applicable law (d) expose any third party to material which is offensive, harmful to minors, indecent or otherwise objectionable in any way; (e) use the Skype Software to cause or intend to cause embarrassment or distress to, or to threaten, harass or invade the privacy of, any third party; or (f) use (including as part of your user name) any material or content that is subject to any third party proprietary rights, unless you have a licence or permission from the owner of such rights;
37951
379524.2 Representations: You represent and warrant that You are authorized to enter into and comply with the Terms. Furthermore, You represent and warrant that You will at any and all times meet with Your obligations under the Terms, as well as any and all laws, regulations and policies that may apply to the use of the Skype Software, the Products and/or the Skype Website.
37953
379544.3 Indemnification: YOU AGREE TO INDEMNIFY, DEFEND AND HOLD SKYPE AND ITS AFFILIATES HARMLESS FROM AND AGAINST ANY AND ALL LIABILITY AND COSTS, INCLUDING REASONABLE ATTORNEYS’ FEES INCURRED BY SUCH PARTIES, IN CONNECTION WITH OR ARISING OUT OF YOUR (A) VIOLATION OR BREACH OF ANY TERM OF THIS AGREEMENT OR ANY APPLICABLE LAW OR REGULATION, WHETHER OR NOT REFERENCED HEREIN, OR (B) VIOLATION OF ANY RIGHTS OF ANY THIRD PARTY, OR (C) USE OR MISUSE OF THE SKYPE SOFTWARE, OR (D) COMMUNICATION SPREAD BY MEANS OF THE SKYPE SOFTWARE.
37955
379564.4 Utilization of Your Computer: If Your use of the Skype Software is dependent upon the use of a processor and bandwidth owned or controlled by a third party, You acknowledge and agree that Your licence to use the Skype Software is subject to You obtaining consent from the relevant third party for such use. You represent and warrant that by accepting this Agreement and using the Skype Software, You have obtained such consent.
37957
379584.5 Export Restrictions: Skype Software may be subject to international rules that govern the export of software. You shall comply with all applicable international and national laws that apply to the Skype Software as well as end-user, end-use and destination restrictions issued by national governments. This software is controlled under ECCN 5D992.b.1 of the Export Administration Regulations (“EAR”) per CCATS # G047973 and thus may not be exported or re exported to or downloaded by any person in any countries controlled for anti terrorism reasons under the EAR, which include Iran, North Korea, Cuba, Syria and Sudan. EAR 742.15(a), Title 15 Code of Federal Regulations. Moreover, the software may not be exported or re exported to or downloaded by any person or entity subject to US sanctions regardless of location. See http://www.bis.doc.gov/ComplianceAndEnforcement/ListsToCheck.htm and EAR Part 736. Skype is making this software available to You for download only on the condition that You certify that You are not such a person or entity and that the download is not otherwise in violation of US export control and sanctions regulations.
37959
379604.6 Government Users. The Skype Software and Documentation are “commercial computer software” and “commercial computer software documentation,” respectively, as such terms are used in United States Federal Acquisition Regulations Section 12.212. Any use, duplication or disclosure of the Skype Software or the Documentation by or on behalf of the U.S. Government is subject to restrictions as set forth in this Agreement.
37961
379625. Term, Termination, Updates
379635.1 Term: This Agreement will be effective as of the Effective Date and will remain effective until terminated by either Skype or You as set out below. The Additional Terms will be effective as of the date upon which they are accepted by You or You use the relevant Skype Service (as applicable), and will remain effective until terminated by either Skype or You as set out below and/or in the applicable terms.
37964
379655.2 Termination: You may terminate the Terms with immediate effect at any time. Without limiting other remedies, Skype may limit, suspend, or terminate this license and Your use of Skype Software, prohibit access to the Skype Website and delete Your User Account and/or User ID, with immediate effect, automatically and without recourse to the courts, if we think that You are in breach of the Terms, creating problems, legal liabilities (actual or potential), infringing someone else’s intellectual property rights, engaging in fraudulent, immoral or illegal activities, or for other similar reasons. Skype shall effect such termination by providing notice to You to the email address You have provided, and/or by preventing Your access to Your User Account. We reserve the right to cancel User Accounts that have been inactive for more than one (1) year.
37966
379675.3 Consequences of Termination: Upon termination of this Agreement and the Additional Terms: (a) all licenses and rights to use the Skype Software shall immediately terminate; (b) You will immediately cease any and all use of the Skype Software; and (c) You will immediately remove the Skype Software from all hard drives, networks and other storage media and destroy all copies of the Skype Software in Your possession or under Your control.
37968
379695.4 New Versions: Skype reserves the right to change this Agreement at any time by publishing the revised Agreement on the Skype Website. The revised Agreement shall become effective within thirty (30) days of such publication, unless You expressly accept the revised Agreement earlier by clicking on the accept button. Your express acceptance or Your continued use of the Skype Software after expiry of the notice period of thirty (30) days, shall constitute Your acceptance to be bound by the terms and conditions of the revised Agreement. You can find the latest version of this Agreement at http://www.skype.com/company/legal/eula. Skype reserves the right to change any of the Additional Terms from time to time and such changes shall become effective either within thirty (30) days of publication of the revised version on the Skype Website (unless You expressly accept the revised terms earlier by clicking on the accept button if this option is made available), or within the timeframe set out in the applicable terms if different.
37970
379716. Disclaimer of Warranties and Limitation of Liability
379726.1 No Warranties: THE SKYPE SOFTWARE IS PROVIDED “AS IS” WITH NO WARRANTIES WHATSOEVER; SKYPE DOES NOT, EITHER EXPRESSED, IMPLIED OR STATUTORY, MAKE ANY WARRANTIES, CLAIMS OR REPRESENTATIONS WITH RESPECT TO THE SKYPE SOFTWARE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF QUALITY, PERFORMANCE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR USE FOR A PARTICULAR PURPOSE. SKYPE FURTHER DOES NOT REPRESENT OR WARRANT THAT THE SKYPE SOFTWARE WILL ALWAYS BE AVAILABLE, ACCESSIBLE, UNINTERRUPTED, TIMELY, SECURE, ACCURATE, COMPLETE AND ERROR-FREE OR WILL OPERATE WITHOUT PACKET LOSS, NOR DOES SKYPE WARRANT ANY CONNECTION TO OR TRANSMISSION FROM THE INTERNET, OR ANY QUALITY OF CALLS MADE THROUGH THE SKYPE SOFTWARE.
37973
379746.2 Specific Disclaimer Of Liability For Emergency Services: EXCEPT AS PROVIDED FOR IN THE LIMITED CIRCUMSTANCES SET OUT IN PARAGRAPH 3.5 OF THE TERMS OF SERVICE, SKYPE DOES NOT PROVIDE CONNECTIONS TO EMERGENCY SERVICES VIA THE SKYPE SOFTWARE. YOU SHOULD BE AWARE THAT FURTHER DISCLAIMERS OF LIABILITY APPLY IN THE TERMS OF SERVICE, TO THE EXTENT THAT LIMITED EMERGENCY CALLING IS PROVIDED. SKYPE SHALL NOT BE LIABLE (WHETHER IN CONTRACT, TORT (INCLUDING NEGLIGENCE), OR ANY OTHER THEORY OF LIABILITY, AND WHETHER OR NOT THE POSSIBILITY OF SUCH DAMAGES OR LOSS HAS BEEN NOTIFIED TO SKYPE) FOR ANY CLAIM, DAMAGE, OR LOSS, ARISING FROM OR RELATING TO:
37975
37976(I) YOUR INABILITY TO USE THE SKYPE SOFTWARE TO CONTACT EMERGENCY SERVICES, OR
37977
37978(II) YOUR FAILURE TO MAKE ADDITIONAL ARRANGEMENTS TO ACCESS EMERGENCY SERVICES IN ACCORDANCE WITH PARAGRAPH 3.6 ABOVE.
37979
379806.3 Your own Risk: You acknowledge and agree that the entire risk arising out of Your use of the Skype Software remains with You, to the maximum extent permitted by law.
37981
379826.4 No Liability: The Skype Software is being provided to You free of charge. ACCORDINGLY, YOU ACKNOWLEDGE AND AGREE THAT SKYPE, ITS AFFILIATES, ITS LICENSORS AND THE SKYPE STAFF WILL HAVE NO LIABILITY IN CONNECTION WITH OR ARISING FROM YOUR USE OF THE SKYPE SOFTWARE, AS SET FORTH BELOW. YOUR ONLY RIGHT OR REMEDY WITH RESPECT TO ANY PROBLEMS OR DISSATISFACTION WITH THE SKYPE SOFTWARE IS TO IMMEDIATELY DEINSTALL AND CEASE USE OF SUCH SKYPE SOFTWARE.
37983
379846.5 Limitation of Liability: IN NO EVENT SHALL SKYPE, ITS AFFILIATES, ITS LICENSORS OR THE SKYPE STAFF BE LIABLE, WHETHER IN CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR ANY OTHER FORM OF LIABILITY, FOR:
37985
379866.5.1 ANY INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION ANY LOSS OF OR CORRUPTION TO DATA, INTERRUPTION, COMPUTER FAILURE OR PECUNIARY LOSS) ARISING OUT OF THE USE OR INABILITY TO USE THE SKYPE SOFTWARE; AND
37987
379886.5.2 ANY LOSS OF INCOME, BUSINESS OR PROFITS (WHETHER DIRECT OR INDIRECT) ARISING OUT OF THE USE OR INABILITY TO USE THE SKYPE SOFTWARE;
37989
379906.5.3 ANY LOSS OR DAMAGE WHICH MAY BE INCURRED BY YOU AS A RESULT OF;
37991
37992(I) ANY DISRUPTIONS OR DELAYS IN ANY COMMUNICATION WHEN USING THE SKYPE SOFTWARE;
37993
37994(II) THE SUSPENSION OR TERMINATION OF THIS AGREEMENT BY YOU OR BY SKYPE FOR ANY REASON; AND
37995
37996(III) THE RELEASE OR THE DECISION NOT TO RELEASE NEW VERSIONS OF THE SKYPE SOFTWARE TO YOU.
37997
379986.6 THE LIMITATIONS ON SKYPE’S LIABILITY TO YOU IN PARAGRAPH 6.5 ABOVE SHALL APPLY WHETHER OR NOT SKYPE, ITS AFFILIATES OR THE SKYPE STAFF HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSSES OR DAMAGES ARISING.
37999
380006.7 NOTHING IN THIS AGREEMENT IS INTENDED TO EXCLUDE OR RESTRICT OR SHALL BE CONSTRUED AS EXCLUDING OR RESTRICTING THE LIABILITY OF SKYPE FOR (I) THE DEATH OR PERSONAL INJURY CAUSED BY THE NEGLIGENCE OF SKYPE, THE SKYPE STAFF OR ITS AGENTS, OR (II) ANY LIABILITY WHICH CANNOT BE LIMITED OR EXCLUDED BY LAW.
38001
380026.8 Jurisdiction’s Limitations: As some jurisdictions do not allow some of the exclusions or limitations as set forth above, some of these exclusions or limitations may not apply to You. In such event the liability will be limited to the maximum extent possible within the applicable legislation.
38003
380047. Additional Terms
380057.1 In addition to this Agreement, You have to comply with the following Additional Terms when using the Skype Software, the Products and the Skype Website. We expect You to read these Additional Terms carefully, all of which are made part of this Agreement:
38006
38007The Skype Etiquette http://www.skype.com/legal/terms/etiquette provides guidelines to treat properly and respectfully the other members of Skype’s
38008Skype API. You are not allowed to use the Skype API unless You comply with the API Terms at http://www.skype.com/legal/terms/api/
38009Skype Online Material. You are not allowed to use the Skype Online Material unless You comply with the Online Material Terms at http://www.skype.com/company/legal/promote/materials/
38010Skype payable internet communications products are provided by Skype Communications S.a.r.l. and are subject to the Terms of Service at http://www.skype.com/legal/terms/voip/
38011The use of http://www.skype.com/ website is subject to the Terms of Use with Skype Technologies SA at http://www.skype.com/legal/terms/web/
38012If You want to provide chargeable services to other Skype Software users through the Skype Software as a service provider, You will need to comply with the Service Provider Agreement with Skype Communications Sa.r.l. at http://www.skype.com/legal/terms/callserviceprovider .
38013If you want to use Skype Premium Call Service then You will need to comply with the Terms of Service for Skype Premium Call (Beta) at http://www.skype.com/legal/terms/callservices/
38014You will need to comply with the Broadcast TOS at http://www.skype.com/legal/terms/broadcast if You want to use the Skype Software in connection with any Broadcast (as defined in such Broadcast TOS).
380157.2 Any other exceptions: If You are interested in doing anything which is not permitted under this Agreement or by one of the above Additional Terms, You will have to obtain Skype’s prior written consent and explicitly agree upon any further terms.
38016
380177.3 Your Confidential Information and Your Privacy: Skype is committed to respecting Your privacy and the confidentiality of Your personal data. The Privacy Policy at http://www.skype.com/go/privacy sets out how Skype may use Your personal data, the traffic data and the content contained in Your communication(s). If You object to Your information being used in the way set out in the Privacy Policy then please do not use the Skype Software or the Products.
38018
380198. Miscellaneous
380208.1 Entire Agreement: The terms and conditions of the Terms constitute the entire agreement between You and Skype with respect to the subject matter hereof and will supersede and replace all prior understandings and agreements, in whatever form, regarding the subject matter. Nothing in this clause shall exclude or restrict the liability of either You or Skype arising out of fraud or fraudulent misrepresentation.
38021
380228.2 Partial Invalidity: If any provision of the Terms, or any part of a provision, is found by any court or administrative body of competent jurisdiction to be illegal, invalid or unenforceable, and the provision (or part-provision) in question is not of a fundamental nature to the Terms as a whole, the legality, validity or enforceability of the remainder of the Terms (including the remainder of the term which contains the relevant provision) shall not be affected.
38023
380248.3 No waiver:The failure to exercise, or delay in exercising, a right, power or remedy provided by the Terms or by law shall not constitute a waiver of that right, power or remedy. If Skype waives a breach of any provision of the Terms this shall not operate as a waiver of a subsequent breach of that provision, or as a waiver of a breach of any other provision.
38025
380268.4 Assignment: You are not allowed to assign the Terms or any rights hereunder. Skype is allowed at its sole discretion to assign the Terms or any rights hereunder to any third party, without giving prior notice.
38027
380288.5 Applicable Law and Competent Court: The Terms shall be governed by and interpreted in accordance with the laws of Luxembourg and shall be subject to the jurisdiction of the courts of the district of Luxembourg.
38029
380308.6 Language: The original English version of the Terms may have been translated into other languages. In the event of inconsistency or discrepancy between the English version and any other language version, the English language version shall prevail.
38031
380328.7 Survival: The terms of paragraphs 2.5, 5 and 6 of this Agreement, and any other provision of the Additional Terms which is expressed to survive or operate in the event of termination, shall survive termination of this Agreement and the applicable Additional Terms for whatever reason.
38033
380348.8 AVC/H.264 Notice. IfIf the Skype Software is used to make video calls (i) between Your personal computer and a device that is not a personal computer or (ii) between devices that are not personal computers, the AVC/H.264 codec may be used to facilitate video functionality in which case the following notice applies: THE AVC VIDEO FUNCTIONALITY IN THIS PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL AND NONCOMMERCIAL USE OF A CONSUMER TO (i) ENCODE VIDEO IN COMPLIANCE WITH THE AVC STANDARD (“AVC VIDEO”) AND/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND NON-COMMERCIAL ACTIVITY AND/OR WAS OBTAINED FROM A VIDEO PROVIDER LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED FROM MPEG LA, L.L.C. SEE HTTP://WWW.MPEGLA.COM/.
38035
38036YOU EXPRESSLY ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT AND UNDERSTAND THE RIGHTS, OBLIGATIONS, TERMS AND CONDITIONS SET FORTH HEREIN. BY CLICKING ON THE ACCEPT BUTTON AND/OR CONTINUING TO INSTALL THE SKYPE SOFTWARE, YOU EXPRESSLY CONSENT TO BE BOUND BY ITS TERMS AND CONDITIONS AND GRANT TO SKYPE THE RIGHTS SET FORTH HEREIN.
38037
38038© Skype – Last revised: August 2009', 'http://www.skype.com/intl/en-us/legal/eula/', NULL, NULL, NULL, 'Skype EULA', NULL, NULL, NULL, '', NULL, false, false, false, '76cd66f51760a868bb7a9275b9b9fd84', 1, NULL);
38039INSERT INTO license_ref VALUES (257, 'QT(Commercial)', 'Qt COMMERCIAL LICENSE AGREEMENT
38040Agreement version 3.8
38041This Qt Commercial License Agreement (“Agreement”) is a legal agreement between Nokia
38042Inc. ("Nokia"), with its registered office at 102 Corporate Park Drive, White Plains, NY
3804310604 U.S.A. and you (either an individual or a legal entity) (“Licensee”) for the Licensed
38044Software (as defined below).
380451. DEFINITIONS
38046“Affiliate” of a Party shall mean an entity (i) which is directly or indirectly
38047controlling such Party; (ii) which is under the same direct or indirect ownership or
38048control as such Party; or (iii) which is directly or indirectly owned or controlled by
38049such Party. For these purposes, an entity shall be treated as being controlled by
38050another if that other entity has fifty percent (50 %) or more of the votes in such entity,
38051is able to direct its affairs and/or to control the composition of its board of directors
38052or equivalent body.
38053“Applications” shall mean Licensee’s software products created using the Licensed
38054Software which may include portions of the Licensed Software.
38055“Designated User(s)” shall mean the employee(s) of Licensee acting within the scope
38056of their employment or Licensee’s consultant(s) or contractor(s) acting within the
38057scope of their services for Licensee and on behalf of Licensee.
38058“Initial Term” shall mean the period of time one (1) year from the later of (a) the
38059Effective Date; or (b) the date the Licensed Software was initially delivered to
38060Licensee by Nokia. If no specific Effective Date is set forth in the Agreement, the
38061Effective Date shall be deemed to be the date the Licensed Software was initially
38062delivered to Licensee.
38063“License Certificate” shall mean the document accompanying the Licensed Software
38064which specifies the modules which are licensed under the Agreement, Platforms and
38065Designated Users.
38066“Licensed Software” shall mean the computer software, “online” or electronic
38067documentation, associated media and printed materials, including the source code,
38068example programs and the documentation delivered by Nokia to Licensee in
38069conjunction with this Agreement. Licensed Software does not include Third Party
38070Software (as defined in Section 7).
38071“Modified Software” shall mean modifications made to the Licensed Software by
38072Licensee.
38073“Party or Parties” shall mean Licensee and/or Nokia.
38074“Platforms” shall mean the operating systems listed in the License Certificate.
38075“Redistributables” shall mean the portions of the Licensed Software set forth in
38076Appendix 1, Section 1 that may be distributed with or as part of Applications in
38077object code form.
38078“Support” shall mean standard developer support that is provided by Nokia to assist
38079eligible Designated Users in using the Licensed Software in accordance with its
380802
38081established standard support procedures listed at: http://qt.nokia.com/supportservices/
38082files/standardsupport-TermsandConditions.pdf.
38083“Updates” shall mean a release or version of the Licensed Software containing
38084enhancement, new features, bug fixes, error corrections and other changes that are
38085generally made available to users of the Licensed Software that have contracted for
38086maintenance and support.
380872. OWNERSHIP
38088The Licensed Software is protected by copyright laws and international copyright
38089treaties, as well as other intellectual property laws and treaties. The Licensed
38090Software is licensed, not sold.
38091Nokia shall own all right, title and interest including the intellectual property rights in
38092and to the information on bug fixes or error corrections relating to the Licensed
38093Software that are submitted by Licensee to Nokia as well as any intellectual property
38094rights to the correction of any errors, if any. To the extent any rights do not
38095automatically vest in Nokia, Licensee assigns, and shall ensure that all of its
38096Affiliates, agents, subcontractors and employees assign, all such rights to Nokia. All
38097Nokia’s and/or its licensors’ trademarks, service marks, trade names, logos or other
38098words or symbols are and shall remain the exclusive property of Nokia or its licensors
38099respectively.
381003. MODULES
38101Some of the files in the Licensed Software have been grouped into Modules. These
38102files contain specific notices defining the Module of which they are a part. The
38103Modules licensed to Licensee are specified in the License Certificate. The terms of
38104the License Certificate are considered part of the Agreement. In the event of
38105inconsistency or conflict between the language of this Agreement and the License
38106Certificate, the provisions of this Agreement shall govern.
381074. VALIDITY OF THE AGREEMENT
38108By installing, copying, or otherwise using the Licensed Software, Licensee agrees to
38109be bound by the terms of this Agreement. If Licensee does not agree to the terms of
38110this Agreement, Licensee may not install, copy, or otherwise use the Licensed
38111Software. In addition, by installing, copying, or otherwise using any Updates or other
38112components of the Licensed Software that Licensee receives separately as part of the
38113Licensed Software, Licensee agrees to be bound by any additional license terms that
38114accompany such Updates, if any. If Licensee does not agree to the additional license
38115terms that accompany such Updates, Licensee may not install, copy, or otherwise use
38116such Updates.
38117Upon Licensee''s acceptance of the terms and conditions of this Agreement, Nokia
38118grants Licensee the right to use the Licensed Software in the manner provided below.
381195. LICENSES
381205.1 Using, modifying and copying
38121Nokia grants to Licensee a non-exclusive, non-transferable, perpetual license to use,
38122modify and copy the Licensed Software for the Designated User(s) specified in the
38123License Certificate for the sole purposes of designing, developing, and testing
38124Application(s).
381253
38126Licensee may install copies of the Licensed Software on an unlimited number of
38127computers provided that only the Designated Users use the Licensed Software.
38128Licensee may at any time designate another Designated User to replace a then-current
38129Designated User by notifying Nokia, provided that a) the then-current Designated
38130User has not been designated as a replacement during the last six (6) months; and b)
38131there is no more than the specified number of Designated Users at any given time.
381325.2 Redistribution
38133a) Nokia grants Licensee a non-exclusive, royalty-free right to reproduce and
38134distribute the object code form of Redistributables for execution on the specified
38135Platforms. Copies of Redistributables may only be distributed with and for the sole
38136purpose of executing Applications permitted under this Agreement that Licensee has
38137created using the Licensed Software. Under no circumstances may any copies of
38138Redistributables be distributed separately. This Agreement does not give Licensee
38139any rights to distribute any of the parts of the Licensed Software listed in Appendix 1,
38140Section 2, neither as a whole nor as parts or snippets of code.
38141b) Licensee may not distribute, transfer, assign or otherwise dispose of Applications
38142and/or Redistributables, in binary/compiled form, or in any other form, if such action
38143is part of a joint software and hardware distribution, except as provided by a separate
38144runtime distribution license with Nokia or one of its authorized distributors. A joint
38145hardware and software distribution shall be defined as either:
38146(i) distribution of a hardware device where, in its final end user
38147configuration, the main user interface of the device is provided by
38148Application(s) created by Licensee or others, using a commercial
38149version of Qt or a Qt-based product, and depends on the Licensed
38150Software or an open source version of any Qt or Qt-based software
38151product; or
38152(ii) distribution of the Licensed Software with a device designed to
38153facilitate the installation of the Licensed Software onto the same
38154device where the main user interface of such device is provided by
38155Application(s) created by Licensee or others, using a commercial
38156version of Qt or a Qt-based product, and depends on the Licensed
38157Software.
381585.3 Further Requirements
38159The licenses granted in this Section 5 by Nokia to Licensee are subject to Licensee’s
38160compliance with Section 8 of this Agreement.
381616. VERIFICATION
38162Nokia or a certified auditor on Nokia’s behalf, may, upon its reasonable request and
38163at its expense, audit Licensee with respect to the use of the Licensed Software. Such
38164audit may be conducted by mail, electronic means or through an in-person visit to
38165Licensee’s place of business. Any such in-person audit shall be conducted during
38166regular business hours at Licensee''s facilities and shall not unreasonably interfere
38167with Licensee''s business activities. Nokia shall not remove, copy, or redistribute any
38168electronic material during the course of an audit. If an audit reveals that Licensee is
38169using the Licensed Software in a way that is in material violation of the terms of the
38170Agreement, then Licensee shall pay Nokia''s reasonable costs of conducting the audit.
38171In the case of a material violation, Licensee agrees to pay Nokia any amounts owing
381724
38173that are attributable to the unauthorized use. In the alternative, Nokia reserves the
38174right, at Nokia''s sole option, to terminate the licenses for the Licensed Software.
381757. THIRD PARTY SOFTWARE
38176The Licensed Software may provide links to third party libraries or code (collectively
38177"Third Party Software") to implement various functions. Third Party Software does
38178not comprise part of the Licensed Software. In some cases, access to Third Party
38179Software may be included along with the Licensed Software delivery as a
38180convenience for development and testing only. Such source code and libraries may be
38181listed in the ".../src/3rdparty" source tree delivered with the Licensed Software or
38182documented in the Licensed Software where the Third Party Software is used, as may
38183be amended from time to time, do not comprise the Licensed Software. Licensee
38184acknowledges (1) that some part of Third Party Software may require additional
38185licensing of copyright and patents from the owners of such, and (2) that distribution
38186of any of the Licensed Software referencing any portion of a Third Party Software
38187may require appropriate licensing from such third parties.
381888. CONDITIONS FOR CREATING APPLICATIONS AND DISTRIBUTING
38189REDISTRIBUTABLES
38190The licenses granted in this Agreement for Licensee to create Applications and
38191distribute them and the Redistributables (if any) to Licensee''s customers is subject to
38192all of the following conditions: (i) all copies of the Applications which Licensee
38193creates must bear a valid copyright notice, either Licensee''s own or the copyright
38194notice that appears on the Licensed Software; (ii) Licensee may not remove or alter
38195any copyright, trademark or other proprietary rights notice contained in any portion of
38196the Licensed Software, including but not limited to the About Boxes in “Qt Assistant”
38197and “Qt Linguist” as defined in Appendix 1; (iii) Redistributables, if any, shall be
38198licensed to Licensee''s customer "as is"; (iv) Licensee shall indemnify and hold Nokia,
38199its Affiliates, contractors, and its suppliers, harmless from and against any claims or
38200liabilities arising out of the use, reproduction or distribution of Applications; (v)
38201Applications must be developed using a licensed, registered copy of the Licensed
38202Software; (vi) Applications must add primary and substantial functionality to the
38203Licensed Software; (vii) Applications may not pass on functionality which in any way
38204makes it possible for others to create software with the Licensed Software, however
38205Licensee may use the Licensed Software’s scripting functionality solely in order to
38206enable scripting that augments the functionality of the Application(s) without adding
38207primary and substantial functionality to the Application(s); (viii) Applications may
38208not compete with the Licensed Software; (ix) Licensee may not use Nokia''s or any of
38209its suppliers'' names, logos, or trademarks to market Application(s), except to state
38210that Application was developed using the Licensed Software.
38211NOTE: The Open Source Editions of Nokia’s Qt products and the Qt, Qtopia and Qt
38212Extended versions previously licensed by Trolltech (collectively referred to as
38213“Products”) are licensed under the terms of the GNU Lesser General Public License
38214version 2.1 (“LGPL”) and/or the GNU General Public License versions 2.0 and 3.0
38215(“GPL”) (as applicable) and not under this Agreement. If Licensee, or another third
38216party, has, at any time, developed all (or any portions of) the Application(s) using a
38217version of one of these Products licensed under the LGPL or the GPL, Licensee may
38218not combine such development work with the Licensed Software and must license
38219such Application(s) (or any portions derived there from) under the terms of the GNU
38220Lesser General Public License version 2.1 (Qt only) or GNU General Public License
38221version 2.0 (Qt, Qtopia and Qt Extended) or version 3 (Qt only) copies of which are
38222located at http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html,
382235
38224http://www.fsf.org/licensing/licenses/info/GPLv2.html, and
38225http://www.gnu.org/copyleft/gpl.html.
382269. LIMITED WARRANTY AND WARRANTY DISCLAIMER
38227Nokia hereby represents and warrants with respect to the Licensed Software that it
38228has the power and authority to grant the rights and licenses granted to Licensee under
38229this Agreement. Except as set forth above, the Licensed Software is licensed to
38230Licensee "as is". To the maximum extent permitted by applicable law, Nokia on
38231behalf of itself and its suppliers, disclaims all warranties and conditions, either
38232express or implied, including, but not limited to, implied warranties of
38233merchantability, fitness for a particular purpose, title and non-infringement with
38234regard to the Licensed Software.
3823510. LIMITATION OF LIABILITY
38236If, Nokia''s warranty disclaimer notwithstanding, Nokia is held liable to Licensee,
38237whether in contract, tort or any other legal theory, based on the Licensed Software,
38238Nokia''s entire liability to Licensee and Licensee''s exclusive remedy shall be, at
38239Nokia''s option, either (A) return of the price Licensee paid for the Licensed Software,
38240or (B) repair or replacement of the Licensed Software, provided Licensee returns to
38241Nokia all copies of the Licensed Software as originally delivered to Licensee. Nokia
38242shall not under any circumstances be liable to Licensee based on failure of the
38243Licensed Software if the failure resulted from accident, abuse or misapplication, nor
38244shall Nokia under any circumstances be liable for special damages, punitive or
38245exemplary damages, damages for loss of profits or interruption of business or for loss
38246or corruption of data. Any award of damages from Nokia to Licensee shall not exceed
38247the total amount Licensee has paid to Nokia in connection with this Agreement.
3824811. SUPPORT AND UPDATES
38249Licensee shall be eligible to receive Support and Updates during the Initial Term, in
38250accordance with Nokia''s then current policies and procedures, if any. Such policies
38251and procedures may be changed from time to time. Following the Initial Term, Nokia
38252shall no longer make the Licensed Software available to Licensee unless Licensee
38253purchases additional Support and Updates according to this Section 11 below.
38254Licensee may purchase additional Support and Updates following the Initial Term at
38255Nokia''s terms and conditions applicable at the time of renewal.
3825612. CONFIDENTIALITY
38257Each party acknowledges that during the Initial Term of this Agreement it shall have
38258access to information about the other party''s business, business methods, business
38259plans, customers, business relations, technology, and other information, including the
38260terms of this Agreement, that is confidential and of great value to the other party, and
38261the value of which would be significantly reduced if disclosed to third parties (the
38262"Confidential Information"). Accordingly, when a party (the "Receiving Party")
38263receives Confidential Information from another party (the "Disclosing Party"), the
38264Receiving Party shall, and shall obligate its employees and agents and employees and
38265agents of its affiliates to: (i) maintain the Confidential Information in strict
38266confidence; (ii) not disclose the Confidential Information to a third party without the
38267Disclosing Party''s prior written approval; and (iii) not, directly or indirectly, use the
38268Confidential Information for any purpose other than for exercising its rights and
38269fulfilling its responsibilities pursuant to this Agreement. Each party shall take
382706
38271reasonable measures to protect the Confidential Information of the other party, which
38272measures shall not be less than the measures taken by such party to protect its own
38273confidential and proprietary information.
38274"Confidential Information" shall not include information that (a) is or becomes
38275generally known to the public through no act or omission of the Receiving Party; (b)
38276was in the Receiving Party''s lawful possession prior to the disclosure hereunder and
38277was not subject to limitations on disclosure or use; (c) is developed by the Receiving
38278Party without access to the Confidential Information of the Disclosing Party or by
38279persons who have not had access to the Confidential Information of the Disclosing
38280Party as proven by the written records of the Receiving Party; (d) is lawfully
38281disclosed to the Receiving Party without restrictions, by a third party not under an
38282obligation of confidentiality; or (e) the Receiving Party is legally compelled to
38283disclose the information, in which case the Receiving Party shall assert the privileged
38284and confidential nature of the information and cooperate fully with the Disclosing
38285Party to protect against and prevent disclosure of any Confidential Information and to
38286limit the scope of disclosure and the dissemination of disclosed Confidential
38287Information by all legally available means.
38288The obligations of the Receiving Party under this Section shall continue during the
38289Initial Term and for a period of five (5) years after expiration or termination of this
38290Agreement. To the extent that the terms of the Non-Disclosure Agreement between
38291Nokia and Licensee conflict with the terms of this Section 12, this Section 12 shall be
38292controlling over the terms of the Non-Disclosure Agreement.
3829313. GENERAL PROVISIONS
3829413.1 Marketing
38295Nokia may include Licensee''s company name and logo in a publicly available list of
38296Nokia customers and in its public communications.
3829713.2 No Assignment
38298Licensee shall not be entitled to assign or transfer all or any of its rights, benefits and
38299obligations under this Agreement without the prior written consent of Nokia, which
38300shall not be unreasonably withheld.
3830113.3 Termination
38302Nokia may terminate the Agreement at any time immediately upon written notice by
38303Nokia to Licensee if Licensee breaches this Agreement.
38304Either party shall have the right to terminate this Agreement immediately upon
38305written notice in the event that the other party becomes insolvent, files for any form
38306of bankruptcy, makes any assignment for the benefit of creditors, has a receiver,
38307administrative receiver or officer appointed over the whole or a substantial part of its
38308assets, ceases to conduct business, or an act equivalent to any of the above occurs
38309under the laws of the jurisdiction of the other party.
38310Upon termination of this Agreement, Licensee shall return to Nokia all copies of
38311Licensed Software that were supplied by Nokia. All other copies of Licensed
38312Software in the possession or control of Licensee must be erased or destroyed. An
38313officer of Licensee must promptly deliver to Nokia a written confirmation that this
38314has occurred.
383157
3831613.4 Surviving Sections
38317Any terms and conditions that by their nature or otherwise reasonably should survive
38318a cancellation or termination of this Agreement shall also be deemed to survive. Such
38319terms and conditions include, but are not limited to the following Sections: 2, 5.1, 6,
383207, 8(iv), 10, 12, 13.5, 13.6, 13.9, 13.10 and 13.11 of this Agreement.
38321Notwithstanding the foregoing, Section 5.1 shall not survive if the Agreement is
38322terminated for material breach.
3832313.5 Entire Agreement
38324This Agreement constitutes the complete agreement between the parties and
38325supersedes all prior or contemporaneous discussions, representations, and proposals,
38326written or oral, with respect to the subject matters discussed herein, with the
38327exception of the non-disclosure agreement executed by the parties in connection with
38328this Agreement (“Non-Disclosure Agreement”), if any, shall be subject to Section 12.
38329No modification of this Agreement shall be effective unless contained in a writing
38330executed by an authorized representative of each party. No term or condition
38331contained in Licensee''s purchase order shall apply unless expressly accepted by
38332Nokia in writing. If any provision of the Agreement is found void or unenforceable,
38333the remainder shall remain valid and enforceable according to its terms. If any
38334remedy provided is determined to have failed for its essential purpose, all limitations
38335of liability and exclusions of damages set forth in this Agreement shall remain in
38336effect.
3833713.6 Payment and Taxes
38338If credit has been extended to Licensee by Nokia, all payments under this Agreement
38339are due within thirty (30) days of the date Nokia mails its invoice to Licensee. If
38340Nokia has not extended credit to Licensee, Licensee shall be required to make
38341payment concurrent with the delivery of the Licensed Software by Nokia. All
38342amounts payable are gross amounts but exclusive of any value added tax, use tax,
38343sales tax or similar tax. Licensee shall be entitled to withhold from payments any
38344applicable withholding taxes and comply with all applicable tax and employment
38345legislation. Each party shall pay all taxes (including, but not limited to, taxes based
38346upon its income) or levies imposed on it under applicable laws, regulations and tax
38347treaties as a result of this Agreement and any payments made hereunder (including
38348those required to be withheld or deducted from payments). Each party shall furnish
38349evidence of such paid taxes as is sufficient to enable the other party to obtain any
38350credits available to it, including original withholding tax certificates.
3835113.7 Force Majeure
38352Neither party shall be liable to the other for any delay or non-performance of its
38353obligations hereunder other than the obligation of paying the license fees in the event
38354and to the extent that such delay or non-performance is due to an event of Force
38355Majeure (as defined below). If any event of Force Majeure results in a delay or nonperformance
38356of a party for a period of three (3) months or longer, then either party
38357shall have the right to terminate this Agreement with immediate effect without any
38358liability (except for the obligations of payment arising prior to the event of Force
38359Majeure) towards the other party. A “Force Majeure” event shall mean an act of
383608
38361God, terrorist attack or other catastrophic event of nature that prevents either party for
38362fulfilling its obligations under this Agreement.
3836313.8 Notices
38364Any notice given by one party to the other shall be deemed properly given and
38365deemed received if specifically acknowledged by the receiving party in writing or
38366when successfully delivered to the recipient by hand, fax, or special courier during
38367normal business hours on a business day to the addresses specified below. Each
38368communication and document made or delivered by one party to the other party
38369pursuant to this Agreement shall be in the English language or accompanied by a
38370translation thereof.
38371Notices to Nokia shall be given to:
38372Nokia, Inc.
38373555 Twin Dolphin Drive, Suite 280
38374Redwood City, CA 94065 U.S.A.
38375Fax: +1 650 551 1851
3837613.9 Export Control
38377Licensee acknowledges that the Licensed Software may be subject to export control
38378restrictions of various countries. Licensee shall fully comply with all applicable
38379export license restrictions and requirements as well as with all laws and regulations
38380relating to the importation of the Licensed Software and/or Modified Software and/or
38381Applications and shall procure all necessary governmental authorizations, including
38382without limitation, all necessary licenses, approvals, permissions or consents, where
38383necessary for the re-exportation of the Licensed Software, Modified Software or
38384Applications.
3838513.10 Governing Law and Legal Venue
38386This Agreement shall be governed by and construed in accordance with the federal
38387laws of the United States of America and the internal laws of the State of New York
38388without given effect to any choice of law rule that would result in the application of
38389the laws of any other jurisdiction. The United Nations Convention on Contracts for
38390the International Sale of Goods (CISG) shall not apply. Each Party (a) hereby
38391irrevocably submits itself to and consents to the jurisdiction of the United States
38392District Court for the Southern District of New York (or if such court lacks
38393jurisdiction, the state courts of the State of New York) for the purposes of any action,
38394claim, suit or proceeding between the Parties in connection with any controversy,
38395claim, or dispute arising out of or relating to this Agreement; and (b) hereby waives,
38396and agrees not to assert by way of motion, as a defense or otherwise, in any such
38397action, claim, suit or proceeding, any claim that is not personally subject to the
38398jurisdiction of such court(s), that the action, claim, suit or proceeding is brought in an
38399inconvenient forum or that the venue of the action, claim, suit or proceeding is
38400improper. Notwithstanding the foregoing, nothing in this Section 13.10 is intended
38401to, or shall be deemed to, constitute a submission or consent to, or selection of,
38402jurisdiction, forum or venue for any action for patent infringement, whether or not
38403such action relates to this Agreement.
3840413.11 No Implied License
384059
38406There are no implied licenses or other implied rights granted under this Agreement,
38407and all rights, save for those expressly granted hereunder, shall remain with Nokia
38408and its licensors. In addition, no licenses or immunities are granted to the
38409combination of the Licensed Software and/ Modified Software, as applicable, with
38410any other software or hardware not delivered by Nokia under this Agreement.
3841113.12 Government End Users
38412A "U.S. Government End User" shall mean any agency or entity of the government of
38413the United States. The following shall apply if Licensee is a U.S. Government End
38414User. The Licensed Software is a "commercial item," as that term is defined in 48
38415C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and
38416"commercial computer software documentation," as such terms are used in 48 C.F.R.
3841712.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
38418through 227.7202-4 (June 1995), all U.S. Government End Users acquire the
38419Licensed Software with only those rights set forth herein. The Licensed Software
38420(including related documentation) is provided to U.S. Government End Users: (a)
38421only as a commercial end item; and (b) only pursuant to this Agreement.
3842210
38423Appendix 1
384241. Parts of the Licensed Software that are permitted for distribution (“Redistributables”):
38425- The Licensed Software’s main and plug-in libraries in object code form
38426- The Licensed Software’s configuration tool (“qtconfig”)
38427- The Licensed Software’s help tool in object code/executable form (“Qt Assistant”)
38428- The Licensed Software’s internationalization tools in object code/executable form (“Qt
38429Linguist”, “lupdate”, “lrelease”)
38430- The Licensed Software’s designer tool (“Qt Designer”)
38431- The Licensed Software’s IDE tool (“Qt Creator”)
384322. Parts of the Licensed Software that are not permitted for distribution include, but are
38433not limited to:
38434- The Licensed Software’s source code and header files
38435- The Licensed Software’s documentation
38436- The Licensed Software’s tool for writing makefiles (“qmake”)
38437- The Licensed Software’s Meta Object Compiler (“moc”)
38438- The Licensed Software’s User Interface Compiler (“uic” or in the case of Qt Jambi: “juic”)
38439- The Licensed Software’s Resource Compiler (“rcc”)
38440- The Licensed Software’s generator (only in the case of Qt Jambi)
38441- The License Software’s Qt SDK', 'http://qt.nokia.com/files/pdf/licenses/qtdesktop_us_v3_8.pdf', NULL, NULL, NULL, 'QT Commercial License Agreement 3.8', NULL, NULL, NULL, '', NULL, false, false, false, 'b0181acaf767c83e89930655e6996d31', 1, NULL);
38442INSERT INTO license_ref VALUES (463, 'Cryptogams', 'Copyright (c) 2006, CRYPTOGAMS by <appro@openssl.org>
38443All rights reserved.
38444
38445Redistribution and use in source and binary forms, with or without
38446modification, are permitted provided that the following conditions
38447are met:
38448
38449      *	Redistributions of source code must retain copyright notices,
38450	this list of conditions and the following disclaimer.
38451
38452      *	Redistributions in binary form must reproduce the above
38453	copyright notice, this list of conditions and the following
38454	disclaimer in the documentation and/or other materials
38455	provided with the distribution.
38456
38457      *	Neither the name of the CRYPTOGAMS nor the names of its
38458	copyright holder and contributors may be used to endorse or
38459	promote products derived from this software without specific
38460	prior written permission.
38461
38462ALTERNATIVELY, provided that this notice is retained in full, this
38463product may be distributed under the terms of the GNU General Public
38464License (GPL), in which case the provisions of the GPL apply INSTEAD OF
38465those given above.
38466
38467THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
38468"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
38469LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
38470A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
38471OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
38472SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
38473LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
38474DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
38475THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38476(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38477OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.', 'http://www.openssl.org/~appro/cryptogams/', NULL, NULL, NULL, 'Cryptogams', NULL, NULL, NULL, '', NULL, false, false, false, 'cd1a147bce6b38197f6fd3eb1c566c28', 1, NULL);
38478INSERT INTO license_ref VALUES (495, 'CC-BY-SA', 'CC-BY-SA is referenced without a version number. Please look up CC-BY-SA in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'CC-BY-SA', NULL, NULL, NULL, '', NULL, false, false, false, '21e1ac9adeaa3c88c23cafea292cb78e', 1, NULL);
38479INSERT INTO license_ref VALUES (500, 'XFree86', 'XFree86 is referenced without a version number. Please look up XFree86 in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'XFree86', NULL, NULL, NULL, '', NULL, false, false, false, '33d6520a41e895e662f2d63253b81328', 1, NULL);
38480INSERT INTO license_ref VALUES (510, 'BSD', 'BSD is referenced without a version number. Please look up BSD in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'BSD', NULL, NULL, NULL, '', NULL, false, false, false, '7fd363ae5dfe05cb0d8cb0f20df6ed97', 1, NULL);
38481INSERT INTO license_ref VALUES (511, 'MIT-style', 'According to MIT license, add some modifications', '', NULL, NULL, NULL, 'MIT-style', NULL, NULL, NULL, '', NULL, false, false, false, '6786c4f5f3ba61ecad8d121a369f5294', 1, NULL);
38482INSERT INTO license_ref VALUES (464, 'H2-1.0', 'H2 is dual licensed and available under a modified version of the MPL 1.1 (Mozilla Public License) or under the (unmodified) EPL 1.0 (Eclipse Public License). The changes to the MPL are underlined. There is a license FAQ for both the MPL and the EPL, most of that is applicable to the H2 license as well.
38483
38484You can use H2 for free. You can integrate it into your applications (including in commercial applications), and you can distribute it.
38485Files containing only your code are not covered by this license (it is ''commercial friendly'').
38486Modifications to the H2 source code must be published.
38487You don''t need to provide the source code of H2 if you did not modify anything.
38488If you distribute a binary that includes H2, you need to add a disclaimer of liability - see the example below.
38489However, nobody is allowed to rename H2, modify it a little, and sell it as a database engine without telling the customers it is in fact H2. This happened to HSQLDB: a company called ''bungisoft'' copied HSQLDB, renamed it to ''RedBase'', and tried to sell it, hiding the fact that it was in fact just HSQLDB. It seems ''bungisoft'' does not exist any more, but you can use the Wayback Machine and visit old web pages of http://www.bungisoft.com.
38490
38491About porting the source code to another language (for example C# or C++): converted source code (even if done manually) stays under the same copyright and license as the original code. The copyright of the ported source code does not (automatically) go to the person who ported the code.
38492
38493If you distribute a binary that includes H2, you need to add the license and a disclaimer of liability (as you should do for your own code). You should add a disclaimer for each open source libraries you use. For example, add a file 3rdparty_license.txt in the directory where the jar files are, and list all open source libraries, each one with its license and disclaimer. For H2, a simple solution is to copy the following text below. You may also include a copy of the complete license.
38494http://www.h2database.com/html/license.html#h2_license', 'http://www.h2database.com/html/license.html#h2_license', NULL, NULL, NULL, 'H2 License - Version 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'c8933ff0ff755d4e983eb9c20633f20d', 1, NULL);
38495INSERT INTO license_ref VALUES (465, 'MPL-2.0-no-copyleft-exception', 'Mozilla Public License Version 2.0
38496==================================
38497
384981. Definitions
38499--------------
38500
385011.1. "Contributor"
38502means each individual or legal entity that creates, contributes to
38503the creation of, or owns Covered Software.
38504
385051.2. "Contributor Version"
38506means the combination of the Contributions of others (if any) used
38507by a Contributor and that particular Contributor''s Contribution.
38508
385091.3. "Contribution"
38510means Covered Software of a particular Contributor.
38511
385121.4. "Covered Software"
38513means Source Code Form to which the initial Contributor has attached
38514the notice in Exhibit A, the Executable Form of such Source Code
38515Form, and Modifications of such Source Code Form, in each case
38516including portions thereof.
38517
385181.5. "Incompatible With Secondary Licenses"
38519means
38520
38521(a) that the initial Contributor has attached the notice described
38522in Exhibit B to the Covered Software; or
38523
38524(b) that the Covered Software was made available under the terms of
38525version 1.1 or earlier of the License, but not also under the
38526terms of a Secondary License.
38527
385281.6. "Executable Form"
38529means any form of the work other than Source Code Form.
38530
385311.7. "Larger Work"
38532means a work that combines Covered Software with other material, in
38533a separate file or files, that is not Covered Software.
38534
385351.8. "License"
38536means this document.
38537
385381.9. "Licensable"
38539means having the right to grant, to the maximum extent possible,
38540whether at the time of the initial grant or subsequently, any and
38541all of the rights conveyed by this License.
38542
385431.10. "Modifications"
38544means any of the following:
38545
38546(a) any file in Source Code Form that results from an addition to,
38547deletion from, or modification of the contents of Covered
38548Software; or
38549
38550(b) any new file in Source Code Form that contains any Covered
38551Software.
38552
385531.11. "Patent Claims" of a Contributor
38554means any patent claim(s), including without limitation, method,
38555process, and apparatus claims, in any patent Licensable by such
38556Contributor that would be infringed, but for the grant of the
38557License, by the making, using, selling, offering for sale, having
38558made, import, or transfer of either its Contributions or its
38559Contributor Version.
38560
385611.12. "Secondary License"
38562means either the GNU General Public License, Version 2.0, the GNU
38563Lesser General Public License, Version 2.1, the GNU Affero General
38564Public License, Version 3.0, or any later versions of those
38565licenses.
38566
385671.13. "Source Code Form"
38568means the form of the work preferred for making modifications.
38569
385701.14. "You" (or "Your")
38571means an individual or a legal entity exercising rights under this
38572License. For legal entities, "You" includes any entity that
38573controls, is controlled by, or is under common control with You. For
38574purposes of this definition, "control" means (a) the power, direct
38575or indirect, to cause the direction or management of such entity,
38576whether by contract or otherwise, or (b) ownership of more than
38577fifty percent (50%) of the outstanding shares or beneficial
38578ownership of such entity.
38579
385802. License Grants and Conditions
38581--------------------------------
38582
385832.1. Grants
38584
38585Each Contributor hereby grants You a world-wide, royalty-free,
38586non-exclusive license:
38587
38588(a) under intellectual property rights (other than patent or trademark)
38589Licensable by such Contributor to use, reproduce, make available,
38590modify, display, perform, distribute, and otherwise exploit its
38591Contributions, either on an unmodified basis, with Modifications, or
38592as part of a Larger Work; and
38593
38594(b) under Patent Claims of such Contributor to make, use, sell, offer
38595for sale, have made, import, and otherwise transfer either its
38596Contributions or its Contributor Version.
38597
385982.2. Effective Date
38599
38600The licenses granted in Section 2.1 with respect to any Contribution
38601become effective for each Contribution on the date the Contributor first
38602distributes such Contribution.
38603
386042.3. Limitations on Grant Scope
38605
38606The licenses granted in this Section 2 are the only rights granted under
38607this License. No additional rights or licenses will be implied from the
38608distribution or licensing of Covered Software under this License.
38609Notwithstanding Section 2.1(b) above, no patent license is granted by a
38610Contributor:
38611
38612(a) for any code that a Contributor has removed from Covered Software;
38613or
38614
38615(b) for infringements caused by: (i) Your and any other third party''s
38616modifications of Covered Software, or (ii) the combination of its
38617Contributions with other software (except as part of its Contributor
38618Version); or
38619
38620(c) under Patent Claims infringed by Covered Software in the absence of
38621its Contributions.
38622
38623This License does not grant any rights in the trademarks, service marks,
38624or logos of any Contributor (except as may be necessary to comply with
38625the notice requirements in Section 3.4).
38626
386272.4. Subsequent Licenses
38628
38629No Contributor makes additional grants as a result of Your choice to
38630distribute the Covered Software under a subsequent version of this
38631License (see Section 10.2) or under the terms of a Secondary License (if
38632permitted under the terms of Section 3.3).
38633
386342.5. Representation
38635
38636Each Contributor represents that the Contributor believes its
38637Contributions are its original creation(s) or it has sufficient rights
38638to grant the rights to its Contributions conveyed by this License.
38639
386402.6. Fair Use
38641
38642This License is not intended to limit any rights You have under
38643applicable copyright doctrines of fair use, fair dealing, or other
38644equivalents.
38645
386462.7. Conditions
38647
38648Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
38649in Section 2.1.
38650
386513. Responsibilities
38652-------------------
38653
386543.1. Distribution of Source Form
38655
38656All distribution of Covered Software in Source Code Form, including any
38657Modifications that You create or to which You contribute, must be under
38658the terms of this License. You must inform recipients that the Source
38659Code Form of the Covered Software is governed by the terms of this
38660License, and how they can obtain a copy of this License. You may not
38661attempt to alter or restrict the recipients'' rights in the Source Code
38662Form.
38663
386643.2. Distribution of Executable Form
38665
38666If You distribute Covered Software in Executable Form then:
38667
38668(a) such Covered Software must also be made available in Source Code
38669Form, as described in Section 3.1, and You must inform recipients of
38670the Executable Form how they can obtain a copy of such Source Code
38671Form by reasonable means in a timely manner, at a charge no more
38672than the cost of distribution to the recipient; and
38673
38674(b) You may distribute such Executable Form under the terms of this
38675License, or sublicense it under different terms, provided that the
38676license for the Executable Form does not attempt to limit or alter
38677the recipients'' rights in the Source Code Form under this License.
38678
386793.3. Distribution of a Larger Work
38680
38681You may create and distribute a Larger Work under terms of Your choice,
38682provided that You also comply with the requirements of this License for
38683the Covered Software. If the Larger Work is a combination of Covered
38684Software with a work governed by one or more Secondary Licenses, and the
38685Covered Software is not Incompatible With Secondary Licenses, this
38686License permits You to additionally distribute such Covered Software
38687under the terms of such Secondary License(s), so that the recipient of
38688the Larger Work may, at their option, further distribute the Covered
38689Software under the terms of either this License or such Secondary
38690License(s).
38691
386923.4. Notices
38693
38694You may not remove or alter the substance of any license notices
38695(including copyright notices, patent notices, disclaimers of warranty,
38696or limitations of liability) contained within the Source Code Form of
38697the Covered Software, except that You may alter any license notices to
38698the extent required to remedy known factual inaccuracies.
38699
387003.5. Application of Additional Terms
38701
38702You may choose to offer, and to charge a fee for, warranty, support,
38703indemnity or liability obligations to one or more recipients of Covered
38704Software. However, You may do so only on Your own behalf, and not on
38705behalf of any Contributor. You must make it absolutely clear that any
38706such warranty, support, indemnity, or liability obligation is offered by
38707You alone, and You hereby agree to indemnify every Contributor for any
38708liability incurred by such Contributor as a result of warranty, support,
38709indemnity or liability terms You offer. You may include additional
38710disclaimers of warranty and limitations of liability specific to any
38711jurisdiction.
38712
387134. Inability to Comply Due to Statute or Regulation
38714---------------------------------------------------
38715
38716If it is impossible for You to comply with any of the terms of this
38717License with respect to some or all of the Covered Software due to
38718statute, judicial order, or regulation then You must: (a) comply with
38719the terms of this License to the maximum extent possible; and (b)
38720describe the limitations and the code they affect. Such description must
38721be placed in a text file included with all distributions of the Covered
38722Software under this License. Except to the extent prohibited by statute
38723or regulation, such description must be sufficiently detailed for a
38724recipient of ordinary skill to be able to understand it.
38725
387265. Termination
38727--------------
38728
387295.1. The rights granted under this License will terminate automatically
38730if You fail to comply with any of its terms. However, if You become
38731compliant, then the rights granted under this License from a particular
38732Contributor are reinstated (a) provisionally, unless and until such
38733Contributor explicitly and finally terminates Your grants, and (b) on an
38734ongoing basis, if such Contributor fails to notify You of the
38735non-compliance by some reasonable means prior to 60 days after You have
38736come back into compliance. Moreover, Your grants from a particular
38737Contributor are reinstated on an ongoing basis if such Contributor
38738notifies You of the non-compliance by some reasonable means, this is the
38739first time You have received notice of non-compliance with this License
38740from such Contributor, and You become compliant prior to 30 days after
38741Your receipt of the notice.
38742
387435.2. If You initiate litigation against any entity by asserting a patent
38744infringement claim (excluding declaratory judgment actions,
38745counter-claims, and cross-claims) alleging that a Contributor Version
38746directly or indirectly infringes any patent, then the rights granted to
38747You by any and all Contributors for the Covered Software under Section
387482.1 of this License shall terminate.
38749
387505.3. In the event of termination under Sections 5.1 or 5.2 above, all
38751end user license agreements (excluding distributors and resellers) which
38752have been validly granted by You or Your distributors under this License
38753prior to termination shall survive termination.
38754
38755************************************************************************
38756* *
38757* 6. Disclaimer of Warranty *
38758* ------------------------- *
38759* *
38760* Covered Software is provided under this License on an "as is" *
38761* basis, without warranty of any kind, either expressed, implied, or *
38762* statutory, including, without limitation, warranties that the *
38763* Covered Software is free of defects, merchantable, fit for a *
38764* particular purpose or non-infringing. The entire risk as to the *
38765* quality and performance of the Covered Software is with You. *
38766* Should any Covered Software prove defective in any respect, You *
38767* (not any Contributor) assume the cost of any necessary servicing, *
38768* repair, or correction. This disclaimer of warranty constitutes an *
38769* essential part of this License. No use of any Covered Software is *
38770* authorized under this License except under this disclaimer. *
38771* *
38772************************************************************************
38773
38774************************************************************************
38775* *
38776* 7. Limitation of Liability *
38777* -------------------------- *
38778* *
38779* Under no circumstances and under no legal theory, whether tort *
38780* (including negligence), contract, or otherwise, shall any *
38781* Contributor, or anyone who distributes Covered Software as *
38782* permitted above, be liable to You for any direct, indirect, *
38783* special, incidental, or consequential damages of any character *
38784* including, without limitation, damages for lost profits, loss of *
38785* goodwill, work stoppage, computer failure or malfunction, or any *
38786* and all other commercial damages or losses, even if such party *
38787* shall have been informed of the possibility of such damages. This *
38788* limitation of liability shall not apply to liability for death or *
38789* personal injury resulting from such party''s negligence to the *
38790* extent applicable law prohibits such limitation. Some *
38791* jurisdictions do not allow the exclusion or limitation of *
38792* incidental or consequential damages, so this exclusion and *
38793* limitation may not apply to You. *
38794* *
38795************************************************************************
38796
387978. Litigation
38798-------------
38799
38800Any litigation relating to this License may be brought only in the
38801courts of a jurisdiction where the defendant maintains its principal
38802place of business and such litigation shall be governed by laws of that
38803jurisdiction, without reference to its conflict-of-law provisions.
38804Nothing in this Section shall prevent a party''s ability to bring
38805cross-claims or counter-claims.
38806
388079. Miscellaneous
38808----------------
38809
38810This License represents the complete agreement concerning the subject
38811matter hereof. If any provision of this License is held to be
38812unenforceable, such provision shall be reformed only to the extent
38813necessary to make it enforceable. Any law or regulation which provides
38814that the language of a contract shall be construed against the drafter
38815shall not be used to construe this License against a Contributor.
38816
3881710. Versions of the License
38818---------------------------
38819
3882010.1. New Versions
38821
38822Mozilla Foundation is the license steward. Except as provided in Section
3882310.3, no one other than the license steward has the right to modify or
38824publish new versions of this License. Each version will be given a
38825distinguishing version number.
38826
3882710.2. Effect of New Versions
38828
38829You may distribute the Covered Software under the terms of the version
38830of the License under which You originally received the Covered Software,
38831or under the terms of any subsequent version published by the license
38832steward.
38833
3883410.3. Modified Versions
38835
38836If you create software not governed by this License, and you want to
38837create a new license for such software, you may create and use a
38838modified version of this License if you rename the license and remove
38839any references to the name of the license steward (except to note that
38840such modified license differs from this License).
38841
3884210.4. Distributing Source Code Form that is Incompatible With Secondary
38843Licenses
38844
38845If You choose to distribute Source Code Form that is Incompatible With
38846Secondary Licenses under the terms of this version of the License, the
38847notice described in Exhibit B of this License must be attached.
38848
38849Exhibit A - Source Code Form License Notice
38850-------------------------------------------
38851
38852This Source Code Form is subject to the terms of the Mozilla Public
38853License, v. 2.0. If a copy of the MPL was not distributed with this
38854file, You can obtain one at http://mozilla.org/MPL/2.0/.
38855
38856If it is not possible or desirable to put the notice in a particular
38857file, then You may include the notice in a location (such as a LICENSE
38858file in a relevant directory) where a recipient would be likely to look
38859for such a notice.
38860
38861You may add additional accurate notices of copyright ownership.
38862
38863Exhibit B - "Incompatible With Secondary Licenses" Notice
38864---------------------------------------------------------
38865
38866This Source Code Form is "Incompatible With Secondary Licenses", as
38867defined by the Mozilla Public License, v. 2.0.', 'https://spdx.org/licenses/MPL-2.0-no-copyleft-exception', NULL, NULL, NULL, 'Mozilla Public License 2.0 (no copyleft exception)', NULL, NULL, NULL, '', NULL, false, false, false, '6d27a4b34373c123ba1f5418be3c1917', 1, NULL);
38868INSERT INTO license_ref VALUES (466, 'IJG', 'Independent JPEG Group License
38869
38870
38871LEGAL ISSUES
38872============
38873
38874In plain English:
38875
388761. We don''t promise that this software works. (But if you find any bugs,
38877please let us know!)
388782. You can use this software for whatever you want. You don''t have to pay us.
388793. You may not pretend that you wrote this software. If you use it in a
38880program, you must acknowledge somewhere in your documentation that
38881you''ve used the IJG code.
38882
38883In legalese:
38884
38885The authors make NO WARRANTY or representation, either express or implied,
38886with respect to this software, its quality, accuracy, merchantability, or
38887fitness for a particular purpose. This software is provided "AS IS", and you,
38888its user, assume the entire risk as to its quality and accuracy.
38889
38890This software is copyright (C) 1991-1998, Thomas G. Lane.
38891All Rights Reserved except as specified below.
38892
38893Permission is hereby granted to use, copy, modify, and distribute this
38894software (or portions thereof) for any purpose, without fee, subject to these
38895conditions:
38896(1) If any part of the source code for this software is distributed, then this
38897README file must be included, with this copyright and no-warranty notice
38898unaltered; and any additions, deletions, or changes to the original files
38899must be clearly indicated in accompanying documentation.
38900(2) If only executable code is distributed, then the accompanying
38901documentation must state that "this software is based in part on the work of
38902the Independent JPEG Group".
38903(3) Permission for use of this software is granted only if the user accepts
38904full responsibility for any undesirable consequences; the authors accept
38905NO LIABILITY for damages of any kind.
38906
38907These conditions apply to any software derived from or based on the IJG code,
38908not just to the unmodified library. If you use our work, you ought to
38909acknowledge us.
38910
38911Permission is NOT granted for the use of any IJG author''s name or company name
38912in advertising or publicity relating to this software or products derived from
38913it. This software may be referred to only as "the Independent JPEG Group''s
38914software".
38915
38916We specifically permit and encourage the use of this software as the basis of
38917commercial products, provided that all warranty or liability claims are
38918assumed by the product vendor.
38919
38920
38921ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
38922sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
38923ansi2knr.c is NOT covered by the above copyright and conditions, but instead
38924by the usual distribution terms of the Free Software Foundation; principally,
38925that you must include source code if you redistribute it. (See the file
38926ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part
38927of any program generated from the IJG code, this does not limit you more than
38928the foregoing paragraphs do.
38929
38930The Unix configuration script "configure" was produced with GNU Autoconf.
38931It is copyright by the Free Software Foundation but is freely distributable.
38932The same holds for its supporting scripts (config.guess, config.sub,
38933ltconfig, ltmain.sh). Another support script, install-sh, is copyright
38934by M.I.T. but is also freely distributable.
38935
38936It appears that the arithmetic coding option of the JPEG spec is covered by
38937patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot
38938legally be used without obtaining one or more licenses. For this reason,
38939support for arithmetic coding has been removed from the free JPEG software.
38940(Since arithmetic coding provides only a marginal gain over the unpatented
38941Huffman mode, it is unlikely that very many implementations will support it.)
38942So far as we are aware, there are no patent restrictions on the remaining
38943code.
38944
38945The IJG distribution formerly included code to read and write GIF files.
38946To avoid entanglement with the Unisys LZW patent, GIF reading support has
38947been removed altogether, and the GIF writer has been simplified to produce
38948"uncompressed GIFs". This technique does not use the LZW algorithm; the
38949resulting GIF files are larger than usual, but are readable by all standard
38950GIF decoders.
38951
38952We are required to state that
38953"The Graphics Interchange Format(c) is the Copyright property of
38954CompuServe Incorporated. GIF(sm) is a Service Mark property of
38955CompuServe Incorporated."', 'http://spdx.org/licenses/IJG#licenseText', NULL, NULL, NULL, 'Independent JPEG Group License', NULL, NULL, NULL, '', NULL, false, false, false, 'c0df0c60061c7ff52d95ed8afe2f8ee4', 1, NULL);
38956INSERT INTO license_ref VALUES (467, 'Imlib2', 'Imlib2 License
38957
38958Permission is hereby granted, free of charge, to any person obtaining a copy
38959of this software and associated documentation files (the "Software"), to
38960deal in the Software without restriction, including without limitation the
38961rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
38962sell copies of the Software, and to permit persons to whom the Software is
38963furnished to do so, subject to the following conditions:
38964
38965The above copyright notice and this permission notice shall be included in
38966all copies of the Software and its Copyright notices. In addition publicly
38967documented acknowledgment must be given that this software has been used if no
38968source code of this software is made available publicly. Making the source
38969available publicly means including the source for this software with the
38970distribution, or a method to get this software via some reasonable mechanism
38971(electronic transfer via a network or media) as well as making an offer to
38972supply the source on request. This Copyright notice serves as an offer to
38973supply the source on on request as well. Instead of this, supplying
38974acknowledgments of use of this software in either Copyright notices, Manuals,
38975Publicity and Marketing documents or any documentation provided with any
38976product containing this software. This License does not apply to any software
38977that links to the libraries provided by this software (statically or
38978dynamically), but only to the software provided.
38979
38980Please see the COPYING-PLAIN for a plain-english explanation of this notice
38981and its intent.
38982
38983THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38984IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38985FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
38986THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
38987IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
38988CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.', 'http://spdx.org/licenses/Imlib2#licenseText', NULL, NULL, NULL, 'Imlib2 License', NULL, NULL, NULL, '', NULL, false, false, false, 'ff40b2b80f52bda7fcc670f75ebb6f7c', 1, NULL);
38989INSERT INTO license_ref VALUES (468, 'SMLNJ', 'STANDARD ML OF NEW JERSEY COPYRIGHT NOTICE, LICENSE AND DISCLAIMER.
38990Copyright (c) 2001-2011 by The Fellowship of SML/NJ
38991Copyright (c) 1989-2001 by Lucent Technologies
38992
38993Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice and warranty disclaimer appear in supporting documentation, and that the name of Lucent Technologies, Bell Labs or any Lucent entity not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.
38994
38995Lucent disclaims all warranties with regard to this software, including all implied warranties of merchantability and fitness. In no event shall Lucent be liable for any special, indirect or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with the use or performance of this software.', 'http://www.smlnj.org//license.html', NULL, NULL, NULL, 'Standard ML of New Jersey License', NULL, NULL, NULL, '', NULL, false, false, false, 'afe2c6b69907ec05880a46633f3bfa8a', 1, NULL);
38996INSERT INTO license_ref VALUES (392, 'SGI-B-2.0', 'SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
38997Copyright (C) [dates of first publication] Silicon Graphics, Inc. All Rights Reserved.
38998Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
38999The above copyright notice including the dates of first publication and either this permission notice or a reference to http://oss.sgi.com/projects/FreeB/ shall be included in all copies or substantial portions of the Software.
39000THE SOFTWARE IS 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 SILICON GRAPHICS, INC. 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 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39001Except as contained in this notice, the name of Silicon Graphics, Inc. shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Silicon Graphics, Inc.', 'http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.doc', NULL, NULL, NULL, 'SGI Free Software License B 2.0', NULL, NULL, NULL, '', NULL, false, false, false, 'cf37137fe121a9ce8d71b10bb0d3a13f', 1, NULL);
39002INSERT INTO license_ref VALUES (503, 'GPL-3.0+-with-bison-exception', 'insert GPL v3+ text here
39003
39004Bison Exception
39005
39006As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn''t itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception.
39007
39008This special exception was added by the Free Software Foundation in version 2.2 of Bison.', '', NULL, NULL, NULL, 'GNU General Public License v3.0+ w/Bison exception', NULL, NULL, NULL, '', NULL, false, true, false, '3e8f2aa0d5021f314afa6885eb3d3360', 1, NULL);
39009INSERT INTO license_ref VALUES (496, 'BSD-3-Clause-Severability', 'BSD-3-Clause-Severability is a BSD-style with a severability clause. Please refer to the BSD-3-Clause in the License Admin.', '', NULL, NULL, NULL, 'BSD-3-Clause-Severability', NULL, NULL, NULL, '', NULL, false, false, false, '17cfd56ba41dd29abaad39b06bb18f1d', 1, NULL);
39010INSERT INTO license_ref VALUES (497, 'CCLRC', 'CCLRC License for CCLRC Software forming part of the Climate Data Analysis Tools Package
39011The Council for the Central Laboratory of the Research Councils (CCLRC) grants any person who obtains a copy of this software (the Software), free of charge, the non-exclusive, worldwide right to use, copy, modify, distribute and sub-license the use of the Software on the terms and conditions appearing below:
390121)The Software may be used only as part of the Climate Data Analysis Tools Package, made available to users free of charge.
390132)The CCLRC copyright notice and any other notice placed by CCLRC on the Software must be reproduced on every copy of the Software, and on every Derived Work. A Derived Work means any modification of, or enhancement or improvement to, any of the Software, and any software or other work developed or derived from any of the Software. 3)CCLRC gives no warranty and makes no representation in relation to the Software. The Licensee and anyone to whom the Licensee makes the Software or any Derived Work available, use the Software at their own risk.
390144)All warranties, conditions, terms, undertakings and obligations on the part of CCLRC, implied by statute, common law, custom, trade usage, course of dealing or in any other way are excluded to the fullest extent permitted by law.
390155)Subject to condition 6, CCLRC will not be liable for:
39016            a)any loss of profits, loss of revenue, loss or corruption of data, loss of contracts or opportunity, loss of savings or third party claims (in each case whether direct or indirect);
39017            b)any indirect loss or damage arising out of or in connection with the Software;
39018            c)any direct loss or damage arising out of, or in connection with, the Software in each case, whether that loss arises as a result of CCLRC’s negligence, or in any other way, even if CCLRC has been advised of the possibility of that loss arising, or if it was within CCLRC''s contemplation.
390196)None of these conditions limits or excludes CCLRC''s liability for death or personal injury caused by its negligence or for any fraud, or for any sort of liability that, by law, cannot be limited or excluded.
390207)These conditions set out the entire agreement relating to the Software. The licensee acknowledges that it has not relied on any warranty, representation, statement, agreement or undertaking given by CCLRC, and waives any claim in respect of any of the same.
390218)The rights granted above will cease immediately on any breach of these conditions and the licensee will destroy all copies of the Software and any Derived Work in its control or possession. Conditions 3, 4, 5, 6, 7, 8, 9 and 10 will survive termination and continue indefinitely.
390229)The licence and these conditions are governed by, and are to be construed in accordance with, English law. The English Courts will have exclusive jurisdiction to deal with any dispute which has arisen or may arise out of or in connection with the Software, the rights granted and these conditions, except that CCLRC may bring proceedings for an injunction in any jurisdiction.
3902310)If the whole or any part of these conditions are void or unenforceable in any jurisdiction, the other provisions, and the rest of the void or unenforceable provision, will continue in force in that jurisdiction, and the validity and enforceability of that provision in any other jurisdiction will not be affected.', 'http://www2-pcmdi.llnl.gov/cdat/docs/cdat-license', NULL, NULL, NULL, 'CCLRC License', NULL, NULL, NULL, '', NULL, false, false, false, '3b8e75df7fde83aa734bad9ffece7e4a', 1, NULL);
39024INSERT INTO license_ref VALUES (499, 'MPL-1.1-style', 'MPL-1.1-style is a MPL-style license, Please look up MPL-1.1 in the License Admin to view the original one.', '', NULL, NULL, NULL, 'MPL-1.1-style', NULL, NULL, NULL, '', NULL, false, false, false, '3426deb4a8b2bbefe02f3fc26b5f4cb7', 1, NULL);
39025INSERT INTO license_ref VALUES (469, 'OLDAP-2.2.2', 'The OpenLDAP Public License
39026  Version 2.2.2, 28 July 2000
39027
39028Redistribution and use of this software and associated documentation
39029("Software"), with or without modification, are permitted provided
39030that the following conditions are met:
39031
390321. Redistributions of source code must retain copyright statements
39033and notices.
39034
390352. Redistributions in binary form must reproduce applicable copyright
39036statements and notices, this list of conditions, and the following
39037disclaimer in the documentation and/or other materials provided
39038with the distribution.
39039
390403. Redistributions must contain a verbatim copy of this document.
39041
390424. The name "OpenLDAP" must not be used to endorse or promote
39043products derived from this Software without prior written permission
39044of the OpenLDAP Foundation.
39045
390465. Products derived from this Software may not be called "OpenLDAP"
39047nor may "OpenLDAP" appear in their names without prior written
39048permission of the OpenLDAP Foundation.
39049
390506. Due credit should be given to the OpenLDAP Project
39051(http://www.openldap.org/).
39052
390537. The OpenLDAP Foundation may revise this license from time to
39054time.  Each revision is distinguished by a version number.  You
39055may use the Software under terms of this license revision or under
39056the terms of any subsequent revision of the license.
39057
39058THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND CONTRIBUTORS
39059``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
39060NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
39061FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
39062THE OPENLDAP FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
39063INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
39064(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
39065SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
39066HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
39067STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
39068ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
39069OF THE POSSIBILITY OF SUCH DAMAGE.
39070
39071OpenLDAP is a trademark of the OpenLDAP Foundation.
39072
39073Copyright 1999-2000 The OpenLDAP Foundation, Redwood City,
39074California, USA.  All Rights Reserved.  Permission to copy and
39075distributed verbatim copies of this document is granted.', 'http://spdx.org/licenses/OLDAP-2.2.2#licenseText', NULL, NULL, NULL, 'Open LDAP Public License 2.2.2', NULL, NULL, NULL, '', NULL, false, false, false, '9aaeead054346ee60ebd573dc4138e33', 1, NULL);
39076INSERT INTO license_ref VALUES (470, 'OLDAP-1.1', 'The OpenLDAP Public License
39077
39078Version 1.1, 25 August 1998
39079Copyright 1998, The OpenLDAP Foundation.
39080All Rights Reserved.
39081
39082Note:
39083	This license is derived from the "Artistic License" as distributed
39084	with the Perl Programming Language.  Its terms are different from
39085	those of the "Artistic License."
39086
39087PREAMBLE
39088
39089The intent of this document is to state the conditions under which a
39090Package may be copied, such that the Copyright Holder maintains some
39091semblance of artistic control over the development of the package,
39092while giving the users of the package the right to use and distribute
39093the Package in a more-or-less customary fashion, plus the right to make
39094reasonable modifications.
39095
39096Definitions:
39097
39098	"Package" refers to the collection of files distributed by the
39099	Copyright Holder, and derivatives of that collection of files
39100	created through textual modification.
39101
39102	"Standard Version" refers to such a Package if it has not been
39103	modified, or has been modified in accordance with the wishes
39104	of the Copyright Holder.
39105
39106	"Copyright Holder" is whoever is named in the copyright or
39107	copyrights for the package.
39108
39109	"You" is you, if you''re thinking about copying or distributing
39110	this Package.
39111
39112	"Reasonable copying fee" is whatever you can justify on the
39113	basis of media cost, duplication charges, time of people involved,
39114	and so on.  (You will not be required to justify it to the
39115	Copyright Holder, but only to the computing community at large
39116	as a market that must bear the fee.)
39117
39118	"Freely Available" means that no fee is charged for the item
39119	itself, though there may be fees involved in handling the item.
39120	It also means that recipients of the item may redistribute it
39121	under the same conditions they received it.
39122
391231. You may make and give away verbatim copies of the source form of the
39124Standard Version of this Package without restriction, provided that you
39125duplicate all of the original copyright notices and associated disclaimers.
39126
391272. You may apply bug fixes, portability fixes and other modifications
39128derived from the Public Domain or from the Copyright Holder.  A Package
39129modified in such a way shall still be considered the Standard Version.
39130
391313. You may otherwise modify your copy of this Package in any way, provided
39132that you insert a prominent notice in each changed file stating how and
39133when you changed that file, and provided that you do at least ONE of the
39134following:
39135
39136    a) place your modifications in the Public Domain or otherwise make them
39137    Freely Available, such as by posting said modifications to Usenet or
39138    an equivalent medium, or placing the modifications on a major archive
39139    site such as uunet.uu.net, or by allowing the Copyright Holder to include
39140    your modifications in the Standard Version of the Package.
39141
39142    b) use the modified Package only within your corporation or organization.
39143
39144    c) rename any non-standard executables so the names do not conflict
39145    with standard executables, which must also be provided, and provide
39146    a separate manual page for each non-standard executable that clearly
39147    documents how it differs from the Standard Version.
39148
39149    d) make other distribution arrangements with the Copyright Holder.
39150
391514. You may distribute the programs of this Package in object code or
39152executable form, provided that you do at least ONE of the following:
39153
39154    a) distribute a Standard Version of the executables and library files,
39155    together with instructions (in the manual page or equivalent) on where
39156    to get the Standard Version.
39157
39158    b) accompany the distribution with the machine-readable source of
39159    the Package with your modifications.
39160
39161    c) accompany any non-standard executables with their corresponding
39162    Standard Version executables, giving the non-standard executables
39163    non-standard names, and clearly documenting the differences in manual
39164    pages (or equivalent), together with instructions on where to get
39165    the Standard Version.
39166
39167    d) make other distribution arrangements with the Copyright Holder.
39168
391695. You may charge a reasonable copying fee for any distribution of this
39170Package.  You may charge any fee you choose for support of this Package.
39171You may not charge a fee for this Package itself.  However,
39172you may distribute this Package in aggregate with other (possibly
39173commercial) programs as part of a larger (possibly commercial) software
39174distribution provided that you do not advertise this Package as a
39175product of your own.
39176
391776. The scripts and library files supplied as input to or produced as
39178output from the programs of this Package do not automatically fall
39179under the copyright of this Package, but belong to whomever generated
39180them, and may be sold commercially, and may be aggregated with this
39181Package.
39182
391837. C subroutines supplied by you and linked into this Package in order
39184to emulate subroutines and variables of the language defined by this
39185Package shall not be considered part of this Package, but are the
39186equivalent of input as in Paragraph 6, provided these subroutines do
39187not change the language in any way that would cause it to fail the
39188regression tests for the language.
39189
391908. The name of the Copyright Holder may not be used to endorse or promote
39191products derived from this software without specific prior written permission.
39192
391939. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
39194IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
39195WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
39196
39197The End', 'http://spdx.org/licenses/OLDAP-1.1#licenseText', NULL, NULL, NULL, 'Open LDAP Public License v1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'f774a60fd40d6363189db9c47f6f2c58', 1, NULL);
39198INSERT INTO license_ref VALUES (471, 'OLDAP-1.2', 'The OpenLDAP Public License
39199
39200Version 1.2, 1 September 1998
39201Copyright 1998, The OpenLDAP Foundation.
39202All Rights Reserved.
39203
39204Note:
39205    This license is derived from the "Artistic License" as distributed
39206    with the Perl Programming Language.  As differences may exist,
39207    the complete license should be read.
39208
39209PREAMBLE
39210
39211The intent of this document is to state the conditions under which
39212a Package may be copied, such that the Copyright Holder maintains
39213some semblance of artistic control over the development of the
39214package, while giving the users of the package the right to use
39215and distribute the Package in a more-or-less customary fashion,
39216plus the right to make reasonable modifications.
39217
39218Definitions:
39219
39220    "Package" refers to the collection of files distributed by the
39221    Copyright Holder, and derivatives of that collection of files
39222    created through textual modification.
39223
39224    "Standard Version" refers to such a Package if it has not been
39225    modified, or has been modified in accordance with the wishes
39226    of the Copyright Holder.
39227
39228    "Copyright Holder" is whoever is named in the copyright or
39229    copyrights for the package.
39230
39231    "You" is you, if you''re thinking about copying or distributing
39232    this Package.
39233
39234    "Reasonable copying fee" is whatever you can justify on the
39235    basis of media cost, duplication charges, time of people
39236    involved, and so on.  (You will not be required to justify it
39237    to the Copyright Holder, but only to the computing community
39238    at large as a market that must bear the fee.)
39239
39240    "Freely Available" means that no fee is charged for the item
39241    itself, though there may be fees involved in handling the item.
39242    It also means that recipients of the item may redistribute it
39243    under the same conditions they received it.
39244
392451. You may make and give away verbatim copies of the source form
39246of the Standard Version of this Package without restriction, provided
39247that you duplicate all of the original copyright notices and
39248associated disclaimers.
39249
392502. You may apply bug fixes, portability fixes and other modifications
39251derived from the Public Domain or from the Copyright Holder.  A
39252Package modified in such a way shall still be considered the Standard
39253Version.
39254
392553. You may otherwise modify your copy of this Package in any way,
39256provided that you insert a prominent notice in each changed file
39257stating how and when you changed that file, and provided that you
39258do at least ONE of the following:
39259
39260    a) place your modifications in the Public Domain or otherwise
39261    make them Freely Available, such as by posting said modifications
39262    to Usenet or an equivalent medium, or placing the modifications
39263    on a major archive site such as uunet.uu.net, or by allowing
39264    the Copyright Holder to include your modifications in the
39265    Standard Version of the Package.
39266
39267    b) use the modified Package only within your corporation or
39268    organization.
39269
39270    c) rename any non-standard executables so the names do not
39271    conflict with standard executables, which must also be provided,
39272    and provide a separate manual page for each non-standard
39273    executable that clearly documents how it differs from the
39274    Standard Version.
39275
39276    d) make other distribution arrangements with the Copyright
39277    Holder.
39278
392794. You may distribute the programs of this Package in object code
39280or executable form, provided that you do at least ONE of the
39281following:
39282
39283    a) distribute a Standard Version of the executables and library
39284    files, together with instructions (in the manual page or
39285    equivalent) on where to get the Standard Version.
39286
39287    b) accompany the distribution with the machine-readable source
39288    of the Package with your modifications.
39289
39290    c) accompany any non-standard executables with their corresponding
39291    Standard Version executables, giving the non-standard executables
39292    non-standard names, and clearly documenting the differences in
39293    manual pages (or equivalent), together with instructions on
39294    where to get the Standard Version.
39295
39296    d) make other distribution arrangements with the Copyright
39297    Holder.
39298
392995. You may charge a reasonable copying fee for any distribution of
39300this Package.  You may charge any fee you choose for support of
39301this Package.  You may not charge a fee for this Package itself.
39302However, you may distribute this Package in aggregate with other
39303(possibly commercial) programs as part of a larger (possibly
39304commercial) software distribution provided that you do not advertise
39305this Package as a product of your own.
39306
393076. The scripts and library files supplied as input to or produced
39308as output from the programs of this Package do not automatically
39309fall under the copyright of this Package, but belong to whomever
39310generated them, and may be sold commercially, and may be aggregated
39311with this Package.
39312
393137. C subroutines supplied by you and linked into this Package in
39314order to emulate subroutines and variables of the language defined
39315by this Package shall not be considered part of this Package, but
39316are the equivalent of input as in Paragraph 6, provided these
39317subroutines do not change the language in any way that would cause
39318it to fail the regression tests for the language.
39319
393208. The name of the Copyright Holder may not be used to endorse or
39321promote products derived from this software without specific prior
39322written permission.
39323
393249. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
39325IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
39326WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
39327
39328The End', 'http://spdx.org/licenses/OLDAP-1.2#licenseText', NULL, NULL, NULL, 'Open LDAP Public License v1.2', NULL, NULL, NULL, '', NULL, false, false, false, '4351a7e34451b686fc82e23745e4f41d', 1, NULL);
39329INSERT INTO license_ref VALUES (472, 'OLDAP-1.3', 'The OpenLDAP Public License
39330
39331Version 1.3, 17 January 1999
39332Copyright 1998-1999, The OpenLDAP Foundation.
39333All Rights Reserved.
39334
39335Note:
39336    This license is derived from the "Artistic License" as distributed
39337    with the Perl Programming Language.  As significant differences
39338    exist, the complete license should be read.
39339
39340PREAMBLE
39341
39342The intent of this document is to state the conditions under which
39343a Package may be copied, such that the Copyright Holder maintains
39344some semblance of artistic control over the development of the
39345package, while giving the users of the package the right to use
39346and distribute the Package in a more-or-less customary fashion,
39347plus the right to make reasonable modifications.
39348
39349Definitions:
39350
39351    "Package" refers to the collection of files distributed by the
39352    Copyright Holder, and derivatives of that collection of files
39353    created through textual modification.
39354
39355    "Standard Version" refers to such a Package if it has not been
39356    modified, or has been modified in accordance with the wishes
39357    of the Copyright Holder.
39358
39359    "Copyright Holder" is whoever is named in the copyright or
39360    copyrights for the package.
39361
39362    "You" is you, if you''re thinking about copying or distributing
39363    this Package.
39364
39365    "Reasonable copying fee" is whatever you can justify on the
39366    basis of media cost, duplication charges, time of people
39367    involved, and so on.  (You will not be required to justify it
39368    to the Copyright Holder, but only to the computing community
39369    at large as a market that must bear the fee.)
39370
39371    "Freely Available" means that no fee is charged for the item
39372    itself, though there may be fees involved in handling the item.
39373    It also means that recipients of the item may redistribute it
39374    under the same conditions they received it.
39375
393761. You may make and give away verbatim copies of the source form
39377of the Standard Version of this Package without restriction, provided
39378that you duplicate all of the original copyright notices and
39379associated disclaimers.
39380
393812. You may apply bug fixes, portability fixes and other modifications
39382derived from the Public Domain or from the Copyright Holder.  A
39383Package modified in such a way shall still be considered the Standard
39384Version.
39385
393863. You may otherwise modify your copy of this Package in any way,
39387provided that you insert a prominent notice in each changed file
39388stating how and when you changed that file, and provided that you
39389do at least ONE of the following:
39390
39391    a) place your modifications in the Public Domain or otherwise
39392    make them Freely Available, such as by posting said modifications
39393    to Usenet or an equivalent medium, or placing the modifications
39394    on a major archive site such as uunet.uu.net, or by allowing
39395    the Copyright Holder to include your modifications in the
39396    Standard Version of the Package.
39397
39398    b) use the modified Package only within your corporation or
39399    organization.
39400
39401    c) rename any non-standard executables so the names do not
39402    conflict with standard executables, which must also be provided,
39403    and provide a separate manual page for each non-standard
39404    executable that clearly documents how it differs from the
39405    Standard Version.
39406
39407    d) make other distribution arrangements with the Copyright
39408    Holder.
39409
394104. You may distribute the programs of this Package in object code
39411or executable form, provided that you do at least ONE of the
39412following:
39413
39414    a) distribute a Standard Version of the executables and library
39415    files, together with instructions (in the manual page or
39416    equivalent) on where to get the Standard Version.
39417
39418    b) accompany the distribution with the machine-readable source
39419    of the Package with your modifications.
39420
39421    c) accompany any non-standard executables with their corresponding
39422    Standard Version executables, giving the non-standard executables
39423    non-standard names, and clearly documenting the differences in
39424    manual pages (or equivalent), together with instructions on
39425    where to get the Standard Version.
39426
39427    d) make other distribution arrangements with the Copyright
39428    Holder.
39429
394305. You may charge a reasonable copying fee for any distribution of
39431this Package.  You may charge any fee you choose for support of
39432this Package.  You may not charge a fee for this Package itself.
39433However, you may distribute this Package in aggregate with other
39434(possibly commercial) programs as part of a larger (possibly
39435commercial) software distribution provided that you do not advertise
39436this Package as a product of your own.
39437
394386. The scripts and library files supplied as input to or produced
39439as output from the programs of this Package do not automatically
39440fall under the copyright of this Package, but belong to whomever
39441generated them, and may be sold commercially, and may be aggregated
39442with this Package.
39443
394447. C subroutines supplied by you and linked into this Package in
39445order to emulate subroutines and variables defined by this Package
39446shall not be considered part of this Package, but are the equivalent
39447of input as in Paragraph 6, provided these subroutines do not change
39448the behavior of the Package in any way that would cause it to fail
39449the regression tests for the Package.
39450
394518. Software supplied by you and linked with this Package in order
39452to use subroutines and variables defined by this Package shall not
39453be considered part of this Package and do not automatically fall
39454under the copyright of this Package, and the executables produced
39455by linking your software with this Package may be used and
39456redistributed without restriction and may be sold commercially.
39457
394589. The name of the Copyright Holder may not be used to endorse or
39459promote products derived from this software without specific prior
39460written permission.
39461
3946210. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
39463IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
39464WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
39465
39466The End', 'http://spdx.org/licenses/OLDAP-1.3#licenseText', NULL, NULL, NULL, 'Open LDAP Public License v1.3', NULL, NULL, NULL, '', NULL, false, false, false, '452852633acbe641db3eab4f0ad00e41', 1, NULL);
39467INSERT INTO license_ref VALUES (473, 'OLDAP-1.4', 'The OpenLDAP Public License
39468
39469Version 1.4, 18 January 1999
39470Copyright 1998-1999, The OpenLDAP Foundation.
39471All Rights Reserved.
39472
39473Note:
39474    This license is derived from the "Artistic License" as distributed
39475    with the Perl Programming Language.  As significant differences
39476    exist, the complete license should be read.
39477
39478PREAMBLE
39479
39480The intent of this document is to state the conditions under which
39481a Package may be copied, such that the Copyright Holder maintains
39482some semblance of artistic control over the development of the
39483package, while giving the users of the package the right to use
39484and distribute the Package in a more-or-less customary fashion,
39485plus the right to make reasonable modifications.
39486
39487Definitions:
39488
39489    "Package" refers to the collection of files distributed by the
39490    Copyright Holder, and derivatives of that collection of files
39491    created through textual modification.
39492
39493    "Standard Version" refers to such a Package if it has not been
39494    modified, or has been modified in accordance with the wishes
39495    of the Copyright Holder.
39496
39497    "Copyright Holder" is whoever is named in the copyright or
39498    copyrights for the package.
39499
39500    "You" is you, if you''re thinking about copying or distributing
39501    this Package.
39502
39503    "Reasonable copying fee" is whatever you can justify on the
39504    basis of media cost, duplication charges, time of people
39505    involved, and so on.  (You will not be required to justify it
39506    to the Copyright Holder, but only to the computing community
39507    at large as a market that must bear the fee.)
39508
39509    "Freely Available" means that no fee is charged for the item
39510    itself, though there may be fees involved in handling the item.
39511    It also means that recipients of the item may redistribute it
39512    under the same conditions they received it.
39513
395141. You may make and give away verbatim copies of the source form
39515of the Standard Version of this Package without restriction, provided
39516that you duplicate all of the original copyright notices and
39517associated disclaimers.
39518
395192. You may apply bug fixes, portability fixes and other modifications
39520derived from the Public Domain or from the Copyright Holder.  A
39521Package modified in such a way shall still be considered the Standard
39522Version.
39523
395243. You may otherwise modify your copy of this Package in any way,
39525provided that you insert a prominent notice in each changed file
39526stating how and when you changed that file, and provided that you
39527do at least ONE of the following:
39528
39529    a) place your modifications in the Public Domain or otherwise
39530    make them Freely Available, such as by posting said modifications
39531    to Usenet or an equivalent medium, or placing the modifications
39532    on a major archive site such as uunet.uu.net, or by allowing
39533    the Copyright Holder to include your modifications in the
39534    Standard Version of the Package.
39535
39536    b) use the modified Package only within your corporation or
39537    organization.
39538
39539    c) rename any non-standard executables so the names do not
39540    conflict with standard executables, which must also be provided,
39541    and provide a separate manual page for each non-standard
39542    executable that clearly documents how it differs from the
39543    Standard Version.
39544
39545    d) make other distribution arrangements with the Copyright
39546    Holder.
39547
395484. You may distribute the programs of this Package in object code
39549or executable form, provided that you do at least ONE of the
39550following:
39551
39552    a) distribute a Standard Version of the executables and library
39553    files, together with instructions (in the manual page or
39554    equivalent) on where to get the Standard Version.
39555
39556    b) accompany the distribution with the machine-readable source
39557    of the Package with your modifications.
39558
39559    c) accompany any non-standard executables with their corresponding
39560    Standard Version executables, giving the non-standard executables
39561    non-standard names, and clearly documenting the differences in
39562    manual pages (or equivalent), together with instructions on
39563    where to get the Standard Version.
39564
39565    d) make other distribution arrangements with the Copyright
39566    Holder.
39567
395685. You may charge a reasonable copying fee for any distribution of
39569this Package.  You may charge any fee you choose for support of
39570this Package.  You may not charge a fee for this Package itself.
39571However, you may distribute this Package in aggregate with other
39572(possibly commercial) programs as part of a larger (possibly
39573commercial) software distribution provided that you do not advertise
39574this Package as a product of your own.
39575
395766. The scripts and library files supplied as input to or produced
39577as output from the programs of this Package do not automatically
39578fall under the copyright of this Package, but belong to whomever
39579generated them, and may be sold commercially, and may be aggregated
39580with this Package.
39581
395827. C subroutines supplied by you and linked into this Package in
39583order to emulate subroutines and variables defined by this Package
39584shall not be considered part of this Package, but are the equivalent
39585of input as in Paragraph 6, provided these subroutines do not change
39586the behavior of the Package in any way that would cause it to fail
39587the regression tests for the Package.
39588
395898. Software supplied by you and linked with this Package in order
39590to use subroutines and variables defined by this Package shall not
39591be considered part of this Package and do not automatically fall
39592under the copyright of this Package.  Executables produced
39593by linking your software with this Package may be used and
39594redistributed without restriction and may be sold commercially
39595so long as the primary function of your software is different
39596than the package itself.
39597
395989. The name of the Copyright Holder may not be used to endorse or
39599promote products derived from this software without specific prior
39600written permission.
39601
3960210. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
39603IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
39604WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
39605
39606The End', 'http://spdx.org/licenses/OLDAP-1.4#licenseText', NULL, NULL, NULL, 'Open LDAP Public License v1.4', NULL, NULL, NULL, '', NULL, false, false, false, 'aa05cda70e736b186fa160b1ea3fd345', 1, NULL);
39607INSERT INTO license_ref VALUES (474, 'OLDAP-2.0', 'The OpenLDAP Public License
39608
39609  Version 2.0, 7 June 1999
39610  Copyright 1999, The OpenLDAP Foundation, Redwood City, California, USA.
39611  All Rights Reserved.
39612
39613Redistribution and use of this software and associated documentation
39614("Software"), with or without modification, are permitted provided
39615that the following conditions are met:
39616
396171. Redistributions of source code must retain copyright
39618statements and notices.  Redistributions must also contain a
39619copy of this document.
39620
396212. Redistributions in binary form must reproduce the
39622above copyright notice, this list of conditions and the
39623following disclaimer in the documentation and/or other
39624materials provided with the distribution.
39625
396263. The name "OpenLDAP" must not be used to endorse or promote
39627products derived from this Software without prior written
39628permission of the OpenLDAP Foundation.  For written permission,
39629please contact foundation@openldap.org.
39630
396314. Products derived from this Software may not be called "OpenLDAP"
39632nor may "OpenLDAP" appear in their names without prior written
39633permission of the OpenLDAP Foundation.  OpenLDAP is a registered
39634trademark of the OpenLDAP Foundation.
39635
396365. Due credit should be given to the OpenLDAP Project
39637(http://www.openldap.org/).
39638
39639THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND CONTRIBUTORS
39640``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
39641NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
39642FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
39643THE OPENLDAP FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
39644INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
39645(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
39646SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
39647HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
39648STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
39649ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
39650OF THE POSSIBILITY OF SUCH DAMAGE.', 'http://spdx.org/licenses/OLDAP-2.0#licenseText', NULL, NULL, NULL, 'Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)', NULL, NULL, NULL, '', NULL, false, false, false, '18cef22bdacc424fbb84f4068dee2a1b', 1, NULL);
39651INSERT INTO license_ref VALUES (475, 'OLDAP-2.0.1', 'The OpenLDAP Public License
39652
39653  Version 2.0.1, 21 December 1999
39654  Copyright 1999, The OpenLDAP Foundation, Redwood City, California, USA.
39655  All Rights Reserved.
39656
39657Redistribution and use of this software and associated documentation
39658("Software"), with or without modification, are permitted provided
39659that the following conditions are met:
39660
396611. Redistributions of source code must retain copyright
39662statements and notices.  Redistributions must also contain a
39663copy of this document.
39664
396652. Redistributions in binary form must reproduce the
39666above copyright notice, this list of conditions and the
39667following disclaimer in the documentation and/or other
39668materials provided with the distribution.
39669
396703. The name "OpenLDAP" must not be used to endorse or promote
39671products derived from this Software without prior written
39672permission of the OpenLDAP Foundation.  For written permission,
39673please contact foundation@openldap.org.
39674
396754. Products derived from this Software may not be called "OpenLDAP"
39676nor may "OpenLDAP" appear in their names without prior written
39677permission of the OpenLDAP Foundation.  OpenLDAP is a trademark
39678of the OpenLDAP Foundation.
39679
396805. Due credit should be given to the OpenLDAP Project
39681(http://www.openldap.org/).
39682
39683THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND CONTRIBUTORS
39684``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
39685NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
39686FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
39687THE OPENLDAP FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
39688INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
39689(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
39690SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
39691HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
39692STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
39693ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
39694OF THE POSSIBILITY OF SUCH DAMAGE.', 'http://spdx.org/licenses/OLDAP-2.0.1#licenseText', NULL, NULL, NULL, 'Open LDAP Public License v2.0.1', NULL, NULL, NULL, '', NULL, false, false, false, '8d1eabcb6926ee05445f50182eed086e', 1, NULL);
39695INSERT INTO license_ref VALUES (476, 'OLDAP-2.1', 'The OpenLDAP Public License
39696
39697  Version 2.1, 29 February 2000
39698  Copyright 1999-2000, The OpenLDAP Foundation, Redwood City, California, USA.
39699  All Rights Reserved.
39700
39701Redistribution and use of this software and associated documentation
39702("Software"), with or without modification, are permitted provided
39703that the following conditions are met:
39704
397051. Redistributions of source code must retain copyright
39706statements and notices.  Redistributions must also contain a
39707copy of this document.
39708
397092. Redistributions in binary form must reproduce the
39710above copyright notice, this list of conditions and the
39711following disclaimer in the documentation and/or other
39712materials provided with the distribution.
39713
397143. The name "OpenLDAP" must not be used to endorse or promote
39715products derived from this Software without prior written
39716permission of the OpenLDAP Foundation.  For written permission,
39717please contact foundation@openldap.org.
39718
397194. Products derived from this Software may not be called "OpenLDAP"
39720nor may "OpenLDAP" appear in their names without prior written
39721permission of the OpenLDAP Foundation.  OpenLDAP is a trademark
39722of the OpenLDAP Foundation.
39723
397245. Due credit should be given to the OpenLDAP Project
39725(http://www.openldap.org/).
39726
397276. The OpenLDAP Foundation may revise this license from time to
39728time.  Each revision is distinguished by a version number.  You
39729may use the Software under terms of this license revision or under
39730the terms of any subsequent license revision.
39731
39732THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND CONTRIBUTORS
39733``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
39734NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
39735FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
39736THE OPENLDAP FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
39737INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
39738(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
39739SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
39740HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
39741STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
39742ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
39743OF THE POSSIBILITY OF SUCH DAMAGE.', 'http://spdx.org/licenses/OLDAP-2.1#licenseText', NULL, NULL, NULL, 'Open LDAP Public License v2.1', NULL, NULL, NULL, '', NULL, false, false, false, '733437bac72eb6f6e1ff9b7b1073913a', 1, NULL);
39744INSERT INTO license_ref VALUES (498, 'UnclassifiedLicense', 'An unclassified license reference looks like a license (it contains common license terminology) but we don''t recognize a specific license.', '', NULL, NULL, NULL, 'UnclassifiedLicense', NULL, NULL, NULL, '', NULL, false, false, false, '0e3ad2fef7377f8c932cf60672414fdd', 1, NULL);
39745INSERT INTO license_ref VALUES (477, 'OLDAP-2.2', 'The OpenLDAP Public License
39746  Version 2.2, 1 March 2000
39747
39748Redistribution and use of this software and associated documentation
39749("Software"), with or without modification, are permitted provided
39750that the following conditions are met:
39751
397521. Redistributions of source code must retain copyright statements
39753and notices.  Redistributions must also contain a copy of this
39754document.
39755
397562. Redistributions in binary form must reproduce the above copyright
39757notice, this list of conditions and the following disclaimer in
39758the documentation and/or other materials provided with the
39759distribution.
39760
397613. The name "OpenLDAP" must not be used to endorse or promote
39762products derived from this Software without prior written permission
39763of the OpenLDAP Foundation.
39764
397654. Products derived from this Software may not be called "OpenLDAP"
39766nor may "OpenLDAP" appear in their names without prior written
39767permission of the OpenLDAP Foundation.
39768
397695. Due credit should be given to the OpenLDAP Project
39770(http://www.openldap.org/).
39771
397726. The OpenLDAP Foundation may revise this license from time to
39773time.  Each revision is distinguished by a version number.  You
39774may use the Software under terms of this license revision or under
39775the terms of any subsequent the license.
39776
39777THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND CONTRIBUTORS
39778``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
39779NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
39780FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
39781THE OPENLDAP FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
39782INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
39783(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
39784SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
39785HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
39786STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
39787ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
39788OF THE POSSIBILITY OF SUCH DAMAGE.
39789
39790OpenLDAP is a trademark of the OpenLDAP Foundation.
39791
39792Copyright 1999-2000, The OpenLDAP Foundation, Redwood City,
39793California, USA.  All Rights Reserved.  Permission to copy and
39794distributed verbatim copies of this document is granted.', 'http://spdx.org/licenses/OLDAP-2.2#licenseText', NULL, NULL, NULL, 'Open LDAP Public License v2.2', NULL, NULL, NULL, '', NULL, false, false, false, 'e55dedd208aada07361af8178542e1c6', 1, NULL);
39795INSERT INTO license_ref VALUES (478, 'OLDAP-2.2.1', 'The OpenLDAP Public License
39796  Version 2.2.1, 1 March 2000
39797
39798Redistribution and use of this software and associated documentation
39799("Software"), with or without modification, are permitted provided
39800that the following conditions are met:
39801
398021. Redistributions of source code must retain copyright statements
39803and notices.  Redistributions must also contain a copy of this
39804document.
39805
398062. Redistributions in binary form must reproduce the above copyright
39807notice, this list of conditions and the following disclaimer in
39808the documentation and/or other materials provided with the
39809distribution.
39810
398113. The name "OpenLDAP" must not be used to endorse or promote
39812products derived from this Software without prior written permission
39813of the OpenLDAP Foundation.
39814
398154. Products derived from this Software may not be called "OpenLDAP"
39816nor may "OpenLDAP" appear in their names without prior written
39817permission of the OpenLDAP Foundation.
39818
398195. Due credit should be given to the OpenLDAP Project
39820(http://www.openldap.org/).
39821
398226. The OpenLDAP Foundation may revise this license from time to
39823time.  Each revision is distinguished by a version number.  You
39824may use the Software under terms of this license revision or under
39825the terms of any subsequent revision of the license.
39826
39827THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND CONTRIBUTORS
39828``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
39829NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
39830FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
39831THE OPENLDAP FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
39832INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
39833(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
39834SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
39835HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
39836STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
39837ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
39838OF THE POSSIBILITY OF SUCH DAMAGE.
39839
39840OpenLDAP is a trademark of the OpenLDAP Foundation.
39841
39842Copyright 1999-2000 The OpenLDAP Foundation, Redwood City,
39843California, USA.  All Rights Reserved.  Permission to copy and
39844distributed verbatim copies of this document is granted.', 'http://spdx.org/licenses/OLDAP-2.2.1#licenseText', NULL, NULL, NULL, 'Open LDAP Public License v2.2.1', NULL, NULL, NULL, '', NULL, false, false, false, '615892b1b9ca71fb291a5e1ae1859100', 1, NULL);
39845INSERT INTO license_ref VALUES (479, 'OLDAP-2.3', 'The OpenLDAP Public License
39846  Version 2.3, 28 July 2000
39847
39848Redistribution and use of this software and associated documentation
39849("Software"), with or without modification, are permitted provided
39850that the following conditions are met:
39851
398521. Redistributions of source code must retain copyright statements
39853and notices.
39854
398552. Redistributions in binary form must reproduce applicable copyright
39856statements and notices, this list of conditions, and the following
39857disclaimer in the documentation and/or other materials provided
39858with the distribution.
39859
398603. Redistributions must contain a verbatim copy of this document.
39861
398624. The name "OpenLDAP" must not be used to endorse or promote
39863products derived from this Software without prior written permission
39864of the OpenLDAP Foundation.
39865
398665. Products derived from this Software may not be called "OpenLDAP"
39867nor may "OpenLDAP" appear in their names without prior written
39868permission of the OpenLDAP Foundation.
39869
398706. Due credit should be given to the OpenLDAP Project
39871(http://www.openldap.org/).
39872
398737. The OpenLDAP Foundation may revise this license from time to
39874time.  Each revision is distinguished by a version number.  You
39875may use the Software under terms of this license revision or under
39876the terms of any subsequent revision of the license.
39877
39878THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND CONTRIBUTORS
39879``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
39880NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
39881FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
39882THE OPENLDAP FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
39883INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
39884(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
39885SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
39886HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
39887STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
39888ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
39889OF THE POSSIBILITY OF SUCH DAMAGE.
39890
39891OpenLDAP is a trademark of the OpenLDAP Foundation.
39892
39893Copyright 1999-2000 The OpenLDAP Foundation, Redwood City,
39894California, USA.  All Rights Reserved.  Permission to copy and
39895distributed verbatim copies of this document is granted.', 'http://spdx.org/licenses/OLDAP-2.3#licenseText', NULL, NULL, NULL, 'Open LDAP Public License v2.3', NULL, NULL, NULL, '', NULL, false, false, false, 'df954d3e6c1c320994831662c8f010e2', 1, NULL);
39896INSERT INTO license_ref VALUES (480, 'OLDAP-2.4', 'The OpenLDAP Public License
39897  Version 2.4, 8 December 2000
39898
39899Redistribution and use of this software and associated documentation
39900("Software"), with or without modification, are permitted provided
39901that the following conditions are met:
39902
399031. Redistributions of source code must retain copyright statements
39904and notices.
39905
399062. Redistributions in binary form must reproduce applicable copyright
39907statements and notices, this list of conditions, and the following
39908disclaimer in the documentation and/or other materials provided
39909with the distribution.
39910
399113. Redistributions must contain a verbatim copy of this document.
39912
399134. The names and trademarks of the authors and copyright holders
39914must not be used in advertising or otherwise to promote the sale,
39915use or other dealing in this Software without specific, written
39916prior permission.
39917
399185. Due credit should be given to the OpenLDAP Project.
39919
399206. The OpenLDAP Foundation may revise this license from time to
39921time.  Each revision is distinguished by a version number.  You
39922may use the Software under terms of this license revision or under
39923the terms of any subsequent revision of the license.
39924
39925THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND CONTRIBUTORS
39926``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
39927NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
39928FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
39929THE OPENLDAP FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY
39930DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
39931DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
39932GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
39933INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
39934IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
39935OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
39936IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39937
39938OpenLDAP is a trademark of the OpenLDAP Foundation.
39939
39940Copyright 1999-2000 The OpenLDAP Foundation, Redwood City,
39941California, USA.  All Rights Reserved.  Permission to copy and
39942distributed verbatim copies of this document is granted.', 'http://spdx.org/licenses/OLDAP-2.4#licenseText', NULL, NULL, NULL, 'Open LDAP Public License v2.4', NULL, NULL, NULL, '', NULL, false, false, false, 'ab77165f8f5828760211427c7c4474ff', 1, NULL);
39943INSERT INTO license_ref VALUES (502, 'GPL-3.0-with-bison-exception', 'insert GPL v3 text here
39944
39945Bison Exception
39946
39947As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn''t itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception.
39948
39949This special exception was added by the Free Software Foundation in version 2.2 of Bison.', '', NULL, NULL, NULL, 'GNU General Public License v3.0 w/Bison exception', NULL, NULL, NULL, '', NULL, false, false, false, 'df8535a451d4e27dc0a5ee4e40acaf52', 1, NULL);
39950INSERT INTO license_ref VALUES (481, 'OLDAP-2.5', 'The OpenLDAP Public License
39951  Version 2.5, 11 May 2001
39952
39953Redistribution and use of this software and associated documentation
39954("Software"), with or without modification, are permitted provided
39955that the following conditions are met:
39956
399571. Redistributions of source code must retain copyright statements
39958and notices.
39959
399602. Redistributions in binary form must reproduce applicable copyright
39961statements and notices, this list of conditions, and the following
39962disclaimer in the documentation and/or other materials provided
39963with the distribution.
39964
399653. Redistributions must contain a verbatim copy of this document.
39966
399674. The names and trademarks of the authors and copyright holders
39968must not be used in advertising or otherwise to promote the sale,
39969use or other dealing in this Software without specific, written
39970prior permission.
39971
399725. Due credit should be given to the authors of the Software.
39973
399746. The OpenLDAP Foundation may revise this license from time to
39975time.  Each revision is distinguished by a version number.  You
39976may use the Software under terms of this license revision or under
39977the terms of any subsequent revision of the license.
39978
39979THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND CONTRIBUTORS
39980``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
39981NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
39982FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
39983THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S) OR
39984OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
39985INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
39986BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
39987LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
39988CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
39989LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
39990ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
39991POSSIBILITY OF SUCH DAMAGE.
39992
39993OpenLDAP is a trademark of the OpenLDAP Foundation.
39994
39995Copyright 1999-2001 The OpenLDAP Foundation, Redwood City,
39996California, USA.  All Rights Reserved.  Permission to copy and
39997distributed verbatim copies of this document is granted.', 'http://spdx.org/licenses/OLDAP-2.5#licenseText', NULL, NULL, NULL, 'Open LDAP Public License v2.5', NULL, NULL, NULL, '', NULL, false, false, false, 'ac7103462b2f7b13089ad5bc10f37977', 1, NULL);
39998INSERT INTO license_ref VALUES (482, 'OLDAP-2.6', 'The OpenLDAP Public License
39999  Version 2.6, 14 June 2001
40000
40001Redistribution and use of this software and associated documentation
40002("Software"), with or without modification, are permitted provided
40003that the following conditions are met:
40004
400051. Redistributions of source code must retain copyright statements
40006and notices.
40007
400082. Redistributions in binary form must reproduce applicable copyright
40009statements and notices, this list of conditions, and the following
40010disclaimer in the documentation and/or other materials provided
40011with the distribution.
40012
400133. Redistributions must contain a verbatim copy of this document.
40014
400154. The names and trademarks of the authors and copyright holders
40016must not be used in advertising or otherwise to promote the sale,
40017use or other dealing in this Software without specific, written
40018prior permission.
40019
400205. The OpenLDAP Foundation may revise this license from time to
40021time.  Each revision is distinguished by a version number.  You
40022may use the Software under terms of this license revision or under
40023the terms of any subsequent revision of the license.
40024
40025THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND CONTRIBUTORS
40026``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
40027NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
40028FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
40029THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S) OR
40030OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
40031INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
40032BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
40033LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
40034CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
40035LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
40036ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
40037POSSIBILITY OF SUCH DAMAGE.
40038
40039OpenLDAP is a trademark of the OpenLDAP Foundation.
40040
40041Copyright 1999-2001 The OpenLDAP Foundation, Redwood City,
40042California, USA.  All Rights Reserved.  Permission to copy and
40043distributed verbatim copies of this document is granted.', 'http://spdx.org/licenses/OLDAP-2.6#licenseText', NULL, NULL, NULL, 'Open LDAP Public License v2.6', NULL, NULL, NULL, '', NULL, false, false, false, 'de47cd817cfbe0c3ec242d3aadd99310', 1, NULL);
40044INSERT INTO license_ref VALUES (483, 'OLDAP-2.7', 'The OpenLDAP Public License
40045  Version 2.7, 7 September 2001
40046
40047Redistribution and use of this software and associated documentation
40048("Software"), with or without modification, are permitted provided
40049that the following conditions are met:
40050
400511. Redistributions of source code must retain copyright statements
40052   and notices,
40053
400542. Redistributions in binary form must reproduce applicable copyright
40055   statements and notices, this list of conditions, and the following
40056   disclaimer in the documentation and/or other materials provided
40057   with the distribution, and
40058
400593. Redistributions must contain a verbatim copy of this document.
40060
40061The OpenLDAP Foundation may revise this license from time to time.
40062Each revision is distinguished by a version number.  You may use
40063this Software under terms of this license revision or under the
40064terms of any subsequent revision of the license.
40065
40066THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
40067CONTRIBUTORS ``AS IS'''' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
40068INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
40069AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT
40070SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
40071OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
40072INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
40073BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
40074LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
40075CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
40076LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
40077ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
40078POSSIBILITY OF SUCH DAMAGE.
40079
40080The names of the authors and copyright holders must not be used in
40081advertising or otherwise to promote the sale, use or other dealing
40082in this Software without specific, written prior permission.  Title
40083to copyright in this Software shall at all times remain with
40084copyright holders.
40085
40086OpenLDAP is a registered trademark of the OpenLDAP Foundation.
40087
40088Copyright 1999-2001 The OpenLDAP Foundation, Redwood City,
40089California, USA.  All Rights Reserved.  Permission to copy and
40090distribute verbatim copies of this document is granted.', 'http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=47c2415c1df81556eeb39be6cad458ef87c534a2', NULL, NULL, NULL, 'Open LDAP Public License v2.7', NULL, NULL, NULL, '', NULL, false, false, false, '3f49a8c6ef4c444fc97ae16ad27ba87d', 1, NULL);
40091INSERT INTO license_ref VALUES (484, 'NBPL-1.0', 'The Net Boolean Public License
40092
40093Version 1, 22 August 1998
40094Copyright 1998, Net Boolean Incorporated, Redwood City, California, USA
40095All Rights Reserved.
40096
40097Note:
40098	This license is derived from the "Artistic License" as distributed
40099	with the Perl Programming Language.  Its terms are different from
40100	those of the "Artistic License."
40101
40102PREAMBLE
40103
40104The intent of this document is to state the conditions under which a
40105Package may be copied, such that the Copyright Holder maintains some
40106semblance of artistic control over the development of the package,
40107while giving the users of the package the right to use and distribute
40108the Package in a more-or-less customary fashion, plus the right to make
40109reasonable modifications.
40110
40111Definitions:
40112
40113	"Package" refers to the collection of files distributed by the
40114	Copyright Holder, and derivatives of that collection of files
40115	created through textual modification.
40116
40117	"Standard Version" refers to such a Package if it has not been
40118	modified, or has been modified in accordance with the wishes
40119	of the Copyright Holder.
40120
40121	"Copyright Holder" is whoever is named in the copyright or
40122	copyrights for the package.
40123
40124	"You" is you, if you''re thinking about copying or distributing
40125	this Package.
40126
40127	"Reasonable copying fee" is whatever you can justify on the
40128	basis of media cost, duplication charges, time of people involved,
40129	and so on.  (You will not be required to justify it to the
40130	Copyright Holder, but only to the computing community at large
40131	as a market that must bear the fee.)
40132
40133	"Freely Available" means that no fee is charged for the item
40134	itself, though there may be fees involved in handling the item.
40135	It also means that recipients of the item may redistribute it
40136	under the same conditions they received it.
40137
401381. You may make and give away verbatim copies of the source form of the
40139Standard Version of this Package without restriction, provided that you
40140duplicate all of the original copyright notices and associated disclaimers.
40141
401422. You may apply bug fixes, portability fixes and other modifications
40143derived from the Public Domain or from the Copyright Holder.  A Package
40144modified in such a way shall still be considered the Standard Version.
40145
401463. You may otherwise modify your copy of this Package in any way, provided
40147that you insert a prominent notice in each changed file stating how and
40148when you changed that file, and provided that you do at least ONE of the
40149following:
40150
40151    a) place your modifications in the Public Domain or otherwise make them
40152    Freely Available, such as by posting said modifications to Usenet or
40153    an equivalent medium, or placing the modifications on a major archive
40154    site such as uunet.uu.net, or by allowing the Copyright Holder to include
40155    your modifications in the Standard Version of the Package.
40156
40157    b) use the modified Package only within your corporation or organization.
40158
40159    c) rename any non-standard executables so the names do not conflict
40160    with standard executables, which must also be provided, and provide
40161    a separate manual page for each non-standard executable that clearly
40162    documents how it differs from the Standard Version.
40163
40164    d) make other distribution arrangements with the Copyright Holder.
40165
401664. You may distribute the programs of this Package in object code or
40167executable form, provided that you do at least ONE of the following:
40168
40169    a) distribute a Standard Version of the executables and library files,
40170    together with instructions (in the manual page or equivalent) on where
40171    to get the Standard Version.
40172
40173    b) accompany the distribution with the machine-readable source of
40174    the Package with your modifications.
40175
40176    c) accompany any non-standard executables with their corresponding
40177    Standard Version executables, giving the non-standard executables
40178    non-standard names, and clearly documenting the differences in manual
40179    pages (or equivalent), together with instructions on where to get
40180    the Standard Version.
40181
40182    d) make other distribution arrangements with the Copyright Holder.
40183
401845. You may charge a reasonable copying fee for any distribution of this
40185Package.  You may charge any fee you choose for support of this Package.
40186You may not charge a fee for this Package itself.  However,
40187you may distribute this Package in aggregate with other (possibly
40188commercial) programs as part of a larger (possibly commercial) software
40189distribution provided that you do not advertise this Package as a
40190product of your own.
40191
401926. The scripts and library files supplied as input to or produced as
40193output from the programs of this Package do not automatically fall
40194under the copyright of this Package, but belong to whomever generated
40195them, and may be sold commercially, and may be aggregated with this
40196Package.
40197
401987. C subroutines supplied by you and linked into this Package in order
40199to emulate subroutines and variables of the language defined by this
40200Package shall not be considered part of this Package, but are the
40201equivalent of input as in Paragraph 6, provided these subroutines do
40202not change the language in any way that would cause it to fail the
40203regression tests for the language.
40204
402058. The name of the Copyright Holder may not be used to endorse or promote
40206products derived from this software without specific prior written permission.
40207
402089. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
40209IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
40210WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
40211
40212The End', 'http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=37b4b3f6cc4bf34e1d3dec61e69914b9819d8894', NULL, NULL, NULL, 'Net Boolean Public License v1', NULL, NULL, NULL, '', NULL, false, false, false, 'c33339ba08fb4391ca9626dd86a0cdce', 1, NULL);
40213INSERT INTO license_ref VALUES (485, 'Condor-1.0', 'CONDOR PUBLIC LICENSE
40214
40215Version 1.0, February 7, 2003
40216
40217Copyright © 1990-2007 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. For more information contact: Condor Team, Attention: Professor Miron Livny, Dept of Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.
40218
40219This software referred to as the Condor® Version 6.x software ("Software") consists of voluntary contributions made to the Condor Project collaboration. For more information on the Condor Project, please see http://www.condorproject.org/.
40220
40221Installation, use, reproduction, display, modification and redistribution of this Software, with or without modification, in source and binary forms, are permitted. Any exercise of rights under this license by you or your sub-licensees is subject to the following conditions:
40222
40223Redistributions of this Software, with or without modification, must reproduce this Condor Public License in: (1) the Software, and (2) the user documentation or some other similar material which is provided with the Software (if any).
40224The user documentation, if any, included with a redistribution, must include the following notice:
40225"This product includes software from the Condor® Project (http://www.condorproject.org/)"
40226Alternatively, if that is where third-party acknowledgments normally appear, this acknowledgment must be reproduced in the Software itself.
40227
40228Any academic report, publication, or other academic disclosure of results obtained with this Software will acknowledge this Software''s use by an appropriate citation.
40229The name Condor® is a registered trademark of the University of Wisconsin-Madison. The trademark may not be used to endorse or promote software, or products derived therefrom, and, other than as required by section 2, above, it may not be affixed to modified redistributions of this Software except with prior written approval, obtainable via email to condor-admin@cs.wisc.edu.
40230To the extent that patent claims licensable by the University of Wisconsin-Madison are necessarily infringed by the use or sale of the Software, you are granted a non-exclusive, worldwide, royalty- free perpetual license under such patent claims, with the rights for you to make, use, sell, offer to sell, import and otherwise transfer the Software in source code and object code form and derivative works. This patent license shall apply to the combination of the Software with other software if, at the time the Software is added by you, such addition of the Software causes such combination to be covered by such patent claims. This patent license shall not apply to any other combinations which include the Software. No hardware per se is licensed hereunder.
40231If you or any subsequent sub-licensee (a "Recipient") institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Software infringes such Recipient''s patent(s), then such Recipient''s rights granted (directly or indirectly) under the patent license above shall terminate as of the date such litigation is filed. All sublicenses to the Software which have been properly granted prior to termination shall survive any termination of said patent license, if not otherwise terminated pursuant to this section.
40232
40233DISCLAIMER
40234THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, OF SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE ARE DISCLAIMED. THE COPYRIGHT HOLDERS AND CONTRIBUTORS MAKE NO REPRESENTATION THAT THE SOFTWARE, MODIFICATIONS, ENHANCEMENTS OR DERIVATIVE WORKS THEREOF, WILL NOT INFRINGE ANY PATENT, COPYRIGHT, TRADEMARK, TRADE SECRET OR OTHER PROPRIETARY RIGHT.
40235
40236LIMITATION OF LIABILITY
40237THE COPYRIGHT HOLDERS AND CONTRIBUTORS SHALL HAVE NO LIABILITY TO LICENSEE OR OTHER PERSONS FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, LOSS OF USE, DATA OR PROFITS, OR BUSINESS INTERRUPTION, HOWEVER CAUSED AND ON ANY THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR OTHERWISE, ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
40238
40239LICENSEE AGREES THAT THE EXPORT OF GOODS AND/OR TECHNICAL DATA FROM THE UNITED STATES MAY REQUIRE SOME FORM OF EXPORT CONTROL LICENSE FROM THE U.S. GOVERNMENT AND THAT FAILURE TO OBTAIN SUCH EXPORT CONTROL LICENSE MAY RESULT IN CRIMINAL LIABILITY UNDER U.S. LAWS. This software is exported from the United States in accordance with the Export Administration Regulations. Diversion contrary to U.S. law is prohibited. At the time of the creation of this license, export of the software to Cuba, Iran, Iraq, Libya, North Korea, Sudan, and Syria is prohibited without a license, and it is also prohibited for citizens of these countries to use the software without a license.
40240The Condor Team may publish revised and/or new versions of this Condor Public License ("this License") from time to time. Each version will be given a distinguishing version number. Once Software has been published under a particular version of this License, you may always continue to use it under the terms of that version. You may also choose to use such Software under the terms of any subsequent version of this License published by the Condor Team. No one other than the Condor Team has the right to modify the terms of this License.', 'http://parrot.cs.wisc.edu/contrib.license.html', NULL, NULL, NULL, 'Condor Public License v1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'b4307519924d800bdaec9d644f853496', 1, NULL);
40241INSERT INTO license_ref VALUES (487, 'MS-LPL', 'Microsoft Limited Public License (Ms-LPL)
40242
40243This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
40244
402451. Definitions
40246
40247The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law. A "contribution" is the original software, or any additions or changes to the software. A "contributor" is any person that distributes its contribution under this license. "Licensed patents" are a contributor''s patent claims that read directly on its contribution.
40248
402492. Grant of Rights
40250
40251(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
40252(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
40253
402543. Conditions and Limitations
40255
40256(A) No Trademark License- This license does not grant you rights to use any contributors'' name, logo, or trademarks.
40257(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
40258(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
40259(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
40260(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
40261
402624. (F) Platform Limitation- The licenses granted in sections 2(A) & 2(B) extend only to the software or derivative works that you create that run on a Microsoft Windows operating system product.', 'http://www.ohloh.net/licenses/mslpl', NULL, NULL, NULL, 'Microsoft Limited Public License', NULL, NULL, NULL, '', NULL, false, false, false, 'b440d2a8b054f1368e529671e4eb3231', 1, NULL);
40263INSERT INTO license_ref VALUES (488, 'Ferris-1.2', '0. This license is based on the Apple Public Source License version 1.2. All references to Apple, Apple Computer, and any other Apple trademarks or copyrights have been modified or removed.
40264
402651. General; Definitions. This License applies to any program or other work which Mike Ferris makes publicly available and which contains a notice placed by Mike Ferris identifying such program or work as "Original Code" and stating that it is subject to the terms of this Ferris Public Source License version 1.2 (or subsequent version thereof) ("License"). As used in this License:
40266
402671.1 "Applicable Patent Rights" mean: (a) in the case where Mike Ferris is the grantor of rights, (i) claims of patents that are now or hereafter acquired, owned by or assigned to Mike Ferris and (ii) that cover subject matter contained in the Original Code, but only to the extent necessary to use, reproduce and/or distribute the Original Code without infringement; and (b) in the case where You are the grantor of rights, (i) claims of patents that are now or hereafter acquired, owned by or assigned to You and (ii) that cover subject matter in Your Modifications, taken alone or in combination with Original Code.
40268
402691.2 "Contributor" means any person or entity that creates or contributes to the creation of Modifications.
40270
402711.3 "Covered Code" means the Original Code, Modifications, the combination of Original Code and any Modifications, and/or any respective portions thereof.
40272
402731.4 "Deploy" means to use, sublicense or distribute Covered Code other than for Your internal research and development (R&D) and/or Personal Use, and includes without limitation, any and all internal use or distribution of Covered Code within Your business or organization except for R&D use and/or Personal Use, as well as direct or indirect sublicensing or distribution of Covered Code by You to any third party in any form or manner.
40274
402751.5 "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
40276
402771.6 "Modifications" mean any addition to, deletion from, and/or change to, the substance and/or structure of the Original Code, any previous Modifications, the combination of Original Code and any previous Modifications, and/or any respective portions thereof. When code is released as a series of files, a Modification is: (a) any addition to or deletion from the contents of a file containing Covered Code; and/or (b) any new file or other representation of computer program statements that contains any part of Covered Code.
40278
402791.7 "Original Code" means (a) the Source Code of a program or other work as originally made available by Mike Ferris under this License, including the Source Code of any updates or upgrades to such programs or works made available by Mike Ferris under this License, and that has been expressly identified by Mike Ferris as such in the header file(s) of such work; and (b) the object code compiled from such Source Code and originally made available by Mike Ferris under this License.
40280
402811.8 "Personal Use" means use of Covered Code by an individual solely for his or her personal, private and non-commercial purposes. An individual''s use of Covered Code in his or her capacity as an officer, employee, member, independent contractor or agent of a corporation, business or organization (commercial or non-commercial) does not qualify as Personal Use.
40282
402831.9 "Source Code" means the human readable form of a program or other work that is suitable for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an executable (object code).
40284
402851.10 "You" or "Your" means an individual or a legal entity exercising rights under this License. For legal entities, "You" or "Your" includes any entity which controls, is controlled by, or is under common control with, You, where "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
40286
402872. Permitted Uses; Conditions & Restrictions. Subject to the terms and conditions of this License, Mike Ferris hereby grants You, effective on the date You accept this License and download the Original Code, a world-wide, royalty-free, non-exclusive license, to the extent of Mike Ferris'' Applicable Patent Rights and copyrights covering the Original Code, to do the following:
40288
402892.1 You may use, reproduce, display, perform, modify and distribute Original Code, with or without Modifications, solely for Your internal research and development and/or Personal Use, provided that in each instance:
40290
40291(a) You must retain and reproduce in all copies of Original Code the copyright and other proprietary notices and disclaimers of Mike Ferris as they appear in the Original Code, and keep intact all notices in the Original Code that refer to this License; and
40292
40293(b) You must include a copy of this License with every copy of Source Code of Covered Code and documentation You distribute, and You may not offer or impose any terms on such Source Code that alter or restrict this License or the recipients'' rights hereunder, except as permitted under Section 6.
40294
402952.2 You may use, reproduce, display, perform, modify and Deploy Covered Code, provided that in each instance:
40296
40297(a) You must satisfy all the conditions of Section 2.1 with respect to the Source Code of the Covered Code;
40298
40299(b) You must duplicate, to the extent it does not already exist, the notice in Exhibit A in each file of the Source Code of all Your Modifications, and cause the modified files to carry prominent notices stating that You changed the files and the date of any change;
40300
40301(c) You must make Source Code of all Your Deployed Modifications publicly available under the terms of this License, including the license grants set forth in Section 3 below, for as long as you Deploy the Covered Code or twelve (12) months from the date of initial Deployment, whichever is longer. You should preferably distribute the Source Code of Your Deployed Modifications electronically (e.g. download from a web site); and
40302
40303(d) if You Deploy Covered Code in object code, executable form only, You must include a prominent notice, in the code itself as well as in related documentation, stating that Source Code of the Covered Code is available under the terms of this License with information on how and where to obtain such Source Code.
40304
403052.3 You expressly acknowledge and agree that although Mike Ferris and each Contributor grants the licenses to their respective portions of the Covered Code set forth herein, no assurances are provided by Mike Ferris or any Contributor that the Covered Code does not infringe the patent or other intellectual property rights of any other entity. Mike Ferris and each Contributor disclaim any liability to You for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, You hereby assume sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow You to distribute the Covered Code, it is Your responsibility to acquire that license before distributing the Covered Code.
40306
403073. Your Grants. In consideration of, and as a condition to, the licenses granted to You under this License:
40308
40309(a) You hereby grant to Mike Ferris and all third parties a non-exclusive, royalty-free license, under Your Applicable Patent Rights and other intellectual property rights (other than patent) owned or controlled by You, to use, reproduce, display, perform, modify, distribute and Deploy Your Modifications of the same scope and extent as Mike Ferris'' licenses under Sections 2.1 and 2.2; and
40310
40311(b) You hereby grant to Mike Ferris a non-exclusive, worldwide, royalty-free, perpetual and irrevocable license, under Your Applicable Patent Rights and other intellectual property rights (other than patent) owned or controlled by You, to use, reproduce, display, perform, modify or have modified (for Mike Ferris), sublicense and distribute Your Modifications, in any form, through multiple tiers of distribution.
40312
403134. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In each such instance, You must make sure the requirements of this License are fulfilled for the Covered Code or any portion thereof.
40314
403155. Limitations on Patent License. Except as expressly stated in Section 2, no other patent rights, express or implied, are granted by Mike Ferris herein. Modifications and/or Larger Works may require additional patent licenses from Mike Ferris which Mike Ferris may grant in his sole discretion.
40316
403176. Additional Terms. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations and/or other rights consistent with the scope of the license granted herein ("Additional Terms") to one or more recipients of Covered Code. However, You may do so only on Your own behalf and as Your sole responsibility, and not on behalf of Mike Ferris or any Contributor. You must obtain the recipient''s agreement that any such Additional Terms are offered by You alone, and You hereby agree to indemnify, defend and hold Mike Ferris and every Contributor harmless for any liability incurred by or claims asserted against Mike Ferris or such Contributor by reason of any such Additional Terms.
40318
403197. Versions of the License. Mike Ferris may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Once Original Code has been published under a particular version of this License, You may continue to use it under the terms of that version. You may also choose to use such Original Code under the terms of any subsequent version of this License published by Mike Ferris. No one other than Mike Ferris has the right to modify the terms applicable to Covered Code created under this License.
40320
403218. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in part pre-release, untested, or not fully tested works. The Covered Code may contain errors that could cause failures or loss of data, and may be incomplete or contain inaccuracies. You expressly acknowledge and agree that use of the Covered Code, or any portion thereof, is at Your sole and entire risk. THE COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR SUPPORT OF ANY KIND AND MIKE FERRIS AND MIKE FERRIS'' LICENSOR(S) (COLLECTIVELY REFERRED TO AS MIKE FERRIS FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. MIKE FERRIS AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE FUNCTIONS CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE COVERED CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE CORRECTED. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY MIKE FERRIS OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY. You acknowledge that the Covered Code is not intended for use in the operation of nuclear facilities, aircraft navigation, communication systems, or air traffic control machines in which case the failure of the Covered Code could lead to death, personal injury, or severe physical or environmental damage.
40322
403239. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT SHALL MIKE FERRIS OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY OR OTHERWISE, EVEN IF MIKE FERRIS OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In no event shall Mike Ferris'' total liability to You for all damages (other than as may be required by applicable law) under this License exceed the amount of fifty dollars ($50.00).
40324
4032510. Trademarks. This License does not grant any rights to use any trademarks or trade names belonging to Mike Ferris or to any trademark or trade name belonging to any Contributor. No such trademarks or trade names may be used to endorse or promote products derived from the Original Code other than by explicit written permission from Mike Ferris or the Contributor who owns the trademark or trade name.
40326
4032711. Ownership. Subject to the licenses granted under this License, each Contributor retains all rights, title and interest in and to any Modifications made by such Contributor. Mike Ferris retains all rights, title and interest in and to the Original Code and any Modifications made by or on behalf of Mike Ferris ("Mike Ferris Modifications"), and such Mike Ferris Modifications will not be automatically subject to this License. Mike Ferris may, at his sole discretion, choose to license such Mike Ferris Modifications under this License, or on different terms from those contained in this License or may choose not to license them at all.
40328
4032912. Termination.
40330
4033112.1 Termination. This License and the rights granted hereunder will terminate:
40332
40333(a) automatically without notice from Mike Ferris if You fail to comply with any term(s) of this License and fail to cure such breach within 30 days of becoming aware of such breach;
40334
40335(b) immediately in the event of the circumstances described in Section 13.5(b); or
40336
40337(c) automatically without notice from Mike Ferris if You, at any time during the term of this License, commence an action for patent infringement against Mike Ferris.
40338
4033912.2 Effect of Termination. Upon termination, You agree to immediately stop any further use, reproduction, modification, sublicensing and distribution of the Covered Code and to destroy all copies of the Covered Code that are in your possession or control. All sublicenses to the Covered Code which have been properly granted prior to termination shall survive any termination of this License. Provisions which, by their nature, should remain in effect beyond the termination of this License shall survive, including but not limited to Sections 3, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other for compensation, indemnity or damages of any sort solely as a result of terminating this License in accordance with its terms, and termination of this License will be without prejudice to any other right or remedy of any party.
40340
4034113. Miscellaneous.
40342
4034313.1 Government End Users. The Covered Code is a "commercial item" as defined in FAR 2.101. Government software and technical data rights in the Covered Code include only those rights customarily provided to the public as defined in this License. This customary commercial license in technical data and software is provided in accordance with FAR 12.211 (Technical Data) and 12.212 (Computer Software) and, for Department of Defense purchases, DFAR 252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3 (Rights in Commercial Computer Software or Computer Software Documentation). Accordingly, all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
40344
4034513.2 Relationship of Parties. This License will not be construed as creating an agency, partnership, joint venture or any other form of legal association between or among You, Mike Ferris or any Contributor, and You will not represent to the contrary, whether expressly, by implication, appearance or otherwise.
40346
4034713.3 Independent Development. Nothing in this License will impair Mike Ferris'' right to acquire, license, develop, have others develop for it, market and/or distribute technology or products that perform the same or similar functions as, or otherwise compete with, Modifications, Larger Works, technology or products that You may develop, produce, market or distribute.
40348
4034913.4 Waiver; Construction. Failure by Mike Ferris or any Contributor to enforce any provision of this License will not be deemed a waiver of future enforcement of that or any other provision. Any law or regulation which provides that the language of a contract shall be construed against the drafter will not apply to this License.
40350
4035113.5 Severability. (a) If for any reason a court of competent jurisdiction finds any provision of this License, or portion thereof, to be unenforceable, that provision of the License will be enforced to the maximum extent permissible so as to effect the economic benefits and intent of the parties, and the remainder of this License will continue in full force and effect. (b) Notwithstanding the foregoing, if applicable law prohibits or restricts You from fully and/or specifically complying with Sections 2 and/or 3 or prevents the enforceability of either of those Sections, this License will immediately terminate and You must immediately discontinue any use of the Covered Code and destroy all copies of it that are in your possession or control.
40352
4035313.6 Dispute Resolution. Any litigation or other dispute resolution between You and Mike Ferris relating to this License shall take place in the Northern District of California, and You and Mike Ferris hereby consent to the personal jurisdiction of, and venue in, the state and federal courts within that District with respect to this License. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded.
40354
4035513.7 Entire Agreement; Governing Law. This License constitutes the entire agreement between the parties with respect to the subject matter hereof. This License shall be governed by the laws of the United States and the State of California, except that body of California law concerning conflicts of law.
40356
40357Where You are located in the province of Quebec, Canada, the following clause applies: The parties hereby confirm that they have requested that this License and all related documents be drafted in English. Les parties ont exigé que le présent contrat et tous les documents connexes soient rédigés en anglais.
40358
40359EXHIBIT A.
40360
40361"Portions Copyright (c) 1996-2002 Mike Ferris. All Rights Reserved.
40362
40363This file contains Original Code and/or Modifications of Original Code as defined in and that are subject to the Ferris Public Source License Version 1.2 (the ''License''). You may not use this file except in compliance with the License. Please obtain a copy of the License at http://www.lorax.com/publicsource and read it before using this file.
40364
40365The Original Code and all software distributed under the License are distributed on an ''AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND MIKE FERRIS HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the specific language governing rights and limitations under the License."', 'http://mokit.sourceforge.net/License.html', NULL, NULL, NULL, 'Ferris Public Source License Ver. 1.2', NULL, NULL, NULL, '', NULL, false, false, false, '5658e07b8dc5bf0fa9205e471cca07de', 1, NULL);
40366INSERT INTO license_ref VALUES (489, 'Zimbra-1.2', 'The Zimbra Public License Version 1.2 ("ZPL") consists of the Mozilla Public License Version 1.1, modified to be specific to Zimbra, with the Additional Terms in Exhibit B. The original Mozilla Public License 1.1 can be found at: http://www.mozilla.org/MPL/MPL-1.1.html
40367
40368This is not an OSI approved license.
40369
40370Zimbra Public License, Version 1.2 (ZPL)
40371
40372* 1. Definitions.
40373o 1.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party.
40374o 1.1. "Contributor" means each entity that creates or contributes to the creation of Modifications.
40375o 1.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
40376o 1.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
40377o 1.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data.
40378o 1.5. "Executable" means Covered Code in any form other than Source Code.
40379o 1.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
40380o 1.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
40381o 1.8. "License" means this document.
40382o 1.8.1. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
40383o 1.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
40384+ A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
40385+ B. Any new file that contains any part of the Original Code or previous Modifications.
40386o 1.10. "Original Code" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
40387o 1.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.
40388o 1.11. "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
40389o 1.12. "You" (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
40390* 2. Source Code License.
40391o 2.1. The Initial Developer Grant.
40392The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
40393+ (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and
40394+ (b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof).
40395+ (c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.
40396+ (d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.
40397o 2.2. Contributor Grant.
40398Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license
40399+ (a) under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and
40400+ (b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).
40401+ (c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code.
40402+ (d) Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.
40403* 3. Distribution Obligations.
40404o 3.1. Application of License.
40405The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients'' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
40406o 3.2. Availability of Source Code.
40407Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
40408o 3.3. Description of Modifications.
40409You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
40410o 3.4. Intellectual Property Matters
40411+ (a) Third Party Claims.
40412If Contributor has knowledge that a license under a third party''s intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
40413+ (b) Contributor APIs.
40414If Contributor''s Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.
40415+ (c) Representations.
40416Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor''s Modifications are Contributor''s original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License.
40417o 3.5. Required Notices.
40418You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients'' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
40419o 3.6. Distribution of Executable Versions.
40420You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients'' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient''s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
40421o 3.7. Larger Works.
40422You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
40423* 4. Inability to Comply Due to Statute or Regulation.
40424o If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
40425* 5. Application of this License.
40426o This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.
40427* 6. Versions of the License.
40428o 6.1. New Versions. Zimbra, Inc. ("Zimbra") may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
40429o 6.2. Effect of New Versions. Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Zimbra. No one other than Zimbra has the right to modify the terms applicable to Covered Code created under this License.
40430o 6.3. Derivative Works. If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases "Zimbra", "ZPL" or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the Zimbra Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
40431* 7. DISCLAIMER OF WARRANTY.
40432o COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
40433* 8. TERMINATION.
40434o 8.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
40435o 8.2. If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant") alleging that:
40436+ (a) such Participant''s Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.
40437+ (b) any software, hardware, or device, other than such Participant''s Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.
40438o 8.3. If You assert a patent infringement claim against Participant alleging that such Participant''s Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
40439o 8.4. In the event of termination under Sections 8.1 or 8.2 above, all end-user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.
40440* 9. LIMITATION OF LIABILITY.
40441o UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
40442* 10. U.S. GOVERNMENT END USERS.
40443o The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End-Users acquire Covered Code with only those rights set forth herein.
40444* 11. MISCELLANEOUS.
40445o This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys'' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
40446* 12. RESPONSIBILITY FOR CLAIMS.
40447o As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
40448* 13. MULTIPLE-LICENSED CODE.
40449o Initial Developer may designate portions of the Covered Code as Multiple-Licensed. Multiple-Licensed means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the ZPL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.
40450* EXHIBIT A -Zimbra Public License.
40451The contents of this file are subject to the Zimbra Public License
40452Version 1.1 ("License"); you may not use this file except in
40453compliance with the License. You may obtain a copy of the License at
40454http://www.zimbra.com/license
40455
40456Software distributed under the License is distributed on an "AS IS"
40457basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
40458the License for the specific language governing rights and limitations
40459under the License.
40460
40461The Original Code is ______________________________________.
40462The Initial Developer of the Original Code is ________________________.
40463Portions created by ______________________ are Copyright (C) ______
40464_______________________. All Rights Reserved.
40465
40466Contributor(s): ______________________________________.
40467
40468* EXHIBIT B -Zimbra Public License.
40469o Additional Terms applicable to the Zimbra Public License.
40470o I. Effect.
40471o These additional terms described in this Zimbra Public License - Additional Terms shall apply to the Covered Code under this License.
40472o II. Zimbra and logo.
40473o This License does not grant any rights to use the trademarks "Zimbra" and the "Zimbra" logos even if such marks are included in the Original Code or Modifications.
40474o However, in addition to the other notice obligations, (1) all copies of the Original Code in Executable and Source Code form must, as a form of attribution of the original author, include on each user interface screen (i) the original Zimbra logo, and once for each user session (ii) the copyright notice as it appears in the Original Code; and (2) all derivative works and copies of derivative works of the Covered Code in Executable and Source Code form must include on each user interface screen (i) the "Zimbra Powered" logo,, and once for each user session (ii) the copyright notice from the version of the Covered Code from which the copy or the derivative work was made. In addition, the original Zimbra logo or the "Zimbra Powered" logo, as appropriate, must be visible to all users, must appear in each user interface screen, and must be in the same position as and at least as large as the Zimbra logo is within the Original Code. When users click on the original Zimbra logo it must direct them to http://www.zimbra.com/, and when users click on the "Zimbra Powered" logo it must direct them to http://www.zimbra.com/powered. This obligation shall also apply to any copies or derivative works which are distributed under the alternative terms of Section 3.6 and this obligation must be included in any such license.
40475
40476Read more about this license at http://www.zimbra.com/license/zimbra_public_license_1.2.html', 'http://www.ohloh.net/licenses/zpl', NULL, NULL, NULL, 'Zimbra Public License Version 1.2', NULL, NULL, NULL, '', NULL, false, false, false, '563faa3278a532d91a294e4e7ec9ee10', 1, NULL);
40477INSERT INTO license_ref VALUES (491, 'Flora', 'Flora License
40478
40479Version 1.1, April, 2013
40480
40481http://floralicense.org/license
40482
40483TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
40484
404851. Definitions.
40486
40487"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
40488
40489"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
40490
40491"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
40492
40493"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
40494
40495"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
40496
40497"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
40498
40499"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
40500
40501"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
40502
40503"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
40504
40505"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
40506
40507"Tizen Certified Platform" shall mean a software platform that complies with the standards set forth in the Tizen Compliance Specification and passes the Tizen Compliance Tests as defined from time to time by the Tizen Technical Steering Group and certified by the Tizen Association or its designated agent.
40508
405092. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
40510
405113. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work solely as incorporated into a Tizen Certified Platform, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work solely as incorporated into a Tizen Certified Platform to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
40512
405134. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof pursuant to the copyright license above, in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
40514
40515You must give any other recipients of the Work or Derivative Works a copy of this License; and
40516You must cause any modified files to carry prominent notices stating that You changed the files; and
40517You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
40518If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License and your own copyright statement or terms and conditions do not conflict the conditions stated in this License including section 3.
405195. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
40520
405216. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
40522
405237. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
40524
405258. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
40526
405279. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
40528
40529END OF TERMS AND CONDITIONS
40530
40531APPENDIX: How to apply the Flora License to your work
40532
40533To apply the Flora License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don''t include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
40534
40535   Copyright [yyyy] [name of copyright owner]
40536
40537
40538
40539   Licensed under the Flora License, Version 1.1 (the "License");
40540
40541   you may not use this file except in compliance with the License.
40542
40543   You may obtain a copy of the License at
40544
40545
40546
40547       http://floralicense.org/license
40548
40549
40550
40551   Unless required by applicable law or agreed to in writing, software
40552
40553   distributed under the License is distributed on an "AS IS" BASIS,
40554
40555   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40556
40557   See the License for the specific language governing permissions and
40558
40559   limitations under the License.
40560
40561Change Log
40562
40563   * Version 1.1, April, 2013
40564
40565The term "Compatibility Definition Document" has been changed to "Tizen Compliance Specification"
40566The term "Compatibility Test Suites" has been changed to "Tizen Compliance Tests"
40567Clarified 4.4 condition on Licensee''s own copyright to derivative works or modifications', 'http://floralicense.org/license', NULL, NULL, NULL, 'Flora License', NULL, NULL, NULL, '', NULL, false, false, false, '4a4687dab6b6e9334383cb6cfcffd5ae', 1, NULL);
40568INSERT INTO license_ref VALUES (492, 'Flora-1.1', 'Flora License
40569
40570Version 1.1, April, 2013
40571
40572http://floralicense.org/license
40573
40574TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
40575
405761. Definitions.
40577
40578"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
40579
40580"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
40581
40582"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
40583
40584"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
40585
40586"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
40587
40588"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
40589
40590"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
40591
40592"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
40593
40594"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
40595
40596"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
40597
40598"Tizen Certified Platform" shall mean a software platform that complies with the standards set forth in the Tizen Compliance Specification and passes the Tizen Compliance Tests as defined from time to time by the Tizen Technical Steering Group and certified by the Tizen Association or its designated agent.
40599
406002. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
40601
406023. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work solely as incorporated into a Tizen Certified Platform, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work solely as incorporated into a Tizen Certified Platform to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
40603
406044. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof pursuant to the copyright license above, in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
40605
40606You must give any other recipients of the Work or Derivative Works a copy of this License; and
40607You must cause any modified files to carry prominent notices stating that You changed the files; and
40608You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
40609If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License and your own copyright statement or terms and conditions do not conflict the conditions stated in this License including section 3.
406105. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
40611
406126. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
40613
406147. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
40615
406168. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
40617
406189. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
40619
40620END OF TERMS AND CONDITIONS
40621
40622APPENDIX: How to apply the Flora License to your work
40623
40624To apply the Flora License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don''''t include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
40625
40626   Copyright [yyyy] [name of copyright owner]
40627
40628
40629
40630   Licensed under the Flora License, Version 1.1 (the "License");
40631
40632   you may not use this file except in compliance with the License.
40633
40634   You may obtain a copy of the License at
40635
40636
40637
40638       http://floralicense.org/license
40639
40640
40641
40642   Unless required by applicable law or agreed to in writing, software
40643
40644   distributed under the License is distributed on an "AS IS" BASIS,
40645
40646   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40647
40648   See the License for the specific language governing permissions and
40649
40650   limitations under the License.
40651
40652Change Log
40653
40654   * Version 1.1, April, 2013
40655
40656The term "Compatibility Definition Document" has been changed to "Tizen Compliance Specification"
40657The term "Compatibility Test Suites" has been changed to "Tizen Compliance Tests"
40658Clarified 4.4 condition on Licensee''''s own copyright to derivative works or modifications', 'http://floralicense.org/license', NULL, NULL, NULL, 'Flora License version 1.1', NULL, NULL, NULL, '', NULL, false, false, false, 'e034237dd3d306372ee9ff92e2ec50f5', 1, NULL);
40659INSERT INTO license_ref VALUES (512, 'Public-domain', 'Public domain software is software that is not copyrighted. If the source code is in the public domain, that is a special case of noncopylefted free software, which means that some copies or modified versions may not be free at all.
40660
40661In some cases, an executable program can be in the public domain but the source code is not available. This is not free software, because free software requires accessibility of source code. Meanwhile, most free software is not in the public domain; it is copyrighted, and the copyright holders have legally given permission for everyone to use it in freedom, using a free software license.
40662
40663Sometimes people use the term “public domain” in a loose fashion to mean “free” or “available gratis.” However, “public domain” is a legal term and means, precisely, “not copyrighted”. For clarity, we recommend using “public domain” for that meaning only, and using other terms to convey the other meanings.
40664
40665Under the Berne Convention, which most countries have signed, anything written down is automatically copyrighted. This includes programs. Therefore, if you want a program you have written to be in the public domain, you must take some legal steps to disclaim the copyright on it; otherwise, the program is copyrighted.', 'https://www.gnu.org/philosophy/categories.html#publicdomainsoftware', NULL, NULL, NULL, 'Public domain software', NULL, NULL, NULL, '', NULL, false, false, false, '36ef664ecb655e91bf32c72773ce05d5', 1, NULL);
40666INSERT INTO license_ref VALUES (513, 'LGPL', 'LGPL is referenced without a version number. Please look up LGPL in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'GNU Lesser General Public License', NULL, NULL, NULL, '', NULL, false, false, false, '6991d4409789d1fac3a4b85f118236b7', 1, NULL);
40667INSERT INTO license_ref VALUES (514, 'CECILL', 'CECILL is referenced without a version number. Please look up CECILL in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'CeCILL Free Software License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, '81724ed1004549a4538ec846b1dae80e', 1, NULL);
40668INSERT INTO license_ref VALUES (515, 'CDDL', 'CDDL is referenced without a version number. Please look up CDDL in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'Common Development and Distribution License', NULL, NULL, NULL, '', NULL, false, false, false, '9071d04d63eb6b0982576c3f81b8213c', 1, NULL);
40669INSERT INTO license_ref VALUES (516, 'CC-BY', 'CC-BY is referenced without a version number. Please look up CC-BY in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'Creative Commons Attribution', NULL, NULL, NULL, '', NULL, false, false, false, 'eddf2220903affb864c33b119e1df09f', 1, NULL);
40670INSERT INTO license_ref VALUES (517, 'JSON', 'Copyright (c) 2002 JSON.org
40671
40672Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
40673
40674The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
40675
40676The Software shall be used for Good, not Evil.
40677
40678THE SOFTWARE IS 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 AUTHORS 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 THE USE OR OTHER DEALINGS IN THE SOFTWARE.', 'http://www.json.org/license.html', NULL, NULL, NULL, 'JSON License', NULL, NULL, NULL, '', NULL, false, false, false, 'dd25bda26981119aa090434d2bee8c57', 1, NULL);
40679INSERT INTO license_ref VALUES (518, 'Citrix', 'CITRIX® LICENSE AGREEMENT
40680This is a legal agreement (“AGREEMENT”) between you, the Licensed User, and Citrix Systems, Inc., Citrix
40681Systems International GmbH, or Citrix Systems Asia Pacific Pty Ltd. Your location of receipt of this product or
40682feature release (both hereinafter “PRODUCT”) or technical support (hereinafter “SUPPORT”) determines the
40683providing entity hereunder (the applicable entity is hereinafter referred to as “CITRIX”). Citrix Systems, Inc., a
40684Delaware corporation, licenses this PRODUCT in the Americas and Japan and provides SUPPORT in the Americas.
40685Citrix Systems International GmbH, a Swiss company wholly owned by Citrix Systems, Inc., licenses this
40686PRODUCT and provides SUPPORT in Europe, the Middle East, and Africa, and licenses the PRODUCT in Asia
40687and the Pacific (excluding Japan). Citrix Systems Asia Pacific Pty Ltd. provides SUPPORT in Asia and the Pacific
40688(excluding Japan). Citrix Systems Japan KK provides SUPPORT in Japan. BY INSTALLING AND/OR USING
40689THE PRODUCT, YOU ARE AGREEING TO BE BOUND BY THE TERMS OF THIS AGREEMENT. IF YOU
40690DO NOT AGREE TO THE TERMS OF THIS AGREEMENT, DO NOT INSTALL AND/OR USE THE
40691PRODUCT.
406921. GRANT OF LICENSE.
40693Definitions. “Xen Code” means the hypervisor code of the XenServer PRODUCT licensed by CITRIX under an
40694open source licensing model (that is, the GNU General Public License, BSD or a license similar to those
40695approved by the Open Source Initiative); “XenServer Technology” means the management console object code
40696and any other object code of the XenServer PRODUCT that is not Xen Code and that is licensed pursuant to
40697this AGREEMENT; and “SOFTWARE” means the PRODUCT and accompanying user documentation.
40698Grant. This PRODUCT contains software that provides services on a physical server (“Licensed Server”). This
40699PRODUCT is activated by licenses (“Licenses”). Except as set forth herein, this PRODUCT is licensed for a
40700specific quantity of Licensed Servers. If you received this PRODUCT as a component of Citrix XenApp
40701Fundamentals, Advanced, Enterprise or Platinum Edition or if this PRODUCT is free XenServer, this
40702PRODUCT is licensed for an unlimited quantity of Licensed Servers. If you received this PRODUCT as a
40703component of Citrix XenDesktop VDI, Enterprise or Platinum Edition, this PRODUCT is licensed for an
40704unlimited quantity of Licensed Servers, but only for supporting virtual machines in the Citrix XenDesktop
40705solution environment, including those for virtual desktop images or infrastructure. Virtual machines used as
40706Citrix XenDesktop infrastructure servers may not be used for any other purpose. Licenses for other CITRIX
40707products (other than as specified for Citrix XenDesktop above) or other editions of the same PRODUCT may
40708not be used to increase the allowable use for the PRODUCT. CITRIX grants to you a worldwide, nonexclusive
40709right to use the PRODUCT on Licensed Servers. You may use the PRODUCT only on Licensed Servers and
40710only in accordance with the accompanying SOFTWARE user documentation. Notwithstanding anything set
40711forth in this AGREEMENT, your use of Xen Code shall in all ways be governed by the open source license
40712indicated as applicable to the code at www.citrix.com/eula. You may also access these License terms in the root
40713directory (/EULA) after installing the PRODUCT. CITRIX retains ownership of all XenServer Technology.
40714You will maintain the copyright notice and any other notices that appear on the PRODUCT.
40715a. Perpetual License. If the SOFTWARE is “Perpetual License SOFTWARE,” the SOFTWARE is licensed
40716on a perpetual basis and includes the right to receive Subscription (as defined in Section 2 below).
40717b. Annual PRODUCT. If the SOFTWARE is “Annual License SOFTWARE,” your license is for one (1) year
40718and includes the right to receive Updates for that period (but not under Subscription)). For the purposes of
40719this AGREEMENT, an Update shall mean a generally available release of the same SOFTWARE. Free
40720XenServer SOFTWARE is offered with an Annual License, but with NO RIGHT TO RECEIVE
40721UPDATES, NO WARRANTY, NOR INFRINGEMENT INDEMNIFICATION. To extend an Annual
40722License, you must install an additional Annual License prior to the expiration of the current Annual
40723License. Note that if a new Annual License is not installed, Annual License SOFTWARE disables itself
40724upon the expiration of the Annual License period.
40725c. Partner Demo. If this SOFTWARE is “Partner Demo SOFTWARE,” notwithstanding any term to the
40726contrary in this AGREEMENT, your License permits use only if you are a current CITRIX authorized
40727distributor or reseller and then only for demonstration, test, or evaluation purposes in support of your
40728customers. Note that Partner Demo SOFTWARE disables itself on the “time-out” date identified in the
40729SOFTWARE readme or documentation.
40730d. Evaluation. If this SOFTWARE is “Evaluation SOFTWARE,” notwithstanding any term to the contrary in this AGREEMENT, your License permits use only for your internal demonstration, test, or evaluation
40731purposes. Note that Evaluation SOFTWARE disables itself on the “time-out” date identified in the
40732SOFTWARE readme or documentation.
40733e. Developers’ Edition. If this SOFTWARE is “Developers’ Edition SOFTWARE,” notwithstanding any term
40734to the contrary in this AGREEMENT, your License permits use only for your internal development of
40735product(s) to operate in conjunction with the SOFTWARE. You receive no License hereunder to
40736incorporate the SOFTWARE or any portion thereof in your own product(s).
40737f. Internal Use Only. If this SOFTWARE is “Internal Use Only SOFTWARE,” notwithstanding any term to
40738the contrary in this AGREEMENT, your License permits use only if you are a current CITRIX authorized
40739distributor or reseller and then only for your own internal business use. Note that Internal Use Only
40740SOFTWARE disables itself on the “time-out” date identified in the SOFTWARE readme or
40741documentation.
40742g. Archive Copy. You may make one (1) copy of the SOFTWARE in machine-readable form solely for
40743backup purposes, provided that you reproduce all proprietary notices on the copy.
407442. SUBSCRIPTION RIGHTS. Your subscription for Perpetual License SOFTWARE (“Subscription”), including
40745any Subscription offerings you purchase which include SUPPORT, shall begin on the date the Licenses are
40746delivered to you by email and shall run for a one (1) year term subject to your purchase of annual renewals (the
40747“Subscription Term”). During the initial or a renewal Subscription Term, CITRIX may, from time to time,
40748generally make Updates available for licensing to the public. Upon general availability of Updates during the
40749Subscription Term, CITRIX shall provide you with Updates for covered Licenses. Any such Updates so
40750delivered to you shall be considered SOFTWARE under the terms of this AGREEMENT, except they are not
40751covered by the Limited Warranty applicable to SOFTWARE, to the extent permitted by applicable law.
40752Subscription may be purchased for the SOFTWARE until it is no longer offered in accordance with the CITRIX
40753PRODUCT Support Lifecycle Policy posted at www.citrix.com.
40754You acknowledge that CITRIX may develop and market new or different computer programs or editions of the
40755SOFTWARE that use portions of the SOFTWARE and that perform all or part of the functions performed by
40756the SOFTWARE. Nothing contained in this AGREEMENT shall give you any rights with respect to such new
40757or different computer programs or editions. You also acknowledge that CITRIX is not obligated under this
40758AGREEMENT to make any Updates available to the public. Any deliveries of Updates shall be Ex Works
40759CITRIX (Incoterms 2000).
407603. SUPPORT. You may buy SUPPORT for the SOFTWARE. SUPPORT, excluding any Subscription offerings
40761which include SUPPORT (see Section 2 above), shall begin on the date of SUPPORT activation by CITRIX
40762and shall run for a one (1) year term subject to your purchase of annual renewals. SUPPORT, including
40763SUPPORT included as part of Subscription offerings, is sold including various combinations of Incidents,
40764technical contacts, coverage hours, geographic coverage areas, technical relationship management coverage,
40765and infrastructure assessment options. An “Incident” is defined as a single SUPPORT issue and reasonable
40766effort(s) needed to resolve it. An Incident may require multiple telephone calls and offline research to achieve
40767final resolution. The Incident severity will determine the response levels for the SOFTWARE. Unused Incidents
40768or other entitlements expire at the end of each annual term. SUPPORT may be purchased for the SOFTWARE
40769until it is no longer offered in accordance with the CITRIX PRODUCT Support Lifecycle Policy posted at
40770www.citrix.com. SUPPORT will be provided remotely from CITRIX to your locations. Where on-site visits are
40771mutually agreed, you will be billed for reasonable travel and living expenses in accordance with your travel
40772policy. CITRIX’ performance is predicated upon the following responsibilities being fulfilled by you: (i) you
40773will designate a Customer Support Manager (“CSM”) who will be the primary administrative contact; (ii) you
40774will designate Named Contacts (including a CSM), preferably each CITRIX certified, and each Named Contact
40775(excluding CSM) will be supplied with an individual service ID number for contacting SUPPORT; (iii) you
40776agree to perform reasonable problem determination activities and to perform reasonable problem resolution
40777activities as suggested by CITRIX. You agree to cooperate with such requests; (iv) you are responsible for
40778implementing procedures necessary to safeguard the integrity and security of SOFTWARE and data from
40779unauthorized access and for reconstructing any lost or altered files resulting from catastrophic failures; (v) you
40780are responsible for procuring, installing, and maintaining all equipment, telephone lines, communications
40781interfaces, and other hardware at your site and providing CITRIX with access to your facilities as required to
40782operate the SOFTWARE and permitting CITRIX to perform the service called for by this AGREEMENT; and (vi) you are required to implement all currently available and applicable hotfixes, hotfix rollup packs, and
40783service packs or their equivalent to the SOFTWARE in a timely manner. CITRIX is not required to provide any
40784SUPPORT relating to problems arising out of: (i) your or any third party’s alterations or additions to the
40785SOFTWARE, operating system or environment that adversely affects the SOFTWARE (ii) Citrix provided
40786alterations or additions to the SOFTWARE that do not address Errors or Defects; (ii) any functionality not
40787defined in the PRODUCT documentation published by CITRIX and included with the PRODUCT; (iii) use of
40788the SOFTWARE on a processor and peripherals other than the processor and peripherals defined in the
40789documentation; (iv) SOFTWARE that has reached End-of-Life; and (v) any consulting deliverables from any
40790party. An “Error” is defined as a failure in the SOFTWARE to materially conform to the functionality defined
40791in the documentation. A “Defect” is defined as a failure in the SOFTWARE to conform to the specifications in
40792the documentation. In situations where CITRIX cannot provide a satisfactory resolution to your critical problem
40793through normal SUPPORT methods, CITRIX may engage its product development team to create a private fix.
40794Private fixes are designed to address your specific situation and may not be distributed by you outside your
40795organization without written consent from CITRIX. CITRIX retains all right, title, and interest in and to all
40796private fixes. Any hotfixes or private fixes are not SOFTWARE under the terms of this AGREEMENT and they
40797are not covered by the Limited Warranty or Infringement Indemnification applicable to SOFTWARE, to the
40798extent permitted by applicable law. With respect to infrastructure assessments or other consulting services, all
40799intellectual property rights in all reports, preexisting works and derivative works of such preexisting works, as
40800well as installation scripts and other deliverables and developments made, conceived, created, discovered,
40801invented, or reduced to practice in the performance of the assessment or other consulting services are and shall
40802remain the sole and absolute property of CITRIX, subject to a worldwide, nonexclusive License to you for
40803internal use.
408044. DESCRIPTION OF OTHER RIGHTS, LIMITATIONS, AND OBLIGATIONS. Unless expressly permitted by
40805applicable law, you may not transfer, rent, timeshare, or lease the SOFTWARE. If you purchased Licenses for
40806the SOFTWARE to replace other CITRIX Licenses for other CITRIX SOFTWARE and such replacement is a
40807condition of the transaction, you agree to destroy those other CITRIX Licenses and retain no copies after
40808installation of the new Licenses and SOFTWARE. You shall provide the serial numbers of such replaced
40809Licenses and corresponding replacement Licenses to the reseller, and upon request, directly to CITRIX for
40810license tracking purposes. Except as specifically licensed herein, you may not modify, translate, reverse
40811engineer, decompile, disassemble, create derivative works based on, or copy (except for backup as permitted
40812above) the SOFTWARE, except to the extent such foregoing restriction is expressly prohibited by applicable
40813law. You may not remove any proprietary notices, labels, or marks on any SOFTWARE. To the extent
40814permitted by applicable law, you agree to allow CITRIX to audit your compliance with the terms of this
40815AGREEMENT upon prior written notice during normal business hours. Notwithstanding the foregoing, this
40816AGREEMENT shall not prevent or restrict you from exercising additional or different rights to any free, open
40817source code, documentation and materials contained in or provided with the SOFTWARE in accordance with
40818the applicable free, open source license for such code, documentation, and materials.
40819YOU MAY NOT USE, COPY, MODIFY, OR TRANSFER THE SOFTWARE OR ANY COPY IN WHOLE
40820OR IN PART, OR GRANT ANY RIGHTS IN THE SOFTWARE OR ACCOMPANYING
40821DOCUMENTATION, EXCEPT AS EXPRESSLY PROVIDED IN THIS AGREEMENT. ALL RIGHTS NOT
40822EXPRESSLY GRANTED ARE RESERVED BY CITRIX OR ITS SUPPLIERS.
40823You hereby agree, that to the extent that any applicable mandatory laws (such as, for example, national laws
40824implementing EC Directive 91/250 on the Legal Protection of Computer Programs) give you the right to
40825perform any of the aforementioned activities without the consent of CITRIX to gain certain information about
40826the SOFTWARE, before you exercise any such rights, you shall first request such information from CITRIX in
40827writing detailing the purpose for which you need the information. Only if and after CITRIX, at its sole
40828discretion, partly or completely denies your request, shall you exercise your statutory rights.
408295. INFRINGEMENT INDEMNIFICATION. CITRIX shall indemnify and defend, or at its option, settle any
40830claim, suit, or proceeding brought against you based on an allegation that the XenServer Technology (excluding
40831that received in free XenServer) infringes upon any patent or copyright of any third party (“Infringement
40832Claim”), provided you promptly notify CITRIX in writing of your notification or discovery of an Infringement
40833Claim such that CITRIX is not prejudiced by any delay in such notification. CITRIX will have sole control over
40834the defense or settlement of any Infringement Claim and you will provide reasonable assistance in the defense
40835of the same. Following notice of an Infringement Claim or if CITRIX believes such a claim is likely, CITRIX may at its sole expense and option: (i) procure for you the right to continue to use the alleged infringing
40836XenServer Technology; (ii) replace or modify the XenServer Technology to make it non-infringing; or (iii)
40837accept return of the SOFTWARE and provide you with a refund as appropriate. CITRIX assumes no liability
40838for any Infringement Claims or allegations of infringement based on: (i) your use of any XenServer Technology
40839after notice that you should cease use of the same due to an Infringement Claim; (ii) any modification of the
40840XenServer Technology by you or at your direction; or (iii) your combination of XenServer Technology with
40841other programs, data, hardware, or other materials, if such Infringement Claim would have been avoided by the
40842use of the XenServer Technology alone. THE FOREGOING STATES YOUR EXCLUSIVE REMEDY WITH
40843RESPECT TO ANY INFRINGEMENT CLAIM.
408446. LIMITED WARRANTY AND DISCLAIMER. CITRIX warrants that for a period of ninety (90) days from the
40845date of delivery of the SOFTWARE (excluding free XenServer) to you, the SOFTWARE will perform
40846substantially in accordance with the PRODUCT documentation published by CITRIX and included with the
40847PRODUCT. CITRIX and its suppliers’ entire liability and your exclusive remedy under this warranty (which is
40848subject to you returning the SOFTWARE to CITRIX or an authorized reseller) will be, at the sole option of
40849CITRIX and subject to applicable law, to replace the media and/or SOFTWARE or to refund the purchase price
40850and terminate this AGREEMENT. CITRIX will provide the SUPPORT requested by you in a professional and
40851workmanlike manner, but CITRIX cannot guarantee that every question or problem raised by you will be
40852resolved or resolved in a certain amount of time.
40853TO THE EXTENT PERMITTED BY APPLICABLE LAW AND EXCEPT FOR THE ABOVE LIMITED
40854WARRANTY FOR SOFTWARE, CITRIX AND ITS SUPPLIERS MAKE AND YOU RECEIVE NO
40855WARRANTIES OR CONDITIONS, EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE; AND CITRIX
40856AND ITS SUPPLIERS SPECIFICALLY DISCLAIM WITH RESPECT TO SOFTWARE, UPDATES,
40857SUBSCRIPTION(INCLUDING SUBSCRIPTION WITH SUPPORT) AND SUPPORT ANY CONDITIONS
40858OF QUALITY, AVAILABILITY, RELIABILITY, SECURITY, LACK OF VIRUSES, BUGS, OR ERRORS,
40859AND ANY IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF
40860TITLE, QUIET ENJOYMENT, QUIET POSSESSION, MERCHANTABILITY, NONINFRINGEMENT, OR
40861FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE IS NOT DESIGNED, MANUFACTURED,
40862OR INTENDED FOR USE OR DISTRIBUTION WITH ANY EQUIPMENT THE FAILURE OF WHICH
40863COULD LEAD DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE PHYSICAL OR
40864ENVIRONMENTAL DAMAGE. YOU ASSUME THE RESPONSIBILITY FOR THE SELECTION OF THE
40865SOFTWARE AND HARDWARE TO ACHIEVE YOUR INTENDED RESULTS, AND FOR THE
40866INSTALLATION OF, USE OF, AND RESULTS OBTAINED FROM THE SOFTWARE AND HARDWARE.
408677. PROPRIETARY RIGHTS. No title to or ownership of the XenServer Technology is transferred to you. CITRIX
40868and/or its licensors own and retain all title and ownership of all intellectual property rights in and to the
40869XenServer Technology, including any adaptations or copies. You acquire only a limited License to use the
40870XenServer Technology.
408718. EXPORT RESTRICTION. You agree that you will not export, re-export, or import the SOFTWARE in any
40872form without the appropriate government licenses. You understand that under no circumstances may the
40873SOFTWARE be exported to any country subject to U.S. embargo or to U.S.-designated denied persons or
40874prohibited entities or U.S. specially designated nationals.
408759. LIMITATION OF LIABILITY. TO THE EXTENT PERMITTED BY APPLICABLE LAW, YOU AGREE
40876THAT NEITHER CITRIX NOR ITS AFFILIATES, SUPPLIERS, OR AUTHORIZED DISTRIBUTORS
40877SHALL BE LIABLE FOR ANY LOSS OF DATA OR PRIVACY, LOSS OF INCOME, LOSS OF
40878OPPORTUNITY OR PROFITS, COST OF RECOVERY, LOSS ARISING FROM YOUR USE OF THE
40879SOFTWARE, SUBSCRIPTION (INCLUDING SUBSCRIPTION WITH SUPPORT) OR SUPPORT, OR
40880DAMAGE ARISING FROM YOUR USE OF THIRD PARTY SOFTWARE OR HARDWARE OR ANY
40881OTHER SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR INDIRECT DAMAGES ARISING OUT OF OR
40882IN CONNECTION WITH THIS AGREEMENT; OR THE USE OF THE SOFTWARE, SUBSCRIPTION
40883(INCLUDING SUBSCRIPTION WITH SUPPORT) OR SUPPORT, REFERENCE MATERIALS, OR
40884ACCOMPANYING DOCUMENTATION; OR YOUR EXPORTATION, REEXPORTATION, OR
40885IMPORTATION OF THE SOFTWARE, HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY.
40886THIS LIMITATION WILL APPLY EVEN IF CITRIX, ITS AFFILIATES, SUPPLIERS, OR AUTHORIZED
40887DISTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. TO THE EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL THE LIABILITY OF CITRIX, ITS
40888AFFILIATES, SUPPLIERS, OR AUTHORIZED DISTRIBUTORS EXCEED THE AMOUNT PAID FOR
40889THE SOFTWARE, SUBSCRIPTION (INCLUDING SUBSCRIPTION WITH SUPPORT) OR SUPPORT AT
40890ISSUE. YOU ACKNOWLEDGE THAT THE LICENSE OR SUPPORT FEE REFLECTS THIS
40891ALLOCATION OF RISK. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OR
40892EXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE
40893LIMITATION OR EXCLUSION MAY NOT APPLY TO YOU. For purposes of this AGREEMENT, the term
40894“CITRIX AFFILIATE” shall mean any legal entity fifty percent (50%) or more of the voting interests in which
40895are owned directly or indirectly by Citrix Systems, Inc. Affiliates, suppliers, and authorized distributors are
40896intended to be third party beneficiaries of this AGREEMENT.
4089710. TERMINATION. This AGREEMENT is effective until terminated. You may terminate this AGREEMENT at
40898any time by removing the SOFTWARE from your computers and destroying all copies and providing written
40899notice to CITRIX with the serial numbers of the terminated licenses. CITRIX may terminate this
40900AGREEMENT at any time for your breach of this AGREEMENT. Unauthorized copying of the SOFTWARE
40901or the accompanying documentation or otherwise failing to comply with the license grant of this AGREEMENT
40902will result in automatic termination of this AGREEMENT and will make available to CITRIX all other legal
40903remedies. You agree and acknowledge that your material breach of this AGREEMENT shall cause CITRIX
40904irreparable harm for which monetary damages alone would be inadequate and that, to the extent permitted by
40905applicable law, CITRIX shall be entitled to injunctive or equitable relief without the need for posting a bond.
40906Upon termination of this AGREEMENT, the License granted herein will terminate and you must immediately
40907destroy the SOFTWARE and accompanying documentation, and all backup copies thereof.
4090811. U.S. GOVERNMENT END-USERS. If you are a U.S. Government agency, in accordance with Section 12.212
40909of the Federal Acquisition Regulation (48 CFR 12.212 (October 1995)) and Sections 227.7202-1 and
40910227.7202-3 of the Defense Federal Acquisition Regulation Supplement (48 CFR 227.7202-1, 227.7202-3 (June
409111995)), you hereby acknowledge that the SOFTWARE constitutes “Commercial Computer Software” and that
40912the use, duplication, and disclosure of the SOFTWARE by the U.S. Government or any of its agencies is
40913governed by, and is subject to, all of the terms, conditions, restrictions, and limitations set forth in this standard
40914commercial license AGREEMENT. In the event that, for any reason, Sections 12.212, 227.7202-1 or
40915227.7202-3 are deemed not applicable, you hereby acknowledge that the Government’s right to use, duplicate,
40916or disclose the SOFTWARE are “Restricted Rights” as defined in 48 CFR Section 52.227-19(c)(1) and (2)
40917(June 1987), or DFARS 252.227-7014(a)(14) (June 1995), as applicable. Manufacturer is Citrix Systems, Inc.,
40918851 West Cypress Creek Road, Fort Lauderdale, Florida, 33309.
4091912. AUTHORIZED DISTRIBUTORS AND RESELLERS. CITRIX authorized distributors and resellers do not
40920have the right to make modifications to this AGREEMENT or to make any additional representations,
40921commitments, or warranties binding on CITRIX.
4092213. CHOICE OF LAW AND VENUE. If provider is Citrix Systems, Inc., this AGREEMENT will be governed by
40923the laws of the State of Florida without reference to conflict of laws principles and excluding the United Nations
40924Convention on Contracts for the International Sale of Goods, and in any dispute arising out of this
40925AGREEMENT, you consent to the exclusive personal jurisdiction and venue in the State and Federal courts
40926within Broward County, Florida. If provider is Citrix Systems International GmbH, this AGREEMENT will be
40927governed by the laws of Switzerland without reference to the conflict of laws principles, and excluding the
40928United Nations Convention on Contracts for the International Sale of Goods, and in any dispute arising out of
40929this AGREEMENT, you consent to the exclusive personal jurisdiction and venue of the competent courts in the
40930Canton of Zurich. If provider is Citrix Systems Asia Pacific Pty Ltd, this AGREEMENT will be governed by
40931the laws of the State of New South Wales, Australia and excluding the United Nations Convention on Contracts
40932for the International Sale of Goods, and in any dispute arising out of this AGREEMENT, you consent to the
40933exclusive personal jurisdiction and venue of the competent courts sitting in the State of New South Wales. If
40934any provision of this AGREEMENT is invalid or unenforceable under applicable law, it shall be to that extent
40935deemed omitted and the remaining provisions will continue in full force and effect. To the extent a provision is
40936deemed omitted, the parties agree to comply with the remaining terms of this AGREEMENT in a manner
40937consistent with the original intent of the AGREEMENT.
4093814. HOW TO CONTACT CITRIX. Should you have any questions concerning this AGREEMENT or want to
40939contact CITRIX for any reason, write to CITRIX at the following address: Citrix Systems, Inc., Customer Service, 851 West Cypress Creek Road, Ft. Lauderdale, Florida 33309; Citrix Systems International GmbH,
40940Rheinweg 9, CH-8200 Schaffhausen, Switzerland; or Citrix Systems Asia Pacific Pty Ltd., Level 3, 1 Julius
40941Ave., Riverside Corporate Park, North Ryde NSW 2113, Sydney, Australia.
4094215. TRADEMARKS. Citrix, XenServer XenDesktop and XenApp are trademarks and/or registered trademarks of
40943Citrix Systems, Inc., in the U.S. and other countries. Microsoft, Windows and Windows Vista are registered
40944trademarks of Microsoft Corporation in the U.S. and other countries.
40945CTX_code: XS_R_52359', 'http://www.citrix.com/content/dam/citrix/en_us/documents/buy/XS_EULA_English.pdf', NULL, NULL, NULL, 'CITRIX LICENSE AGREEMENT', NULL, NULL, NULL, '', NULL, false, false, false, '2cd7d9b81be8a2cfe3b86e683415452a', 1, NULL);
40946INSERT INTO license_ref VALUES (331, 'Nvidia-EULA', 'License For Customer Use of NVIDIA Software
40947
40948IMPORTANT NOTICE -- READ CAREFULLY: This License For Customer Use of NVIDIA Software ("LICENSE") is the agreement which governs use of the software of NVIDIA Corporation and its subsidiaries (“NVIDIA”) downloadable herefrom, including computer software and associated printed materials ("SOFTWARE"). By downloading, installing, copying, or otherwise using the SOFTWARE, you agree to be bound by the terms of this LICENSE. If you do not agree to the terms of this LICENSE, do not download the SOFTWARE.
40949
40950RECITALS
40951
40952Use of NVIDIA''s products requires three elements: the SOFTWARE, the hardware on a graphics controller board, and a personal computer. The SOFTWARE is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The SOFTWARE is not sold, and instead is only licensed for use, strictly in accordance with this document. The hardware is protected by various patents, and is sold, but this LICENSE does not cover that sale, since it may not necessarily be sold as a package with the SOFTWARE. This LICENSE sets forth the terms and conditions of the SOFTWARE LICENSE only.
40953
409541. DEFINITIONS
40955
409561.1 Customer. Customer means the entity or individual that downloads the SOFTWARE.
40957
409582. GRANT OF LICENSE
40959
409602.1 Rights and Limitations of Grant. NVIDIA hereby grants Customer the following non-exclusive, non-transferable right to use the SOFTWARE, with the following limitations:
40961
409622.1.1 Rights. Customer may install and use one copy of the SOFTWARE on a single computer, and except for making one back-up copy of the Software, may not otherwise copy the SOFTWARE. This LICENSE of SOFTWARE may not be shared or used concurrently on different computers.
40963
409642.1.2 Linux/FreeBSD/OpenSolaris Exception. Notwithstanding the foregoing terms of Section 2.1.1, SOFTWARE designed exclusively for use on the Linux or FreeBSD operating systems, or other operating systems derived from the source code to these operating systems, may be copied and redistributed, provided that the binary files thereof are not modified in any way (except for unzipping of compressed files).
40965
409662.1.3 Limitations.
40967
40968No Reverse Engineering. Customer may not reverse engineer, decompile, or disassemble the SOFTWARE, nor attempt in any other manner to obtain the source code.
40969
40970No Separation of Components. The SOFTWARE is licensed as a single product. Its component parts may not be separated for use on more than one computer, nor otherwise used separately from the other parts.
40971
40972No Rental. Customer may not rent or lease the SOFTWARE to someone else.
40973
409743. TERMINATION
40975
40976This LICENSE will automatically terminate if Customer fails to comply with any of the terms and conditions hereof. In such event, Customer must destroy all copies of the SOFTWARE and all of its component parts.
40977
40978Defensive Suspension. If Customer commences or participates in any legal proceeding against NVIDIA, then NVIDIA may, in its sole discretion, suspend or terminate all license grants and any other rights provided under this LICENSE during the pendency of such legal proceedings.
40979
409804. COPYRIGHT
40981
40982All title and copyrights in and to the SOFTWARE (including but not limited to all images, photographs, animations, video, audio, music, text, and other information incorporated into the SOFTWARE), the accompanying printed materials, and any copies of the SOFTWARE, are owned by NVIDIA, or its suppliers. The SOFTWARE is protected by copyright laws and international treaty provisions. Accordingly, Customer is required to treat the SOFTWARE like any other copyrighted material, except as otherwise allowed pursuant to this LICENSE and that it may make one copy of the SOFTWARE solely for backup or archive purposes.
40983
409845. APPLICABLE LAW
40985
40986This LICENSE shall be deemed to have been made in, and shall be construed pursuant to, the laws of the State of California. The United Nations Convention on Contracts for the International Sale of Goods is specifically disclaimed.
40987
409886. DISCLAIMER OF WARRANTIES AND LIMITATION ON LIABILITY
40989
409906.1 No Warranties. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS IS" AND NVIDIA AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES, EITHERWHETHER EXPRESS OR, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND, FITNESS FOR A PARTICULAR PURPOSE. , TITLE, AND NON-INFRINGEMENT. Without limiting the foregoing, you are solely responsible for determining and verifying that the SOFTWARE that you obtain and install is the appropriate version for your model of graphics controller board, operating system, and computer hardware.
40991
409926.2 No Liability for Consequential Damages. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL NVIDIA OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, LOSS OF DATA, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
40993
409947. MISCELLANEOUS
40995
40996If any provision of this LICENSE is inconsistent with, or cannot be fully enforced under, the law, such provision will be construed as limited to the extent necessary to be consistent with and fully enforceable under the law. This LICENSE is the final, complete and exclusive agreement between the parties relating to the subject matter hereof, and supersedes all prior or contemporaneous understandings and agreements relating to such subject matter, whether oral or written. This LICENSE may only be modified in writing signed by an authorized officer of NVIDIA.  Customer agrees that it will not ship, transfer or export the SOFTWARE into any country, or use the SOFTWARE in any manner, prohibited by the United States Bureau of Industry and Security or any export laws, restrictions or regulations.', 'http://www.nvidia.com/object/nv_swlicense.html', NULL, NULL, NULL, 'NVIDIA EULA', NULL, NULL, NULL, '', NULL, false, false, false, 'aa4775fccf03e8d5a14cae0f24072fc7', 1, NULL);
40997INSERT INTO license_ref VALUES (300, 'Oracle-Dev', 'Oracle Technology Network Developer License Terms
40998
40999Export Controls on the Programs
41000Selecting the "Accept License Agreement" button is a confirmation of your agreement that you comply, now and during the trial term, with each of the following statements:
41001
41002-You are not a citizen, national, or resident of, and are not under control of, the government of Cuba, Iran, Sudan, Libya, North Korea, Syria, nor any country to which the United States has prohibited export.
41003-You will not download or otherwise export or re-export the Programs, directly or indirectly, to the above mentioned countries nor to citizens, nationals or residents of those countries.
41004-You are not listed on the United States Department of Treasury lists of Specially Designated Nationals, Specially Designated Terrorists, and Specially Designated Narcotic Traffickers, nor are you listed on the United States Department of Commerce Table of Denial Orders.
41005
41006You will not download or otherwise export or re-export the Programs, directly or indirectly, to persons on the above mentioned lists.
41007
41008You will not use the Programs for, and will not allow the Programs to be used for, any purposes prohibited by United States law, including, without limitation, for the development, design, manufacture or production of nuclear, chemical or biological weapons of mass destruction.
41009
41010EXPORT RESTRICTIONS
41011You agree that U.S. export control laws and other applicable export and import laws govern your use of the programs, including technical data; additional information can be found on Oracle®''s Global Trade Compliance web site (http://www.oracle.com/products/export).
41012
41013You agree that neither the programs nor any direct product thereof will be exported, directly, or indirectly, in violation of these laws, or will be used for any purpose prohibited by these laws including, without limitation, nuclear, chemical, or biological weapons proliferation.
41014
41015Oracle Employees: Under no circumstances are Oracle Employees authorized to download software for the purpose of distributing it to customers. Oracle products are available to employees for internal use or demonstration purposes only. In keeping with Oracle''s trade compliance obligations under U.S. and applicable multilateral law, failure to comply with this policy could result in disciplinary action up to and including termination.
41016
41017Note: You are bound by the Oracle Technology Network ("OTN") License Agreement terms. The OTN License Agreement terms also apply to all updates you receive under your Technology Track subscription.
41018
41019The OTN License Agreement terms below supercede any shrinkwrap license on the OTN Technology Track software CDs and previous OTN License terms (including the Oracle Program License as modified by the OTN Program Use Certificate).
41020
41021Oracle Technology Network Development License Agreement
41022"We," "us," and "our" refers to Oracle America, Inc., for and on behalf of itself and its subsidiaries and affiliates under common control. "You" and "your" refers to the individual or entity that wishes to use the programs from Oracle. "Programs" refers to the Oracle software product you wish to download and use and program documentation. "License" refers to your right to use the programs under the terms of this agreement. This agreement is governed by the substantive and procedural laws of California. You and Oracle agree to submit to the exclusive jurisdiction of, and venue in, the courts of San Francisco, San Mateo, or Santa Clara counties in California in any dispute arising out of or relating to this agreement.
41023
41024We are willing to license the programs to you only upon the condition that you accept all of the terms contained in this agreement. Read the terms carefully and select the "Accept License Agreement" button to confirm your acceptance. If you are not willing to be bound by these terms, select the "Decline License Agreement" button and the registration process will not continue.
41025
41026LICENSE RIGHTS
41027We grant you a nonexclusive, nontransferable limited license to use the programs only for the purpose of developing, testing, prototyping and demonstrating your application, and not for any other purpose. If you use the application you develop under this license for any internal data processing or for any commercial or production purposes, or you want to use the programs for any purpose other than as permitted under this agreement, you must obtain a production release version of the program by contacting us or an Oracle reseller to obtain the appropriate license. You acknowledge that we may not produce a production release version of the program and any development efforts undertaken by you are at your own risk. We may audit your use of the programs. Program documentation, if available, may accessed online at http://www.oracle.com/technetwork/documentation/index.html.
41028
41029Ownership and Restrictions We retain all ownership and intellectual property rights in the programs. The programs may be installed on one computer only, and used by one person in the operating environment identified by us. You may make one copy of the programs for backup purposes.
41030
41031You may not:
41032- use the programs for your own internal data processing or for any commercial or production purposes, or use the programs for any purpose except the development of your application;
41033- use the application you develop with the programs for any internal data processing or commercial or production purposes without securing an appropriate license from us;
41034- continue to develop your application after you have used it for any internal data processing, commercial or production purpose without securing an appropriate license from us, or an Oracle reseller;
41035- remove or modify any program markings or any notice of our proprietary rights;
41036- make the programs available in any manner to any third party;
41037- use the programs to provide third party training;
41038- assign this agreement or give or transfer the programs or an interest in them to another individual or entity; - cause or permit reverse engineering (unless required by law for interoperability), disassembly or decompilation of the programs;
41039- disclose results of any program benchmark tests without our prior consent.
41040
41041Export
41042You agree that U.S. export control laws and other applicable export and import laws govern your use of the programs, including technical data; additional information can be found on Oracle''s Global Trade Compliance web site located at http://www.oracle.com/products/export/index.html?content.html. You agree that neither the programs nor any direct product thereof will be exported, directly, or indirectly, in violation of these laws, or will be used for any purpose prohibited by these laws including, without limitation, nuclear, chemical, or biological weapons proliferation.
41043
41044Disclaimer of Warranty and Exclusive Remedies
41045THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. WE FURTHER DISCLAIM ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
41046
41047IN NO EVENT SHALL WE BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, PUNITIVE OR CONSEQUENTIAL DAMAGES, OR DAMAGES FOR LOSS OF PROFITS, REVENUE, DATA OR DATA USE, INCURRED BY YOU OR ANY THIRD PARTY, WHETHER IN AN ACTION IN CONTRACT OR TORT, EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. OUR ENTIRE LIABILITY FOR DAMAGES HEREUNDER SHALL IN NO EVENT EXCEED ONE THOUSAND DOLLARS (U.S. $1,000).
41048
41049Trial Programs Included With Orders
41050We may include additional programs with an order which may be used for trial purposes only. You will have 30 days from the delivery date to evaluate these programs. Any use of these programs after the 30 day trial period requires you to obtain the applicable license. Programs licensed for trial purposes are provided "as is" and we do not provide technical support or any warranties for these programs.
41051
41052No Technical Support
41053Our technical support organization will not provide technical support, phone support, or updates to you for the programs licensed under this agreement.
41054
41055End of Agreement
41056You may terminate this agreement by destroying all copies of the programs. We have the right to terminate your right to use the programs if you fail to comply with any of the terms of this agreement, in which case you shall destroy all copies of the programs.
41057
41058Relationship Between the Parties
41059The relationship between you and us is that of licensee/licensor. Neither party will represent that it has any authority to assume or create any obligation, express or implied, on behalf of the other party, nor to represent the other party as agent, employee, franchisee, or in any other capacity. Nothing in this agreement shall be construed to limit either party''s right to independently develop or distribute software that is functionally similar to the other party''s products, so long as proprietary information of the other party is not included in such software.
41060
41061Open Source
41062"Open Source" software - software available without charge for use, modification and distribution - is often licensed under terms that require the user to make the user''s modifications to the Open Source software or any software that the user ''combines'' with the Open Source software freely available in source code form. If you use Open Source software in conjunction with the programs, you must ensure that your use does not: (i) create, or purport to create, obligations of us with respect to the Oracle programs; or (ii) grant, or purport to grant, to any third party any rights to or immunities under our intellectual property or proprietary rights in the Oracle programs. For example, you may not develop a software program using an Oracle program and an Open Source program where such use results in a program file(s) that contains code from both the Oracle program and the Open Source program (including without limitation libraries) if the Open Source program is licensed under a license that requires any "modifications" be made freely available. You also may not combine the Oracle program with programs licensed under the GNU General Public License ("GPL") in any manner that could cause, or could be interpreted or asserted to cause, the Oracle program or any modifications thereto to become subject to the terms of the GPL.
41063
41064Entire Agreement
41065You agree that this agreement is the complete agreement for the programs and licenses, and this agreement supersedes all prior or contemporaneous agreements or representations. If any term of this agreement is found to be invalid or unenforceable, the remaining provisions will remain effective.
41066
41067Last updated: 01/24/09
41068
41069Should you have any questions concerning this License Agreement, or if you desire to contact Oracle for any reason, please write:
41070Oracle America, Inc.
41071500 Oracle Parkway,
41072Redwood City, CA 94065', 'http://www.oracle.com/technetwork/testcontent/standard-license-088383.html', NULL, NULL, NULL, 'Oracle Technology Network Developer License Terms', NULL, NULL, NULL, '', NULL, false, false, false, 'da18dd97eb62940ac6efa3e54b44897d', 1, NULL);
41073INSERT INTO license_ref VALUES (277, 'Pixware-EULA', 'XMLmind Spell Checker SDK License Agreement
41074
41075Version 1.3
41076
41077March 12, 2007
41078
41079IMPORTANT! Read the terms and conditions of this license agreement (hereafter "Agreement") carefully before using XMLmind Spell Checker SDK (hereafter "Software"). Use of the Software implies acceptance of this Agreement, and legally binds you and/or your company (hereafter "Licensee"), and Pixware SARL (hereafter "Licensor"), to the terms and conditions set forth below.
41080
410811 Grant of License
41082
41083Subject to the terms and conditions of this Agreement, Licensor hereby grants to Licensee a non-exclusive and non-transferable license to install and use the Software on a Licensee''s host machine, to modify the Software, and to distribute some parts of the Software.
41084
410851.1 Installation and use
41086
41087The Software may only be installed on a single host machine, however Licensee may uninstall the Software and reinstall it on a different host without notice to Licensor. The Software may not be remotely accessed from another machine.
41088
41089The Software may only be used by a single software developer, whose identity shall be registered by Licensee. Right to use the Software may be transferred from one developer to another in the same organization upon request to Licensor, however such transfers are limited to one every six months.
41090
410911.2 Modification
41092
41093Licensee may modify and recompile the source code of all GUI components and examples included with the Software. Subject to prior notice to Licensor, Licensee may modify and recompile the source code of the core spell checker engine, however such a modification frees Licensor from any further technical support to Licensee.
41094
41095Licensee may modify and rebuild all dictionaries included with the Software.
41096
410971.3 Distribution
41098
41099Licensee may distribute a copy of the binary class library and binary dictionary files, in original or modified form, along with any application, developed by Licensee, which integrates XMLmind Spell Checker. Licensee may not distribute any other part of the Software, in either modified or original form.
41100
41101Licensee shall include the following copyright notice: "XMLmind Spell Checker Copyright © 2002-2007 Pixware SARL", with every copy of any application, developed by Licensee, which integrates XMLmind Spell Checker. This copyright notice may be placed together with Licensee''s own copyright notices, or in any reasonably visible location in the packaging or documentation of the application.
41102
41103Licensee may not include the binary class library and binary dictionary files with any software product which is itself a development kit, a component or a library.
41104
411052 Restrictions
41106
41107The Software is copyrighted and title to all copies is retained by Licensor. Licensee may not make copies of the Software, other than a single copy for archival purposes. Licensee may, for its internal use only, print copies of the documentation of the Software, in which event all proprietary rights notices on the Software shall be reproduced and applied. Except as stated in section 1, Licensee may not modify, decompile, or otherwise reverse engineer the Software.
41108
41109The Software is not designed or licensed for use in on-line control equipment in hazardous environments such as operation of nuclear facilities, aircraft navigation or control, or direct life support machines.
41110
41111The Software is confidential and proprietary information of Licensor. Licensee agrees to protect the Software from unauthorized use or disclosure.
41112
411133 Warranty Disclaimer
41114
41115Licensor does not warrant that the Software will meet Licensee''s requirements or that the Software is error-free. Except as specified in this Agreement, Licensor expressly disclaims all warranties, express or implied, with respect to the Software, including, but not limited to, warranties of merchantability, fitness for a particular purpose or non-infringement.
41116
411174 Limitation of Liability
41118
41119In no event shall Licensor be liable to Licensee or a third party for any lost revenue, profit or data, or for any indirect, special or consequential damages, however caused and regardless of theory of liability, arising out of the use of or inability to use the Software, even if Licensor has been advised of the possibility of such damages.
41120
411215 Termination
41122
41123This license is effective from the date purchased by Licensee and is perpetual unless terminated by Licensee''s election or by breach of this Agreement. Licensee may terminate this license at any time by destroying all copies of the Software, including any documentation. This license will terminate immediately without notice from Licensor if Licensee fails to comply with any provision of this Agreement. Upon termination, Licensee must destroy all copies of the Software, including any documentation.
41124
411256 Entirety
41126
41127This Agreement is the complete and exclusive statement of agreements between Licensee and Licensor relating to the Software. It supersedes all prior agreements and understandings, and prevails over any conflicting or additional terms of any quote, order, acknowledgement, or similar communication between the parties before or during the term of this Agreement. It may be modified only in writing signed by both parties.
41128
41129This Agreement is made under, shall be governed by and construed in accordance with the French law.', 'http://www.xmlmind.com/spellchecker/license_sc-sdk.html', NULL, NULL, NULL, 'XMLmind Spell Checker SDK License Agreement', NULL, NULL, NULL, '', NULL, false, false, false, '44b6167bb706ecbffb9685cdbf9cbc25', 1, NULL);
41130INSERT INTO license_ref VALUES (303, 'RedHat-EULA', 'LICENSE AGREEMENT
41131RED HAT® ENTERPRISE LINUX®
41132AND RED HAT® APPLICATIONS
41133
41134This end user license agreement ("EULA") governs the use of any of the versions of Red Hat Enterprise Linux, any Red Hat Applications (as set forth at www.redhat.com/licenses/products), and any related updates, source code, appearance, structure and organization (the "Programs"), regardless of the delivery mechanism.
41135
411361. License Grant. Subject to the following terms, Red Hat, Inc. ("Red Hat") grants to you ("User") a perpetual, worldwide license to the Programs pursuant to the GNU General Public License v.2. The Programs are either a modular operating system or an application consisting of hundreds of software components. With the exception of certain image files identified in Section 2 below, the license agreement for each software component is located in the software component''s source code and permits User to run, copy, modify, and redistribute (subject to certain obligations in some cases) the software component, in both source code and binary code forms. This EULA pertains solely to the Programs and does not limit User''s rights under, or grant User rights that supersede, the license terms of any particular component.
41137
411382. Intellectual Property Rights. The Programs and each of their components are owned by Red Hat and others and are protected under copyright law and under other laws as applicable. Title to the Programs and any component, or to any copy, modification, or merged portion shall remain with the aforementioned, subject to the applicable license. The "Red Hat" trademark and the "Shadowman" logo are registered trademarks of Red Hat in the U.S. and other countries. This EULA does not permit User to distribute the Programs or their components using Red Hat''s trademarks, regardless of whether the copy has been modified. User should read the information found at http://www.redhat.com/about/corporate/trademark/ before distributing a copy of the Programs. User may make a commercial redistribution of the Programs only if, (a) a separate agreement with Red Hat authorizing such commercial redistribution is executed or other written permission is granted by Red Hat or (b) User modifies any files identified as "REDHAT-LOGOS" to remove and replace all images containing the "Red Hat" trademark or the "Shadowman" logo. Merely deleting these files may corrupt the Programs.
41139
411403. Limited Warranty. Except as specifically stated in this Section 3, a separate agreement with Red Hat, or a license for a particular component, to the maximum extent permitted under applicable law, the Programs and the components are provided and licensed "as is" without warranty of any kind, expressed or implied, including the implied warranties of merchantability, non-infringement or fitness for a particular purpose. Red Hat warrants that the media on which the Programs and the components are furnished will be free from defects in materials and manufacture under normal use for a period of 30 days from the date of delivery to User. Red Hat does not warrant that the functions contained in the Programs will meet User''s requirements or that the operation of the Programs will be entirely error free, appear precisely as described in the accompanying documentation, or comply with regulatory requirements. This warranty extends only to the party that purchases services pertaining to the Programs from Red Hat or a Red Hat authorized distributor.
41141
411424. Limitation of Remedies and Liability. To the maximum extent permitted by applicable law, User''s exclusive remedy under this EULA is to return any defective media within 30 days of delivery along with a copy of User''s payment receipt and Red Hat, at its option, will replace it or refund the money paid by User for the media. To the maximum extent permitted under applicable law, neither Red Hat, any Red Hat authorized distributor, nor the licensor of any component provided to User under this EULA will be liable to User for any incidental or consequential damages, including lost profits or lost savings arising out of the use or inability to use the Programs or any component, even if Red Hat, such authorized distributor or licensor has been advised of the possibility of such damages. In no event shall Red Hat''s liability, an authorized distributor''s liability or the liability of the licensor of a component provided to User under this EULA exceed the amount that User paid to Red Hat under this EULA during the twelve months preceding the action.
41143
411445. Export Control. As required by the laws of the United States and other countries, User represents and warrants that it: (a) understands that the Programs and their components may be subject to export controls under the U.S. Commerce Department''s Export Administration Regulations ("EAR"); (b) is not located in a prohibited destination country under the EAR or U.S. sanctions regulations (currently Cuba, Iran, Iraq, North Korea, Sudan and Syria, subject to change as posted by the United States government); (c) will not export, re-export, or transfer the Programs to any prohibited destination or persons or entities on the U.S. Bureau of Industry and Security Denied Parties List or Entity List, or the U.S. Office of Foreign Assets Control list of Specially Designated Nationals and Blocked Persons, or any similar lists maintained by other countries, without the necessary export license(s) or authorizations(s); (d) will not use or transfer the Programs for use in connection with any nuclear, chemical or biological weapons, missile technology, or military end-uses where prohibited by an applicable arms embargo, unless authorized by the relevant government agency by regulation or specific license; (e) understands and agrees that if it is in the United States and exports or transfers the Programs to eligible end users, it will, to the extent required by EAR Section 740.17(e), submit semi-annual reports to the Commerce Department''s Bureau of Industry and Security, which include the name and address (including country) of each transferee; and (f) understands that countries including the United States may restrict the import, use, or export of encryption products (which may include the Programs and the components) and agrees that it shall be solely responsible for compliance with any such import, use, or export restrictions.
41145
411466. Third Party Programs. Red Hat may distribute third party software programs with the Programs that are not part of the Programs. These third party programs are not required to run the Programs, are provided as a convenience to User, and are subject to their own license terms. The license terms either accompany the third party software programs or can be viewed at http://www.redhat.com/licenses/thirdparty/eula.html. If User does not agree to abide by the applicable license terms for the third party software programs, then User may not install them. If User wishes to install the third party software programs on more than one system or transfer the third party software programs to another party, then User must contact the licensor of the applicable third party software programs.
41147
411487. General. If any provision of this agreement is held to be unenforceable, that shall not affect the enforceability of the remaining provisions. This agreement shall be governed by the laws of the State of New York and of the United States, without regard to any conflict of laws provisions. The rights and obligations of the parties to this EULA shall not be governed by the United Nations Convention on the International Sale of Goods.', 'http://www.redhat.com/licenses/rhel_rha_eula.html', NULL, NULL, NULL, 'RedHat EULA', NULL, NULL, NULL, '', NULL, false, false, false, '06c76bc5bab85dd388f43febb3451220', 1, NULL);
41149INSERT INTO license_ref VALUES (519, 'CMake', 'CMake - Cross Platform Makefile Generator
41150Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
41151All rights reserved.
41152
41153Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
41154
41155* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
41156
41157* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
41158
41159* Neither the names of Kitware, Inc., the Insight Software Consortium, nor the names of their contributors may be used to endorse or promote products derived from this software without specific prior written  permission.
41160
41161THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.', 'http://www.cmake.org/cmake/project/license.html', NULL, NULL, NULL, 'CMake license', NULL, NULL, NULL, '', NULL, false, false, false, '5f5020d28ac174c8efe6089024124a93', 1, NULL);
41162INSERT INTO license_ref VALUES (520, 'EFL', 'EFL is referenced without a version number. Please look up EFL in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'Eiffel Forum License', NULL, NULL, NULL, '', NULL, false, false, false, '2800b8d499cd160a07891d9df5a5a253', 1, NULL);
41163INSERT INTO license_ref VALUES (521, 'Flora-1.0', 'Not find a complete license text of Flora-1.0.
41164
41165The text of Flora License Version 1.0 is similar to Apache License 2.0. Some of the differences include changed text in the Definitions, Grant of Patent License, and Redistribution sections. Paragraph 4 regarding the redistribution is comparable to standard BSD licenses:
411664. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof pursuant to the copyright license above, in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
41167
41168  1. You must give any other recipients of the Work or Derivative Works a copy of this License; and
41169
41170  2. You must cause any modified files to carry prominent notices stating that You changed the files; and
41171
41172  3. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works;', '', NULL, NULL, NULL, 'Flora License Version 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '2cb8fee53a7bd890b5ea00ff148de242', 1, NULL);
41173INSERT INTO license_ref VALUES (523, 'WebM', 'Software License
41174Copyright (c) 2010, Google Inc. All rights reserved.
41175
41176Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
41177
41178Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
41179
41180Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
41181
41182Neither the name of Google nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
41183
41184THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.', 'http://www.webmproject.org/license/software/', NULL, NULL, NULL, 'WebM Software License', NULL, NULL, NULL, '', NULL, false, false, false, 'add394ca6ef158bd3bda0e30116e7f17', 1, NULL);
41185INSERT INTO license_ref VALUES (524, 'Vixie', 'Vixie License
41186
41187Copyright 1988,1990,1993 by Paul Vixie
41188
41189All rights reserved
41190
41191Distribute freely, except: don''t remove my name from the source or documentation (don''t take credit for my work), mark your changes (don''t get me blamed for your possible bugs), don''t alter or remove this notice. May be sold if buildable source is provided to buyer. No warrantee of any kind, express or implied, is included with this software; use at your own risk, responsibility for damages (if any) to anyone resulting from the use of this software rests entirely with the user.
41192
41193Send bug reports, bug fixes, enhancements, requests, flames, etc., and I''ll try to keep a version up to date. I can be reached as follows:
41194Paul Vixie
41195<paul@vix.com>
41196uunet!decwrl!vixie!paul', 'http://licensing.pianodisc.com/vixie.html', NULL, NULL, NULL, 'Vixie License', NULL, NULL, NULL, '', NULL, false, false, false, 'dfef7a9d83c12b3981132c888ba81d97', 1, NULL);
41197INSERT INTO license_ref VALUES (525, 'Unlicense', 'This is free and unencumbered software released into the public domain.
41198
41199Anyone is free to copy, modify, publish, use, compile, sell, or
41200distribute this software, either in source code form or as a compiled
41201binary, for any purpose, commercial or non-commercial, and by any
41202means.
41203
41204In jurisdictions that recognize copyright laws, the author or authors
41205of this software dedicate any and all copyright interest in the
41206software to the public domain. We make this dedication for the benefit
41207of the public at large and to the detriment of our heirs and
41208successors. We intend this dedication to be an overt act of
41209relinquishment in perpetuity of all present and future rights to this
41210software under copyright law.
41211
41212THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
41213EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
41214MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
41215IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
41216OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
41217ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
41218OTHER DEALINGS IN THE SOFTWARE.
41219
41220For more information, please refer to <http://unlicense.org/>', 'http://unlicense.org/', NULL, NULL, NULL, 'Unlicense', NULL, NULL, NULL, '', NULL, false, false, false, 'a1a9d0cf11e58d95864df58255d0b6b3', 1, NULL);
41221INSERT INTO license_ref VALUES (526, 'PHP', 'PHP is referenced without a version number. Please look up PHP in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'PHP license', NULL, NULL, NULL, '', NULL, false, false, false, '7aebe5796fe3a0d5919ed358c9600f54', 1, NULL);
41222INSERT INTO license_ref VALUES (527, 'OLDAP', 'OLDAP is referenced without a version number. Please look up OLDAP in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'Open LDAP Public License', NULL, NULL, NULL, '', NULL, false, false, false, '2642960e3afc192be1c342d4b9d815a5', 1, NULL);
41223INSERT INTO license_ref VALUES (528, 'MX4J-1.0', 'The MX4J License, Version 1.0
41224
41225         Copyright (c) 2001-2004 by the MX4J contributors.  All rights reserved.
41226
41227         Redistribution and use in source and binary forms, with or without
41228         modification, are permitted provided that the following conditions
41229         are met:
41230
41231         1. Redistributions of source code must retain the above copyright
41232            notice, this list of conditions and the following disclaimer.
41233
41234         2. Redistributions in binary form must reproduce the above copyright
41235            notice, this list of conditions and the following disclaimer in
41236            the documentation and/or other materials provided with the
41237            distribution.
41238
41239         3. The end-user documentation included with the redistribution,
41240            if any, must include the following acknowledgment:
41241               "This product includes software developed by the
41242                MX4J project (http://mx4j.sourceforge.net)."
41243            Alternately, this acknowledgment may appear in the software itself,
41244            if and wherever such third-party acknowledgments normally appear.
41245
41246         4. The name "MX4J" must not be used to endorse or promote
41247            products derived from this software without prior written
41248            permission.
41249            For written permission, please contact
41250            biorn_steedom [at] users [dot] sourceforge [dot] net
41251
41252         5. Products derived from this software may not be called "MX4J",
41253            nor may "MX4J" appear in their name, without prior written
41254            permission of Simone Bordet.
41255
41256         THIS SOFTWARE IS PROVIDED ``AS IS'''' AND ANY EXPRESSED OR IMPLIED
41257         WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
41258         OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
41259         DISCLAIMED.  IN NO EVENT SHALL THE MX4J CONTRIBUTORS
41260         BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
41261         SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
41262         LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
41263         USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
41264         ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
41265         OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
41266         OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
41267         SUCH DAMAGE.', 'http://mx4j.sourceforge.net/docs/ch01s06.html', NULL, NULL, NULL, 'The MX4J License, Version 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '9ff8e27702d4054752e10f52e10dc0e0', 1, NULL);
41268INSERT INTO license_ref VALUES (529, 'MX4J', 'MX4J is referenced without a version number. Please look up MX4J in the License Admin to view the different versions.', '', NULL, NULL, NULL, 'The MX4J License', NULL, NULL, NULL, '', NULL, false, false, false, '6d57f8e3a64599e2b03ab197186cfa58', 1, NULL);
41269INSERT INTO license_ref VALUES (208, 'Against-DRM', '1. Definitions
41270
41271Access control mechanism: a technological measure which, in the ordinary course of its operation, requires the application of information, or a process or a treatment, with the authority of the copyright owner or related rights owner, to gain access to the work.
41272
41273Acts authorised by licensor: acts concerning granted rights (in particular, act of access, act of copy, act of modification, act of sharing).
41274
41275Acts not authorised by licensor: acts concerning copyright or possible moral rights.
41276
41277Author/s: the creator/s of an original work or the creator/s of a derivative work.
41278
41279Broadcasting: the use of any means of distribution over a distance, such as telegraph, telephone, radio, television and other comparable media, including communication to the public by satellite and cable retransmission.
41280
41281Copy control mechanism: a technological measure which, in the ordinary course of its operation, prevents, restricts, or otherwise limits the exercise of a right of the copyright owner or related rights owner.
41282
41283Derivative work: a work based upon the copyrightable work released under the terms and the conditions of this license.
41284
41285Distribution: the marketing, the placing in circulation or the making available to the public, by whatever means and for whatever purpose, of a work or of copies thereof.
41286
41287Elaboration: all forms of modification, adaptation and transformation of a work.
41288
41289Lending: the making available for use of originals, of copies or of carriers of copyright works, for a limited period of time and for purposes other than those referred to in the paragraph 16.
41290
41291Licensee: the person acquiring rights under the terms and the conditions of this license.
41292
41293Licensor: the person offering the work under the terms and the conditions of this license.
41294
41295Moral rights: the author''s right, recognized in some countries, to claim authorship of the work and to object to any distortion, mutilation or other modification of, or other derogatory action in relation to, the said work, which would be prejudicial to his honor or reputation; other author''s rights recognized as moral rights in some countries.
41296
41297Original work: a work not based upon another work.
41298
41299Related rights: the rights that belong to the performers, the producers of phonograms and broadcasting organizations in relation to their performances, phonograms and broadcasts respectively.
41300
41301Rental: the making available for use of originals, of copies or of carriers of copyright works, for a limited period of time and for direct or indirect economic or commercial advantage.
41302
41303Reproduction: the multiplication of copies of a work by any means, such as copying by hand, printing, lithography, engraving, photography, phonography, cinematography and any other process of reproduction.
41304
41305Transcription: the use of means suitable for transforming an oral work into a written work or into a work reproduced by one of the methods referred to in the preceding paragraph.
41306
41307Translation: the translation of the work into another language or dialect.
41308
41309Work: the copyrightable work released under the terms and the conditions of this license.
41310
41311
413122. License''s area of applicability
41313
41314This license concerns copyright and related rights: this license does not treat any other right.
41315
41316Nothing in this license is intended to prevent or restrict the exercise of rights not treated in this license, such as rights concerning privacy, private property, sale and other personal or private rights.
41317
41318Nothing in this license is intended to prevent or restrict the private use of any lawful technological measure.
41319
41320Nothing in this license is intended to prevent or restrict any limitation on the exclusive rights of the copyright owner or related rights owner under copyright law or other applicable law.
41321
41322This license is applicable to the works of the mind having a creative character and belonging to literature, music, figurative arts, architecture, theater or cinematography, whatever their mode or form of expression.
41323
41324
413253. Object
41326
41327In particular, this license is applicable to:
41328
41329a. literary, dramatic, scientific, didactic and religious works, whether in written or oral form;
41330
41331b. musical works and compositions, with or without words, dramatico-musical works and musical variations that themselves constitute original works;
41332
41333c. choreographic works and works of dumb show, the form of which is fixed in writing or otherwise;
41334
41335d. works of sculpture, painting, drawing, engraving and similar figurative arts, including scenic art;
41336
41337e. architectural plans and works;
41338
41339f. works of cinematographic art, whether silent or with sound;
41340
41341g. works of photographic art and works expressed with processes analogous to photography;
41342
41343h. industrial design works that have creative character or inherent artistic character;
41344
41345i. collective works formed by the assembling of works, or parts of works, and possessing the character of a self-contained creation resulting from selection and coordination with a specific literary, scientific, didactic, religious, political or artistic aim, such as encyclopedias, dictionaries, anthologies, magazines and newspapers;
41346
41347j. works of a creative character derived from any such work, such as translations into another language, transformations into any other literary or artistic form, modifications and additions constituting a substantial remodeling of the original work, adaptations, arrangements, abridgments and variations which do not constitute an original work.
41348
41349
413504. Grant of rights
41351
41352Licensor authorizes licensee to exercise the following rights:
41353a. right of reproduction;
41354b. right of distribution;
41355c. right of publishing (also in a collection);
41356d. right of public performance or recitation;
41357e. right of broadcasting;
41358f. right of modification;
41359g. right of elaboration;
41360h. right of transcription;
41361i. right of translation;
41362j. right of lending;
41363k. right of rental;
41364l. right of commercial use.
41365
41366
413675. Related rights and sublicensing
41368
41369Licensor declares to be related rights owner and he authorizes licensee to exercise them.
41370
41371If the work is not object of related rights, preceding paragraph must be considered as void and having no legal effect.
41372
41373Licensee may not sublicense the work.
41374
41375
413766. No DRM
41377
41378This license is incompatible with any technology, device or component that, in the normal course of its operation, is designed to prevent or restrict acts which are authorised or not authorised by licensor: this incompatibility causes the inapplicability of the license to the work.
41379
41380In particular:
41381a. it is not possible to release validly under this license works or derivative works whose access control mechanism and/or copy control mechanism prevents or restricts quantitatively and/or qualitatively access to, fruition, copy, modification and/or sharing of them;
41382b. in conformity with this license, it is not allowed to prevent or restrict quantitatively and/or qualitatively access to, fruition, copy, modification, and/or sharing of works or derivative works through an access control mechanism and/or a copy control mechanism;
41383c. in conformity with this license, it is not allowed to prevent or restrict the exercise of a granted right through any digital, analog or physical method.
41384
41385
413867. Copyleft clause
41387
41388Derivative works, performances of the work, phonograms in which the work is fixed, broadcastings of the work must be released with a license that provides:
41389a. the renunciation to exclusive exercise of rights referred to in the articles 4 and 5;
41390b. the same type of clause described in article 6;
41391c. the same type of clause described in this article.
41392
41393
413948. Resolutory clause
41395
41396Any breach of this license (in particular, the breach of the articles 6 and 7) will automatically void this license, without the necessity of any communication from licensor.
41397
41398
413999. DISCLAIMER
41400
41401TO THE EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR OFFERS THE WORK "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED. TO THE EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES HOWEVER CAUSED.
41402
41403
4140410. Copyright notice
41405
41406[Original work] Copyright (C) [year/s] [name/s of author/s]
41407[Work] Copyright (C) [year/s] [name/s of author/s]
41408[Derivative work] Copyright (C) [year/s] [name/s of author/s]
41409
41410Licensee must keep intact copyright notice and all notices that refer to this license.
41411
41412Licensee must include a copy of this license with every copy of the work the licensee distributes, publicly demonstrates or publicly performs.', 'http://www.freecreations.org/Against_DRM2.html', NULL, NULL, NULL, 'Against DRM 2.0', NULL, NULL, NULL, '', NULL, false, false, false, 'f53f0677cb5c8e1b84933a2f3aeb67ca', 1, NULL);
41413INSERT INTO license_ref VALUES (530, 'IBM-pibs', 'This source code has been made available to you by IBM on an AS-IS basis.  Anyone receiving this source is licensed under IBM copyrights to use it in any way he or she deems fit, including copying it, modifying it, compiling it, and redistributing it either with or without modifications.  No license under IBM patents or patent applications is to be implied by the copyright license.
41414Any user of this software should understand that IBM cannot provide technical support for this software and will not be responsible for any consequences resulting from the use of this software.
41415
41416Any person who transfers this source code or any derivative work must include the IBM copyright notice, this paragraph, and the preceding two paragraphs in the transferred software.
41417
41418COPYRIGHT   I B M   CORPORATION 2002
41419LICENSED MATERIAL  -  PROGRAM PROPERTY OF I B M', 'http://spdx.org/licenses/IBM-pibs#licenseText', NULL, NULL, NULL, 'IBM PowerPC Initialization and Boot Software', NULL, NULL, NULL, '', NULL, false, false, false, '811c6517f4a7d9626374f81b5e52394d', 1, NULL);
41420INSERT INTO license_ref VALUES (531, 'Intel-WLAN', 'Intel wireless LAN adapters are engineered, manufactured, tested, and
41421quality checked to ensure that they meet all necessary local and
41422governmental regulatory agency requirements for the regions that they
41423are designated and/or marked to ship into. Since wireless LANs are
41424generally unlicensed devices that share spectrum with radars,
41425satellites, and other licensed and unlicensed devices, it is sometimes
41426necessary to dynamically detect, avoid, and limit usage to avoid
41427interference with these devices. In many instances Intel is required to
41428provide test data to prove regional and local compliance to regional and
41429governmental regulations before certification or approval to use the
41430product is granted. Intel''s wireless LAN''s EEPROM, firmware,
41431microcode, and software driver are designed to carefully control
41432parameters that affect radio operation and to ensure electromagnetic
41433compliance (EMC). These parameters include, without limitation, RF
41434power, spectrum usage, channel scanning, and human exposure.
41435
41436For these reasons Intel cannot permit any manipulation by third parties
41437of the software provided in binary format with the wireless WLAN
41438adapters (e.g., the EEPROM, regulatory daemon, and microcode). Furthermore,
41439if you use any patches, utilities, or code with the Intel wireless LAN
41440adapters that have been manipulated by an unauthorized party (i.e.,
41441patches, utilities, or code (including open source code modifications)
41442which have not been validated by Intel),
41443
41444  (i) you will be solely responsible for ensuring the regulatory
41445      compliance of the products,
41446 (ii) Intel will bear no liability, under any theory of liability for
41447      any issues associated with the modified products, including
41448      without limitation, claims under the warranty and/or issues
41449      arising from regulatory non-compliance, and
41450(iii) Intel will not provide or be required to assist in providing
41451      support to any third parties for such modified products.
41452
41453Note: Many regulatory agencies consider Wireless LAN adapters to be
41454modules, and accordingly, condition system-level regulatory approval
41455upon receipt and review of test data documenting that the antennas and
41456system configuration do not cause the EMC and radio operation to be
41457non-compliant.', 'http://support.intel.com/support/notebook/sb/CS-006408.htm', NULL, NULL, NULL, 'Intel wireless LAN adapters', NULL, NULL, NULL, '', NULL, false, false, false, '3d1cb460f4a2938fab3b295413c75727', 1, NULL);
41458INSERT INTO license_ref VALUES (532, 'CC-BY-4.0', 'Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
41459
41460Using Creative Commons Public Licenses
41461
41462Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.
41463
41464Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.
41465Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.
41466Creative Commons Attribution 4.0 International Public License
41467
41468By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
41469
41470Section 1 – Definitions.
41471
41472Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
41473Adapter''s License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.
41474Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
41475Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
41476Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
41477Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
41478Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
41479Licensor means the individual(s) or entity(ies) granting rights under this Public License.
41480Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
41481Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
41482You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.
41483Section 2 – Scope.
41484
41485License grant.
41486Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
41487reproduce and Share the Licensed Material, in whole or in part; and
41488produce, reproduce, and Share Adapted Material.
41489Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
41490Term. The term of this Public License is specified in Section 6(a).
41491Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
41492Downstream recipients.
41493Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
41494No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
41495No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
41496Other rights.
41497
41498Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
41499Patent and trademark rights are not licensed under this Public License.
41500To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.
41501Section 3 – License Conditions.
41502
41503Your exercise of the Licensed Rights is expressly made subject to the following conditions.
41504
41505Attribution.
41506
41507If You Share the Licensed Material (including in modified form), You must:
41508
41509retain the following if it is supplied by the Licensor with the Licensed Material:
41510identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
41511a copyright notice;
41512a notice that refers to this Public License;
41513a notice that refers to the disclaimer of warranties;
41514a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
41515indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
41516indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
41517You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
41518If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
41519If You Share Adapted Material You produce, the Adapter''s License You apply must not prevent recipients of the Adapted Material from complying with this Public License.
41520Section 4 – Sui Generis Database Rights.
41521
41522Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
41523
41524for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
41525if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and
41526You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
41527For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
41528Section 5 – Disclaimer of Warranties and Limitation of Liability.
41529
41530 Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.
41531 To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.
41532The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
41533Section 6 – Term and Termination.
41534
41535This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
41536Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
41537
41538automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
41539upon express reinstatement by the Licensor.
41540For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
41541For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
41542Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
41543Section 7 – Other Terms and Conditions.
41544
41545The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
41546Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
41547Section 8 – Interpretation.
41548
41549For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
41550To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
41551No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
41552Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
41553Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.', 'http://creativecommons.org/licenses/by/4.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution 4.0', NULL, NULL, NULL, '', NULL, false, false, false, 'f9d4c8f7349fbc87cddab6e93c0c128b', 1, NULL);
41554INSERT INTO license_ref VALUES (533, 'CC-BY-ND-4.0', 'Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
41555
41556Using Creative Commons Public Licenses
41557
41558Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.
41559
41560Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.
41561Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.
41562Creative Commons Attribution-NoDerivatives 4.0 International Public License
41563
41564By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NoDerivatives 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
41565
41566Section 1 – Definitions.
41567
41568Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
41569Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
41570Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
41571Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
41572Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
41573Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
41574Licensor means the individual(s) or entity(ies) granting rights under this Public License.
41575Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
41576Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
41577You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.
41578Section 2 – Scope.
41579
41580License grant.
41581Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
41582reproduce and Share the Licensed Material, in whole or in part; and
41583produce and reproduce, but not Share, Adapted Material.
41584Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
41585Term. The term of this Public License is specified in Section 6(a).
41586Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
41587Downstream recipients.
41588Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
41589No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
41590No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
41591Other rights.
41592
41593Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
41594Patent and trademark rights are not licensed under this Public License.
41595To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.
41596Section 3 – License Conditions.
41597
41598Your exercise of the Licensed Rights is expressly made subject to the following conditions.
41599
41600Attribution.
41601
41602If You Share the Licensed Material, You must:
41603
41604retain the following if it is supplied by the Licensor with the Licensed Material:
41605identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
41606a copyright notice;
41607a notice that refers to this Public License;
41608a notice that refers to the disclaimer of warranties;
41609a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
41610indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
41611indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
41612For the avoidance of doubt, You do not have permission under this Public License to Share Adapted Material.
41613You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
41614If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
41615Section 4 – Sui Generis Database Rights.
41616
41617Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
41618
41619for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database, provided You do not Share Adapted Material;
41620if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and
41621You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
41622For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
41623Section 5 – Disclaimer of Warranties and Limitation of Liability.
41624
41625 Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.
41626 To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.
41627The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
41628Section 6 – Term and Termination.
41629
41630This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
41631Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
41632
41633automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
41634upon express reinstatement by the Licensor.
41635For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
41636For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
41637Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
41638Section 7 – Other Terms and Conditions.
41639
41640The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
41641Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
41642Section 8 – Interpretation.
41643
41644For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
41645To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
41646No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
41647Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
41648Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.', 'http://creativecommons.org/licenses/by-nd/4.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution No Derivatives 4.0', NULL, NULL, NULL, '', NULL, false, false, false, '9f10833c72a4ce99a9b520aaa502432f', 1, NULL);
41649INSERT INTO license_ref VALUES (534, 'CC-BY-NC-SA-4.0', 'Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
41650
41651Using Creative Commons Public Licenses
41652
41653Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.
41654
41655Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.
41656Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.
41657Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License
41658
41659By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
41660
41661Section 1 – Definitions.
41662
41663Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
41664Adapter''s License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.
41665BY-NC-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License.
41666Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
41667Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
41668Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
41669License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution, NonCommercial, and ShareAlike.
41670Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
41671Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
41672Licensor means the individual(s) or entity(ies) granting rights under this Public License.
41673NonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange.
41674Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
41675Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
41676You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.
41677Section 2 – Scope.
41678
41679License grant.
41680Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
41681reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and
41682produce, reproduce, and Share Adapted Material for NonCommercial purposes only.
41683Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
41684Term. The term of this Public License is specified in Section 6(a).
41685Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
41686Downstream recipients.
41687Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
41688Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply.
41689No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
41690No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
41691Other rights.
41692
41693Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
41694Patent and trademark rights are not licensed under this Public License.
41695To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes.
41696Section 3 – License Conditions.
41697
41698Your exercise of the Licensed Rights is expressly made subject to the following conditions.
41699
41700Attribution.
41701
41702If You Share the Licensed Material (including in modified form), You must:
41703
41704retain the following if it is supplied by the Licensor with the Licensed Material:
41705identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
41706a copyright notice;
41707a notice that refers to this Public License;
41708a notice that refers to the disclaimer of warranties;
41709a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
41710indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
41711indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
41712You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
41713If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
41714ShareAlike.
41715In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.
41716
41717The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-NC-SA Compatible License.
41718You must include the text of, or the URI or hyperlink to, the Adapter''s License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material.
41719You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter''s License You apply.
41720Section 4 – Sui Generis Database Rights.
41721
41722Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
41723
41724for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only;
41725if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and
41726You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
41727For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
41728Section 5 – Disclaimer of Warranties and Limitation of Liability.
41729
41730 Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.
41731 To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.
41732The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
41733Section 6 – Term and Termination.
41734
41735This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
41736Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
41737
41738automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
41739upon express reinstatement by the Licensor.
41740For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
41741For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
41742Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
41743Section 7 – Other Terms and Conditions.
41744
41745The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
41746Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
41747Section 8 – Interpretation.
41748
41749For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
41750To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
41751No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
41752Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
41753Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.', 'http://creativecommons.org/licenses/by-nc-sa/4.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial Share Alike 4.0', NULL, NULL, NULL, '', NULL, false, false, false, 'b247436d1e60eb83203d9060fee46e99', 1, NULL);
41754INSERT INTO license_ref VALUES (535, 'CC-BY-SA-4.0', 'Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
41755
41756Using Creative Commons Public Licenses
41757
41758Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.
41759
41760Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.
41761Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.
41762Creative Commons Attribution-ShareAlike 4.0 International Public License
41763
41764By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
41765
41766Section 1 – Definitions.
41767
41768Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
41769Adapter''s License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.
41770BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License.
41771Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
41772Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
41773Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
41774License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike.
41775Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
41776Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
41777Licensor means the individual(s) or entity(ies) granting rights under this Public License.
41778Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
41779Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
41780You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.
41781Section 2 – Scope.
41782
41783License grant.
41784Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
41785reproduce and Share the Licensed Material, in whole or in part; and
41786produce, reproduce, and Share Adapted Material.
41787Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
41788Term. The term of this Public License is specified in Section 6(a).
41789Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
41790Downstream recipients.
41791Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
41792Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply.
41793No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
41794No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
41795Other rights.
41796
41797Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
41798Patent and trademark rights are not licensed under this Public License.
41799To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.
41800Section 3 – License Conditions.
41801
41802Your exercise of the Licensed Rights is expressly made subject to the following conditions.
41803
41804Attribution.
41805
41806If You Share the Licensed Material (including in modified form), You must:
41807
41808retain the following if it is supplied by the Licensor with the Licensed Material:
41809identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
41810a copyright notice;
41811a notice that refers to this Public License;
41812a notice that refers to the disclaimer of warranties;
41813a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
41814indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
41815indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
41816You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
41817If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
41818ShareAlike.
41819In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.
41820
41821The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License.
41822You must include the text of, or the URI or hyperlink to, the Adapter''s License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material.
41823You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter''s License You apply.
41824Section 4 – Sui Generis Database Rights.
41825
41826Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
41827
41828for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
41829if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and
41830You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
41831For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
41832Section 5 – Disclaimer of Warranties and Limitation of Liability.
41833
41834 Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.
41835 To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.
41836The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
41837Section 6 – Term and Termination.
41838
41839This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
41840Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
41841
41842automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
41843upon express reinstatement by the Licensor.
41844For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
41845For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
41846Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
41847Section 7 – Other Terms and Conditions.
41848
41849The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
41850Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
41851Section 8 – Interpretation.
41852
41853For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
41854To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
41855No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
41856Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
41857Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.', 'http://creativecommons.org/licenses/by-sa/4.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Share Alike 4.0', NULL, NULL, NULL, '', NULL, false, false, false, '63884711286315bcdad087d895d92ae4', 1, NULL);
41858INSERT INTO license_ref VALUES (536, 'CC-BY-NC-4.0', 'Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
41859
41860Using Creative Commons Public Licenses
41861
41862Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.
41863
41864Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.
41865Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.
41866Creative Commons Attribution-NonCommercial 4.0 International Public License
41867
41868By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
41869
41870Section 1 – Definitions.
41871
41872Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
41873Adapter''s License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.
41874Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
41875Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
41876Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
41877Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
41878Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
41879Licensor means the individual(s) or entity(ies) granting rights under this Public License.
41880NonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange.
41881Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
41882Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
41883You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.
41884Section 2 – Scope.
41885
41886License grant.
41887Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
41888reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and
41889produce, reproduce, and Share Adapted Material for NonCommercial purposes only.
41890Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
41891Term. The term of this Public License is specified in Section 6(a).
41892Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
41893Downstream recipients.
41894Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
41895No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
41896No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
41897Other rights.
41898
41899Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
41900Patent and trademark rights are not licensed under this Public License.
41901To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes.
41902Section 3 – License Conditions.
41903
41904Your exercise of the Licensed Rights is expressly made subject to the following conditions.
41905
41906Attribution.
41907
41908If You Share the Licensed Material (including in modified form), You must:
41909
41910retain the following if it is supplied by the Licensor with the Licensed Material:
41911identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
41912a copyright notice;
41913a notice that refers to this Public License;
41914a notice that refers to the disclaimer of warranties;
41915a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
41916indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
41917indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
41918You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
41919If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
41920If You Share Adapted Material You produce, the Adapter''s License You apply must not prevent recipients of the Adapted Material from complying with this Public License.
41921Section 4 – Sui Generis Database Rights.
41922
41923Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
41924
41925for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only;
41926if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and
41927You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
41928For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
41929Section 5 – Disclaimer of Warranties and Limitation of Liability.
41930
41931 Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.
41932 To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.
41933The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
41934Section 6 – Term and Termination.
41935
41936This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
41937Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
41938
41939automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
41940upon express reinstatement by the Licensor.
41941For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
41942For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
41943Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
41944Section 7 – Other Terms and Conditions.
41945
41946The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
41947Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
41948Section 8 – Interpretation.
41949
41950For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
41951To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
41952No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
41953Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
41954Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.', 'http://creativecommons.org/licenses/by-nc/4.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial 4.0', NULL, NULL, NULL, '', NULL, false, false, false, 'ac3bb0c8b0a7983ff574c391e97f7542', 1, NULL);
41955INSERT INTO license_ref VALUES (537, 'CC-BY-NC-ND-4.0', 'Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
41956
41957Using Creative Commons Public Licenses
41958
41959Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.
41960
41961Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.
41962Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.
41963Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License
41964
41965By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
41966
41967Section 1 – Definitions.
41968
41969Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
41970Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
41971Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
41972Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
41973Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
41974Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
41975Licensor means the individual(s) or entity(ies) granting rights under this Public License.
41976NonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange.
41977Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
41978Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
41979You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.
41980Section 2 – Scope.
41981
41982License grant.
41983Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
41984reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and
41985produce and reproduce, but not Share, Adapted Material for NonCommercial purposes only.
41986Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
41987Term. The term of this Public License is specified in Section 6(a).
41988Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
41989Downstream recipients.
41990Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
41991No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
41992No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
41993Other rights.
41994
41995Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
41996Patent and trademark rights are not licensed under this Public License.
41997To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes.
41998Section 3 – License Conditions.
41999
42000Your exercise of the Licensed Rights is expressly made subject to the following conditions.
42001
42002Attribution.
42003
42004If You Share the Licensed Material, You must:
42005
42006retain the following if it is supplied by the Licensor with the Licensed Material:
42007identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
42008a copyright notice;
42009a notice that refers to this Public License;
42010a notice that refers to the disclaimer of warranties;
42011a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
42012indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
42013indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
42014For the avoidance of doubt, You do not have permission under this Public License to Share Adapted Material.
42015You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
42016If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
42017Section 4 – Sui Generis Database Rights.
42018
42019Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
42020
42021for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only and provided You do not Share Adapted Material;
42022if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and
42023You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
42024For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
42025Section 5 – Disclaimer of Warranties and Limitation of Liability.
42026
42027 Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.
42028 To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.
42029The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
42030Section 6 – Term and Termination.
42031
42032This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
42033Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
42034
42035automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
42036upon express reinstatement by the Licensor.
42037For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
42038For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
42039Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
42040Section 7 – Other Terms and Conditions.
42041
42042The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
42043Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
42044Section 8 – Interpretation.
42045
42046For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
42047To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
42048No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
42049Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
42050Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.', 'http://creativecommons.org/licenses/by-nc-nd/4.0/legalcode', NULL, NULL, NULL, 'Creative Commons Attribution Non Commercial No Derivatives 4.0', NULL, NULL, NULL, '', NULL, false, false, false, 'ca3dccf53daf891819084678ff6a916f', 1, NULL);
42051INSERT INTO license_ref VALUES (542, 'ClearSilver', 'Copyright 2001-2009 Brandon Long
42052ClearSilver is now licensed under the New BSD License.
42053
42054Redistribution and use in source and binary forms, with or without
42055modification, are permitted provided that the following conditions are
42056met:
42057    * Redistributions of source code must retain the above copyright
42058notice, this list of conditions and the following disclaimer.
42059    * Redistributions in binary form must reproduce the above
42060copyright notice, this list of conditions and the following disclaimer
42061in the documentation and/or other materials provided with the
42062distribution.
42063
42064THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
42065"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
42066LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
42067A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
42068OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
42069SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
42070LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
42071DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
42072THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
42073(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42074OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.', ' http://www.clearsilver.net/license.hdf', NULL, NULL, NULL, 'ClearSilver', NULL, NULL, NULL, '', NULL, false, false, false, 'a924f13305c50cc585a148ff46f09c37', 1, NULL);
42075INSERT INTO license_ref VALUES (347, 'Yahoo-EULA', 'Software License
42076
42077Welcome to Yahoo! software (the "Yahoo! Software"). By clicking the "I Agree" button below, you agree to these software license terms (the "Software License") that supplement the Yahoo! Terms of Service ("TOS") below, also located at http://info.yahoo.com/legal/us/yahoo/utos/utos-173.html. If you disagree with any of the terms below, Yahoo! does not grant you a license to use the Yahoo! Software; click the "I Disagree" or "Cancel" button to exit the installer.
42078
42079Information collected through Yahoo! Software by Yahoo! is subject to the full Yahoo! Privacy Policy: http://info.yahoo.com/privacy/us/yahoo/. To find out more about setting your preferences and the information collected by the Yahoo! Software and used by Yahoo!, go to: http://info.yahoo.com/privacy/us/yahoo/toolbar/details.html.
42080
42081Yahoo! reserves the right to update and change, from time to time, this Software License and all documents incorporated by reference. You can always find the most recent version of this Software License at http://info.yahoo.com/legal/us/yahoo/toolbar/tbeula/tbeula-282.html. Yahoo! may change this Software License by posting a new version without notice to you. Use of the Yahoo! Software after such change constitutes acceptance of such changes.
42082
42083Licensed Uses and Restrictions.
42084
42085By accepting the terms of this Agreement, you represent to Yahoo! Inc. and its affiliates (collectively, "Yahoo!") that you are at least 18 years old. The Yahoo! Software applications, documentation, and local computer files installed or utilized by the installer application (collectively, the "Yahoo! Software") are owned by Yahoo!, or Yahoo!''s licensors and content and data providers ("Yahoo! Licensors"), and are licensed to you on a worldwide (except as limited below), non-exclusive, non-sublicenseable basis on the terms and conditions set forth herein. This Software License defines legal use of the Yahoo! Software, all updates, revisions, substitutions, and any copies of the Yahoo! Software made by or for you. All rights not expressly granted to you are reserved by Yahoo! or their respective owners.
42086
42087YOU MAY install and personally use the Yahoo! Software and any updates provided by Yahoo! (in its sole discretion) in object code form on a personal computer owned or controlled by you and may use the Yahoo! Software for your own noncommercial use or benefit. Your license to the Yahoo! Software under this Software License continues until it is terminated by either party. You may terminate the Software License by discontinuing use of all or any of the Yahoo! Software and by destroying all your copies of the applicable Yahoo! Software. To uninstall the Yahoo! Software, you may use the standard Microsoft Windows “Add/Remove Programs” menu in either the My Computer/Control Panel option or the Settings/Control Panel option. Once you access the Microsoft Windows Control Panel option, select “Add/Remove Programs”, and then the name of the Yahoo! Software. The Yahoo! Software will be uninstalled and will no longer be visible when you restart Internet Explorer. This Software License terminates automatically if you violate any term of this Software License, Yahoo! publicly posts a written notice of termination on Yahoo!''s web site, or Yahoo! sends a written notice of termination to you.
42088
42089YOU MAY NOT:
42090
42091(i) decompile, reverse engineer, disassemble, modify, rent, lease, loan, distribute, or create derivative works (as defined by the U.S. Copyright Act) or improvements (as defined by U.S. patent law) from the Yahoo! Software or any portion thereof.
42092
42093(ii) incorporate the Yahoo! Software into any computer chip or the firmware of a computing device manufactured by or for you.
42094
42095(iii) use the Yahoo! Software in any unlawful manner, for any unlawful purpose, or in any manner inconsistent with TOS or this Software License.
42096
42097(iv) you may not use the Yahoo! Software to operate nuclear facilities, life support, or other mission critical application where human life or property may be at stake. You understand that the Yahoo! Software is not designed for such purposes and that its failure in such cases could lead to death, personal injury, or severe property or environmental damage for which Yahoo! is not responsible.
42098
42099(v) use, or export the Yahoo! Software in violation of applicable U.S. laws or regulations.
42100
42101(vi) sell, lease, loan, distribute, transfer, or sublicense the Yahoo! Software or access thereto or derive income from the use or provision of the Yahoo! Software, whether for direct commercial or monetary gain or otherwise, without Yahoo!''s prior, express, written permission.
42102
42103Ownership and Relationship of Parties; Support.
42104
42105The Yahoo! Software is protected by copyrights, trademarks, service marks, international treaties, and/or other proprietary rights and laws of the U.S. and other countries. You agree to abide by all applicable proprietary rights laws and other laws, as well as any additional copyright notices or restrictions contained in this Software License and in the TOS. Yahoo! and Yahoo!''s Licensors own all rights, title, and interest in and to their applicable contributions to the Yahoo! Software. This Software License grants you no right, title, or interest in any intellectual property owned or licensed by Yahoo!, including (but not limited to) the Yahoo! Software and Yahoo! trademarks, and creates no relationship between yourself and Yahoo!''s Licensors, or between you and Yahoo! other than that of Yahoo! to licensee.
42106
42107The Yahoo! Software and its components contain software licensed from Yahoo! Licensors ("Licensor Software"). The Licensor Software enables the Yahoo! Software to perform certain functions, including, without limitation, access proprietary data on third -party data servers. You agree that you will use the Yahoo! Software, and any data accessed through the Yahoo! Software, for your own personal non-commercial use only. You agree not to assign, copy, transfer, or transmit the Yahoo! Software, or any data obtained through the Yahoo! Software, to any third party. Your license to use the Yahoo! Software, its components, and any third -party data, will terminate if you violate these restrictions. If your license terminates, you agree to cease any and all use of the Yahoo! Software, its components, and any third -party data. All rights in any third -party data, any third -party software, and any third -party data servers, including all ownership rights are reserved and remain with the respective third parties. You agree that these third parties may enforce their rights under this Agreement against you directly in their own name.
42108
42109Yahoo! may elect to provide you with customer support and/or software upgrades, enhancements, or modifications for the Yahoo! Software (collectively, "Support"), in its sole discretion, and may terminate such Support at any time without notice to you. Yahoo! may change, suspend, or discontinue any aspect of the Yahoo! Software at any time, including the availability of any Yahoo! Software feature, database, or content. Yahoo! may also impose limits on certain features and services or restrict your access to parts or all of the Yahoo! Software or the Yahoo! web site without notice or liability. Additionally, in order to enhance the security of the Yahoo! Software or to fix bugs, from time to time, Yahoo! may automatically download and install updates to the Yahoo! Software with or without prior notification.
42110
42111Yahoo! Search Protection Auto-Updater.
42112
42113If you installed Yahoo! Search Protection, from time to time, Yahoo! may automatically download and install the latest version of Yahoo! Search Protection without prior notification. Visit the Privacy Module to turn off or change your settings for this feature and find out more.
42114
42115Fees and Payments.
42116
42117Also Yahoo! reserves the right to charge fees for future use of or access to the Yahoo! Software or the Yahoo! services and web sites (collectively, "Yahoo! Software Services") in Yahoo!''s sole discretion. If Yahoo! decides to charge for the Yahoo! Software Services, such charges will be disclosed to you prior.
42118
42119Disclaimer of Warranties by Yahoo!.
42120
42121USE OF THE YAHOO! SOFTWARE AND ANY DATA ACCESSED THROUGH THE YAHOO! SOFTWARE (SUCH AS STOCK QUOTES, MARKET INFORMATION, NEWS, OR OTHER INFORMATION) IS AT YOUR SOLE RISK. THEY ARE PROVIDED "AS IS."
42122
42123ANY MATERIAL OR SERVICE DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE YAHOO! SOFTWARE (SUCH AS ANY ANTI-SPYWARE FEATURE) IS DONE AT YOUR OWN DISCRETION AND RISK, AND YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD AND/OR USE OF ANY SUCH MATERIAL OR SERVICE.
42124
42125YAHOO!, ITS OFFICERS, DIRECTORS, EMPLOYEES, CONTRACTORS, AGENTS, AFFILIATES, AND ASSIGNS (COLLECTIVELY, "YAHOO! ENTITIES") AND YAHOO! LICENSORS DO NOT REPRESENT THAT THE YAHOO! SOFTWARE OR ANY DATA ACCESSED THEREFROM IS APPROPRIATE OR AVAILABLE FOR USE OUTSIDE THE UNITED STATES.
42126
42127THE YAHOO! ENTITIES AND YAHOO! LICENSORS EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, RELATING TO THE YAHOO! SOFTWARE AND ANY DATA ACCESSED THEREFROM, OR THE ACCURACY, TIMELINESS, COMPLETENESS, OR ADEQUACY OF THE YAHOO! SOFTWARE AND ANY DATA ACCESSED THEREFROM, INCLUDING THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
42128
42129THE YAHOO! SOFTWARE IS NOT DESIGNED, INTENDED OR LICENSED FOR USE IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE CONTROLS, INCLUDING WITHOUT LIMITATION, THE DESIGN, CONSTRUCTION, MAINTENANCE OR OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, AND LIFE SUPPORT OR WEAPONS SYSTEMS. YAHOO! SPECIFICALLY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR SUCH PURPOSES.
42130
42131IF THE YAHOO! SOFTWARE OR ANY DATA ACCESSED THEREFROM PROVES DEFECTIVE, YOU (AND NOT THE YAHOO! ENTITIES OR THE YAHOO! LICENSORS) ASSUME THE ENTIRE COST OF ALL REPAIR OR INJURY OF ANY KIND, EVEN IF THE YAHOO! ENTITIES OR YAHOO! LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH A DEFECT OR DAMAGES. SOME JURISDICTIONS DO NOT ALLOW RESTRICTIONS ON IMPLIED WARRANTIES SO SOME OF THESE LIMITATIONS MAY NOT APPLY TO YOU.
42132
42133Limitation of Liability.
42134
42135THE YAHOO! ENTITIES AND YAHOO! LICENSORS WILL NOT BE LIABLE TO YOU FOR CLAIMS AND LIABILITIES OF ANY KIND ARISING OUT OF OR IN ANY WAY RELATED TO THE USE OF THE YAHOO! SOFTWARE BY YOURSELF OR BY THIRD PARTIES, TO THE USE OR NON-USE OF ANY BROKERAGE FIRM OR DEALER, OR TO THE SALE OR PURCHASE OF ANY SECURITY, WHETHER SUCH CLAIMS AND LIABILITIES ARE BASED ON ANY LEGAL OR EQUITABLE THEORY.
42136
42137THE YAHOO! ENTITIES AND YAHOO! LICENSORS ARE NOT LIABLE TO YOU FOR ANY AND ALL DIRECT, INCIDENTAL, SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATED TO ANY THIRD -PARTY SOFTWARE, ANY DATA ACCESSED THROUGH THE YAHOO! SOFTWARE, YOUR USE OR INABILITY TO USE OR ACCESS THE YAHOO!
42138
42139SOFTWARE, OR ANY DATA PROVIDED THROUGH THE YAHOO! SOFTWARE, WHETHER SUCH DAMAGE CLAIMS ARE BROUGHT UNDER ANY THEORY OF LAW OR EQUITY. DAMAGES EXCLUDED BY THIS CLAUSE INCLUDE, WITHOUT LIMITATION, THOSE FOR LOSS OF BUSINESS PROFITS, INJURY TO PERSON OR PROPERTY, BUSINESS INTERRUPTION, LOSS OF BUSINESS OR PERSONAL INFORMATION. SOME JURISDICTIONS DO NOT ALLOW LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES SO THIS RESTRICTION MAY NOT APPLY TO YOU.
42140
42141INFORMATION PROVIDED THROUGH THE YAHOO! SOFTWARE, INCLUDING STOCK QUOTES, ANALYSIS, MARKET INFORMATION, NEWS, AND FINANCIAL DATA, MAY BE DELAYED, INACCURATE, OR CONTAIN ERRORS OR OMISSIONS, AND THE YAHOO! ENTITIES AND YAHOO! LICENSORS WILL HAVE NO LIABILITY WITH RESPECT THERETO. YAHOO! MAY CHANGE OR DISCONTINUE ANY ASPECT OR FEATURE OF THE YAHOO! SOFTWARE OR THE USE OF ALL OR ANY FEATURES OR TECHNOLOGY IN THE YAHOO! SOFTWARE AT ANY TIME WITHOUT PRIOR NOTICE TO YOU, INCLUDING, BUT NOT LIMITED TO, CONTENT, HOURS OF AVAILABILITY.
42142
42143Indemnification.
42144
42145You agree to indemnify and hold the Yahoo! Entities harmless from any claim or demand, including reasonable attorneys'' fees, made by any third party in connection with or arising out of your use of the Yahoo! Software, your violation of any terms or conditions of this Software License, your violation of applicable laws, or your violation of any rights of another person or entity.
42146
42147Government End Users.
42148
42149If the Yahoo! Software and related documentation are supplied to or purchased by or on behalf of the United States Government, then the Yahoo! Software is deemed to be "commercial software" as that term is used in the Federal Acquisition Regulation system. Rights of the United States shall not exceed the minimum rights set forth in FAR 52.227- 19 for "restricted computer software." All other terms and conditions of this Software License apply.
42150
42151Controlling Law.
42152
42153This Software License and the relationship between you and Yahoo! is governed by the laws of the State of California without regard to its conflict of law provisions. You and Yahoo! agree to submit to the personal and exclusive jurisdiction of the courts located within the county of Santa Clara, California. The United Nations Convention on the International Sale of Goods does not apply to this Software License.
42154
42155No General Waiver; Severability.
42156
42157The failure of Yahoo! to exercise or enforce any right or provision of this Software License shall not constitute a waiver of such right or provision. If any provision of this Software License is found by a court of competent jurisdiction to be invalid, the parties nevertheless agree that the court should endeavor to give effect to the parties'' intentions as reflected in the provision, and the other provisions of this Software License remain in full force and effect.
42158
42159Complete Agreement.
42160
42161This Software License and the TOS constitute the entire understanding between the parties respecting use of the Yahoo! Software, superseding all prior agreements between you and Yahoo!. In the event of any conflict between the terms and conditions of this Software License and those in the TOS, the terms and conditions of this Software License will control, except to the extent that the TOS impose additional restrictions and liabilities on your actions. In the event of a conflict between the terms of this Software License and the TOS, this Software License will control to the extent of such conflict.
42162
42163Surviving Provisions.
42164
42165Sections 1.b, 2, and 4 through 12, will survive any termination of this Agreement.
42166
42167Version date: February 4, 2009', 'http://info.yahoo.com/legal/us/yahoo/toolbar/tbeula/tbeula-282.html', NULL, NULL, NULL, 'Yahoo Software License', NULL, NULL, NULL, '', NULL, false, false, false, '40f189830818d0468048f5da21bd12d0', 1, NULL);
42168INSERT INTO license_ref VALUES (538, 'See-file', 'This license means that you can get copyright or license information through a reference file.
42169
42170one example below:
42171/*
42172 * Copyright (C) 2007  Olli Salonen &lt;oasalonen@gmail.com&gt;
42173 * see btnx.c for detailed license information
42174 *
42175 * revoco.c is under a different copyright. See that file for details.
42176 *
42177 */', '', NULL, NULL, NULL, 'See-file', NULL, NULL, NULL, '', NULL, false, false, false, '2a6b03dc16aceeb103ca9b8865a7e18e', 1, NULL);
42178INSERT INTO license_ref VALUES (539, 'LGPL-2.1+-KDE-exception', 'This library is free software; you can redistribute it and/or
42179    modify it under the terms of the GNU Lesser General Public
42180    License as published by the Free Software Foundation; either
42181    version 2.1 of the License, or (at your option) version 3, or any
42182    later version accepted by the membership of KDE e.V. (or its
42183    successor approved by the membership of KDE e.V.), Nokia Corporation
42184    (or its successors, if any) and the KDE Free Qt Foundation, which shall
42185    act as a proxy defined in Section 6 of version 3 of the license.
42186
42187    This library is distributed in the hope that it will be useful,
42188    but WITHOUT ANY WARRANTY; without even the implied warranty of
42189    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
42190    Lesser General Public License for more details.', '', NULL, NULL, NULL, 'LGPL-2.1+-KDE-exception', NULL, NULL, NULL, '', NULL, false, false, false, '9d7f7fa667748fc9599b51f4f9a50813', 1, NULL);
42191INSERT INTO license_ref VALUES (540, 'LIBGCJ', 'Jan 21, 2002
42192
42193The libgcj library is licensed under the terms of the GNU General
42194Public License.
42195
42196Linking this library statically or dynamically with other modules is
42197making a combined work based on this library.  Thus, the terms and
42198conditions of the GNU General Public License cover the whole
42199combination.
42200
42201As a special exception, the copyright holders of this library give you
42202permission to link this library with independent modules to produce an
42203executable, regardless of the license terms of these independent
42204modules, and to copy and distribute the resulting executable under
42205terms of your choice, provided that you also meet, for each linked
42206independent module, the terms and conditions of the license of that
42207module.  An independent module is a module which is not derived from
42208or based on this library.  If you modify this library, you may extend
42209this exception to your version of the library, but you are not
42210obligated to do so.  If you do not wish to do so, delete this
42211exception statement from your version.
42212
42213You should have received a copy of the GNU General Public License
42214along with libjava; see the file COPYING.  If not, write to the
42215Free Software Foundation, 51 Franklin Street, Fifth Floor,
42216Boston, MA 02110-1301, USA.', '', NULL, NULL, NULL, 'LIBGCJ', NULL, NULL, NULL, '', NULL, false, false, false, '458324bdae28af6aaf3a4613f33035e9', 1, NULL);
42217INSERT INTO license_ref VALUES (541, 'WordNet-3.0', 'WordNet Release 3.0 This software and database is being provided to you, the LICENSEE, by Princeton University under the following license. By obtaining, using and/or copying this software and database, you agree that you have read, understood, and will comply with these terms and conditions.: Permission to use, copy, modify and distribute this software and database and its documentation for any purpose and without fee or royalty is hereby granted, provided that you agree to comply with the following copyright notice and statements, including the disclaimer, and that the same appear on ALL copies of the software, database and documentation, including modifications that you make for internal use or for distribution. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved. THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT- ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. The name of Princeton University or Princeton may not be used in advertising or publicity pertaining to distribution of the software and/or database. Title to copyright in this software, database and any associated documentation shall at all times remain with Princeton University and LICENSEE agrees to preserve same.', '', NULL, NULL, NULL, 'WordNet 3.0 license', NULL, NULL, NULL, '', NULL, false, false, false, 'eb77df57e088fba17c3bfc522b24b5d6', 1, NULL);
42218INSERT INTO license_ref VALUES (320, 'Naumen', 'NAUMEN Public License
42219This software is Copyright (c) NAUMEN (tm) and Contributors.
42220All rights reserved.
42221
42222Redistribution and use in source and binary forms, with or
42223without modification, are permitted provided that the following
42224conditions are met:
42225
422261. Redistributions in source code must retain the above
42227copyright notice, this list of conditions, and the following
42228disclaimer.
42229
422302. Redistributions in binary form must reproduce the above
42231copyright notice, this list of conditions, and the following
42232disclaimer in the documentation and/or other materials
42233provided with the distribution.
42234
422353. The name NAUMEN (tm) must not be used to
42236endorse or promote products derived from this software without prior
42237written permission from NAUMEN.
42238
422394. The right to distribute this software or to use it for any
42240purpose does not give you the right to use Servicemarks (sm)
42241or Trademarks (tm) of NAUMEN.
42242
422435. If any files originating from NAUMEN or Contributors are modified, you must
42244cause the modified files to carry prominent notices stating
42245that you changed the files and the date of any change.
42246
42247Disclaimer:
42248
42249THIS SOFTWARE IS PROVIDED BY NAUMEN "AS IS" AND ANY EXPRESSED
42250OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42251IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
42252PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL NAUMEN
42253OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
42254INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
42255(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
42256GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
42257INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
42258WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
42259NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
42260THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
42261DAMAGE.
42262
42263This software consists of contributions made by NAUMEN
42264and Contributors. Specific attributions are listed in the
42265accompanying credits file.', 'http://www.opensource.org/licenses/naumen.php', NULL, NULL, NULL, 'Naumen Public License', NULL, NULL, NULL, '', NULL, false, false, false, '19fb518675cb6fb01d4724c2667f16c6', 1, NULL);
42266INSERT INTO license_ref VALUES (543, 'FaCE', '==
42267== Copyright and Licensing Information
42268== $Id: License.txt 94670 2011-10-07 09:56:15Z johnnyw $
42269==
42270
42271ACE(tm) and TAO(tm) are copyrighted by Dr. Douglas C. Schmidt and the Center for Distributed
42272Object Computing (''DOC'' group) at Washington University, Copyright (C) 1993 - 2002, all rights
42273reserved.  Since ACE and TAO are open source, free software, you are free to use, modify, and
42274distribute the ACE and TAO source code and object code produced from the source, as long as
42275you include this copyright statement along with code built using ACE and TAO.  Please refer to
42276ACE and TAO documentations for detailed copyright and license information on ACE and TAO.
42277
42278FaCE is an additional front-end shell package designed for ACE and TAO testing work for Pocket
42279PC 2002 platform, created and released by Object Computing, Inc. (OCI) and distributed with ACE
42280and TAO under the same licensing terms. You can modify and change the source of FaCE for your
42281own use as long as you provide attribution to OCI by including its copyright statement in your
42282distributions of source and object code. OCI welcomes submissions of improvements to the FaCE
42283code base.
42284
42285FaCE is copyrighted by Object Computing, Inc., St. Louis Missouri, Copyright (C) 2002,
42286all rights reserved.
42287
42288
42289==
42290== Warranty Information
42291==
42292
42293FaCE is provided ''as is'' without warranties of any kind.', 'http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/ACE/contrib/FaCE/License.txt', NULL, NULL, NULL, 'FaCE', NULL, NULL, NULL, '', NULL, false, false, false, '5c72293b0a806db1ea92cdc1914c6f35', 1, NULL);
42294INSERT INTO license_ref VALUES (544, 'ACE', 'Copyright and Licensing Information for ACE(TM), TAO(TM), CIAO(TM), DAnCE(TM), and CoSMIC(TM)
42295
42296ACE(TM), TAO(TM), CIAO(TM), DAnCE>(TM), and CoSMIC(TM) (henceforth referred to as "DOC software") are copyrighted by Douglas C. Schmidt and his research group at Washington University, University of California, Irvine, and Vanderbilt University, Copyright (c) 1993-2009, all rights reserved. Since DOC software is open-source, freely available software, you are free to use, modify, copy, and distribute--perpetually and irrevocably--the DOC software source code and object code produced from the source, as well as copy and distribute modified versions of this software. You must, however, include this copyright statement along with any code built using DOC software that you release. No copyright statement needs to be provided if you just ship binary executables of your software products.
42297You can use DOC software in commercial and/or binary software releases and are under no obligation to redistribute any of your source code that is built using DOC software. Note, however, that you may not misappropriate the DOC software code, such as copyrighting it yourself or claiming authorship of the DOC software code, in a way that will prevent DOC software from being distributed freely using an open-source development model. You needn''t inform anyone that you''re using DOC software in your software, though we encourage you to let us know so we can promote your project in the DOC software success stories.
42298
42299The ACE, TAO, CIAO, DAnCE, and CoSMIC web sites are maintained by the DOC Group at the Institute for Software Integrated Systems (ISIS) and the Center for Distributed Object Computing of Washington University, St. Louis for the development of open-source software as part of the open-source software community. Submissions are provided by the submitter ``as is'''' with no warranties whatsoever, including any warranty of merchantability, noninfringement of third party intellectual property, or fitness for any particular purpose. In no event shall the submitter be liable for any direct, indirect, special, exemplary, punitive, or consequential damages, including without limitation, lost profits, even if advised of the possibility of such damages. Likewise, DOC software is provided as is with no warranties of any kind, including the warranties of design, merchantability, and fitness for a particular purpose, noninfringement, or arising from a course of dealing, usage or trade practice. Washington University, UC Irvine, Vanderbilt University, their employees, and students shall have no liability with respect to the infringement of copyrights, trade secrets or any patents by DOC software or any part thereof. Moreover, in no event will Washington University, UC Irvine, or Vanderbilt University, their employees, or students be liable for any lost revenue or profits or other special, indirect and consequential damages.
42300
42301DOC software is provided with no support and without any obligation on the part of Washington University, UC Irvine, Vanderbilt University, their employees, or students to assist in its use, correction, modification, or enhancement. A number of companies around the world provide commercial support for DOC software, however. DOC software is Y2K-compliant, as long as the underlying OS platform is Y2K-compliant. Likewise, DOC software is compliant with the new US daylight savings rule passed by Congress as "The Energy Policy Act of 2005," which established new daylight savings times (DST) rules for the United States that expand DST as of March 2007. Since DOC software obtains time/date and calendaring information from operating systems users will not be affected by the new DST rules as long as they upgrade their operating systems accordingly.
42302
42303The names ACE(TM), TAO(TM), CIAO(TM), DAnCE(TM), CoSMIC(TM), Washington University, UC Irvine, and Vanderbilt University, may not be used to endorse or promote products or services derived from this source without express written permission from Washington University, UC Irvine, or Vanderbilt University. This license grants no permission to call products or services derived from this source ACE(TM), TAO(TM), CIAO(TM), DAnCE(TM), or CoSMIC(TM), nor does it grant permission for the name Washington University, UC Irvine, or Vanderbilt University to appear in their names.
42304
42305If you have any suggestions, additions, comments, or questions, please let me know.
42306
42307Douglas C. Schmidt', 'http://www.cs.wustl.edu/~schmidt/ACE-copying.html', NULL, NULL, NULL, 'ACE', NULL, NULL, NULL, '', NULL, false, false, false, '7305bb2575f9bc7e96c86816c47aaada', 1, NULL);
42308INSERT INTO license_ref VALUES (545, 'Tapjoy', 'Copyright © 2014 Tapjoy, Inc. All Rights Reserved
42309TAPJOY SDK DOWNLOAD LICENSE AGREEMENT
42310
42311BY USING THE SDK, YOU AND THE COMPANY OR ENTITY THAT YOU REPRESENT ("YOU") ARE AGREEING TO BE BOUND BY AND ARE BECOMING A PARTY TO THIS TAPJOY SDK LICENSE AGREEMENT ("AGREEMENT"). IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, CLICK THE "CANCEL" BUTTON AND THE DOWNLOAD AND INSTALLATION PROCESS WILL NOT CONTINUE. IF THESE TERMS ARE CONSIDERED AN OFFER, ACCEPTANCE IS EXPRESSLY LIMITED TO THESE TERMS.
42312
42313GRANT. Subject to Your compliance with all of the terms and conditions of this Agreement, Tapjoy, Inc. ("Tapjoy") hereby grants You (i) if you are a publisher, a limited, personal, non-sublicensable, non-transferable, royalty-free, nonexclusive license to copy, install and use the SDK development kit that You are about to download along with any documentation that accompanies it (collectively, the "SDK") solely for the purpose of internally creating end user mobile (including tablet) applications ("Application(s)") that are interoperable with the Tapjoy service (as such service is described at www.Tapjoy.com) (the "Service"), and (ii) if you are an advertiser, a limited, personal, non-sublicensable, non-transferable, royalty-free, nonexclusive license to copy, install and use the SDK solely for the purpose of advertising with the Tapjoy Service. You may exercise the foregoing license only within and for the benefit of Your organization. You shall not distribute the SDK to any third party.
42314USER DATA. You agree that the SDK will enable You to exchange Your user information with Tapjoy which may inculde UDID (unique device identifier), MAC address and OpenUDID. As a condition of any user of the SDKs, You must obtain express consent to collect and share user data with Tapjoy by including, as applicable, in Your terms of service and/or privacy policy provisions the following (or similar terms that are no less protective of Tapjoy):
42315You agree that in order to provide services to you which you have requested including relevant content and advertising, and to track and award virtual rewards, we may exchange information that we collect from you with third parties who help us perform these tasks and provide these products and services including UDID (unique device identifier), MAC address, OpenUDID, information about your device systems, application software and periphials, and the country setting on the device.
42316
42317RESTRICTIONS. You shall not, directly or indirectly (or allow any third party to): use the SDK to create (or facilitate the creation of) any product or service that is competitive (in any way) with the Service; use the SDK for any commercial purpose (except to the extent, if you are a publisher, your Application(s) are considered to have a "commercial purpose"); rent or lease the SDK; use the SDK for timesharing or service bureau purposes, or otherwise for the benefit of third parties; use the SDK for performing comparisons or other "benchmarking" activities, either alone or in connection with any software (and You will not publish any such performance information or comparisons); use the SDK except as expressly licensed above; or remove or alter or obscure any proprietary notices from the SDK. Further, if Tapjoy makes available and You use the SDK in compiled form, You shall not decompile, reverse engineer, modify or create derivative works of the SDK (including the runtime components and any other portions thereof).
42318OWNERSHIP; FEEDBACK. As between the parties, title, ownership rights, and intellectual property rights in and to the SDK, and any copies or portions thereof, shall remain in Tapjoy and its suppliers or licensors. You agree that Tapjoy may collect and use comments, feedback, suggestions and other technical information provided by you, if any, related to the SDK, and that Tapjoy may use this information to improve, develop and otherwise provide applications, services and technologies. You understand that Tapjoy may modify or discontinue offering the SDK at any time. The SDK is protected by the copyright laws of the United States and international copyright treaties. Tapjoy reserves all rights in the SDK not expressly licensed above.
42319SUPPORT AND UPGRADES. If Tapjoy provides You with any upgrades, patches, enhancements, or fixes for the SDK, then the items that are provided will become part of the SDK and subject to this Agreement. Tapjoy shall have no obligation, however, under this Agreement to provide any upgrades, patches, enhancements, fixes or any other support to You for the SDK. Tapjoy may make such support services available to You under a separate agreement for a fee.
42320INDEMNITY. You agree that Tapjoy shall have no liability whatsoever for any use You make of the SDK. You hereby agree to indemnify and hold harmless Tapjoy from any and all claims, demands, damages, losses, liabilities, costs, and expenses (including attorney''s fees) arising from Your use of the SDK.
42321WARRANTY AND DISCLAIMER. TAPJOY PROVIDES THE SDK "AS IS" AND WITHOUT WARRANTY OF ANY KIND, AND TAPJOY HEREBY DISCLAIMS ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, PERFORMANCE, ACCURACY, RELIABILITY, AND NON-INFRINGEMENT. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS AGREEMENT.
42322LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES (AND UNDER NO LEGAL THEORY, TORT, CONTRACT, STRICT LIABILITY, OR OTHERWISE) SHALL TAPJOY OR ITS LICENSORS OR SUPPLIERS BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY: (I) DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER, EVEN IF FORESEEABLE, INCLUDING, WITHOUT LIMITATION, COST OF SUBSTITUTE TECHNOLOGY, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, ACCURACY OF RESULTS, LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, (II) AMOUNTS IN THE AGGREGATE IN EXCESS OF US$100.00, OR (III) MATTERS BEYOND THEIR REASONABLE CONTROL.
42323TERMINATION. You may terminate this Agreement and the license granted herein at any time by destroying or removing from all hard drives, networks, and other storage media all copies of the SDK. Tapjoy may terminate this Agreement and the license granted herein immediately if You breach any provision of this Agreement. Upon receiving notice of termination from Tapjoy You agree to destroy or remove from such storage media all copies of the SDK. Sections 2 through 12 shall survive termination of this Agreement.
42324EXPORT CONTROLS. You shall comply with all export laws and restrictions and regulations of the Department of Commerce, the United States Department of Treasury Office of Foreign Assets Control ("OFAC"), or other United States or foreign agency or authority, and not to export, or allow the export or re-export of the SDK in violation of any such restrictions, laws or regulations. By downloading or using the SDK, You are agreeing to the foregoing and You are representing and warranting that You are not located in, under the control of, or a national or resident of any restricted country or on any such list.
42325U.S. GOVERNMENT RESTRICTED RIGHTS. Use, duplication or disclosure by the Government is subject to restrictions set forth in subparagraphs (a) through (d) of the Commercial Computer-Restricted Rights clause at FAR 52.227-19 when applicable, or in subparagraph (c) (1) (ii) of the Rights in Technical Data and Computer Software clause in DFARS 252.227-7013, and in similar clauses in the NASA FAR Supplement.
42326MISCELLANEOUS. You shall not assign or transfer any part of this Agreement to any third party. This Agreement represents the complete agreement concerning this license between the parties and supersedes all prior agreements and representations between them. If any provision of this Agreement is held to be unenforceable for any reason, such provision shall be reformed only to the extent necessary to make it enforceable. This Agreement shall be governed by and construed under California law as such law applies to agreements between California residents entered into and to be performed within California. Any disputes arising from this Agreement shall be subject to the sole and exclusive jurisdiction of, and venue in, the state and Federal Courts located in San Francisco, California (and the You hereby consent and submit to such jurisdiction and venue). The prevailing party in any action or proceeding to enforce this Agreement will be entitled to costs and attorneys'' fees.
42327Tapjoy, Inc.
42328111 Sutter Street, 13th Floor
42329San Francisco, CA 94104
42330When you access and download the SDK, You may also have access to use the Silverlight SharpZipLib software product. The Silverlight SharpZip Lib software is licensed pursuant to the GNU General Public License version 2 (GPLv2), Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA which is available at http://slsharpziplib.codeplex.com/license (the "License"). Any use of Silverlight SharpZipLib shall be subject to the License. For a complete machine-readable copy of the Silverlight SharpZipLib 0.86.0.518 source code, please contact Tapjoy at the address set forth above or download it at: http://slsharpziplib.codeplex.com/releases/view/50561.
42331
42332When you access and download the SDK, You may have access to use the UIDevice-with-UniqueIdentifier-for-iOS-5. The UIDevice-with-UniqueIdentifier-for-iOS-5 software is licensed pursuant to the MIT license as follows and available at https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5/blob/master/license. For a complete machine-readable copy of the UIDevice-with-UniqueIdentifier-for-iOS-5 source code, please contact Tapjoy at the address set forth above or download it at https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5:
42333
42334Copyright (C) 2012, Georg Kitz, @gekitz
42335
42336Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS 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 AUTHORS 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 THE USE OR OTHER DEALINGS IN THE SOFTWARE.', 'https://dashboard.tapjoy.com/dashboard/sdk/license', NULL, NULL, NULL, 'Tapjoy', NULL, NULL, NULL, '', NULL, false, false, false, '58bdb743164971f33ed44baa6764c769', 1, NULL);
42337INSERT INTO license_ref VALUES (546, 'Interbase-1.0', 'INTERBASE PUBLIC LICENSE
42338
42339Version 1.0
42340
423411. Definitions.
42342
423431.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party.
42344
423451.1. ''''Contributor'''' means each entity that creates or contributes to the creation of Modifications.
42346
423471.2. ''''Contributor Version'''' means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
42348
423491.3. ''''Covered Code'''' means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
42350
423511.4. ''''Electronic Distribution Mechanism'''' means a mechanism generally accepted in the software development community for the electronic transfer of data.
42352
423531.5. ''''Executable'''' means Covered Code in any form other than Source Code.
42354
423551.6. ''''Initial Developer'''' means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
42356
423571.7. ''''Larger Work'''' means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
42358
423591.8. ''''License'''' means this document.
42360
423611.8.1. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
42362
423631.9. ''''Modifications'''' means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:
42364
42365A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
42366
42367B. Any new file that contains any part of the Original Code or previous Modifications.
42368
423691.10. ''''Original Code'''' means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
42370
423711.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.
42372
423731.11. ''''Source Code'''' means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor''s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
42374
423751.12. "You'''' (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You'''' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control'''' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
42376
423772. Source Code License.
42378
423792.1. The Initial Developer Grant.
42380
42381The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
42382
42383(a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and
42384
42385(b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof).
42386
42387(c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.
42388
42389(d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.
42390
423912.2. Contributor Grant.
42392
42393Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license
42394
42395(a) under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and
42396
42397(b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).
42398
42399(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code.
42400
42401(d) Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.
42402
424033. Distribution Obligations.
42404
424053.1. Application of License.
42406
42407The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients'' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
42408
424093.2. Availability of Source Code.
42410
42411Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
42412
424133.3. Description of Modifications.
42414
42415You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
42416
424173.4. Intellectual Property Matters
42418
42419(a) Third Party Claims.
42420
42421If Contributor has knowledge that a license under a third party''s intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL'''' which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
42422
42423(b) Contributor APIs.
42424
42425If Contributor''s Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.
42426
42427(c) Representations.
42428
42429Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor''s Modifications are Contributor''s original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License.
42430
424313.5. Required Notices.
42432
42433You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients'' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
42434
424353.6. Distribution of Executable Versions.
42436
42437You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients'' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient''s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
42438
424393.7. Larger Works.
42440
42441You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
42442
424434. Inability to Comply Due to Statute or Regulation.
42444
42445If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
42446
424475. Application of this License.
42448
42449This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.
42450
424516. Versions of the License.
42452
424536.1. New Versions.
42454
42455Inprise Corporation (''''Inprise'''') may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
42456
424576.2. Effect of New Versions.
42458
42459Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Inprise. No one other than Inprise has the right to modify the terms applicable to Covered Code created under this License.
42460
424616.3. Derivative Works.
42462
42463If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases ''''Mozilla'''', ''''MOZILLAPL'''', ''''MOZPL'''', ''''Netscape'''', "MPL", ''''NPL", "InterBase", "Inprise", "Borland'''' or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
42464
424656.4 Origin of the InterBase Public License.
42466
42467The InterBase public license is based on the Mozilla Public License V 1.1 with the following changes:
42468
424691. The license is published by Inprise Corporation. Only Inprise Corporation can modify the terms applicable to Covered Code.
424702. The license can be modified and used for code which is not already governed by this license. Modified versions of the license must be renamed to avoid confusion with Netscape’s or Inprise’s license and must include a description of changes from the InterBase Public License.
424713. The name of the license in Exhibit A is the "InterBase Public License".
424724. The reference to an alternative license in Exhibit A has been removed.
424735. Amendments I, II, III, V, and VI have been deleted.
424746. Exhibit A, Netscape Public License has been deleted
424757. A new amendment (II) has been added, describing the required and restricted rights to use the trademarks of Inprise Corporation.
42476
424777. DISCLAIMER OF WARRANTY.
42478
42479COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS'''' BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
42480
424818. TERMINATION.
42482
424838.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
42484
424858.2. If You initiate litigation by asserting a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant") alleging that:
42486
42487(a) such Participant''s Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.
42488
42489(b) any software, hardware, or device, other than such Participant''s Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.
42490
424918.3. If You assert a patent infringement claim against Participant alleging that such Participant''s Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
42492
424938.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.
42494
424959. LIMITATION OF LIABILITY.
42496
42497UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY''S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
42498
4249910. U.S. GOVERNMENT END USERS.
42500
42501The Covered Code is a ''''commercial item,'''' as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of ''''commercial computer software'''' and ''''commercial computer software documentation,'''' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
42502
4250311. MISCELLANEOUS.
42504
42505This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by Georgia law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, Any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of Georgia and/or the state courts of Gwinnett County, Georgia, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys'' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
42506
4250712. RESPONSIBILITY FOR CLAIMS.
42508
42509As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
42510
4251113. MULTIPLE-LICENSED CODE.
42512
42513Initial Developer may designate portions of the Covered Code as "Multiple-Licensed". "Multiple-Licensed" means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the InterBase Public License or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.
42514
42515EXHIBIT A - InterBase Public License.
42516
42517``The contents of this file are subject to the InterBase Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.interbase.com/IPL.html
42518
42519Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
42520
42521The Original Code was created by InterBase Software Corp and its successors.
42522
42523Portions created by Borland/Inprise are Copyright (C) Borland/Inprise. All Rights Reserved.
42524
42525Contributor(s): ______________________________________.
42526
42527AMENDMENTS
42528
42529I. InterBase and logo. This License does not grant any rights to use the trademarks "InterBase'''', "Java" or "JavaScript" even if such marks are included in the Original Code or Modifications.
42530
42531II. Trademark Usage.
42532
42533II.1. Advertising Materials. All advertising materials mentioning features or use of the covered Code must display the following acknowledgement: "This product includes software developed by Inprise Corporation. "
42534
42535II.2. Endorsements. The names "InterBase," "Inprise," and "Borland" must not be used to endorse or promote Contributor Versions or Larger Works without the prior written permission of InterBase.
42536
42537II.3. Product Names. Contributor Versions and Larger Works may not be called "InterBase" or "InterBase" nor may the word "InterBase" appear in their names without the prior written permission of Inprise.', 'http://www.firebirdsql.org/en/interbase-public-license/', NULL, NULL, NULL, 'InterBase Public License 1.0', NULL, NULL, NULL, '', NULL, false, false, false, '93a8eb7ab361d545a4ddabad2b88737e', 1, NULL);
42538INSERT INTO license_ref VALUES (547, 'OCCT', 'Open CASCADE Technology Public License
42539
42540License version: 6.6
42541April 2013
42542
42543Open CASCADE S.A.S. releases and makes publicly available the source code of the software Open CASCADE Technology to the free software development community under the terms and conditions of this license.
42544
42545It is not the purpose of this license to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this license has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
42546
42547Please read this license carefully and completely before downloading this software. By downloading, using, modifying, distributing and sublicensing this software, you indicate your acceptance to be bound by the terms and conditions of this license. If you do not want to accept or cannot accept for any reasons the terms and conditions of this license, please do not download or use in any manner this software.
42548
425491. Definitions
42550
42551Unless there is something in the subject matter or in the context inconsistent therewith, the capitalized terms used in this License shall have the following meaning.
42552
42553"Applicable Intellectual Property Rights" means (a) with respect to the Initial Developer, any rights under patents or patents applications or other intellectual property rights that are now or hereafter acquired, owned by or assigned to the Initial Developer and that cover subject matter contained in the Original Code, but only to the extent necessary to use, reproduce, modify, distribute or sublicense the Original Code without infringement; and (b) with respect to You or any Contributor, any rights under patents or patents applications or other intellectual property rights that are now or hereafter acquired, owned by or assigned to You or to such Contributor and that cover subject matter contained in Your Modifications or in such Contributor''s Modifications, taken alone or in combination with Original Code
42554
42555"Contributor" means each individual or legal entity that creates or contributes to the creation of any Modification, including the Initial Developer.
42556
42557"Derivative Program": means a new program combining the Software or portions thereof with other source code not governed by the terms of this License.
42558
42559"Initial Developer": means Open CASCADE S.A.S., with main offices at 1, place des Frères Montgolfier, 78280, Guyancourt, France.
42560
42561"Modifications": mean any addition to, deletion from or change to the substance or the structure of the Software. When source code of the Software is released as a series of files, a Modification is: (a) any addition to, deletion from or change to the contents of a file containing the Software or (b) any new file or other representation of computer program statements that contains any part of the Software. By way of example, Modifications include any debug of, or improvement to, the Original Code or any of its components or portions as well as its next versions or releases thereof.
42562
42563"Original Code": means (a) the source code of the software Open CASCADE Technology originally made available by the Initial Developer under this License, including the source code of any updates or upgrades of the Original Code and (b) the object code compiled from such source code and originally made available by Initial Developer under this License.
42564
42565"Software": means the Original Code, the Modifications, the combination of Original Code and any Modifications or any respective portions thereof.
42566
42567"You" or "Your": means an individual or a legal entity exercising rights under this License
42568
425692. Acceptance of license
42570
42571By using, reproducing, modifying, distributing or sublicensing the Software or any portion thereof, You expressly indicate Your acceptance of the terms and conditions of this License and undertake to act in accordance with all the provisions of this License applicable to You.
42572
425733. Scope and purpose
42574
42575This License applies to the Software and You may not use, reproduce, modify, distribute, sublicense or circulate the Software, or any portion thereof, except as expressly provided under this License. Any attempt to otherwise use, reproduce, modify, distribute or sublicense the Software is void and will automatically terminate Your rights under this License.
42576
425774. Contributor license
42578
42579Subject to the terms and conditions of this License, the Initial Developer and each of the Contributors hereby grant You a world-wide, royalty-free, irrevocable and non-exclusive license under the Applicable Intellectual Property Rights they own or control, to use, reproduce, modify, distribute and sublicense the Software provided that:
42580
42581You reproduce in all copies of the Software the copyright and other proprietary notices and disclaimers of the Initial Developer as they appear in the Original Code and attached hereto as Schedule "A" and any other notices or disclaimers attached to the Software and keep intact all notices in the Original Code that refer to this License and to the absence of any warranty;
42582
42583You include a copy of this License with every copy of the Software You distribute;
42584
42585If you distribute or sublicense the Software (as modified by You or on Your behalf as the case may be), You cause such Software to be licensed as a whole, at no charge, to all third parties, under the terms and conditions of the License, making in particular available to all third parties the source code of the Software;
42586
42587You document all Your Modifications, indicate the date of each such Modification, designate the version of the Software You used, prominently include a file carrying such information with respect to the Modifications and duplicate the copyright and other proprietary notices and disclaimers attached hereto as Schedule "B" or any other notices or disclaimers attached to the Software with your Modifications.
42588
42589For greater certainty, it is expressly understood that You may freely create Derivative Programs (without any obligation to publish such Derivative Program) and distribute same as a single product. In such case, You must ensure that all the requirements of this License are fulfilled for the Software or any portion thereof.
42590
425915. Your license
42592
42593You hereby grant all Contributors and anyone who becomes a party under this License a world-wide, non-exclusive, royalty-free and irrevocable license under the Applicable Intellectual Property Rights owned or controlled by You, to use, reproduce, modify, distribute and sublicense all Your Modifications under the terms and conditions of this License.
42594
425956. Software subject to license
42596
42597Your Modifications shall be governed by the terms and conditions of this License. You are not authorized to impose any other terms or conditions than those prevailing under this License when You distribute and/or sublicense the Software, save and except as permitted under Section 7 hereof.
42598
425997. Additional terms
42600
42601You may choose to offer, on a non-exclusive basis, and to charge a fee for any warranty, support, maintenance, liability obligations or other rights consistent with the scope of this License with respect to the Software (the "Additional Terms") to the recipients of the Software. However, You may do so only on Your own behalf and on Your sole and exclusive responsibility. You must obtain the recipient''s agreement that any such Additional Terms are offered by You alone, and You hereby agree to indemnify, defend and hold the Initial Developer and any Contributor harmless for any liability incurred by or claims asserted against the Initial Developer or any Contributors with respect to any such Additional Terms.
42602
426038. Disclaimer of warranty
42604
42605The Software is provided under this License on an "as is" basis, without warranty of any kind, including without limitation, warranties that the Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Software is with You.
42606
426079. Liability
42608
42609Under no circumstances shall You, the Initial Developer or any Contributor be liable to any person for any direct or indirect damages of any kind including, without limitation, damages for loss of goodwill, loss of data, work stoppage, computer failure or malfunction or any and all other commercial damages or losses resulting from or relating to this License or indirectly to the use of the Software.
42610
4261110. Trademark
42612
42613This License does not grant any rights to use the trademarks, trade names and domain names "MATRA", "EADS Matra Datavision", "CAS.CADE", "Open CASCADE", "opencascade.com" and "opencascade.org" or any other trademarks, trade names or domain names used or owned by the Initial Developer.
42614
4261511. Copyright
42616
42617The Initial Developer retains all rights, title and interest in and to the Original Code. You may not remove the copyright © notice which appears when You download the Software.
42618
4261912. Term
42620
42621This License is granted to You for a term equal to the remaining period of protection covered by the intellectual property rights applicable to the Original Code.
42622
4262313. Termination
42624
42625In case of termination, as provided in Section 3 above, You agree to immediately stop any further use, reproduction, modification, distribution and sublicensing of the Software and to destroy all copies of the Software that are in Your possession or control. All sublicenses of the Software which have been properly granted prior to termination shall survive any termination of this License. In addition, Sections 5, 8 to 11, 13.2 and 15.2 of this License, in reason of their nature, shall survive the termination of this License for a period of fifteen (15) years.
42626
4262714. Versions of the license
42628
42629The Initial Developer may publish new versions of this License from time to time. Once Original Code has been published under a particular version of this License, You may choose to continue to use it under the terms and conditions of that version or use the Original Code under the terms of any subsequent version of this License published by the Initial Developer.
42630
4263115. Miscellaneous
42632
4263315.1 Relationship of the Parties
42634
42635This License will not be construed as creating an agency, partnership, joint venture or any other form of legal association between You and the Initial Developer, and You will not represent to the contrary, whether expressly, by implication or otherwise.
42636
4263715.2 Independent Development
42638
42639Nothing in this License will impair the Initial Developer''s right to acquire, license, develop, have others develop for it, market or distribute technology or products that perform the same or similar functions as, or otherwise compete with, Modifications, Derivative Programs, technology or products that You may develop, produce, market or distribute.
42640
4264115.3 Severability
42642
42643If for any reason a court of competent jurisdiction finds any provision of this License, or portion thereof, to be unenforceable, that provision of the License will be enforced to the maximum extent permissible so as to effect the economic benefits and intent of the parties, and the remainder of this License will continue in full force and extent.
42644
42645END OF THE TERMS AND CONDITIONS
42646OF THIS LICENSE
42647
42648Open CASCADE S.A.S. is a French société par actions simplifiée having its registered head office at 1, place des Frères Montgolfier, 78280, Guyancourt, France and main offices at 1, place des Frères Montgolfier, 78280, Guyancourt, France. Its web site is located at the following address www.opencascade.com
42649
42650Open CASCADE Technology Public License
42651Schedule "A"
42652
42653The content of this file is subject to the Open CASCADE Technology Public License (the "License"). You may not use the content of this file except in compliance with the License. Please obtain a copy of the License at http://www.opencascade.org and read it completely before using this file.
42654The Initial Developer of the Original Code is Open CASCADE S.A.S., with main offices at 1, place des Frères Montgolfier, 78280, Guyancourt, France. The Original Code is copyright © Open CASCADE S.A.S., 2001. All rights reserved.
42655
42656"The Original Code and all software distributed under the License are distributed on an "AS IS" basis, without warranty of any kind, and the Initial Developer hereby disclaims all such warranties, including without limitation, any warranties of merchantability, fitness for a particular purpose or non-infringement.
42657
42658Please see the License for the specific terms and conditions governing rights and limitations under the License".
42659
42660End of Schedule "A"
42661
42662Open CASCADE Technology Public License
42663Schedule "B"
42664
42665"The content of this file is subject to the Open CASCADE Technology Public License (the "License"). You may not use the content of this file except in compliance with the License. Please obtain a copy of the License at http://www.opencascade.org and read it completely before using this file.
42666The Initial Developer of the Original Code is Open CASCADE S.A.S., with main offices at 1, place des Frères Montgolfier, 78280, Guyancourt, France. The Original Code is copyright © Open CASCADE S.A.S., 2001. All rights reserved.
42667
42668Modifications to the Original Code have been made by ________________________. Modifications are copyright © [Year to be included]. All rights reserved.
42669
42670The software Open CASCADE Technology and all software distributed under the License are distributed on an "AS IS" basis, without warranty of any kind, and the Initial Developer hereby disclaims all such warranties, including without limitation, any warranties of merchantability, fitness for a particular purpose or non-infringement. Please see the License for the specific terms and conditions governing rights and limitations under the License"
42671
42672End of Schedule "B"', 'http://www.opencascade.org/getocc/license/license_old/', NULL, NULL, NULL, 'Open CASCADE Technology Public License', NULL, NULL, NULL, '', NULL, false, false, false, '661777cb1f688cf209ac2bc44ff8a98a', 1, NULL);
42673INSERT INTO license_ref VALUES (548, 'Sendmail', 'SENDMAIL OPEN SOURCE LICENSE
42674
42675The following license terms and conditions apply to this open source
42676software ("Software"), unless a different license is obtained directly
42677from Sendmail, Inc. ("Sendmail") located at 6425 Christie Ave, Fourth
42678Floor, Emeryville, CA 94608, USA.
42679
42680Use, modification and redistribution (including distribution of any
42681modified or derived work) of the Software in source and binary forms is
42682permitted only if each of the following conditions of 1-6 are met:
42683
426841. Redistributions of the Software qualify as "freeware" or "open
42685   source software" under one of the following terms:
42686
42687   (a) Redistributions are made at no charge beyond the reasonable
42688       cost of materials and delivery; or
42689
42690   (b) Redistributions are accompanied by a copy of the modified
42691       Source Code (on an acceptable machine-readable medium) or by an
42692       irrevocable offer to provide a copy of the modified Source Code
42693       (on an acceptable machine-readable medium) for up to three years
42694       at the cost of materials and delivery. Such redistributions must
42695       allow further use, modification, and redistribution of the Source
42696       Code under substantially the same terms as this license. For
42697       the purposes of redistribution "Source Code" means the complete
42698       human-readable, compilable, linkable, and operational source
42699       code of the redistributed module(s) including all modifications.
42700
427012. Redistributions of the Software Source Code must retain the
42702   copyright notices as they appear in each Source Code file, these
42703   license terms and conditions, and the disclaimer/limitation of
42704   liability set forth in paragraph 6 below. Redistributions of the
42705   Software Source Code must also comply with the copyright notices
42706   and/or license terms and conditions imposed by contributors on
42707   embedded code. The contributors'''''''' license terms and conditions
42708   and/or copyright notices are contained in the Source Code
42709   distribution.
42710
427113. Redistributions of the Software in binary form must reproduce the
42712   Copyright Notice described below, these license terms and conditions,
42713   and the disclaimer/limitation of liability set forth in paragraph
42714   6 below, in the documentation and/or other materials provided with
42715   the binary distribution.  For the purposes of binary distribution,
42716   "Copyright Notice" refers to the following language: "Copyright (c)
42717   1998-2004 Sendmail, Inc. All rights reserved."
42718
427194. Neither the name, trademark or logo of Sendmail, Inc. (including
42720   without limitation its subsidiaries or affiliates) or its contributors
42721   may be used to endorse or promote products, or software or services
42722   derived from this Software without specific prior written permission.
42723   The name "sendmail" is a registered trademark and service mark of
42724   Sendmail, Inc.
42725
427265. We reserve the right to cancel this license if you do not comply with
42727   the terms.  This license is governed by California law and both of us
42728   agree that for any dispute arising out of or relating to this Software,
42729   that jurisdiction and venue is proper in San Francisco or Alameda
42730   counties.  These license terms and conditions reflect the complete
42731   agreement for the license of the Software (which means this supercedes
42732   prior or contemporaneous agreements or representations).  If any term
42733   or condition under this license is found to be invalid, the remaining
42734   terms and conditions still apply.
42735
427366. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY
42737   SENDMAIL AND ITS CONTRIBUTORS "AS IS" WITHOUT WARRANTY OF ANY KIND
42738   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42739   IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT AND FITNESS FOR A
42740   PARTICULAR PURPOSE ARE EXPRESSLY DISCLAIMED. IN NO EVENT SHALL SENDMAIL
42741   OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
42742   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
42743   TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
42744   OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
42745   OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
42746   WITHOUT LIMITATION NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
42747   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
42748
42749$Revision: 1.11 $ $Date: 2004/05/18 01:26:24 $', 'http://www.sendmail.org/~ca/email/sm-X/LICENSE', NULL, NULL, NULL, 'Sendmail', NULL, NULL, NULL, '', NULL, false, false, false, '42c7540cab891e2746585c2fca09bdff', 1, NULL);
42750INSERT INTO license_ref VALUES (490, 'Intel-EULA', 'Intel Open Source License
42751
42752
42753Copyright (c) 1996-2000 Intel Corporation All rights reserved.
42754
42755Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
42756•	Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
42757•	Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
42758•	Neither the name of the Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
42759
42760THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INTEL OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. EXPORT LAWS: THIS LICENSE ADDS NO RESTRICTIONS TO THE EXPORT LAWS OF YOUR JURISDICTION. It is licensee''s responsibility to comply with any export regulations applicable in licensee''s jurisdiction. Under CURRENT (May 2000) U.S. export regulations this software is eligible for export from the U.S. and can be downloaded by or otherwise exported or reexported worldwide EXCEPT to U.S. embargoed destinations which include Cuba, Iraq, Libya, North Korea, Iran, Syria, Sudan, Afghanistan and any other country to which the U.S. has embargoed goods and services.', 'http://opensource.org/licenses/Intel', NULL, NULL, NULL, 'Intel Open Source License', NULL, NULL, NULL, '', NULL, false, false, false, '273a6c7b3d192b2f6c368e706423b815', 1, NULL);
42761INSERT INTO license_ref VALUES (335, 'RealNetworks-EULA', 'REALNETWORKS, INC.
42762REAL LICENSING PROGRAM
42763LICENSE SUPPLEMENT
42764REDISTRIBUTION NOT PERMITTED
42765IMPORTANT: READ CAREFULLY:
42766This RealNetworks, Inc. License Supplement (“License Supplement”) is a legal
42767agreement between you (either an individual or an entity, “You”) and RealNetworks, Inc.
42768and its suppliers and licensors (collectively, “RealNetworks”) for the products (the
42769“Software”) listed on the Real Licensing Program invoice (the “Invoice”) provided to
42770You by RealNetworks.
42771BY CLICKING ON “ACCEPT”, INSTALLING, COPYING OR OTHERWISE USING
42772THE SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS OF THIS
42773LICENSE SUPPLEMENT. IF YOU DO NOT AGREE TO THE TERMS OF THIS
42774LICENSE SUPPLEMENT, CLICK THE “I DO NOT ACCEPT” TO TERMINATE THE
42775SOFTWARE INSTALLATION PROCESS.
42776YOU AGREE THAT YOUR USE OF THE SOFTWARE ACKNOWLEDGES THAT
42777YOU HAVE READ THIS LICENSE SUPPLEMENT, UNDERSTAND IT, AND
42778AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.
427791. SUPPLEMENT. This License Supplement supplements the End User License
42780Agreement(s) accompanying the Software (“EULA”). In the event of any conflict
42781between the terms of this License Supplement and any EULA, the terms of this License
42782Supplement will control. Except for the provisions set forth in this License Supplement,
42783all EULA provisions will remain in full force and effect.
427842. ELIGIBILITY. Notwithstanding anything to the contrary in the EULA, the Software
42785covered by the EULA and this License Supplement are available only to the following
42786types of entities, and You represent and warrant that You are one of the following:
42787(a) Corporations, educational institutions, government organizations or not-for-profit
42788organizations who deploy the server for their own internal non-commercial use. Wireless
42789Network service providers or wireless network operators may not deploy this Software
42790within their network(s). (b) End User Network Service Providers of less than 200,000
42791subscribers. As used in this License Supplement, "End User Network Service Providers"
42792means an entity that provides data network services to consumers or individuals. (c )
42793Media Companies with less than fifty million dollars ($50,000,000) in annual revenue.
42794As used in this License Supplement, "Media Company" means an entity that provides
42795text, audio or video programming to distributors or direct to consumers in exchange for
42796fees or based on an advertising business model. Notwithstanding the above, this License
42797Supplement is not available to an organization that is using this Software to provide
42798content to consumers via an Operator. As used in this License Supplement, "Operator"
42799means an organization that provides voice and/or data network services to consumers and
42800businesses through wireless wide area network technologies, including but not limited to
42801GPRS, Edge, CDMA2000, UMTS, EVDO and WiMax; eligible organizations may either
42802own or lease network infrastructure (MVNO).
42803The Software is not available to organizations that provide network services to consumers
42804or businesses or provide content aggregation and digital media application services to
42805businesses.
428063. SEATS. Notwithstanding anything to the contrary in the EULA, You may install the
42807number of copies of the Software sufficient to distribute content up to the number of seats
42808specified in the applicable Invoice. You may increase the number of seats by purchasing
42809additional license rights from RealNetworks.
428104. TERMINATION. This License Supplement and Your right to use the Software
42811automatically terminate if You fail to comply with any material provision of this License
42812Supplement. No notice will be required from RealNetworks to effect such termination.
42813You and RealNetworks may terminate the EULA pursuant to the termination provisions
42814set forth therein. Any termination of a EULA automatically terminates this License
42815Supplement with respect to the Software covered by such EULA.
42816Copyright © 1995-2010 RealNetworks, Inc. and/or its suppliers. 2601 Elliott Ave., Suite
428171000, Seattle, Washington 98121 U.S.A. This product may incorporate one or more of
42818the following: U.S. Patent # 5,793,980; U.S. Patent # 5,917,835; U.S. Patent # 6,151,634.
42819Other U.S. patents pending. All rights reserved. RealNetworks, Helix, RealPlayer,
42820RealAudio, and RealVideo are trademarks or registered trademarks of RealNetworks,
42821Inc.', 'http://www.realnetworks.com/uploadedFiles/Support/helix-support/eula-Real-LicProg-Perp-Supp.pdf', NULL, NULL, NULL, 'RealNetworks Real Licensing Program License Supplement', NULL, NULL, NULL, '', NULL, false, false, false, '90596696ef8824e2674cfcc66521d586', 1, NULL);
42822INSERT INTO license_ref VALUES (549, 'Giftware', 'Allegro is gift-ware. It was created by a number of people working in cooperation, and is given to you freely as a gift. You may use, modify, redistribute, and generally hack it about in any way you like, and you do not have to give us anything in return.
42823
42824However, if you like this product you are encouraged to thank us by making a return gift to the Allegro community. This could be by writing an add-on package, providing a useful bug report, making an improvement to the library, or perhaps just releasing the sources of your program so that other people can learn from them. If you redistribute parts of this code or make a game using it, it would be nice if you mentioned Allegro somewhere in the credits, but you are not required to do this. We trust you not to abuse our generosity.
42825
42826By Shawn Hargreaves, 18 October 1998.
42827
42828DISCLAIMER: THE SOFTWARE IS 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.', 'http://alleg.sourceforge.net/license.html', NULL, NULL, NULL, 'the giftware license', NULL, NULL, NULL, '', NULL, false, false, false, 'd38dfef67c81b25d082563b3cda62a5e', 1, NULL);
42829INSERT INTO license_ref VALUES (550, 'Unidex', 'Copyright (c) 2001 Unidex, Inc. All rights reserved.
42830
42831     Unidex, Inc. grants you permission to copy, modify, distribute,
42832     and/or use the DTD provided that you agree to the
42833     following conditions:
42834
42835     1. You must include this COPYRIGHT NOTICE and LICENSE
42836        in all copies or substantial portions of the DTD.
42837
42838     2. The DTD is licensed to the user on an "AS IS" basis.
42839        Unidex Inc. makes no warranties, either express or implied,
42840        with respect to the DTD including but not limited to any
42841        warranty of merchantability or fitness for any particular
42842        purpose. Unidex Inc. does not warrant that the operation
42843        of the DTD will be uninterrupted or error-free,
42844        or that defects in the DTD will be corrected.
42845        You the user are solely responsible for determining the
42846        appropriateness of the DTD for your use and accept
42847        full responsibility for all risks associated with its use.
42848        Unidex Inc. is not and will not be liable for any
42849        direct, indirect, special, incidental or other damages
42850        of any kind (including loss of profits or interruption of business)
42851        however caused even if Unidex Inc. has been advised of the
42852        possibility of such damages.', 'http://www.unidex.com/turing/tmml.dtd.htm', NULL, NULL, NULL, 'Unidex', NULL, NULL, NULL, '', NULL, false, false, false, '9fc2583a5d24c21095749e10bb884b11', 1, NULL);
42853INSERT INTO license_ref VALUES (551, 'Nvidia', 'Copyright (c) 1996 NVIDIA, Corp. All rights reserved.
42854
42855NOTICE TO USER: The source code is copyrighted under U.S. and international laws. NVIDIA, Corp. of Sunnyvale, California owns the copyright and as design patents pending on the design and interface of the NV chips. Users and possessors of this source code are hereby granted a nonexclusive, royalty-free copyright and design patent license to use this code in individual and commercial software.
42856
42857Any use of this source code must include, in the user documentation and internal comments to the code, notices to the end user as follows:
42858
42859Copyright (c) 1996 NVIDIA, Corp. NVIDIA design patents pending in the U.S. and foreign countries.
42860
42861NVIDIA, CORP. MAKES NO REPRESENTATION ABOUT THE SUITABILITY OF THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORP. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL NVIDIA, CORP. BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE.', 'http://www.xfree86.org/current/LICENSE8.html', NULL, NULL, NULL, 'Nvidia', NULL, NULL, NULL, '', NULL, false, false, true, '2d8dbb6d3f39d1affcdd846b794eba83', 1, NULL);
42862INSERT INTO license_ref VALUES (557, 'GPL-3.0+-with-classpath-exception', 'insert GPL v3+ license text here
42863
42864Class Path Exception
42865
42866Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination.
42867
42868As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.', '', NULL, NULL, NULL, 'GPL-3.0+-with-classpath-exception', NULL, NULL, NULL, '', NULL, false, false, false, 'cc1f944dcc0a13507be4d402c490a2db', 1, NULL);
42869INSERT INTO license_ref VALUES (552, 'Logica-OSL-1.0', 'Logica Open Source License Version 1.0
42870Copyright (c) 1996-2001 Logica Mobile Networks Limited, all rights reserved.
42871
42872Logica Mobile Networks Limited ("Logica") is the owner of the rights
42873in the software programs ("Software"). In the following text, the term
42874"you" or "your" refers to you as an individual and/or (as the case may be)
42875to the legal entity to which the Software has been supplied.
42876
42877Redistribution and use in source and binary forms, with or without
42878modification, are permitted provided all copies and partial copies
42879made and/or distributed (in whatever form) and all associated documentation
42880and other material must acknowledge Logica''s rights by the inclusion
42881of the following notice:
42882
42883"Copyright (c) 1996-2001 Logica Mobile Networks Limited;
42884this product includes software developed by Logica by whom copyright
42885and know-how are retained, all rights reserved."
42886
42887The location of such notice shall be such that it is clearly displayed
42888and readable to any person accessing the Software.
42889
42890
42891Any use, copying or distribution of the Software is subject to the following:
42892
42893* Your rights in respect of the Software are confined to the non-exclusive
42894  and non-assignable license expressed herein. If you breach any of these
42895  term and conditions then your license may be terminated.
42896
42897* The copyright and other intellectual property rights in and in connection
42898  with the Software are and shall remain the exclusive property of Logica
42899  or its third party licensors. You must not remove or alter any copyright
42900  or other proprietary notice on any of the software.
42901
42902
42903To the extent permitted by law and in the absence of a formal written contract
42904between you and Logica the following limitations and exclusions also apply:
42905
42906* The Software is supplied and licensed on an "as is" basis without any
42907  warranty or representation from Logica of any kind.
42908
42909* Conditions, warranties and representations that might be attributed
42910  to Logica or the Software (including, but not limited to, any implied
42911  condition or warranty relating to merchantability, fitness, suitability
42912  or quality) are excluded.
42913
42914* In no event shall Logica be liable in respect of or in connection
42915  with the supply, licensing, use or distribution of the software in any
42916  form for any direct, special, indirect or consequential loss or damages
42917  or for any loss of use, loss of data or of profits or for any business
42918  interruption or loss of goodwill.
42919
42920* Logica shall have no obligation to fix any defect or deficiency
42921  in the Software and Logica shall have no liability for any consequences
42922  (direct or consequential) that may arise from any such defect or deficiency.
42923
42924* Logica''s maximum liability (if any) in relation to the licensing,
42925  provision and/or performance of the Software shall not exceed the price
42926  you paid to secure your license.
42927
42928The laws of Ireland shall apply to these terms and conditions and shall
42929govern every aspect of the supply and licensing of the Software.', 'https://github.com/OpenSmpp/opensmpp/blob/master/LICENSE_LOGICA', NULL, NULL, NULL, 'Logica Open Source License Version 1.0', NULL, NULL, NULL, '', NULL, false, false, false, 'feabfb787440a278f3941abb4421b410', 1, NULL);
42930INSERT INTO license_ref VALUES (553, 'Freeware', 'Software classified as freeware is licensed at no cost and is either fully functional for an unlimited time; or has only basic functions enabled with a fully functional version available commercially or as shareware.[8] In contrast to free software, the author usually restricts one or more rights of the user, including the rights to use, copy, distribute, modify and make derivative works of the software or extract the source code.[1][2][9][10] The software license may impose various additional restrictions on the type of use, e.g. only for personal use, private use, individual use, non-profit use, non-commercial use, academic use, educational use, use in charity or humanitarian organizations, non-military use, use by public authorities or various other combinations of these type of restrictions.[11] For instance, the license may be "free for private, non-commercial use". The software license may also impose various other restrictions, such as restricted use over a network, restricted use on a server, restricted use in a combination with some types of other software or with some hardware devices, prohibited distribution over the Internet other than linking to author''s website, restricted distribution without author''s consent, restricted number of copies, etc.', 'http://en.wikipedia.org/wiki/Freeware#Software_license', NULL, NULL, NULL, 'freeware', NULL, NULL, NULL, '', NULL, false, false, false, '2cb860615b8238f94c3bba784fd7d3d9', 1, NULL);
42931INSERT INTO license_ref VALUES (554, 'Migemo', 'THE PERMISSION CONDITION ABOUT USING C/Migemo AND Migemo DLL
42932
42933                                                Since: 16-Dec-2001
42934                                                       Version 1.0
42935                                      Author: MURAOKA Taro (KoRoN)
42936                                          Last Change: 16-Dec-2003
42937
42938                                       Translated into English by:
42939           Translator: Mamoru Tasaka
42940                                                     Version 1.0-1
42941                                                Date: Apr, 10 2007
42942
42943THE DEFINITION OF TERMS
42944The meaning of each term is defined as below:
42945
42946This software:    C/Migemo and Migemo DLL
42947                  (including binary form and source codes, but
42948                   excluding dictionary data).
42949Malfunction:      The behavior which differs from which is
42950                  documented or which is not documented.
42951Manager:          Those who own this software (who are
42952                  the developers or the copyright owners of this
42953                  software). At the time this copyright is
42954                  written, it is Taro Muraoka.
42955
42956User:             Those who use or used this software.
42957others:           Those who are not managers or users. Especially,
42958                  the developers and the copyright owner of
42959                  the dictionaries for this software are included
42960                  into "others".
42961
42962THE MAIN RULE
42963Those who agreed with the following conditions may use this
42964software. Those who won\\x27t agree with them should stop using
42965this software and should remove the files related to this software
42966from the memory media they are using.
42967
42968THE CONDITIONS IMPOSED ON MANAGERS
42969The managers own the following rights related to this software.
42970   - the right to modify this software
42971   - the right to distribute this software
42972   - the right to let this software used
42973   - the right to devolve the part or the whole of the rights
42974     related to this software
42975
42976The managers have a duty to resolve malfunctions of this software.
42977
42978The managers have no responsibility for any damages the users
42979may cause and may sustain.
42980
42981THE CONDITIONS IMPOSED ON USERS
42982A user has the following duties on using this software
42983    - The duty to pay a fee to the developers based on the
42984      consideration regulation described below.
42985    - To protect the rights of the managers
42986    - To protect the rights of others.
42987
42988A user has a right to use this software for any purpose
42989provided the usage won\\x27t violate any other conditions.
42990
42991THE CONSIDERATION REGULATION
42992The consideration regulation of this software is defined as
42993below.
42994    - zero yen
42995
42996THE MAIN RULE ENDS HERE
42997If you cannot agree with the conditions above, please
42998stop using this software.', 'http://olex.openlogic.com/licenses/c_migemo', NULL, NULL, NULL, 'C/Migemo License', NULL, NULL, NULL, '', NULL, false, false, false, '236be0a901ff96a7a5f6db7c38665be6', 1, NULL);
42999INSERT INTO license_ref VALUES (555, 'Qmail', 'You may distribute copies of qmail If you want to distribute modified versions of qmail (including ports, no matter how minor the changes are) you''ll have to get my approval. This does not mean approval of your distribution method, your intentions, your e-mail address, your haircut, or any other irrelevant information. It means a detailed review of the exact package that you want to distribute.
43000
43001Exception: You are permitted to distribute a precompiled var-qmail package if (1) installing the package produces exactly the same /var/qmail hierarchy as a user would obtain by downloading, compiling, and installing qmail-1.03.tar.gz, fastforward-0.51.tar.gz, and dot-forward-0.71.tar.gz; (2) the package behaves correctly, i.e., the same way as normal qmail+fastforward+dot-forward installations on all other systems; and (3) the package''s creator warrants that he has made a good-faith attempt to ensure that the package behaves correctly. It is not acceptable to have qmail working differently on different machines; any variation is a bug. If there''s something about a system (compiler, libraries, kernel, hardware, whatever) that changes qmail''s behavior, then that platform is not supported, and you are not permitted to distribute binaries.', 'http://archive.today/KD8O2#selection-209.0-281.280', NULL, NULL, NULL, 'D. J. Bernstein  Internet mail  qmail', NULL, NULL, NULL, '', NULL, false, false, false, 'a61bb4c72bfb11f296bd6e5268cd8ee3', 1, NULL);
43002INSERT INTO license_ref VALUES (556, 'JISP', '------------------------------------------------------------------------------------------------
43003JISP - Java Index Serialization Package
43004
43005version 1.0.2
430065 August 2001
43007------------------------------------------------------------------------------------------------
43008
43009COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
43010
43011If you modify this file, you may insert additional notices immediately following this sentence.
43012
43013Copyright 2001 Scott Robert Ladd. All rights reserved, except as noted herein.
43014
43015This computer program source file is supplied "AS IS". Scott Robert Ladd (hereinafter referred to
43016as "Author") disclaims all warranties, expressed or implied, including, without limitation, the
43017warranties of merchantability and of fitness for any purpose. The Author assumes no liability for
43018direct, indirect, incidental, special, exemplary, or consequential damages, which may result from
43019the use of the PNG Reference Library, even if advised of the possibility of such damage.
43020
43021The Author hereby grants anyone permission to use, copy, modify, and distribute this source code,
43022or portions hereof, for any purpose, without fee, subject to the following restrictions:
43023
430241. The origin of this source code must not be misrepresented.
43025
430262. Altered versions must be plainly marked as such and must not be misrepresented as being the
43027original source.
43028
430293. This Copyright notice may not be removed or altered from any source or altered source
43030distribution.
43031
43032The Author specifically permits (without fee) and encourages the use of this source code for
43033entertainment, education, or decoration. If you use this source code in a product, acknowledgment
43034is not required but would be appreciated.
43035
43036The Author''s contact information is:
43037
43038Scott Robert Ladd
43039scott@coyotegulch.com
43040http://www.coyotegulch.com
43041
43042Acknowledgement:
43043This document is based on the wonderful simple license that accompanies libpng.', 'https://svn.apache.org/repos/asf/forrest/branches/PDF_IMAGE_BRANCH/legal/LICENSE.jisp', NULL, NULL, NULL, 'Java Index Serialization Package', NULL, NULL, NULL, '', NULL, false, false, false, '7a4a33e74af880629c93970564182bd2', 1, NULL);
43044INSERT INTO license_ref VALUES (6, 'GPL-2.0-with-classpath-exception', 'insert GPL v2 license text here
43045
43046Class Path Exception
43047
43048Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination.
43049
43050As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.', 'http://www.gnu.org/software/classpath/license.html', NULL, NULL, NULL, 'GNU General Public License v2.0 w/Classpath exception', NULL, NULL, NULL, '', NULL, false, false, false, '1a27b344460f49ce2d93365712a202ca', 1, NULL);
43051INSERT INTO license_ref VALUES (558, 'GPL-2.0+-with-classpath-exception', 'insert GPL v2+ text here
43052
43053Class Path Exception
43054
43055Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination.
43056
43057As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.', '', NULL, NULL, NULL, 'GPL-2.0+-with-classpath-exception', NULL, NULL, NULL, '', NULL, false, false, false, '7940d4b7aba4100c88b54e2d46edc883', 1, NULL);
43058INSERT INTO license_ref VALUES (253, 'X11', 'Copyright (C) 1996 X Consortium
43059
43060Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
43061
43062The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
43063
43064THE SOFTWARE IS 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 X CONSORTIUM 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 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
43065
43066Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium.
43067
43068X Window System is a trademark of X Consortium, Inc.', 'http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3', NULL, NULL, NULL, 'X11 License', NULL, NULL, NULL, '', NULL, false, false, false, '930071e9b64ff548ba87120d5fabe180', 1, NULL);
43069INSERT INTO license_ref VALUES (559, 'info-zip', 'Copyright (c) 1990-2009 Info-ZIP. All rights reserved.
43070
43071For the purposes of this copyright and license, "Info-ZIP" is defined as the following set of individuals:
43072
43073    Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois, Jean-loup Gailly, Hunter Goatley, Ed Gordon, Ian Gorman, Chris Herborth, Dirk Haase, Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz, David Kirschbaum, Johnny Lee, Onno van der Linden, Igor Mandrichenko, Steve P. Miller, Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs, Kai Uwe Rommel, Steve Salisbury, Dave Smith, Steven M. Schweda, Christian Spieler, Cosmin Truta, Antoine Verheijen, Paul von Behren, Rich Wales, Mike White.
43074
43075This software is provided "as is," without warranty of any kind, express or implied. In no event shall Info-ZIP or its contributors be held liable for any direct, indirect, incidental, special or consequential damages arising out of the use of or inability to use this software.
43076
43077Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the above disclaimer and the following restrictions:
43078
43079* Redistributions of source code (in whole or in part) must retain the above copyright notice, definition, disclaimer, and this list of conditions.
43080
43081* Redistributions in binary form (compiled executables and libraries) must reproduce the above copyright notice, definition, disclaimer, and this list of conditions in documentation and/or other materials provided with the distribution. Additional documentation is not needed for executables where a command line license option provides these and a note regarding this option is in the executable''s startup banner. The sole exception to this condition is redistribution of a standard UnZipSFX binary (including SFXWiz) as part of a self-extracting archive; that is permitted without inclusion of this license, as long as the normal SFX banner has not been removed from the binary or disabled.
43082
43083* Altered versions--including, but not limited to, ports to new operating systems, existing ports with new graphical interfaces, versions with modified or added functionality, and dynamic, shared, or static library versions not from Info-ZIP--must be plainly marked as such and must not be misrepresented as being the original source or, if binaries, compiled from the original source. Such altered versions also must not be misrepresented as being Info-ZIP releases--including, but not limited to, labeling of the altered versions with the names "Info-ZIP" (or any variation thereof, including, but not limited to, different capitalizations), "Pocket UnZip," "WiZ" or "MacZip" without the explicit permission of Info-ZIP. Such altered versions are further prohibited from misrepresentative use of the Zip-Bugs or Info-ZIP e-mail addresses or the Info-ZIP URL(s), such as to imply Info-ZIP will provide support for the altered versions.
43084
43085* Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip," "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its own source and binary', 'ftp://ftp.info-zip.org/pub/infozip/license.html', NULL, NULL, NULL, 'Info-Zip', NULL, NULL, NULL, '', NULL, false, true, false, 'b9ac06d9607f8115431e363e4e6c9a50', 1, NULL);
43086INSERT INTO license_ref VALUES (560, 'Beerware', 'License by Nomos.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, false, NULL, 2, NULL);
43087INSERT INTO license_ref VALUES (561, 'RSA-Security', 'License by Nomos.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, false, NULL, 2, NULL);
43088
43089
43090INSERT INTO monk_ars VALUES (4, 8, 1, true, NULL, '2015-05-04 11:43:17.619778+02', '2015-05-04 11:43:17.863761+02');
43091
43092
43093--
43094-- Data for Name: nomos_ars; Type: TABLE DATA; Schema: public; Owner: fossy
43095--
43096
43097INSERT INTO nomos_ars VALUES (3, 1, 1, true, NULL, '2015-05-04 11:43:17.251076+02', '2015-05-04 11:43:18.095804+02');
43098
43099
43100
43101--
43102-- Data for Name: perm_upload; Type: TABLE DATA; Schema: public; Owner: fossy
43103--
43104
43105INSERT INTO perm_upload VALUES (1, 10, 1, 2);
43106
43107
43108
43109INSERT INTO sysconfig VALUES (1, 'SupportEmailLabel', 'Support', 'Support Email Label', 2, 'Support', 1, 'e.g. "Support"<br>Text that the user clicks on to create a new support email. This new email will be preaddressed to this support email address and subject.  HTML is ok.', '');
43110INSERT INTO sysconfig VALUES (2, 'SupportEmailAddr', NULL, 'Support Email Address', 2, 'Support', 2, 'e.g. "support@mycompany.com"<br>Individual or group email address to those providing FOSSology support.', 'check_email_address');
43111INSERT INTO sysconfig VALUES (3, 'SupportEmailSubject', 'FOSSology Support', 'Support Email Subject line', 2, 'Support', 3, 'e.g. "fossology support"<br>Subject line to use on support email.', '');
43112INSERT INTO sysconfig VALUES (4, 'BannerMsg', NULL, 'Banner message', 3, 'Banner', 1, 'This is message will be displayed on every page with a banner.  HTML is ok.', '');
43113INSERT INTO sysconfig VALUES (5, 'LogoImage', NULL, 'Logo Image URL', 2, 'Logo', 1, 'e.g. "http://mycompany.com/images/companylogo.png" or "images/mylogo.png"<br>This image replaces the fossology project logo. Image is constrained to 150px wide.  80-100px high is a good target.  If you change this URL, you MUST also enter a logo URL.', 'check_logo_image_url');
43114INSERT INTO sysconfig VALUES (6, 'LogoLink', NULL, 'Logo URL', 2, 'Logo', 2, 'e.g. "http://mycompany.com/fossology"<br>URL a person goes to when they click on the logo.  If you change the Logo URL, you MUST also enter a Logo Image.', 'check_logo_url');
43115INSERT INTO sysconfig VALUES (7, 'FOSSologyURL', 'vagrant-VirtualBox/repo/', 'FOSSology URL', 2, 'URL', 1, 'URL of this FOSSology server, e.g. vagrant-VirtualBox/repo/', 'check_fossology_url');
43116INSERT INTO sysconfig VALUES (8, 'NomostListNum', '2200', 'Number of Nomost List', 2, 'Number', 4, 'For the Nomos List/Nomost List Download, you can set the number of lines to list/download. Default 2200.', NULL);
43117INSERT INTO sysconfig VALUES (9, 'ShowJobsAutoRefresh', '10', 'ShowJobs Auto Refresh Time', 2, 'Number', NULL, 'No of seconds to refresh ShowJobs', NULL);
43118INSERT INTO sysconfig VALUES (10, 'Release', '2.6.3.1', 'Release', 2, 'Release', NULL, '', NULL);
43119
43120
43121INSERT INTO ununpack_ars VALUES (1, 14, 1, true, NULL, '2015-05-04 11:43:15.048687+02', '2015-05-04 11:43:15.1256+02');
43122
43123
43124--
43125-- Data for Name: upload_clearing; Type: TABLE DATA; Schema: public; Owner: fossy
43126--
43127
43128INSERT INTO upload_clearing VALUES (1, 2, 1, 2, 1, NULL);
43129
43130
43131INSERT INTO upload_clearing_license VALUES (1, 2, 199);
43132
43133
43134INSERT INTO uploadtree_a (uploadtree_pk,realparent,parent,upload_fk,pfile_fk,ufile_mode,lft,rgt,ufile_name) VALUES (7, 6, 6, 1, 4, 33188, 4, 5, 'test1.dtd');
43135INSERT INTO uploadtree_a (uploadtree_pk,realparent,parent,upload_fk,pfile_fk,ufile_mode,lft,rgt,ufile_name) VALUES (8, 6, 6, 1, 5, 33188, 6, 7, 'test2.dtd');
43136INSERT INTO uploadtree_a (uploadtree_pk,realparent,parent,upload_fk,pfile_fk,ufile_mode,lft,rgt,ufile_name) VALUES (6, 1, 2, 1, 0, 536888320, 3, 8, '3DFX');
43137INSERT INTO uploadtree_a (uploadtree_pk,realparent,parent,upload_fk,pfile_fk,ufile_mode,lft,rgt,ufile_name) VALUES (10, 9, 9, 1, 6, 33188, 10, 11, 'hash_md5prime.c');
43138INSERT INTO uploadtree_a (uploadtree_pk,realparent,parent,upload_fk,pfile_fk,ufile_mode,lft,rgt,ufile_name) VALUES (9, 1, 2, 1, 0, 536888320, 9, 12, 'Beerware');
43139INSERT INTO uploadtree_a (uploadtree_pk,realparent,parent,upload_fk,pfile_fk,ufile_mode,lft,rgt,ufile_name) VALUES (4, 3, 3, 1, 2, 33188, 14, 15, 'Condor-1.0');
43140INSERT INTO uploadtree_a (uploadtree_pk,realparent,parent,upload_fk,pfile_fk,ufile_mode,lft,rgt,ufile_name) VALUES (5, 3, 3, 1, 3, 33188, 16, 17, 'condor-1.1');
43141INSERT INTO uploadtree_a (uploadtree_pk,realparent,parent,upload_fk,pfile_fk,ufile_mode,lft,rgt,ufile_name) VALUES (3, 1, 2, 1, 0, 536888320, 13, 18, 'Condor');
43142INSERT INTO uploadtree_a (uploadtree_pk,realparent,parent,upload_fk,pfile_fk,ufile_mode,lft,rgt,ufile_name) VALUES (2, 1, 1, 1, 0, 805323776, 2, 19, 'artifact.dir');
43143INSERT INTO uploadtree_a (uploadtree_pk,realparent,parent,upload_fk,pfile_fk,ufile_mode,lft,rgt,ufile_name) VALUES (1, NULL, NULL, 1, 1, 536904704, 1, 20, 'ReportTestfiles.tar');
43144
43145