diff options
Diffstat (limited to 'extras/gnfs-loganalyse.py')
| -rw-r--r-- | extras/gnfs-loganalyse.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/gnfs-loganalyse.py b/extras/gnfs-loganalyse.py index 1d7858bcd49..71e79b6be4e 100644 --- a/extras/gnfs-loganalyse.py +++ b/extras/gnfs-loganalyse.py @@ -1,12 +1,13 @@  #!/bin/python  """ -Copyright (c) 2008-2012 Red Hat, Inc. <http://www.redhat.com> +  Copyright (c) 2006-2012 Red Hat, Inc. <http://www.redhat.com>    This file is part of GlusterFS.    This file is licensed to you under your choice of the GNU Lesser    General Public License, version 3 or any later version (LGPLv3 or    later), or the GNU General Public License, version 2 (GPLv2), in all    cases as published by the Free Software Foundation. +  """  import os  | 
