summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2013-11-26 14:24:35 +0200
committerEduard Bartosh <eduard.bartosh@intel.com>2013-11-27 11:28:49 +0200
commitcbb61722f6ea71cd02765a134b708df290373472 (patch)
tree2d1c43e0d95a65a1bdc6922fb682b77cc8ba3040 /examples
parent802a73bbbd15cad7f9e87ce1bb4038b713c7e13a (diff)
downloadrepa-cbb61722f6ea71cd02765a134b708df290373472.tar.gz
repa-cbb61722f6ea71cd02765a134b708df290373472.tar.bz2
repa-cbb61722f6ea71cd02765a134b708df290373472.zip
Add standard copyright statement to all source files
Change-Id: Ic23c7042f6cd995db7e6f689e2b570f2139280df Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Reviewed-on: https://otctools.jf.intel.com/review/8109 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com> Reviewed-by: Eduard Bartosh <eduard.bartosh@intel.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/namespace/repa/__init__.py20
-rw-r--r--examples/namespace/repa/module.py18
-rw-r--r--examples/namespace/setup.py18
-rw-r--r--examples/plugin/repa_plugin/__init__.py20
-rw-r--r--examples/plugin/repa_plugin/plugin.py18
-rw-r--r--examples/plugin/setup.py18
6 files changed, 112 insertions, 0 deletions
diff --git a/examples/namespace/repa/__init__.py b/examples/namespace/repa/__init__.py
index 49df581..c0bd1f1 100644
--- a/examples/namespace/repa/__init__.py
+++ b/examples/namespace/repa/__init__.py
@@ -1,3 +1,23 @@
+#!/usr/bin/env python
+#
+# This file is part of REPA: Release Engineering Process Assistant.
+#
+# Copyright (C) 2013 Intel Corporation
+#
+# REPA is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# version 2 as published by the Free Software Foundation.
+#
+# 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.
+
"""
REPA: Release Engineering Process Assistant.
diff --git a/examples/namespace/repa/module.py b/examples/namespace/repa/module.py
index dc1ea96..1216820 100644
--- a/examples/namespace/repa/module.py
+++ b/examples/namespace/repa/module.py
@@ -1,4 +1,22 @@
#!/usr/bin/env python
+#
+# This file is part of REPA: Release Engineering Process Assistant.
+#
+# Copyright (C) 2013 Intel Corporation
+#
+# REPA is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# version 2 as published by the Free Software Foundation.
+#
+# 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.
"""
REPA: Release Engineering Process Assistant.
diff --git a/examples/namespace/setup.py b/examples/namespace/setup.py
index da90d4f..735fed1 100644
--- a/examples/namespace/setup.py
+++ b/examples/namespace/setup.py
@@ -1,4 +1,22 @@
#!/usr/bin/env python
+#
+# This file is part of REPA: Release Engineering Process Assistant.
+#
+# Copyright (C) 2013 Intel Corporation
+#
+# REPA is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# version 2 as published by the Free Software Foundation.
+#
+# 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.
"""
REPA: Release Engineering Process Assistant.
diff --git a/examples/plugin/repa_plugin/__init__.py b/examples/plugin/repa_plugin/__init__.py
index b8f4d9c..1238d21 100644
--- a/examples/plugin/repa_plugin/__init__.py
+++ b/examples/plugin/repa_plugin/__init__.py
@@ -1,3 +1,23 @@
+#!/usr/bin/env python
+#
+# This file is part of REPA: Release Engineering Process Assistant.
+#
+# Copyright (C) 2013 Intel Corporation
+#
+# REPA is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# version 2 as published by the Free Software Foundation.
+#
+# 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.
+
"""
REPA: Release Engineering Process Assistant.
diff --git a/examples/plugin/repa_plugin/plugin.py b/examples/plugin/repa_plugin/plugin.py
index d1d02f3..602776b 100644
--- a/examples/plugin/repa_plugin/plugin.py
+++ b/examples/plugin/repa_plugin/plugin.py
@@ -1,4 +1,22 @@
#!/usr/bin/env python
+#
+# This file is part of REPA: Release Engineering Process Assistant.
+#
+# Copyright (C) 2013 Intel Corporation
+#
+# REPA is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# version 2 as published by the Free Software Foundation.
+#
+# 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.
"""
REPA: Release Engineering Process Assistant.
diff --git a/examples/plugin/setup.py b/examples/plugin/setup.py
index 3b1ff37..46fb4e5 100644
--- a/examples/plugin/setup.py
+++ b/examples/plugin/setup.py
@@ -1,4 +1,22 @@
#!/usr/bin/env python
+#
+# This file is part of REPA: Release Engineering Process Assistant.
+#
+# Copyright (C) 2013 Intel Corporation
+#
+# REPA is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# version 2 as published by the Free Software Foundation.
+#
+# 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.
"""
REPA: Release Engineering Process Assistant.