summaryrefslogtreecommitdiff
path: root/rdiff-backup/src/MiscStats.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/src/MiscStats.py')
-rw-r--r--rdiff-backup/src/MiscStats.py14
1 files changed, 13 insertions, 1 deletions
diff --git a/rdiff-backup/src/MiscStats.py b/rdiff-backup/src/MiscStats.py
index cd62dd6..d1785a4 100644
--- a/rdiff-backup/src/MiscStats.py
+++ b/rdiff-backup/src/MiscStats.py
@@ -1,6 +1,18 @@
-from statistics import *
+# Copyright 2002 Ben Escoto
+#
+# This file is part of rdiff-backup.
+#
+# rdiff-backup 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, Inc., 675 Mass Ave, Cambridge MA
+# 02139, USA; either version 2 of the License, or (at your option) any
+# later version; incorporated herein by reference.
"""Misc statistics methods, pertaining to dir and session stat files"""
+
+from statistics import *
+
+
# This is the RPath of the directory statistics file, and the
# associated open file. It will hold a line of statistics for
# each directory that is backed up.