Changeset 217 for trunk


Ignore:
Timestamp:
May 10, 2018, 10:48:04 AM (6 years ago)
Author:
g7moreau
Message:
  • Add the two new opendata license community-data-license-agreement
Location:
trunk/project-meta
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/project-meta/project-meta

    r214 r217  
    88use strict;
    99use warnings;
    10 use version; our $VERSION = version->declare('0.0.10');
     10use version; our $VERSION = version->declare('0.0.11');
    1111
    1212use File::Copy qw(copy);   
     
    485485=over
    486486
     487=item * L<community-data-license-agreement-permissive-v1.0|https://cdla.io/permissive-1-0/wp-content/uploads/sites/52/2017/10/CDLA-Permissive-v1.0.pdf>
     488        (permissive - allow users to freely share and adapt)
     489
     490=item * L<community-data-license-agreement-sharing-v1.0|https://cdla.io/sharing-1-0/wp-content/uploads/sites/52/2017/10/CDLA-Sharing-v1.0.pdf>
     491        (copyleft - allow users to freely share and adapt while maintaining this same freedom for others)
     492
     493=item * L<creative-common-attribution-v4.0|https://creativecommons.org/licenses/by/4.0/legalcode.txt>
     494        (copyleft - allow users to freely share and adapt while maintaining this same freedom for others)
     495
    487496=item * L<creative-common-zero-v1.0|https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt>
    488497        (like public domain)
    489498
    490 =item * L<creative-common-attribution-v4.0|https://creativecommons.org/licenses/by/4.0/legalcode.txt>
    491         (copyleft - allow users to freely share and adapt while maintaining this same freedom for others)
    492 
    493499=item * L<licence-ouverte-v2.0|https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf>
    494500        (copyleft - opendata french goverment)
     
    501507Note that these licenses are dedicated to open data.
    502508Please do not use an open license that would have been thought for source code or documentation and not for open data.
     509Here are some links about open data licence context:
     510
     511=over
     512
     513=item * A good article about Community Data License Agreement and Open Data Licence in general
     514   L<Licenses for data|https://lwn.net/Articles/753648/> written on 9 May 2018.
     515
     516=item * A french page about French Public Open Data licence
     517   L<https://www.etalab.gouv.fr/licence-ouverte-open-licence>.
     518
     519=back
    503520
    504521=head2 make-file-license
Note: See TracChangeset for help on using the changeset viewer.