diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-01-04 09:29:55 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-01-04 09:29:55 +0100 |
commit | 18b644cf8f1ae04b16f962655b99cb786f08ef2c (patch) | |
tree | 50f6cb53b913045f43d17ab78b95bc0c0de6ad60 /js | |
parent | bef2722eedd9671a9e0f0f9e553c0863437d1402 (diff) | |
download | fosdem-2018-presentation-18b644cf8f1ae04b16f962655b99cb786f08ef2c.tar fosdem-2018-presentation-18b644cf8f1ae04b16f962655b99cb786f08ef2c.tar.gz |
:copyright: :copyright: :copyright: :copyright: :copyright: closes #1469
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js index 164996d..2c92954 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -3,7 +3,7 @@ * http://lab.hakim.se/reveal-js * MIT licensed * - * Copyright (C) 2015 Hakim El Hattab, http://hakim.se + * Copyright (C) 2016 Hakim El Hattab, http://hakim.se */ (function( root, factory ) { if( typeof define === 'function' && define.amd ) { |