Voglio usare codice di terze parti come framework front-end, ad esempio Bootstrap. Nel codice per Bootstrap e jQuery c'è una licenza. Ad esempio in boostrap.css :
/*!
* Bootstrap v3.0.3
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
Possiamo rimuovere questo testo? Al fine di ridurre le richieste HTTP, vogliamo creare un file CSS in modo che Bootstrap sia combinato con uno stile CSS personalizzato.
La mia domanda è: possiamo rimuovere questo testo, e se lo facciamo, violeremmo delle leggi? Cosa dovremmo fare e non fare?
4.c.
qui .
/* Bootstrap v3.0.3 Copyright 2013 Twitter, Inc Licensed under the Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0 Designed and built with all the love in the world @twitter by @mdo and @fat. */
Quindi minimizza CSS e JS ma mantieni intatte le licenze, quando vengono compresse aggiungono meno di 0,01kb alla pagina.