Skip to content

Commit 29202eb

Browse files
committedMar 16, 2018
Licensing information update
1 parent 12979c7 commit 29202eb

7 files changed

+12
-7
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Stefan Haack - http://shaack.com
3+
Copyright (c) 2017 Stefan Haack <shaack@gmail.com> (http://shaack.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"type": "git",
2020
"url": "git+https://github.com/shaack/cm-chessboard.git"
2121
},
22-
"author": "Stefan Haack (http://shaack.com)",
22+
"author": "Stefan Haack <shaack@gmail.com> (http://www.shaack.com)",
2323
"license": "MIT",
2424
"bugs": {
2525
"url": "https://github.com/shaack/cm-chessboard/issues"

‎src/cm-chessboard/Chessboard.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Author: shaack
2+
* Author and copyright: Stefan Haack <shaack@gmail.com> (http://shaack.com)
3+
* License: MIT, see file 'LICENSE'
34
* Date: 21.11.2017
45
*/
56
import {ChessboardView} from "./ChessboardView.js";

‎src/cm-chessboard/ChessboardModel.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Author: shaack
2+
* Author and copyright: Stefan Haack <shaack@gmail.com> (http://shaack.com)
3+
* License: MIT, see file 'LICENSE'
34
* Date: 22.11.2017
45
*/
56

‎src/cm-chessboard/ChessboardMoveInput.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Author: shaack
2+
* Author and copyright: Stefan Haack <shaack@gmail.com> (http://shaack.com)
3+
* License: MIT, see file 'LICENSE'
34
* Date: 06.12.2017
45
*/
56

‎src/cm-chessboard/ChessboardPiecesAnimation.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Author: shaack
2+
* Author and copyright: Stefan Haack <shaack@gmail.com> (http://shaack.com)
3+
* License: MIT, see file 'LICENSE'
34
* Date: 07.12.2017
45
*/
56

‎src/cm-chessboard/ChessboardView.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Author: shaack
2+
* Author and copyright: Stefan Haack <shaack@gmail.com> (http://shaack.com)
3+
* License: MIT, see file 'LICENSE'
34
* Date: 21.11.2017
45
*/
56

0 commit comments

Comments
 (0)