Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove BSD license and improve readme #694

Merged
merged 1 commit into from
Sep 15, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ module.exports = function( grunt ) {
version: '2.6.3pre',
banner: '/*!\n' +
' * Modernizr v<%= meta.version %>\n' +
' * www.modernizr.com\n *\n' +
' * modernizr.com\n *\n' +
' * Copyright (c) Faruk Ates, Paul Irish, Alex Sexton\n' +
' * Available under the BSD and MIT licenses: www.modernizr.com/license/\n */'
' * MIT License\n */'
},
qunit: {
files: ['test/index.html']
Expand Down
23 changes: 12 additions & 11 deletions modernizr.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
/*!
* Modernizr v2.6.3pre
* www.modernizr.com
* modernizr.com
*
* Copyright (c) Faruk Ates, Paul Irish, Alex Sexton
* Available under the BSD and MIT licenses: www.modernizr.com/license/
* MIT License
*/

/*
* Modernizr tests which native CSS3 and HTML5 features are available in
* the current UA and makes the results available to you in two ways:
* as properties on a global Modernizr object, and as classes on the
* <html> element. This information allows you to progressively enhance
* your pages with a granular level of control over the experience.
* Modernizr tests which native CSS3 and HTML5 features are available in the
* current UA and makes the results available to you in two ways: as properties on
* a global `Modernizr` object, and as classes on the `<html>` element. This
* information allows you to progressively enhance your pages with a granular level
* of control over the experience.
*
* Modernizr has an optional (*not included*) conditional resource loader called
* `Modernizr.load()`, based on [Yepnope.js](http://yepnopejs.com). You can get a
* build that includes `Modernizr.load()`, as well as choosing which feature tests
* to include on the [Download page](http://www.modernizr.com/download/).
*
* Modernizr has an optional (not included) conditional resource loader
* called Modernizr.load(), based on Yepnope.js (yepnopejs.com).
* To get a build that includes Modernizr.load(), as well as choosing
* which tests to include, go to www.modernizr.com/download/
*
* Authors Faruk Ates, Paul Irish, Alex Sexton
* Contributors Ryan Seddon, Ben Alman
Expand Down
28 changes: 10 additions & 18 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
Modernizr [![Build Status](https://secure.travis-ci.org/Modernizr/Modernizr.png?branch=master)](http://travis-ci.org/Modernizr/Modernizr)
=========
# Modernizr [![Build Status](https://secure.travis-ci.org/Modernizr/Modernizr.png?branch=master)](http://travis-ci.org/Modernizr/Modernizr)

### a JavaScript library allowing you to use CSS3 & HTML5 while maintaining control over unsupported browsers
##### JavaScript library that detects HTML5 and CSS3 features in the user’s browser

Modernizr tests which native CSS3 and HTML5 features are available in
the current UA and makes the results available to you in two ways:
as properties on a global `Modernizr` object, and as classes on the
`<html>` element. This information allows you to progressively enhance
your pages with a granular level of control over the experience.
- [Website](http://www.modernizr.com)
- [Documentation](http://www.modernizr.com/docs/)

Modernizr has an optional (*not included*) conditional resource loader
called `Modernizr.load()`, based on Yepnope.js ([yepnopejs.com](http://yepnopejs.com/)).
To get a build that includes `Modernizr.load()`, as well as choosing
which tests to include, go to [www.modernizr.com/download/](http://www.modernizr.com/download/)
Modernizr tests which native CSS3 and HTML5 features are available in the current UA and makes the results available to you in two ways: as properties on a global `Modernizr` object, and as classes on the `<html>` element. This information allows you to progressively enhance your pages with a granular level of control over the experience.

[Full documentation on modernizr.com/docs/](http://www.modernizr.com/docs/)
Modernizr has an optional (*not included*) conditional resource loader called `Modernizr.load()`, based on [Yepnope.js](http://yepnopejs.com). You can get a build that includes `Modernizr.load()`, as well as choosing which feature tests to include on the [Download page](http://www.modernizr.com/download/).

* * *

Modernizr is dual-licensed under the [BSD and MIT licenses](http://www.modernizr.com/license/).
## Test suite

[modernizr.com](http://www.modernizr.com/)
Run the [test suite](http://modernizr.github.com/Modernizr/test/)


#### Try it out:
## License

Run the test suite: [http://modernizr.github.com/Modernizr/test/](http://modernizr.github.com/Modernizr/test/)
MIT license