Skip to content

Commit a63561d

Browse files
committed
Added license info: MIT.
1 parent 40ac2f7 commit a63561d

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

LICENSE.md

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

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# D3-Table-Cards
22

3-
Experiment on using D3.js to transformation between table and cards views, and transition while reordering elements. It uses HTML rather than SVG, and has no dependencies beside D3.js.
3+
Experiment on using D3.js for transformations between table view and cards view, and transitions while sorting elements or resizing the browser.
4+
5+
This code uses HTML rather than SVG, and has no dependencies beside D3.js.
46

57
Check out [the demo](https://evoluteur.github.io/d3-table-cards/).
8+
9+
10+
(c) 2017 Olivier Giulieri with [MIT license](http://github.com/evoluteur/d3-table-cards/blob/master/LICENSE.md).

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>Gemstones Properties</h1>
3838
</script>
3939

4040
<p>&#169; 2017 <a href="https://evoluteur.github.io/">Olivier Giulieri</a>.
41-
Code available at <a href="https://github.com/evoluteur/d3-table-cards">GitHub</a>.</p>
41+
Code available at <a href="https://github.com/evoluteur/d3-table-cards">GitHub</a> under the MIT license.</p>
4242

4343
</body>
4444
</html>

0 commit comments

Comments
 (0)