diff --git a/releng/org.eclipse.tm.releng/build.xml b/releng/org.eclipse.tm.releng/build.xml index 7c7eeed59ea..c1cf906db6a 100644 --- a/releng/org.eclipse.tm.releng/build.xml +++ b/releng/org.eclipse.tm.releng/build.xml @@ -1,3 +1,14 @@ + + diff --git a/releng/org.eclipse.tm.releng/hudson/run.sh b/releng/org.eclipse.tm.releng/hudson/run.sh index deab1f20618..b327ca4ea69 100644 --- a/releng/org.eclipse.tm.releng/hudson/run.sh +++ b/releng/org.eclipse.tm.releng/hudson/run.sh @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2009, 2010 Red Hat 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: +# Anna Dushistova (Mentor Graphics) - cloned from gef.releng +############################################################################### + + #!/bin/bash # This script runs as https://build.eclipse.org/hudson/job/cbi-*/configure diff --git a/releng/org.eclipse.tm.releng/promote-I.properties b/releng/org.eclipse.tm.releng/promote-I.properties index 88ce950d7d1..b3a33a9fa08 100644 --- a/releng/org.eclipse.tm.releng/promote-I.properties +++ b/releng/org.eclipse.tm.releng/promote-I.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2010 Mentor Graphics 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: +# Anna Dushistova (Mentor Graphics) - initial API and implementation +############################################################################### + # source dir sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-tm-3.2-nightly/ diff --git a/releng/org.eclipse.tm.releng/promote-N.properties b/releng/org.eclipse.tm.releng/promote-N.properties index a61fdcc941d..e7f5c0974ef 100644 --- a/releng/org.eclipse.tm.releng/promote-N.properties +++ b/releng/org.eclipse.tm.releng/promote-N.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2010 Mentor Graphics 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: +# Anna Dushistova (Mentor Graphics) - initial API and implementation +############################################################################### # source dir sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-tm-3.2-nightly/ diff --git a/releng/org.eclipse.tm.releng/promote.xml b/releng/org.eclipse.tm.releng/promote.xml index 9c3ecd3f9cd..3092d809385 100644 --- a/releng/org.eclipse.tm.releng/promote.xml +++ b/releng/org.eclipse.tm.releng/promote.xml @@ -1,3 +1,14 @@ + +