Skip to content

Commit 31f72b5

Browse files
committed
Add MIT License
1 parent b757970 commit 31f72b5

File tree

3 files changed

+26
-18
lines changed

3 files changed

+26
-18
lines changed

LICENSE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) Nicolas Gallagher and Jonathan Neal
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of
4+
this software and associated documentation files (the "Software"), to deal in
5+
the Software without restriction, including without limitation the rights to
6+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7+
of the Software, and to permit persons to whom the Software is furnished to do
8+
so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.

README.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
normalize.css
2-
=============
1+
# normalize.css
32

43
Normalize.css is a customisable CSS file that makes browsers render all
54
elements more consistently and in line with modern standards. We researched the
@@ -8,46 +7,36 @@ the styles that need normalizing.
87

98
[Check out the demo](http://necolas.github.com/normalize.css/demo.html)
109

11-
What does it do?
12-
-----------
10+
## What does it do?
1311

1412
* Preserves useful defaults, unlike many CSS resets.
1513
* Normalizes styles for a wide range of elements.
1614
* Corrects bugs and common browser inconsistencies.
1715
* Improves usability with subtle improvements.
1816
* Explains what code does using detailed comments.
1917

20-
How to use it
21-
-----------
18+
## How to use it
2219

2320
Normalize.css is intended to be used as an alternative to CSS resets.
2421

2522
It's suggested that you read the `normalize.css` file and consider customising
2623
it to meet your needs. Alternatively, include the file in your project and
2724
override the defaults later in your CSS.
2825

29-
Browser support
30-
-----------
26+
## Browser support
3127

3228
* Google Chrome
3329
* Mozilla Firefox 3+
3430
* Apple Safari 4+
3531
* Opera 10+
3632
* Internet Explorer 6+
3733

38-
Contribute
39-
-----------
34+
## Contribute
4035

4136
Please read my [issue
4237
guidelines](https://github.com/necolas/issue-guidelines).
4338

44-
License
45-
-----------
46-
47-
Public domain
48-
49-
Acknowledgements
50-
------------
39+
## Acknowledgements
5140

5241
Normalize.css is a project by [Nicolas Gallagher](http://github.com/necolas)
5342
and [Jonathan Neal](http://github.com/jonathantneal).

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
1+
/*! normalize.css 2012-08-07T21:27 UTC | MIT License | git.io/normalize */
22

33
/* ==========================================================================
44
HTML5 display definitions

0 commit comments

Comments
 (0)