update DESCRIPTION and LICENSE
diff --git a/DESCRIPTION b/DESCRIPTION
index 4517299..733aa46 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,12 +1,17 @@
 Package: revealjs
 Type: Package
-Title: R Markdown format for revealjs presentations
+Title: R Markdown format for 'reveal.js' presentations
 Version: 0.5
-Date: 2014-09-15
-Author: JJ Allaire
-Maintainer: JJ Allaire <jj@rstudio.com>
-Description: More about what it does (maybe more than one line)
-License: GPL-3
+Date: 2015-01-30
+Authors@R: c(
+    person("Hakim", "El Hattab", role = c("aut", "cph"),
+       comment = "reveal.js-3.2.0, https://github.com/hakimel/reveal.js"),
+    person("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com"),
+    person(family = "RStudio", role = "cph")
+  )
+Description: R Markdown format for 'reveal.js' presentations, a framework 
+  for easily creating beautiful presentations using HTML.
+License: MIT + file LICENSE
 Depends:
     R (>= 3.0)
 Imports:
diff --git a/inst/LICENSE b/inst/LICENSE
new file mode 100644
index 0000000..bb32362
--- /dev/null
+++ b/inst/LICENSE
@@ -0,0 +1,20 @@
+Copyright (C) 2016 RStudio, Inc.
+Copyright (C) 2015 Hakim El Hattab, http://hakim.se
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
\ No newline at end of file