diff --git a/Gruntfile.js b/Gruntfile.js index 97976e403b3da26ee94ebbf8123bc3d49b3b331c..3e67b9f05d841084831031749aa81c18375ce926 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -11,7 +11,7 @@ module.exports = function(grunt) { ' * http://lab.hakim.se/reveal-js\n' + ' * MIT licensed\n' + ' *\n' + - ' * Copyright (C) 2014 Hakim El Hattab, http://hakim.se\n' + + ' * Copyright (C) 2015 Hakim El Hattab, http://hakim.se\n' + ' */' }, diff --git a/LICENSE b/LICENSE index 3866d13e15364efc3127d12a50399a4b42c8b919..09623076fb345cdebdb7417590e9a358aa80e234 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2014 Hakim El Hattab, http://hakim.se +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 diff --git a/README.md b/README.md index 388b4fb49d8098ea5e6c721347200530eeb15e72..b15f7d54fb4b113aef715b8d339c91bb70fe4b0f 100644 --- a/README.md +++ b/README.md @@ -947,4 +947,4 @@ Some reveal.js features, like external Markdown and speaker notes, require that MIT licensed -Copyright (C) 2014 Hakim El Hattab, http://hakim.se +Copyright (C) 2015 Hakim El Hattab, http://hakim.se diff --git a/css/reveal.css b/css/reveal.css index 43acebba06811063b484d106801779044e71b6b6..05bfd2d1fbadef5165d629812e6feabd43c678ec 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -3,7 +3,7 @@ * http://lab.hakim.se/reveal-js * MIT licensed * - * Copyright (C) 2014 Hakim El Hattab, http://hakim.se + * Copyright (C) 2015 Hakim El Hattab, http://hakim.se */ /********************************************* * RESET STYLES diff --git a/css/reveal.scss b/css/reveal.scss index b731c9be5054676752839503c498fcfce0042e2b..6cc21baaa1884c81b553d6a51376f79d4a38e6fb 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -3,7 +3,7 @@ * http://lab.hakim.se/reveal-js * MIT licensed * - * Copyright (C) 2014 Hakim El Hattab, http://hakim.se + * Copyright (C) 2015 Hakim El Hattab, http://hakim.se */ diff --git a/js/reveal.js b/js/reveal.js index 224ce992679678d7d63826a42c4ed3b8f43d469c..4f44c5f743509a50747ab9348806f3cb6210fdb3 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -3,7 +3,7 @@ * http://lab.hakim.se/reveal-js * MIT licensed * - * Copyright (C) 2014 Hakim El Hattab, http://hakim.se + * Copyright (C) 2015 Hakim El Hattab, http://hakim.se */ (function( root, factory ) { if( typeof define === 'function' && define.amd ) {