From dd035537b2c545a610547d375b5fae6601722a8b Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 16 Dec 2014 22:01:39 -0500 Subject: [PATCH] Add License headers Change-Id: I483787bde5824ee4274601668cb306adac7ec89f Signed-off-by: Thanh Ha --- scripts/jjb-autoupdate-project.py | 13 +++++++++++++ scripts/jjb-init-project.py | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/scripts/jjb-autoupdate-project.py b/scripts/jjb-autoupdate-project.py index 9e01f4110..51701c90f 100644 --- a/scripts/jjb-autoupdate-project.py +++ b/scripts/jjb-autoupdate-project.py @@ -1,5 +1,18 @@ #!/usr/bin/python +# @License EPL-1.0 +############################################################################## +# Copyright (c) 2014 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 +# +# Contributors: +# Thanh Ha (The Linux Foundation) - Initial implementation +############################################################################## + import os import yaml diff --git a/scripts/jjb-init-project.py b/scripts/jjb-init-project.py index ac91880e1..bdfbce4f1 100644 --- a/scripts/jjb-init-project.py +++ b/scripts/jjb-init-project.py @@ -1,5 +1,18 @@ #!/usr/bin/python +# @License EPL-1.0 +############################################################################## +# Copyright (c) 2014 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 +# +# Contributors: +# Thanh Ha (The Linux Foundation) - Initial implementation +############################################################################## + import argparse import os import re -- 2.36.6