From 972244be7679e03edf0dfd148e4d11efa3f5caff Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Fri, 26 Oct 2012 14:21:51 +0200 Subject: Account: Include license text in source files Signed-off-by: Roman Rakus --- examples/test_account.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'examples/test_account.py') diff --git a/examples/test_account.py b/examples/test_account.py index 143a3c4..f556d01 100755 --- a/examples/test_account.py +++ b/examples/test_account.py @@ -1,5 +1,23 @@ #!/usr/bin/python +# +# Copyright (C) 2012 Roman Rakus +# +# 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, see . +# + + import sys import pywbem -- cgit