Index: branches/5.2.x/core/ckeditor/ckfinder/help/files/other/help.js =================================================================== diff -u -N -r15316 -r16404 --- branches/5.2.x/core/ckeditor/ckfinder/help/files/other/help.js (.../help.js) (revision 15316) +++ branches/5.2.x/core/ckeditor/ckfinder/help/files/other/help.js (.../help.js) (revision 16404) @@ -2,7 +2,7 @@ { var copyP = document.createElement( 'p' ) ; copyP.className = 'copyright' ; - copyP.innerHTML = '© 2007-2012 CKSource - Frederico Knabben . All rights reserved.

' ; + copyP.innerHTML = '© 2007-2013 CKSource - Frederico Knabben . All rights reserved.

' ; document.body.appendChild( document.createElement( 'hr' ) ) ; document.body.appendChild( copyP ) ;