diff options
Diffstat (limited to 'rdiff-backup/src/Hardlink.py')
-rw-r--r-- | rdiff-backup/src/Hardlink.py | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/rdiff-backup/src/Hardlink.py b/rdiff-backup/src/Hardlink.py index edca1f3..38dcad8 100644 --- a/rdiff-backup/src/Hardlink.py +++ b/rdiff-backup/src/Hardlink.py @@ -3,10 +3,19 @@ # 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. +# 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. +# +# rdiff-backup 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 rdiff-backup; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA """Preserve and restore hard links |