From d1443410031e06421b70cd2fe39fc784c555e60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Tue, 10 Sep 2013 19:51:18 +0300 Subject: [PATCH] Add version & license info in .htaccess / main.css Make it easier for people to know what version of the `.htaccess` and `main.css` files they are using and under what license these are provided, by adding this information within the files. This is useful primarily when developers only copy these files from the HTML5 Boilerplate project, forget to update their project's change log or simply do not use anything similar to a change log. Fix h5bp/html5-boilerplate#1424. --- .htaccess | 2 +- css/main.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 9fe10c4d..6861adaa 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ -# Apache Configuration File +# Apache Server Configs v1.1.0 | MIT License # https://github.com/h5bp/server-configs-apache # (!) Using `.htaccess` files slows down Apache, therefore, if you have access diff --git a/css/main.css b/css/main.css index 82347a32..294e0199 100644 --- a/css/main.css +++ b/css/main.css @@ -1,6 +1,6 @@ +/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */ + /* - * HTML5 Boilerplate - * * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team.