X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=util.cc;fp=util.cc;h=22aab3b61dc02923f33eb9748cae6034cff181f7;hb=0dfc70e01ddb7d2bce0db03d5364c0bd3a2bb308;hp=38f1f1dfa6357c43d8c44d8e915ac17528ca89c9;hpb=52df48ca169e07caa5c726d51ed4ed83aed748a5;p=cumulus.git diff --git a/util.cc b/util.cc index 38f1f1d..22aab3b 100644 --- a/util.cc +++ b/util.cc @@ -1,10 +1,26 @@ -/* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2007 Michael Vrable +/* Cumulus: Smart Filesystem Backup to Dumb Servers * - * Utility functions for converting various datatypes to text format (and - * later, for parsing them back, perhaps). + * 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. */ +/* Utility functions for converting various datatypes to text format (and + * later, for parsing them back, perhaps). */ + #include #include