-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBANNER.txt
27 lines (21 loc) · 1.15 KB
/
BANNER.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
EmblaCoreJS
(Bundle of <%= pkg.name %>)
Generated: <%= moment().format('YYYY-MM-DD') %>
Version: <%= pkg.version %>
Copyright (c) 2023 Miðeind ehf. <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
<% _.forEach(dependencies, function (dependency) { %>
EmblaCoreJS bundles the following library: <%= dependency.name %>, version <%= dependency.version %>, which is Copyright (c) <%= dependency.author.name %> <%= dependency.author.email %>
Homepage: <%= dependency.homepage %>
Repository: <%= dependency.repository.url %>
<%= dependency.name %> is released under the <%= dependency.license %> license:
<%= dependency.licenseText %>
<% }) %>