Skip to content

Commit 082d5d2

Browse files
author
delphidabbler
committed
Add license to release script
1 parent 792631d commit 082d5d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

csdb/MakeRelease.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
#!/bin/bash
22

33
# --------------------------------------------------------------------------
4+
# DelphiDabbler Code Snippets Database v2
45
#
56
# Build tool for Windows to package up files ready for release.
67
#
8+
# This file is licensed under the MIT license, copyright © 2020 Peter Johnson,
9+
# https://gravatar.com/delphidabbler
10+
#
11+
#
712
# Two packages are made, each in a zip file: one containing the collection and
813
# the other containing documentation. Both zip files are written to the
914
# _release sub-folder in the collection's home directory.
1015
#
11-
# Any pre-existing _release sub-folder is deleted before the zip files are
16+
# Any pre-existing _release sub-folder is cleared before the zip files are
1217
# created.
1318
#
1419
# Requirements:

0 commit comments

Comments
 (0)