Skip to content

Commit d68aa5d

Browse files
committed
Añadida licencia GPLv3
1 parent 94e5858 commit d68aa5d

File tree

7 files changed

+33
-22
lines changed

7 files changed

+33
-22
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,19 @@ La aplicación está disponible en https://javierorp.github.io/tcp-simulador/
1010

1111
El código de la aplicación está disponible en https://github.com/javierorp/tcp-simulador/
1212

13+
14+
1315
## Licencias
1416

17+
- **Este proyecto:** https://github.com/javierorp/tcp-simulador/blob/master/LICENSE
1518
- **Angular:** https://angular.io/license
16-
1719
- **Bootstrap:** https://getbootstrap.com/docs/4.0/about/license/
18-
1920
- **Visual Studio Code:** https://code.visualstudio.com/license
20-
2121
- **GutHub:** https://docs.github.com/en/github/site-policy/github-terms-of-service
22-
2322
- **GitHub Pages:** https://docs.github.com/en/github/working-with-github-pages/about-github-pages
24-
2523
- **Font Awesome:** https://fontawesome.com/license/free
2624

27-
25+
2826

2927

3028
# Bachelor Thesis - Graphic simulator of TCP communications
@@ -41,6 +39,7 @@ The application code is available at https://github.com/javierorp/tcp-simulador/
4139

4240
## Licenses
4341

42+
- **This project:** https://github.com/javierorp/tcp-simulador/blob/master/LICENSE
4443
- **Angular:** https://angular.io/license
4544
- **Bootstrap:** https://getbootstrap.com/docs/4.0/about/license/
4645
- **Visual Studio Code:** https://code.visualstudio.com/license

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tcp-simulador",
3-
"version": "1.0.0",
4-
"date": "15/09/2020",
3+
"version": "1.0.1",
4+
"date": "14/10/2020",
55
"email": "[email protected]",
66
"scripts": {
77
"ng": "ng",

src/app/acercade/acercade.component.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,13 @@ <h4 class="modal-title">{{ 'acercade.titulo' | translate }}</h4>
3838
title="Font Awesome">Font Awesome</a>.
3939
<br>{{ 'acercade.traduccion' | translate }} <a href="https://www.deepl.com/translator" target="_blank"
4040
title="DeepL">DeepL</a>.
41-
<br>{{ 'acercade.ver-licencias' | translate }} <a href="{{ 'acercade.licencias-web' | translate }}"
41+
<br>{{ 'acercade.softw-licen' | translate }} <a href="{{ 'acercade.licencias-web' | translate }}"
4242
target="_blank"
43-
title="{{ 'acercade.licencias' | translate }}">{{ 'acercade.licencias' | translate }}</a>.
43+
title="{{ 'acercade.softw-licen' | translate }} {{ 'acercade.softw-licen-2' | translate }}">{{ 'acercade.softw-licen-2' | translate }}</a> {{ 'acercade.softw-licen-3' | translate }}.
44+
45+
<br>{{ 'acercade.repo-licen' | translate }} <a href="{{ 'acercade.repo-licen-web' | translate }}" target="_blank" title="{{ 'acercade.repo-licen-tp' | translate }}">
46+
<img src="assets\img\gplv3.png" alt="{{ 'acercade.repo-licen-tp' | translate }}"
47+
style="width: 75px;" /></a>
4448
</p>
4549
</div>
4650
<div class="modal-footer">

src/assets/i18n/en.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,12 @@
127127
"licencias-web": "https://github.com/javierorp/tcp-simulador/blob/master/README.md#licenses",
128128
"iconos": "All the icons used in the application come from",
129129
"traduccion": "This application has been translated into English with the help of",
130-
"ver-licencias": "View",
131-
"licencias": "licenses",
130+
"softw-licen": "View",
131+
"softw-licen-2": "licenses",
132+
"softw-licen-3": "of the resources used",
133+
"repo-licen": "This project is licensed under",
134+
"repo-licen-tp": "GNU General Public License v3.0",
135+
"repo-licen-web": "https://github.com/javierorp/tcp-simulador/blob/master/LICENSE",
132136
"repo": "Repository",
133137
"cerrar": "Close"
134138
},

src/assets/i18n/es.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,12 @@
127127
"licencias-web": "https://github.com/javierorp/tcp-simulador/blob/master/README.md#licencias",
128128
"iconos": "Todos los iconos usados en la aplicación provienen de",
129129
"traduccion": "Esta aplicación ha sido traducida al inglés con ayuda de",
130-
"ver-licencias": "Ver",
131-
"licencias": "licencias",
130+
"softw-licen": "Ver",
131+
"softw-licen-2": "licencias",
132+
"softw-licen-3": "de los recursos utilizados",
133+
"repo-licen": "Este proyecto se encuentra bajo la licencia",
134+
"repo-licen-tp": "GNU General Public License v3.0",
135+
"repo-licen-web": "https://github.com/javierorp/tcp-simulador/blob/master/LICENSE",
132136
"repo": "Repositorio",
133137
"cerrar": "Cerrar"
134138
},

src/assets/img/gplv3.png

6.46 KB
Loading

0 commit comments

Comments
 (0)