Skip to content

Commit

Permalink
Update copyright information
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Jan 16, 2017
1 parent 1e2aed6 commit 4a66a5f
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 ocbnet
Copyright (c) 2017 Marcel Greter

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ to breakpoint change events. There are certainly other modules around that do th
releasing this library as I have used it in various projects without any issues and wanted to
give it a home here on GitHub for me and others to use if they like to!

## Downloads

- Sources: https://raw.githubusercontent.com/ocbnet/mediaquery/master/mediaquery.src.js
- Minified: https://raw.githubusercontent.com/ocbnet/mediaquery/master/mediaquery.min.js

## Dependencies

This library has [`jQuery`][1] as a dependency (since I'm lazy)! Pretty much any version should work.
Expand Down Expand Up @@ -233,4 +238,10 @@ Check out the demo sources to get you started:
- https://github.com/ocbnet/mediaquery/blob/master/demo/demo.js
- https://github.com/ocbnet/mediaquery/blob/master/demo/init.js
- https://github.com/ocbnet/mediaquery/blob/master/demo/styles.css
- https://github.com/ocbnet/mediaquery/blob/master/demo/index.html
- https://github.com/ocbnet/mediaquery/blob/master/demo/index.html

## Copyright

© 2017 [Marcel Greter] [2]

[2]: https://github.com/mgreter
5 changes: 5 additions & 0 deletions conf/license.head.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
Released under the MIT license (see LICENSE file)
© 2017 Marcel Greter (https://github.com/mgreter)
Media Query Scope is a library to detect the currently active media queries
*/
3 changes: 3 additions & 0 deletions conf/webmerge.conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<!-- main merge operations -->
<js id="layout" step="layout" >

<!-- add license head to minified file -->
<prefix path="conf/license.head.txt" />

<!-- include layout library files -->
<input path="mediaquery.src.js" />

Expand Down
5 changes: 5 additions & 0 deletions mediaquery.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions mediaquery.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/*
Released under the MIT license (see LICENSE file)
© 2017 Marcel Greter (https://github.com/mgreter)
Media Query Scope is a library to detect the currently active media queries
// css example definition
Expand Down

0 comments on commit 4a66a5f

Please sign in to comment.