File tree 7 files changed +33
-22
lines changed 7 files changed +33
-22
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,19 @@ La aplicación está disponible en https://javierorp.github.io/tcp-simulador/
10
10
11
11
El código de la aplicación está disponible en https://github.com/javierorp/tcp-simulador/
12
12
13
+
14
+
13
15
## Licencias
14
16
17
+ - ** Este proyecto:** https://github.com/javierorp/tcp-simulador/blob/master/LICENSE
15
18
- ** Angular:** https://angular.io/license
16
-
17
19
- ** Bootstrap:** https://getbootstrap.com/docs/4.0/about/license/
18
-
19
20
- ** Visual Studio Code:** https://code.visualstudio.com/license
20
-
21
21
- ** GutHub:** https://docs.github.com/en/github/site-policy/github-terms-of-service
22
-
23
22
- ** GitHub Pages:** https://docs.github.com/en/github/working-with-github-pages/about-github-pages
24
-
25
23
- ** Font Awesome:** https://fontawesome.com/license/free
26
24
27
-
25
+
28
26
29
27
30
28
# Bachelor Thesis - Graphic simulator of TCP communications
@@ -41,6 +39,7 @@ The application code is available at https://github.com/javierorp/tcp-simulador/
41
39
42
40
## Licenses
43
41
42
+ - ** This project:** https://github.com/javierorp/tcp-simulador/blob/master/LICENSE
44
43
- ** Angular:** https://angular.io/license
45
44
- ** Bootstrap:** https://getbootstrap.com/docs/4.0/about/license/
46
45
- ** Visual Studio Code:** https://code.visualstudio.com/license
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tcp-simulador" ,
3
- "version" : " 1.0.0 " ,
4
- "date" : " 15/09 /2020" ,
3
+ "version" : " 1.0.1 " ,
4
+ "date" : " 14/10 /2020" ,
5
5
6
6
"scripts" : {
7
7
"ng" : " ng" ,
Original file line number Diff line number Diff line change @@ -38,9 +38,13 @@ <h4 class="modal-title">{{ 'acercade.titulo' | translate }}</h4>
38
38
title ="Font Awesome "> Font Awesome</ a > .
39
39
< br > {{ 'acercade.traduccion' | translate }} < a href ="https://www.deepl.com/translator " target ="_blank "
40
40
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 }} "
42
42
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 >
44
48
</ p >
45
49
</ div >
46
50
< div class ="modal-footer ">
Original file line number Diff line number Diff line change 127
127
"licencias-web" : " https://github.com/javierorp/tcp-simulador/blob/master/README.md#licenses" ,
128
128
"iconos" : " All the icons used in the application come from" ,
129
129
"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" ,
132
136
"repo" : " Repository" ,
133
137
"cerrar" : " Close"
134
138
},
Original file line number Diff line number Diff line change 127
127
"licencias-web" : " https://github.com/javierorp/tcp-simulador/blob/master/README.md#licencias" ,
128
128
"iconos" : " Todos los iconos usados en la aplicación provienen de" ,
129
129
"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" ,
132
136
"repo" : " Repositorio" ,
133
137
"cerrar" : " Cerrar"
134
138
},
You can’t perform that action at this time.
0 commit comments