Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
d8189966
Commit
d8189966
authored
Dec 01, 2014
by
Peter van 't Hof
Browse files
Added license bash script
parent
17319c63
Changes
1
Hide whitespace changes
Inline
Side-by-side
license_header.sh
0 → 100755
View file @
d8189966
#!/bin/bash
#
# Copyright (c) 2014 Leiden University Medical Center - Sequencing Analysis Support Core <sasc@lumc.nl>
# @author Peter van 't Hof <p.j.van_t_hof@lumc.nl>
#
DIR
=
`
readlink
-f
\`
dirname
$0
\`
`
MODE
=
check
if
[
$1
]
;
then
MODE
=
$1
fi
mvn
-f
$DIR
/public/pom.xml license:
$MODE
-Dlicense
.header
=
$DIR
/public/LICENSE
mvn
-f
$DIR
/protected/pom.xml license:
$MODE
-Dlicense
.header
=
$DIR
/protected/LICENSE
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment