Skip to content

Commit 87de335

Browse files
Update years, links for 1.0
1 parent 11be32a commit 87de335

File tree

11 files changed

+15
-300
lines changed

11 files changed

+15
-300
lines changed

GPL-license.txt

Lines changed: 0 additions & 278 deletions
This file was deleted.

MIT-license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2011 Caleb Troughton
3+
Copyright (c) 2011-2013 Caleb Troughton
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A JavaScript library for building modern HTML presentations. deck.js is flexible
44

55
## Quick Start
66

7-
This repository includes a `boilerplate.html` as a starting point, with all the extensions included. Just [download it](https://github.com/imakewebthings/deck.js/zipball/stable), open `boilerplate.html`, and start editing your slides.
7+
This repository includes a `boilerplate.html` as a starting point, with all the extensions included. Just [download it](https://github.com/imakewebthings/deck.js/archive/latest.zip), open `boilerplate.html`, and start editing your slides.
88

99
## Documentation
1010

@@ -59,6 +59,6 @@ If you would like to contribute a patch to deck.js please do as much as you can
5959

6060
## License
6161

62-
Copyright (c) 2011-2012 Caleb Troughton
62+
Copyright (c) 2011-2013 Caleb Troughton
6363

64-
Dual licensed under the [MIT license](https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt) and [GPL license](https://github.com/imakewebthings/deck.js/blob/master/GPL-license.txt).
64+
Dual licensed under the [MIT license](https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt)

core/deck.core.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*!
22
Deck JS - deck.core
3-
Copyright (c) 2011 Caleb Troughton
4-
Dual licensed under the MIT license and GPL license.
3+
Copyright (c) 2011-2013 Caleb Troughton
4+
Dual licensed under the MIT license.
55
https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt
6-
https://github.com/imakewebthings/deck.js/blob/master/GPL-license.txt
76
*/
87

98
/*

extensions/goto/deck.goto.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*!
22
Deck JS - deck.goto
3-
Copyright (c) 2011 Caleb Troughton
4-
Dual licensed under the MIT license and GPL license.
3+
Copyright (c) 2011-2013 Caleb Troughton
4+
Dual licensed under the MIT license.
55
https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt
6-
https://github.com/imakewebthings/deck.js/blob/master/GPL-license.txt
76
*/
87

98
/*

extensions/hash/deck.hash.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*!
22
Deck JS - deck.hash
33
Copyright (c) 2011 Caleb Troughton
4-
Dual licensed under the MIT license and GPL license.
4+
Dual licensed under the MIT license.
55
https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt
6-
https://github.com/imakewebthings/deck.js/blob/master/GPL-license.txt
76
*/
87

98
/*

extensions/menu/deck.menu.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*!
22
Deck JS - deck.menu
33
Copyright (c) 2011 Caleb Troughton
4-
Dual licensed under the MIT license and GPL license.
4+
Dual licensed under the MIT license.
55
https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt
6-
https://github.com/imakewebthings/deck.js/blob/master/GPL-license.txt
76
*/
87

98
/*

extensions/navigation/deck.navigation.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*!
22
Deck JS - deck.navigation
33
Copyright (c) 2011 Caleb Troughton
4-
Dual licensed under the MIT license and GPL license.
4+
Dual licensed under the MIT license.
55
https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt
6-
https://github.com/imakewebthings/deck.js/blob/master/GPL-license.txt
76
*/
87

98
/*

extensions/scale/deck.scale.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*!
22
Deck JS - deck.scale
3-
Copyright (c) 2011-2012 Caleb Troughton
4-
Dual licensed under the MIT license and GPL license.
3+
Copyright (c) 2011-2013 Caleb Troughton
4+
Dual licensed under the MIT license.
55
https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt
6-
https://github.com/imakewebthings/deck.js/blob/master/GPL-license.txt
76
*/
87

98
/*

extensions/status/deck.status.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*!
22
Deck JS - deck.status
33
Copyright (c) 2011 Caleb Troughton
4-
Dual licensed under the MIT license and GPL license.
4+
Dual licensed under the MIT license.
55
https://github.com/imakewebthings/deck.js/blob/master/MIT-license.txt
6-
https://github.com/imakewebthings/deck.js/blob/master/GPL-license.txt
76
*/
87

98
/*

0 commit comments

Comments
 (0)