Sha256: 8d22f608183adf5b834c6077bf5a86e5f5a97204bcb57d03a280c2aab40b41df

Contents?: true

Size: 390 Bytes

Versions: 13

Compression:

Stored size: 390 Bytes

Contents

'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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
card-mod-bootstrap-0.18.1 vendor/bootstrap/build/banner.js
card-mod-bootstrap-0.18.0 vendor/bootstrap/build/banner.js
card-mod-bootstrap-0.17.0 vendor/bootstrap/build/banner.js
card-mod-bootstrap-0.16.0 vendor/bootstrap/build/banner.js
card-mod-bootstrap-0.15.6 vendor/bootstrap/build/banner.js
card-mod-bootstrap-0.15.5 vendor/bootstrap/build/banner.js
card-mod-bootstrap-0.15.4 vendor/bootstrap/build/banner.js
card-mod-bootstrap-0.15.3 vendor/bootstrap/build/banner.js
card-mod-bootstrap-0.15.1.2 vendor/bootstrap/build/banner.js
card-mod-bootstrap-0.15.2.pre1 vendor/bootstrap/build/banner.js
card-mod-bootstrap-0.15.1.1 vendor/bootstrap/build/banner.js
card-mod-bootstrap-0.15.1 vendor/bootstrap/build/banner.js
card-mod-bootstrap-0.15.0 vendor/bootstrap/build/banner.js