diff --git a/dist/css/styles.css b/dist/css/styles.css index abfa794..55d9a7c 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -2,7 +2,7 @@ /*! * Start Bootstrap - Agency v6.0.1 (https://startbootstrap.com/template-overviews/agency) * Copyright 2013-2020 Start Bootstrap -* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE) +* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE) */ /*! * Bootstrap v4.5.0 (https://getbootstrap.com/) diff --git a/dist/js/scripts.js b/dist/js/scripts.js index 8a272ba..dce1fe9 100644 --- a/dist/js/scripts.js +++ b/dist/js/scripts.js @@ -1,7 +1,7 @@ /*! * Start Bootstrap - Agency v6.0.1 (https://startbootstrap.com/template-overviews/agency) * Copyright 2013-2020 Start Bootstrap - * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE) + * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE) */ (function ($) { "use strict"; // Start of use strict diff --git a/scripts/render-scripts.js b/scripts/render-scripts.js index 5a066d0..2e23816 100644 --- a/scripts/render-scripts.js +++ b/scripts/render-scripts.js @@ -11,7 +11,7 @@ module.exports = function renderScripts() { const copyright = `/*! * Start Bootstrap - ${packageJSON.title} v${packageJSON.version} (${packageJSON.homepage}) * Copyright 2013-${new Date().getFullYear()} ${packageJSON.author} - * Licensed under ${packageJSON.license} (https://github.com/BlackrockDigital/${packageJSON.name}/blob/master/LICENSE) + * Licensed under ${packageJSON.license} (https://github.com/StartBootstrap/${packageJSON.name}/blob/master/LICENSE) */ ` const scriptsJS = fs.readFileSync(sourcePath); diff --git a/scripts/render-scss.js b/scripts/render-scss.js index 6b7da7f..3c242cb 100644 --- a/scripts/render-scss.js +++ b/scripts/render-scss.js @@ -36,7 +36,7 @@ module.exports = function renderSCSS() { const entryPoint = `/*! * Start Bootstrap - ${packageJSON.title} v${packageJSON.version} (${packageJSON.homepage}) * Copyright 2013-${new Date().getFullYear()} ${packageJSON.author} -* Licensed under ${packageJSON.license} (https://github.com/BlackrockDigital/${packageJSON.name}/blob/master/LICENSE) +* Licensed under ${packageJSON.license} (https://github.com/StartBootstrap/${packageJSON.name}/blob/master/LICENSE) */ @import "${stylesPath}" ` \ No newline at end of file