Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit acd276c

Browse files
author
Jamie Snape
committed
Convert licenses from HTML to Markdown
1 parent af8b94c commit acd276c

File tree

6 files changed

+139
-51
lines changed

6 files changed

+139
-51
lines changed

core/database/mysql/3.2.18.sql renamed to core/database/mysql/3.2.19.sql

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
22

3-
-- MySQL core database, version 3.2.18
3+
-- MySQL core database, version 3.2.19
44

55
CREATE TABLE IF NOT EXISTS `activedownload` (
66
`activedownload_id` bigint(20) NOT NULL AUTO_INCREMENT,
@@ -203,16 +203,16 @@ CREATE TABLE IF NOT EXISTS `license` (
203203
) DEFAULT CHARSET=utf8;
204204

205205
INSERT INTO `license` VALUES
206-
('1', 'Public (PDDL)', '<b>You are free:</b><ul><li>To Share: To copy, distribute and use the database.</li><li>To Create: To produce works from the database.</li><li>To Adapt: To modify, transform, and build upon the database.</li></ul><a href=\"http://opendatacommons.org/licenses/pddl/summary\">Full License Information</a>'),
207-
('2', 'Public: Attribution (ODC-BY)', '<b>You are free:</b><ul><li>To Share: To copy, distribute and use the database.</li><li>To Create: To produce works from the database.</li><li>To Adapt: To modify, transform, and build upon the database.</li></ul><b>As long as you:</b><ul><li>Attribute: You must attribute any public use of the database, or works produced from the database, in the manner specified in the license. For any use or redistribution of the database, or works produced from it, you must make clear to others the license of the database and keep intact any notices on the original database.</li></ul><a href=\"http://opendatacommons.org/licenses/by/summary\">Full License Information</a>'),
208-
('3', 'Public: Attribution, Share-Alike (ODbL)', '<b>You are free:</b><ul><li>To Share: To copy, distribute and use the database.</li><li>To Create: To produce works from the database.</li><li>To Adapt: To modify, transform, and build upon the database.</li></ul><b>As long as you:</b><ul><li>Attribute: You must attribute any public use of the database, or works produced from the database, in the manner specified in the license. For any use or redistribution of the database, or works produced from it, you must make clear to others the license of the database and keep intact any notices on the original database.</li><li>Share-Alike: If you publicly use any adapted version of this database, or works produced from an adapted database, you must also offer that adapted database under the ODbL.</li><li>Keep open: If you redistribute the database, or an adapted version of it, then you may use technological measures that restrict the work (such as DRM) as long as you also redistribute a version without such measures.</li></ul><a href=\"http://opendatacommons.org/licenses/odbl/summary\">Full License Information</a>'),
206+
('1', 'Public (PDDL)', '**You are free:**\n\n* To Share: To copy, distribute and use the database.\n* To Create: To produce works from the database.\n* To Adapt: To modify, transform, and build upon the database.\n\n[Full License Information](http://opendatacommons.org/licenses/pddl/summary)'),
207+
('2', 'Public: Attribution (ODC-BY)', '**You are free:**\n\n* To Share: To copy, distribute and use the database.\n* To Create: To produce works from the database.\n* To Adapt: To modify, transform, and build upon the database.\n\n**As long as you:**\n\n* Attribute: You must attribute any public use of the database, or works produced from the database, in the manner specified in the license. For any use or redistribution of the database, or works produced from it, you must make clear to others the license of the database and keep intact any notices on the original database.\n\n[Full License Information](http://opendatacommons.org/licenses/by/summary)'),
208+
('3', 'Public: Attribution, Share-Alike (ODbL)', '**You are free:**\n\n* To Share: To copy, distribute and use the database.\n* To Create: To produce works from the database.\n* To Adapt: To modify, transform, and build upon the database.\n\n**As long as you:**\n\n* Attribute: You must attribute any public use of the database, or works produced from the database, in the manner specified in the license. For any use or redistribution of the database, or works produced from it, you must make clear to others the license of the database and keep intact any notices on the original database.\n* Share-Alike: If you publicly use any adapted version of this database, or works produced from an adapted database, you must also offer that adapted database under the ODbL.\n* Keep open: If you redistribute the database, or an adapted version of it, then you may use technological measures that restrict the work (such as DRM) as long as you also redistribute a version without such measures.\n\n[Full License Information](http://opendatacommons.org/licenses/odbl/summary)'),
209209
('4', 'Private: All Rights Reserved', 'This work is copyrighted by its author or licensor. You must not share, distribute, or modify this work without the prior consent of the author or licensor.'),
210-
('5', 'Public: Attribution (CC BY 3.0)', '<b>You are free:</b><ul><li>To Share: To copy, distribute and transmit the work.</li><li>To Remix: To adapt the work.</li><li>To make commercial use of the work.</li></ul><b>Under the following conditions:</b><ul><li>Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work)</li></ul><a href=\"http://creativecommons.org/licenses/by/3.0/\">Full License Information</a>'),
211-
('6', 'Public: Attribution, Share-Alike (CC BY-SA 3.0)', '<b>You are free:</b><ul><li>To Share: To copy, distribute and transmit the work.</li><li>To Remix: To adapt the work.</li><li>To make commercial use of the work.</li></ul><b>Under the following conditions:</b><ul><li>Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work)</li><li>Share-Alike: If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.</li></ul><a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Full License Information</a>'),
212-
('7', 'Public: Attribution, No Derivative Works (CC BY-ND 3.0)', '<b>You are free:</b><ul><li>To Share: To copy, distribute and transmit the work.</li><li>To make commercial use of the work.</li></ul><b>Under the following conditions:</b><ul><li>Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work)</li><li>No Derivative Works: You may not alter, transform, or build upon this work.</li></ul><a href=\"http://creativecommons.org/licenses/by-nd/3.0/\">Full License Information</a>'),
213-
('8', 'Public: Attribution, Non-Commercial (CC BY-NC 3.0)', '<b>You are free:</b><ul><li>To Share: To copy, distribute and transmit the work.</li><li>To Remix: To adapt the work.</li></ul><b>Under the following conditions:</b><ul><li>Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work)</li><li>Non-Commercial: You may not use this work for commercial purposes.</li></ul><a href=\"http://creativecommons.org/licenses/by-nc/3.0/\">Full License Information</a>'),
214-
('9', 'Public: Attribution, Non-Commercial, Share-Alike (CC BY-NC-SA 3.0)', '<b>You are free:</b><ul><li>To Share: To copy, distribute and transmit the work.</li><li>To Remix: To adapt the work.</li></ul><b>Under the following conditions:</b><ul><li>Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work)</li><li>Non-Commercial: You may not use this work for commercial purposes.</li><li>Share-Alike: If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.</li></ul><a href=\"http://creativecommons.org/licenses/by-nc-sa/3.0/\">Full License Information</a>'),
215-
('10', 'Public: Attribution, Non-Commercial, No Derivative Works (CC BY-NC-ND 3.0)', '<b>You are free:</b><ul><li>To Share: To copy, distribute and transmit the work.</li></ul><b>Under the following conditions:</b><ul><li>Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work)</li><li>Non-Commercial: You may not use this work for commercial purposes.</li><li>No Derivative Works: You may not alter, transform, or build upon this work.</li></ul><a href=\"http://creativecommons.org/licenses/by-nc-nd/3.0/\">Full License Information</a>');
210+
('5', 'Public: Attribution (CC BY 3.0)', '**You are free:**\n\n* To Share: To copy, distribute and transmit the work.\n* To Remix: To adapt the work.\n* To make commercial use of the work.\n\n**Under the following conditions:**\n\n* Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).\n\n[Full License Information](http://creativecommons.org/licenses/by/3.0/)'),
211+
('6', 'Public: Attribution, Share-Alike (CC BY-SA 3.0)', '**You are free:**\n\n* To Share: To copy, distribute and transmit the work.\n* To Remix: To adapt the work.\n* To make commercial use of the work.\n\n**Under the following conditions:**\n\n* Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).\n* Share-Alike: If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.\n\n[Full License Information](http://creativecommons.org/licenses/by-sa/3.0/)'),
212+
('7', 'Public: Attribution, No Derivative Works (CC BY-ND 3.0)', '**You are free:**\n\n* To Share: To copy, distribute and transmit the work.\n* To make commercial use of the work.\n\n**Under the following conditions:**\n\n* Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).\n* No Derivative Works: You may not alter, transform, or build upon this work.\n\n[Full License Information](http://creativecommons.org/licenses/by-nd/3.0/)'),
213+
('8', 'Public: Attribution, Non-Commercial (CC BY-NC 3.0)', '**You are free:**\n\n* To Share: To copy, distribute and transmit the work.\n* To Remix: To adapt the work.\n\n**Under the following conditions:**\n\n* Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).\n* Non-Commercial: You may not use this work for commercial purposes.\n\n[Full License Information](http://creativecommons.org/licenses/by-nc/3.0/)'),
214+
('9', 'Public: Attribution, Non-Commercial, Share-Alike (CC BY-NC-SA 3.0)', '**You are free:**\n\n* To Share: To copy, distribute and transmit the work.\n* To Remix: To adapt the work.\n\n**Under the following conditions:**\n\n* Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).\n* Non-Commercial: You may not use this work for commercial purposes.\n* Share-Alike: If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.\n\n[Full License Information](http://creativecommons.org/licenses/by-nc-sa/3.0/)'),
215+
('10', 'Public: Attribution, Non-Commercial, No Derivative Works (CC BY-NC-ND 3.0)', '**You are free:**\n\n* To Share: To copy, distribute and transmit the work.\n\n**Under the following conditions:**\n\n* Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).\n* Non-Commercial: You may not use this work for commercial purposes.\n* No Derivative Works: You may not alter, transform, or build upon this work.\n\n[Full License Information](http://creativecommons.org/licenses/by-nc-nd/3.0/)');
216216

217217
CREATE TABLE IF NOT EXISTS `metadata` (
218218
`metadata_id` bigint(20) NOT NULL AUTO_INCREMENT,

0 commit comments

Comments
 (0)