From 013636b17f3e44f5ac4837750a3888999d35d2f8 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Thu, 10 Apr 2008 18:17:48 -0700 Subject: [PATCH] Update copyright dates in source files. --- localdb.cc | 2 +- localdb.h | 2 +- metadata.cc | 2 +- metadata.h | 2 +- remote.cc | 2 +- remote.h | 2 +- scandir.cc | 7 ++++++- sha1.cc | 2 +- sha1.h | 2 +- store.cc | 2 +- store.h | 2 +- util.h | 2 +- 12 files changed, 17 insertions(+), 12 deletions(-) diff --git a/localdb.cc b/localdb.cc index 077c927..3cd7111 100644 --- a/localdb.cc +++ b/localdb.cc @@ -1,5 +1,5 @@ /* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2007 Michael Vrable + * Copyright (C) 2007-2008 Michael Vrable * * When creating backup snapshots, maintain a local database of data blocks and * checksums, in addition to the data contents (which may be stored remotely). diff --git a/localdb.h b/localdb.h index 1bfaf3b..6b1f338 100644 --- a/localdb.h +++ b/localdb.h @@ -1,5 +1,5 @@ /* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2007 Michael Vrable + * Copyright (C) 2007-2008 Michael Vrable * * When creating backup snapshots, maintain a local database of data blocks and * checksums, in addition to the data contents (which may be stored remotely). diff --git a/metadata.cc b/metadata.cc index 2b5f12a..71d7b72 100644 --- a/metadata.cc +++ b/metadata.cc @@ -1,5 +1,5 @@ /* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2007 Michael Vrable + * Copyright (C) 2007-2008 Michael Vrable * * Handling of metadata written to backup snapshots. This manages the writing * of file metadata into new backup snapshots, including breaking the metadata diff --git a/metadata.h b/metadata.h index 858a94d..b0bffb3 100644 --- a/metadata.h +++ b/metadata.h @@ -1,5 +1,5 @@ /* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2007 Michael Vrable + * Copyright (C) 2007-2008 Michael Vrable * * Handling of metadata written to backup snapshots. This manages the writing * of file metadata into new backup snapshots, including breaking the metadata diff --git a/remote.cc b/remote.cc index 6d80b02..92b1f89 100644 --- a/remote.cc +++ b/remote.cc @@ -1,5 +1,5 @@ /* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2006 Michael Vrable + * Copyright (C) 2008 Michael Vrable * * Backup data (segments and backup descriptors) may be stored on a remote * fileserver instead of locally. The only local storage needed is for the diff --git a/remote.h b/remote.h index 7c084c7..1bf2c36 100644 --- a/remote.h +++ b/remote.h @@ -1,5 +1,5 @@ /* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2006 Michael Vrable + * Copyright (C) 2008 Michael Vrable * * Backup data (segments and backup descriptors) may be stored on a remote * fileserver instead of locally. The only local storage needed is for the diff --git a/scandir.cc b/scandir.cc index eb05243..357ae63 100644 --- a/scandir.cc +++ b/scandir.cc @@ -1,4 +1,9 @@ -/* Recursively descend the filesystem and visit each file. */ +/* LBS: An LFS-inspired filesystem backup system + * Copyright (C) 2006-2008 Michael Vrable + * + * Main entry point for LBS. Contains logic for traversing the filesystem and + * constructing a backup. + */ #include #include diff --git a/sha1.cc b/sha1.cc index 3218075..8554aa7 100644 --- a/sha1.cc +++ b/sha1.cc @@ -2,7 +2,7 @@ according to the NIST specification FIPS-180-1. Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. - Copyright (C) 2006 Michael Vrable + Copyright (C) 2006-2007 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 diff --git a/sha1.h b/sha1.h index 2d7e161..890cf22 100644 --- a/sha1.h +++ b/sha1.h @@ -1,7 +1,7 @@ /* Declarations of functions and data types used for SHA1 sum library functions. Copyright (C) 2000, 2001, 2003, 2005 Free Software Foundation, Inc. - Copyright (C) 2006 Michael Vrable + Copyright (C) 2006-2007 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 diff --git a/store.cc b/store.cc index f4f1dbb..e6e5641 100644 --- a/store.cc +++ b/store.cc @@ -1,5 +1,5 @@ /* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2007 Michael Vrable + * Copyright (C) 2008 Michael Vrable * * Backup data is stored in a collection of objects, which are grouped together * into segments for storage purposes. This implementation of the object store diff --git a/store.h b/store.h index 580881c..c358770 100644 --- a/store.h +++ b/store.h @@ -1,5 +1,5 @@ /* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2006 Michael Vrable + * Copyright (C) 2006-2008 Michael Vrable * * Backup data is stored in a collection of objects, which are grouped together * into segments for storage purposes. This implementation of the object store diff --git a/util.h b/util.h index 735ea60..0fd4983 100644 --- a/util.h +++ b/util.h @@ -1,5 +1,5 @@ /* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2006 Michael Vrable + * Copyright (C) 2007 Michael Vrable * * Utility functions for converting various datatypes to text format (and * later, for parsing them back, perhaps). -- 2.20.1