Index: branches/5.2.x/core/ckeditor/config.js =================================================================== diff -u -N -r15316 -r16404 --- branches/5.2.x/core/ckeditor/config.js (.../config.js) (revision 15316) +++ branches/5.2.x/core/ckeditor/config.js (.../config.js) (revision 16404) @@ -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';