Skip to content

Commit f7ce03d

Browse files
author
Marc J. Schmidt
committed
Removed that aggressive license stuff.
1 parent 341782c commit f7ce03d

File tree

3 files changed

+3
-26
lines changed

3 files changed

+3
-26
lines changed

README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -74,27 +74,4 @@ Event-Based resize detection inspired by [backalleycoder.com](http://www.backall
7474
7575
License
7676
-------
77-
This code is copyright 2013 Marc J. Schmidt and is licensed under the MIT license. See the `LICENSE` file for the full text.
78-
79-
80-
ElementQueries.convertToPx covered by the following license:
81-
82-
> Copyright (c) 2013 Rob Brackett
83-
>
84-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
85-
> this software and associated documentation files (the "Software"), to deal in
86-
> the Software without restriction, including without limitation the rights to
87-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
88-
> of the Software, and to permit persons to whom the Software is furnished to do
89-
> so, subject to the following conditions:
90-
>
91-
> The above copyright notice and this permission notice shall be included in all
92-
> copies or substantial portions of the Software.
93-
>
94-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
95-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
96-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
97-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
98-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
99-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
100-
> SOFTWARE.
77+
MIT license. Copyright [Marc J. Schmidt](http://marcjschmidt.de/).

src/ElementQueries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013 Marc J. Schmidt. See the LICENSE file at the top-level
2+
* Copyright Marc J. Schmidt. See the LICENSE file at the top-level
33
* directory of this distribution and at
44
* https://github.com/marcj/css-element-queries/blob/master/LICENSE.
55
*/

src/ResizeSensor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013 Marc J. Schmidt. See the LICENSE file at the top-level
2+
* Copyright Marc J. Schmidt. See the LICENSE file at the top-level
33
* directory of this distribution and at
44
* https://github.com/marcj/css-element-queries/blob/master/LICENSE.
55
*/

0 commit comments

Comments
 (0)