summaryrefslogtreecommitdiff
diff options
authorDaniel Manrique <roadmr@ubuntu.com>2014-08-11 17:21:14 -0400
committerDaniel Manrique <roadmr@ubuntu.com>2014-08-11 17:21:14 -0400
commit6a2eb6d9eefafe55dbe45c46cb7354c967362d36 (patch)
treee877df0aaf728611243cd8e12dd3e581ebd5b82d
parent06bd739ac2cb1e959f28808d70c4c5ff0ad87f51 (diff)
providers:checkbox: Added proper copyright header comment
-rwxr-xr-xbin/memory_compare22
1 files changed, 22 insertions, 0 deletions
diff --git a/bin/memory_compare b/bin/memory_compare
index 0f56801..4143673 100755
--- a/bin/memory_compare
+++ b/bin/memory_compare
@@ -1,4 +1,26 @@
#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+#
+# This file is part of Checkbox.
+#
+# Copyright 2014 Canonical Ltd.
+#
+# Authors:
+# Brendan Donegan <brendan.donegan@canonical.com>
+# Jeff Lane <jeff.lane@canonical.com>
+# Sylvain Pineau <sylvain.pineau@canonical.com>
+#
+# Checkbox is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 3,
+# as published by the Free Software Foundation.
+#
+# Checkbox 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 Checkbox. If not, see <http://www.gnu.org/licenses/>.
import os
import sys