aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/build/banner.js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-10-05 10:17:07 +0000
committerMario <mario@mariovavti.com>2023-10-05 10:17:07 +0000
commit32f2de17d4faeb7b74b0f1b46c43800e3acedf36 (patch)
tree002328a2aad702ba3b7068992337f8aa2bb59997 /vendor/twbs/bootstrap/build/banner.js
parent600e8081a82f088ff513664379a1557ae5078193 (diff)
downloadvolse-hubzilla-32f2de17d4faeb7b74b0f1b46c43800e3acedf36.tar.gz
volse-hubzilla-32f2de17d4faeb7b74b0f1b46c43800e3acedf36.tar.bz2
volse-hubzilla-32f2de17d4faeb7b74b0f1b46c43800e3acedf36.zip
composer update bootstrap
Diffstat (limited to 'vendor/twbs/bootstrap/build/banner.js')
-rw-r--r--vendor/twbs/bootstrap/build/banner.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/twbs/bootstrap/build/banner.js b/vendor/twbs/bootstrap/build/banner.js
deleted file mode 100644
index a022f1c48..000000000
--- a/vendor/twbs/bootstrap/build/banner.js
+++ /dev/null
@@ -1,15 +0,0 @@
-'use strict'
-
-const pkg = require('../package.json')
-
-const year = new Date().getFullYear()
-
-function getBanner(pluginFilename) {
- return `/*!
- * Bootstrap${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
- * Copyright 2011-${year} ${pkg.author}
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
- */`
-}
-
-module.exports = getBanner