Index: branches/5.3.x/core/ckeditor/config.js =================================================================== diff -u -N -r15483 -r15908 --- branches/5.3.x/core/ckeditor/config.js (.../config.js) (revision 15483) +++ branches/5.3.x/core/ckeditor/config.js (.../config.js) (revision 15908) @@ -1,10 +1,9 @@ -/* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ +/** + * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.html or http://ckeditor.com/license + */ -CKEDITOR.editorConfig = function( config ) -{ +CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E';