aboutsummaryrefslogtreecommitdiff
path: root/prepare-agenda.py
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-21 15:57:21 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-21 15:57:21 +0000
commitd20e2c69281b12455351ce18e623552f7541c777 (patch)
tree2dea7dd14adb924c8ce4aa177994cde69ef6c0ae /prepare-agenda.py
parente10062dfb665232d19731ca2904f019917df52e3 (diff)
added GPL license to script files
Diffstat (limited to 'prepare-agenda.py')
-rwxr-xr-xprepare-agenda.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/prepare-agenda.py b/prepare-agenda.py
index 1d3704a..061be7f 100755
--- a/prepare-agenda.py
+++ b/prepare-agenda.py
@@ -1,4 +1,26 @@
#!/usr/bin/env python
+#
+# Workload Automation v2 for LAVA
+#
+# Copyright (C) 2014, Linaro Limited.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# Author: Milosz Wasilewski <milosz.wasilewski@linaro.org>
+#
+
import yaml
from optparse import OptionParser