summaryrefslogtreecommitdiff
path: root/licenses
Commit message (Collapse)AuthorAge
* Added GNU license filesFernando Farfan2015-08-10
| | | | | | | | Some Wikipedia images are licensed under the GNU Free Documentation License, so we now install the required files in the OS so that they can be served by the appropriate API. [endlessm/eos-sdk#3471]
* Added scripts to manage GNU license filesFernando Farfan2015-08-10
| | | | | | | | Some Wikipedia images are licensed under the GNU Free Documentation License, so we added these scripts to download, organize and cleanup such licenses so that they can be served by the license API. [endlessm/eos-sdk#3471]
* Added a Utility file for license processingFernando Farfan2015-08-10
| | | | | | | | | | We create license_utils, a utility library to include common methods to handle license files. The script that handles the cleanup of CreativeCommons files now uses the methods that have been extracted into the license_utils lib. [endlessm/eos-sdk#3471]
* Bump Python version to 3Fernando Farfan2015-08-10
| | | | | | | All our license handling scripts should specify python v.3, so we bump the version for the CreativeCommons scripts. [endlessm/eos-sdk#3471]
* Added new CC License filesFernando Farfan2015-06-05
| | | | | | | Added new License files to be in sync with all the license levels served by our applications. [endlessm/eos-sdk#3111]
* Updated scripts to download CC license filesFernando Farfan2015-06-05
| | | | | | | Updated the scripts that we use to download HTML (and related) files for Creative Commons licenses. [endlessm/eos-sdk#3111]
* Scripts to download and organize CCLicense filesFernando Farfan2015-05-05
| | | | | | | These scripts download and prepare all the HTML files that are required to publish Creative Commons licenses. [endlessm/eos-sdk#3025]
* Added Creative Commons LicensesFernando Farfan2015-05-05
Added HTML files for Creative Commons lincenses to be presented offline. Licenses added include: * BY-3.0 * BY-4.0 * BY-ND-2.0 * BY-ND-3.0 * BY-SA-3.0 * BY-SA-4.0 For all these, the following languages were added: * No language suffix: Copy of the English file as fallback * Arabic * English * Spanish * French * Portuguese (Brazil) [endlessm/eos-sdk#3025]