Add License headers 02/13702/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 17 Dec 2014 03:01:39 +0000 (22:01 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 17 Dec 2014 16:25:05 +0000 (11:25 -0500)
Change-Id: I483787bde5824ee4274601668cb306adac7ec89f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
scripts/jjb-autoupdate-project.py
scripts/jjb-init-project.py

index 9e01f411086ab3fae74c832a2dca28555da68aa7..51701c90faacd87106c0c81fa718f02395e31bc5 100644 (file)
@@ -1,5 +1,18 @@
 #!/usr/bin/python
 
+# @License EPL-1.0 <http://spdx.org/licenses/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
index ac91880e19da1df63684c459fc5bb5bd13dfe1c0..bdfbce4f197e82b80c2f0b9d3be25781078e0be5 100644 (file)
@@ -1,5 +1,18 @@
 #!/usr/bin/python
 
+# @License EPL-1.0 <http://spdx.org/licenses/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