Changeset 217 for trunk/project-meta
- Timestamp:
- May 10, 2018, 10:48:04 AM (7 years ago)
- Location:
- trunk/project-meta
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/project-meta/project-meta
r214 r217 8 8 use strict; 9 9 use warnings; 10 use version; our $VERSION = version->declare('0.0.1 0');10 use version; our $VERSION = version->declare('0.0.11'); 11 11 12 12 use File::Copy qw(copy); … … 485 485 =over 486 486 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 487 496 =item * L<creative-common-zero-v1.0|https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt> 488 497 (like public domain) 489 498 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 493 499 =item * L<licence-ouverte-v2.0|https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf> 494 500 (copyleft - opendata french goverment) … … 501 507 Note that these licenses are dedicated to open data. 502 508 Please do not use an open license that would have been thought for source code or documentation and not for open data. 509 Here 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 503 520 504 521 =head2 make-file-license
Note: See TracChangeset
for help on using the changeset viewer.