/**
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md.
*/
'use strict';
module.exports = {
createEntryFile: require( './createentryfile' ),
getLicenseBanner: require( './getlicensebanner' )
};