Comparing version 2.5.2 to 2.5.3
@@ -317,9 +317,13 @@ 'use strict'; | ||
let copyright; | ||
let address; | ||
if (this.opts.status === 'draft') { | ||
copyright = getBoilerplate('draft-copyright'); | ||
address = getBoilerplate('address'); | ||
} else if (this.opts.status === 'standard') { | ||
copyright = getBoilerplate('standard-copyright'); | ||
address = getBoilerplate('address'); | ||
} else { | ||
copyright = getBoilerplate('proposal-copyright'); | ||
address = ''; | ||
} | ||
@@ -353,2 +357,3 @@ | ||
<h1>Copyright & Software License</h1> | ||
${address} | ||
<h2>Copyright Notice</h2> | ||
@@ -355,0 +360,0 @@ ${copyright.replace('!YEAR!', this.opts.date.getFullYear())} |
{ | ||
"name": "ecmarkup", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"description": "Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.", | ||
@@ -5,0 +5,0 @@ "main": "lib/ecmarkup.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
465027
86
1922