X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=metadata.cc;h=f29c48600de0d5b089a86757ac71ab4f6998d478;hb=0dfc70e01ddb7d2bce0db03d5364c0bd3a2bb308;hp=2b5f12ac51104004651b74d0318e716084973fd2;hpb=0546d239071daa82a8b85348a7f66fba10d85aff;p=cumulus.git diff --git a/metadata.cc b/metadata.cc index 2b5f12a..f29c486 100644 --- a/metadata.cc +++ b/metadata.cc @@ -1,7 +1,24 @@ -/* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2007 Michael Vrable +/* Cumulus: Smart Filesystem Backup to Dumb Servers * - * Handling of metadata written to backup snapshots. This manages the writing + * Copyright (C) 2007-2008 The Regents of the University of California + * Written by Michael Vrable + * + * 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, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +/* Handling of metadata written to backup snapshots. This manages the writing * of file metadata into new backup snapshots, including breaking the metadata * log apart across separate objects. Eventually this should include unified * handling of the statcache, and re-use of metadata between snapshots.