Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 489afac5ca73f029f424a8d66886ba228bdd300d (plain) (blame)
1
2
3
4
#!/bin/bash
# Check correct copyright headers

mvn license:check -Dlicense_check -f org.eclipse.scout.rt $*

Back to the top