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

-278
This file was deleted.

MIT-license.txt

+1-1
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

+3-3
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

+2-3
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

+2-3
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

+1-2
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

+1-2
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

+1-2
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

+2-3
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

+1-2
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
/*

introduction/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h3>Include Extensions</h3>
6262

6363
<section class="slide" id="quick-start">
6464
<h2>Quick Start</h2>
65-
<p>When you <a href="https://github.com/imakewebthings/deck.js/zipball/stable">download</a> deck.js, it will include a file named <code>boilerplate.html</code>. You can immediately start editing slides in this page and viewing them in your web browser. Later on, when you are comfortable customizing the deck, you can edit the various pieces of the boilerplate or make your own to suit your needs.</p>
65+
<p>When you <a href="https://github.com/imakewebthings/deck.js/archive/latest.zip">download</a> deck.js, it will include a file named <code>boilerplate.html</code>. You can immediately start editing slides in this page and viewing them in your web browser. Later on, when you are comfortable customizing the deck, you can edit the various pieces of the boilerplate or make your own to suit your needs.</p>
6666
</section>
6767

6868
<section class="slide" id="markup">

0 commit comments

Comments
 (0)