X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=scandir.cc;fp=scandir.cc;h=83607630755e3972f6197f7f776ad8f9f382c1fd;hb=0dfc70e01ddb7d2bce0db03d5364c0bd3a2bb308;hp=357ae63a243fb0b302e3076408b8d636a8936f2c;hpb=52df48ca169e07caa5c726d51ed4ed83aed748a5;p=cumulus.git diff --git a/scandir.cc b/scandir.cc index 357ae63..8360763 100644 --- a/scandir.cc +++ b/scandir.cc @@ -1,10 +1,26 @@ -/* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2006-2008 Michael Vrable +/* Cumulus: Smart Filesystem Backup to Dumb Servers * - * Main entry point for LBS. Contains logic for traversing the filesystem and - * constructing a backup. + * Copyright (C) 2006-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. */ +/* Main entry point for LBS. Contains logic for traversing the filesystem and + * constructing a backup. */ + #include #include #include