diff options
author | David Williams | 2016-05-31 06:27:47 -0400 |
---|---|---|
committer | David Williams | 2016-05-31 06:27:47 -0400 |
commit | 3d6e3ca55935d988c611e1284023059e0931360b (patch) | |
tree | aecf482b713d38e63bed6a7c775b7d8743f25917 /production/dirtReport.sh | |
parent | 9e7af4597fdacbdfc80687338b3a87095ea115ea (diff) | |
download | eclipse.platform.releng.aggregator-3d6e3ca55935d988c611e1284023059e0931360b.tar.gz eclipse.platform.releng.aggregator-3d6e3ca55935d988c611e1284023059e0931360b.tar.xz eclipse.platform.releng.aggregator-3d6e3ca55935d988c611e1284023059e0931360b.zip |
[releng] add copyrights to some scripts
Diffstat (limited to 'production/dirtReport.sh')
-rwxr-xr-x | production/dirtReport.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/production/dirtReport.sh b/production/dirtReport.sh index 4d1711f1..be6fe24a 100755 --- a/production/dirtReport.sh +++ b/production/dirtReport.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash +#******************************************************************************* +# Copyright (c) 2016 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# David Williams - initial API and implementation +#******************************************************************************* # Utility to log "dirt report" # The required variables are expected to be in "env_file", |