Skip to content

Commit 18b644c

Browse files
committed
©️ ©️ ©️ ©️ ©️ closes #1469
1 parent bef2722 commit 18b644c

10 files changed

+10
-10
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = function(grunt) {
1313
' * http://lab.hakim.se/reveal-js\n' +
1414
' * MIT licensed\n' +
1515
' *\n' +
16-
' * Copyright (C) 2015 Hakim El Hattab, http://hakim.se\n' +
16+
' * Copyright (C) 2016 Hakim El Hattab, http://hakim.se\n' +
1717
' */'
1818
},
1919

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2015 Hakim El Hattab, http://hakim.se
1+
Copyright (C) 2016 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
@@ -1016,4 +1016,4 @@ Some reveal.js features, like external Markdown and speaker notes, require that
10161016
10171017
MIT licensed
10181018
1019-
Copyright (C) 2015 Hakim El Hattab, http://hakim.se
1019+
Copyright (C) 2016 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) 2015 Hakim El Hattab, http://hakim.se
6+
* Copyright (C) 2016 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) 2015 Hakim El Hattab, http://hakim.se
6+
* Copyright (C) 2016 Hakim El Hattab, http://hakim.se
77
*/
88

99

css/theme/black.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Black theme for reveal.js. This is the opposite of the 'white' theme.
33
*
4-
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
4+
* By Hakim El Hattab, http://hakim.se
55
*/
66
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
77
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {

css/theme/source/black.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Black theme for reveal.js. This is the opposite of the 'white' theme.
33
*
4-
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
4+
* By Hakim El Hattab, http://hakim.se
55
*/
66

77

css/theme/source/white.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* White theme for reveal.js. This is the opposite of the 'black' theme.
33
*
4-
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
4+
* By Hakim El Hattab, http://hakim.se
55
*/
66

77

css/theme/white.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* White theme for reveal.js. This is the opposite of the 'black' theme.
33
*
4-
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
4+
* By Hakim El Hattab, http://hakim.se
55
*/
66
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
77
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {

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) 2015 Hakim El Hattab, http://hakim.se
6+
* Copyright (C) 2016 Hakim El Hattab, http://hakim.se
77
*/
88
(function( root, factory ) {
99
if( typeof define === 'function' && define.amd ) {

0 commit comments

Comments
 (0)