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

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

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