Je souhaite utiliser du code tiers comme framework frontal, par exemple Bootstrap. Dans le code pour Bootstrap et jQuery, il y a une licence. Par exemple dans 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 */
Pouvons-nous supprimer ce texte? Afin de réduire les requêtes HTTP, nous voulons créer un fichier CSS afin que Bootstrap soit combiné avec un style CSS personnalisé.
Ma question est la suivante: pouvons-nous supprimer ce texte, et si nous le faisons, violerions-nous des lois? Que devons-nous faire et ne pas faire?
/* 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. */
Donc, réduisez le CSS et le JS mais gardez les licences intactes, elles ajoutent moins de 0,01 Ko à la page une fois compressées.