X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=ref.cc;fp=ref.cc;h=2f870a66c9b793572302ad09fb1bf88054add0f5;hb=0dfc70e01ddb7d2bce0db03d5364c0bd3a2bb308;hp=8ed747ddaa59b0c992442e56abfe4a3275d5b2ac;hpb=52df48ca169e07caa5c726d51ed4ed83aed748a5;p=cumulus.git diff --git a/ref.cc b/ref.cc index 8ed747d..2f870a6 100644 --- a/ref.cc +++ b/ref.cc @@ -1,7 +1,24 @@ -/* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2007 Michael Vrable +/* Cumulus: Smart Filesystem Backup to Dumb Servers * - * Backups are structured as a collection of objects, which may refer to other + * Copyright (C) 2007 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. + */ + +/* Backups are structured as a collection of objects, which may refer to other * objects. Object references are used to name other objects or parts of them. * This file defines the class for representing object references and the * textual representation of these references. */