File: do-not-update-copyright-year.diff

package info (click to toggle)
twitter-bootstrap4 4.3.1%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,716 kB
  • sloc: sh: 35; makefile: 20; xml: 11
file content (17 lines) | stat: -rw-r--r-- 552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Avoi updating copyright year during build
 This fixes reproducible debci
Author: Xavier Guimard <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2019-02-07

--- a/build/banner.js
+++ b/build/banner.js
@@ -6,7 +6,7 @@
 function getBanner(pluginFilename) {
   return `/*!
   * Bootstrap${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
-  * Copyright 2011-${year} ${pkg.author}
+  * Copyright 2011-2019 ${pkg.author}
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */`
 }