diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-03 23:15:34 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-03 23:15:34 -0400 |
commit | b6b572d1852f8ae950e5b2759e00583e9125cecc (patch) | |
tree | 7b61fbdbf1434cce9e066d4e8519cb2a64a0da39 | |
parent | 2c3a494eaa4140a2964465848c8483deafc4e86e (diff) | |
download | fosdem-2018-presentation-b6b572d1852f8ae950e5b2759e00583e9125cecc.tar fosdem-2018-presentation-b6b572d1852f8ae950e5b2759e00583e9125cecc.tar.gz |
correct copy year
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | js/reveal.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright (C) 2012 Hakim El Hattab, http://hakim.se +Copyright (C) 2011-2012 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/js/reveal.js b/js/reveal.js index 23629c3..2d7752c 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -3,7 +3,7 @@ * http://lab.hakim.se/reveal-js * MIT licensed * - * Copyright (C) 2012 Hakim El Hattab, http://hakim.se + * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ var Reveal = (function(){ |