diff --git a/static/js/pandora/home.0xdb.js b/static/js/pandora/home.0xdb.js index 1d6738908..5dbdfc926 100644 --- a/static/js/pandora/home.0xdb.js +++ b/static/js/pandora/home.0xdb.js @@ -222,7 +222,11 @@ pandora.ui.home = function() { }) .appendTo(that), $text = $('
') - .html('A Movie Database. \u2620 2007-2012 0x2620. All Open Source.') + .html( + 'A Movie Database. \u2620 2007-' + + Ox.formatDate(new Date(), '%Y') + + ' 0x2620. All Open Source.' + ) .css({ position: 'absolute', left: 0,