Changeset 220


Ignore:
Timestamp:
May 11, 2018, 9:02:50 PM (6 years ago)
Author:
g7moreau
Message:
  • Change some char to be pure ASCII
Location:
trunk/project-meta
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/project-meta/license.d/creative-common-attribution-v4.0.txt

    r211 r220  
    379379licenses. Notwithstanding, Creative Commons may elect to apply one of
    380380its public licenses to material it publishes and in those instances
    381 will be considered the “Licensor.” The text of the Creative Commons
     381will be considered the "Licensor." The text of the Creative Commons
    382382public licenses is dedicated to the public domain under the CC0 Public
    383383Domain Dedication. Except for the limited purpose of indicating that
  • trunk/project-meta/license.d/open-database-license-v1.0.txt

    r161 r220  
    4141### 1.0 Definitions of Capitalised Words
    4242
    43 "Collective Database" – Means this Database in unmodified form as part
     43"Collective Database" - Means this Database in unmodified form as part
    4444of a collection of independent databases in themselves that together are
    4545assembled into a collective whole. A work that constitutes a Collective
    4646Database will not be considered a Derivative Database.
    4747
    48 "Convey" – As a verb, means Using the Database, a Derivative Database,
     48"Convey" - As a verb, means Using the Database, a Derivative Database,
    4949or the Database as part of a Collective Database in any way that enables
    5050a Person to make or receive copies of the Database or a Derivative
     
    5252computer network, or creating and Using a Produced Work, where no
    5353transfer of a copy of the Database or a Derivative Database occurs.
    54 "Contents" – The contents of this Database, which includes the
     54"Contents" - The contents of this Database, which includes the
    5555information, independent works, or other material collected into the
    5656Database. For example, the contents of the Database could be factual
    5757data or works such as images, audiovisual material, text, or sounds.
    5858
    59 "Database" – A collection of material (the Contents) arranged in a
     59"Database" - A collection of material (the Contents) arranged in a
    6060systematic or methodical way and individually accessible by electronic
    6161or other means offered under the terms of this License.
    6262
    63 "Database Directive" – Means Directive 96/9/EC of the European
     63"Database Directive" - Means Directive 96/9/EC of the European
    6464Parliament and of the Council of 11 March 1996 on the legal protection
    6565of databases, as amended or succeeded.
    6666
    67 "Database Right" – Means rights resulting from the Chapter III ("sui
     67"Database Right" - Means rights resulting from the Chapter III ("sui
    6868generis") rights in the Database Directive (as amended and as transposed
    6969by member states), which includes the Extraction and Re-utilisation of
     
    7171rights available in the relevant jurisdiction under Section 10.4.
    7272
    73 "Derivative Database" – Means a database based upon the Database, and
     73"Derivative Database" - Means a database based upon the Database, and
    7474includes any translation, adaptation, arrangement, modification, or any
    7575other alteration of the Database or of a Substantial part of the
     
    7878Database.
    7979
    80 "Extraction" – Means the permanent or temporary transfer of all or a
     80"Extraction" - Means the permanent or temporary transfer of all or a
    8181Substantial part of the Contents to another medium by any means or in
    8282any form.
    8383
    84 "License" – Means this license agreement and is both a license of rights
     84"License" - Means this license agreement and is both a license of rights
    8585such as copyright and Database Rights and an agreement in contract.
    8686
    87 "Licensor" – Means the Person that offers the Database under the terms
     87"Licensor" - Means the Person that offers the Database under the terms
    8888of this License.
    8989
    90 "Person" – Means a natural or legal person or a body of persons
     90"Person" - Means a natural or legal person or a body of persons
    9191corporate or incorporate.
    9292
    93 "Produced Work" –  a work (such as an image, audiovisual material, text,
     93"Produced Work" -  a work (such as an image, audiovisual material, text,
    9494or sounds) resulting from using the whole or a Substantial part of the
    9595Contents (via a search or other query) from this Database, a Derivative
    9696Database, or this Database as part of a Collective Database. 
    9797
    98 "Publicly" – means to Persons other than You or under Your control by
     98"Publicly" - means to Persons other than You or under Your control by
    9999either more than 50% ownership or by the power to direct their
    100100activities (such as contracting with an independent consultant).
    101101
    102 "Re-utilisation" – means any form of making available to the public all
     102"Re-utilisation" - means any form of making available to the public all
    103103or a Substantial part of the Contents by the distribution of copies, by
    104104renting, by online or other forms of transmission.
    105105
    106 "Substantial" – Means substantial in terms of quantity or quality or a
     106"Substantial" - Means substantial in terms of quantity or quality or a
    107107combination of both. The repeated and systematic Extraction or
    108108Re-utilisation of insubstantial parts of the Contents may amount to the
    109109Extraction or Re-utilisation of a Substantial part of the Contents.
    110110
    111 "Use" – As a verb, means doing any act that is restricted by copyright
     111"Use" - As a verb, means doing any act that is restricted by copyright
    112112or Database Rights whether in the original medium or any other; and
    113113includes without limitation distributing, copying, publicly performing,
     
    116116in a different mode or format.
    117117
    118 "You" – Means a Person exercising rights under this License who has not
     118"You" - Means a Person exercising rights under this License who has not
    119119previously violated the terms of this License with respect to the
    120120Database, or who has received express permission from the Licensor to
  • trunk/project-meta/project-meta

    r219 r220  
    88use strict;
    99use warnings;
    10 use version; our $VERSION = version->declare('0.0.11');
     10use version; our $VERSION = version->declare('0.0.12');
    1111
    1212use File::Copy qw(copy);   
Note: See TracChangeset for help on using the changeset viewer.