Skip to content

Commit 027cecd

Browse files
data/make_full_license_info_header.sh : adding a script that will format the full license as a header for inclusion in released dnmtools binaries
1 parent 5d15597 commit 027cecd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
input=$1
4+
5+
echo 'static const char *license_text = R"('
6+
cat "$input"
7+
echo ')";'

0 commit comments

Comments
 (0)