Skip to content

Commit 9c3a7b4

Browse files
committed
(c) 2015
1 parent 5bdbc2d commit 9c3a7b4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function(grunt) {
1111
' * http://lab.hakim.se/reveal-js\n' +
1212
' * MIT licensed\n' +
1313
' *\n' +
14-
' * Copyright (C) 2014 Hakim El Hattab, http://hakim.se\n' +
14+
' * Copyright (C) 2015 Hakim El Hattab, http://hakim.se\n' +
1515
' */'
1616
},
1717

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2014 Hakim El Hattab, http://hakim.se
1+
Copyright (C) 2015 Hakim El Hattab, http://hakim.se
22

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -947,4 +947,4 @@ Some reveal.js features, like external Markdown and speaker notes, require that
947947
948948
MIT licensed
949949
950-
Copyright (C) 2014 Hakim El Hattab, http://hakim.se
950+
Copyright (C) 2015 Hakim El Hattab, http://hakim.se

css/reveal.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* http://lab.hakim.se/reveal-js
44
* MIT licensed
55
*
6-
* Copyright (C) 2014 Hakim El Hattab, http://hakim.se
6+
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
77
*/
88
/*********************************************
99
* RESET STYLES

css/reveal.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* http://lab.hakim.se/reveal-js
44
* MIT licensed
55
*
6-
* Copyright (C) 2014 Hakim El Hattab, http://hakim.se
6+
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
77
*/
88

99

js/reveal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* http://lab.hakim.se/reveal-js
44
* MIT licensed
55
*
6-
* Copyright (C) 2014 Hakim El Hattab, http://hakim.se
6+
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
77
*/
88
(function( root, factory ) {
99
if( typeof define === 'function' && define.amd ) {

0 commit comments

Comments
 (0)