Changeset 220 for trunk/project-meta
- Timestamp:
- May 11, 2018, 9:02:50 PM (7 years ago)
- Location:
- trunk/project-meta
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/project-meta/license.d/creative-common-attribution-v4.0.txt
r211 r220 379 379 licenses. Notwithstanding, Creative Commons may elect to apply one of 380 380 its public licenses to material it publishes and in those instances 381 will be considered the âLicensor.âThe text of the Creative Commons381 will be considered the "Licensor." The text of the Creative Commons 382 382 public licenses is dedicated to the public domain under the CC0 Public 383 383 Domain Dedication. Except for the limited purpose of indicating that -
trunk/project-meta/license.d/open-database-license-v1.0.txt
r161 r220 41 41 ### 1.0 Definitions of Capitalised Words 42 42 43 "Collective Database" âMeans this Database in unmodified form as part43 "Collective Database" - Means this Database in unmodified form as part 44 44 of a collection of independent databases in themselves that together are 45 45 assembled into a collective whole. A work that constitutes a Collective 46 46 Database will not be considered a Derivative Database. 47 47 48 "Convey" âAs a verb, means Using the Database, a Derivative Database,48 "Convey" - As a verb, means Using the Database, a Derivative Database, 49 49 or the Database as part of a Collective Database in any way that enables 50 50 a Person to make or receive copies of the Database or a Derivative … … 52 52 computer network, or creating and Using a Produced Work, where no 53 53 transfer of a copy of the Database or a Derivative Database occurs. 54 "Contents" âThe contents of this Database, which includes the54 "Contents" - The contents of this Database, which includes the 55 55 information, independent works, or other material collected into the 56 56 Database. For example, the contents of the Database could be factual 57 57 data or works such as images, audiovisual material, text, or sounds. 58 58 59 "Database" âA collection of material (the Contents) arranged in a59 "Database" - A collection of material (the Contents) arranged in a 60 60 systematic or methodical way and individually accessible by electronic 61 61 or other means offered under the terms of this License. 62 62 63 "Database Directive" âMeans Directive 96/9/EC of the European63 "Database Directive" - Means Directive 96/9/EC of the European 64 64 Parliament and of the Council of 11 March 1996 on the legal protection 65 65 of databases, as amended or succeeded. 66 66 67 "Database Right" âMeans rights resulting from the Chapter III ("sui67 "Database Right" - Means rights resulting from the Chapter III ("sui 68 68 generis") rights in the Database Directive (as amended and as transposed 69 69 by member states), which includes the Extraction and Re-utilisation of … … 71 71 rights available in the relevant jurisdiction under Section 10.4. 72 72 73 "Derivative Database" âMeans a database based upon the Database, and73 "Derivative Database" - Means a database based upon the Database, and 74 74 includes any translation, adaptation, arrangement, modification, or any 75 75 other alteration of the Database or of a Substantial part of the … … 78 78 Database. 79 79 80 "Extraction" âMeans the permanent or temporary transfer of all or a80 "Extraction" - Means the permanent or temporary transfer of all or a 81 81 Substantial part of the Contents to another medium by any means or in 82 82 any form. 83 83 84 "License" âMeans this license agreement and is both a license of rights84 "License" - Means this license agreement and is both a license of rights 85 85 such as copyright and Database Rights and an agreement in contract. 86 86 87 "Licensor" âMeans the Person that offers the Database under the terms87 "Licensor" - Means the Person that offers the Database under the terms 88 88 of this License. 89 89 90 "Person" âMeans a natural or legal person or a body of persons90 "Person" - Means a natural or legal person or a body of persons 91 91 corporate or incorporate. 92 92 93 "Produced Work" âa work (such as an image, audiovisual material, text,93 "Produced Work" - a work (such as an image, audiovisual material, text, 94 94 or sounds) resulting from using the whole or a Substantial part of the 95 95 Contents (via a search or other query) from this Database, a Derivative 96 96 Database, or this Database as part of a Collective Database. 97 97 98 "Publicly" âmeans to Persons other than You or under Your control by98 "Publicly" - means to Persons other than You or under Your control by 99 99 either more than 50% ownership or by the power to direct their 100 100 activities (such as contracting with an independent consultant). 101 101 102 "Re-utilisation" âmeans any form of making available to the public all102 "Re-utilisation" - means any form of making available to the public all 103 103 or a Substantial part of the Contents by the distribution of copies, by 104 104 renting, by online or other forms of transmission. 105 105 106 "Substantial" âMeans substantial in terms of quantity or quality or a106 "Substantial" - Means substantial in terms of quantity or quality or a 107 107 combination of both. The repeated and systematic Extraction or 108 108 Re-utilisation of insubstantial parts of the Contents may amount to the 109 109 Extraction or Re-utilisation of a Substantial part of the Contents. 110 110 111 "Use" âAs a verb, means doing any act that is restricted by copyright111 "Use" - As a verb, means doing any act that is restricted by copyright 112 112 or Database Rights whether in the original medium or any other; and 113 113 includes without limitation distributing, copying, publicly performing, … … 116 116 in a different mode or format. 117 117 118 "You" âMeans a Person exercising rights under this License who has not118 "You" - Means a Person exercising rights under this License who has not 119 119 previously violated the terms of this License with respect to the 120 120 Database, or who has received express permission from the Licensor to -
trunk/project-meta/project-meta
r219 r220 8 8 use strict; 9 9 use warnings; 10 use version; our $VERSION = version->declare('0.0.1 1');10 use version; our $VERSION = version->declare('0.0.12'); 11 11 12 12 use File::Copy qw(copy);
Note: See TracChangeset
for help on using the changeset viewer.