Replace pip freeze with pipdeptree
[releng/builder.git] / jjb / integration-distribution-delete-snaphot-artifacts.sh
index d9781894001ffdd521bdd81c97c56043021cdd62..825023d31958a73633162c5bec2e812f3697ccc6 100644 (file)
@@ -1,4 +1,13 @@
 #!/bin/bash -x
+# SPDX-License-Identifier: EPL-1.0
+##############################################################################
+# Copyright (c) 2017 The Linux Foundation 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
+##############################################################################
 
 set +e  # To avoid failures in projects which generate zero snapshot artifacts.
 find "/tmp/r/org/opendaylight/$GERRIT_PROJECT/" -path "*-SNAPSHOT*" -delete