Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Cesium
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
173
Issues
173
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clients
Cesium-grp
Cesium
Commits
c01d2747
Commit
c01d2747
authored
Dec 21, 2018
by
Millicent Billette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch licence from GPL to AGPL #758
parent
fccf567b
Pipeline
#4140
passed with stages
in 5 minutes and 54 seconds
Changes
9
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
82 additions
and
95 deletions
+82
-95
LICENSE
LICENSE
+73
-86
README.md
README.md
+1
-1
resources/fonts/icomoon.io/cesiumicons.json
resources/fonts/icomoon.io/cesiumicons.json
+2
-2
www/i18n/locale-en-GB.json
www/i18n/locale-en-GB.json
+1
-1
www/i18n/locale-en.json
www/i18n/locale-en.json
+1
-1
www/i18n/locale-es-ES.json
www/i18n/locale-es-ES.json
+1
-1
www/i18n/locale-fr-FR.json
www/i18n/locale-fr-FR.json
+1
-1
www/i18n/locale-it-IT.json
www/i18n/locale-it-IT.json
+1
-1
www/i18n/locale-nl-NL.json
www/i18n/locale-nl-NL.json
+1
-1
No files found.
LICENSE
View file @
c01d2747
This diff is collapsed.
Click to expand it.
README.md
View file @
c01d2747
...
...
@@ -119,7 +119,7 @@ A [development tutorial](doc/fr/development_tutorial-01.md) (in French) is also
## License
This software is distributed under
[
GNU
GPLv3
](
https://raw.github.com/duniter/cesium/master/LICENSE
)
.
This software is distributed under
[
GNU
AGPL-3.0
](
https://raw.github.com/duniter/cesium/master/LICENSE
)
.
## Troubleshooting
...
...
resources/fonts/icomoon.io/cesiumicons.json
View file @
c01d2747
...
...
@@ -3313,7 +3313,7 @@
"metadata"
:
{
"name"
:
"IcoMoon - Free"
,
"licenseURL"
:
"https://icomoon.io/#icons-icomoon"
,
"license"
:
"
GPL
or CC BY 4.0"
,
"license"
:
"
AGPL-3.0
or CC BY 4.0"
,
"designerURL"
:
"http://keyamoon.com"
,
"designer"
:
"Keyamoon"
,
"url"
:
"https://icomoon.io/#icons-icomoon"
,
...
...
@@ -10838,4 +10838,4 @@
"gridSize"
:
16
},
"uid"
:
-1
}
\ No newline at end of file
}
www/i18n/locale-en-GB.json
View file @
c01d2747
...
...
@@ -106,7 +106,7 @@
},
"ABOUT"
:
{
"TITLE"
:
"About"
,
"LICENSE"
:
"<b>Free/libre software</b> (License GNU GPLv3)."
,
"LICENSE"
:
"<b>Free/libre software</b> (License GNU
A
GPLv3)."
,
"LATEST_RELEASE"
:
"There is a <b>newer version</ b> of {{'COMMON.APP_NAME' | translate}} (<b>v{{version}}</b>)"
,
"PLEASE_UPDATE"
:
"Please update {{'COMMON.APP_NAME' | translate}} (latest version: <b>v{{version}}</b>)"
,
"CODE"
:
"Source code:"
,
...
...
www/i18n/locale-en.json
View file @
c01d2747
...
...
@@ -106,7 +106,7 @@
},
"ABOUT"
:
{
"TITLE"
:
"About"
,
"LICENSE"
:
"<b>Free/libre software</b> (License GNU GPLv3)."
,
"LICENSE"
:
"<b>Free/libre software</b> (License GNU
A
GPLv3)."
,
"LATEST_RELEASE"
:
"There is a <b>newer version</ b> of {{'COMMON.APP_NAME' | translate}} (<b>v{{version}}</b>)"
,
"PLEASE_UPDATE"
:
"Please update {{'COMMON.APP_NAME' | translate}} (latest version: <b>v{{version}}</b>)"
,
"CODE"
:
"Source code:"
,
...
...
www/i18n/locale-es-ES.json
View file @
c01d2747
...
...
@@ -106,7 +106,7 @@
},
"ABOUT"
:
{
"TITLE"
:
"A propósito "
,
"LICENSE"
:
"Aplicación <b>libre</b> (licencia GNU GPLv3)."
,
"LICENSE"
:
"Aplicación <b>libre</b> (licencia GNU
A
GPLv3)."
,
"LATEST_RELEASE"
:
"Hay una <b>versión más nueva</b> de {{'COMMON.APP_NAME' | translate}} (<b>v{{version}}</b>)"
,
"PLEASE_UPDATE"
:
"Por favor actualice {{'COMMON.APP_NAME' | translate}} (última versión: <b>v{{version}}</b>)"
,
"CODE"
:
"Código fuente:"
,
...
...
www/i18n/locale-fr-FR.json
View file @
c01d2747
...
...
@@ -106,7 +106,7 @@
},
"ABOUT"
:
{
"TITLE"
:
"À propos"
,
"LICENSE"
:
"Application <b>libre</b> (Licence GNU GPLv3)."
,
"LICENSE"
:
"Application <b>libre</b> (Licence GNU
A
GPLv3)."
,
"LATEST_RELEASE"
:
"Il existe une <b>version plus récente</b> de {{'COMMON.APP_NAME'|translate}} (<b>v{{version}}</b>)"
,
"PLEASE_UPDATE"
:
"Veuillez mettre à jour {{'COMMON.APP_NAME'|translate}} (dernière version : <b>v{{version}}</b>)"
,
"CODE"
:
"Code source :"
,
...
...
www/i18n/locale-it-IT.json
View file @
c01d2747
...
...
@@ -98,7 +98,7 @@
},
"ABOUT"
:
{
"TITLE"
:
"A proposito"
,
"LICENSE"
:
"<b>Free/libre software</b> (License GNU GPLv3)."
,
"LICENSE"
:
"<b>Free/libre software</b> (License GNU
A
GPLv3)."
,
"CODE"
:
"Codice sorgente:"
,
"DEVELOPERS"
:
"Sviluppatori:"
,
"FORUM"
:
"Forum:"
,
...
...
www/i18n/locale-nl-NL.json
View file @
c01d2747
...
...
@@ -95,7 +95,7 @@
},
"ABOUT"
:
{
"TITLE"
:
"Over"
,
"LICENSE"
:
"<b>Vrije</b> software (GNU GPLv3 licentie)."
,
"LICENSE"
:
"<b>Vrije</b> software (GNU
A
GPLv3 licentie)."
,
"CODE"
:
"Broncode:"
,
"DEVELOPERS"
:
"Ontwikkelaars:"
,
"FORUM"
:
"Forum:"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment