summaryrefslogtreecommitdiff
path: root/rdiff-backup/src/increment.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/src/increment.py')
-rw-r--r--rdiff-backup/src/increment.py18
1 files changed, 12 insertions, 6 deletions
diff --git a/rdiff-backup/src/increment.py b/rdiff-backup/src/increment.py
index d5543a0..3912b91 100644
--- a/rdiff-backup/src/increment.py
+++ b/rdiff-backup/src/increment.py
@@ -1,14 +1,20 @@
+# 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.
+
+"""Provides Inc and *ITR classes, which relate to writing increment files"""
+
import traceback
from static import *
from statistics import *
from lazy import *
-#######################################################################
-#
-# increment - Provides Inc class, which writes increment files
-#
-# This code is what writes files ending in .diff, .snapshot, etc.
-#
class Inc:
"""Class containing increment functions"""