[gparted] Cleanup file copyright entries



commit 8cfb27b71839e9e5fa24fca1cab951ffd5240bc0
Author: Curtis Gedak <gedakc gmail com>
Date:   Thu Nov 5 11:08:32 2009 -0700

    Cleanup file copyright entries
    
    Restore copyright entries by original author to those of his last
    known repository commit titled "released gparted-0.3.4 on
    LarryT's request." on Feb 25, 2007.
    
    Add my own copyright entries for files in which I changed source
    code.  Files in which I only made spelling changes do not have my
    copyright entry added.

 AUTHORS                         |    2 +-
 include/DialogFeatures.h        |    3 ++-
 include/Dialog_Base_Partition.h |    3 ++-
 include/Dialog_Partition_New.h  |    3 ++-
 include/Dialog_Progress.h       |    1 +
 include/FileSystem.h            |    3 ++-
 include/GParted_Core.h          |    3 ++-
 include/Operation.h             |    3 ++-
 include/OperationDetail.h       |    1 +
 include/Partition.h             |    3 ++-
 include/Utils.h                 |    3 ++-
 include/Win_GParted.h           |    3 ++-
 include/ext2.h                  |    3 ++-
 include/ext3.h                  |    3 ++-
 include/fat16.h                 |    3 ++-
 include/fat32.h                 |    3 ++-
 include/hfs.h                   |    3 ++-
 include/hfsplus.h               |    3 ++-
 include/jfs.h                   |    3 ++-
 include/linux_swap.h            |    3 ++-
 include/ntfs.h                  |    3 ++-
 include/reiser4.h               |    3 ++-
 include/reiserfs.h              |    3 ++-
 include/ufs.h                   |    3 ++-
 include/xfs.h                   |    3 ++-
 src/DialogFeatures.cc           |    3 ++-
 src/Dialog_Base_Partition.cc    |    3 ++-
 src/Dialog_Disklabel.cc         |    3 ++-
 src/Dialog_Partition_Copy.cc    |    3 ++-
 src/Dialog_Partition_Info.cc    |    3 ++-
 src/Dialog_Partition_New.cc     |    3 ++-
 src/Dialog_Progress.cc          |    3 ++-
 src/GParted_Core.cc             |    3 ++-
 src/OperationResizeMove.cc      |    1 +
 src/Partition.cc                |    3 ++-
 src/TreeView_Detail.cc          |    3 ++-
 src/Utils.cc                    |    3 ++-
 src/Win_GParted.cc              |    5 +++--
 src/ext2.cc                     |    3 ++-
 src/ext3.cc                     |    3 ++-
 src/fat16.cc                    |    3 ++-
 src/fat32.cc                    |    3 ++-
 src/hfs.cc                      |    3 ++-
 src/hfsplus.cc                  |    3 ++-
 src/jfs.cc                      |    3 ++-
 src/linux_swap.cc               |    3 ++-
 src/main.cc                     |    2 +-
 src/ntfs.cc                     |    3 ++-
 src/reiser4.cc                  |    3 ++-
 src/reiserfs.cc                 |    3 ++-
 src/ufs.cc                      |    3 ++-
 src/xfs.cc                      |    3 ++-
 52 files changed, 100 insertions(+), 50 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 7d1d2bf..3f0ddb3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
 This file is part of GParted
-Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
+Copyright (C) 2004, 2005, 2006
 	Bart Hakvoort
 Portions Copyright (C) 2008, 2009
 	Curtis Gedak
diff --git a/include/DialogFeatures.h b/include/DialogFeatures.h
index b4c096b..97b6ec2 100644
--- a/include/DialogFeatures.h
+++ b/include/DialogFeatures.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004-2006 Bart 'plors' Hakvoort
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/Dialog_Base_Partition.h b/include/Dialog_Base_Partition.h
index 303d464..f6f37d6 100644
--- a/include/Dialog_Base_Partition.h
+++ b/include/Dialog_Base_Partition.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/Dialog_Partition_New.h b/include/Dialog_Partition_New.h
index 2f4a633..ffd0dc5 100644
--- a/include/Dialog_Partition_New.h
+++ b/include/Dialog_Partition_New.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/Dialog_Progress.h b/include/Dialog_Progress.h
index fda6a6b..5d30881 100644
--- a/include/Dialog_Progress.h
+++ b/include/Dialog_Progress.h
@@ -1,4 +1,5 @@
 /* Copyright (C) 2004 Bart
+ * Copyright (C) 2009 Curtis Gedak
  *
  *  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
diff --git a/include/FileSystem.h b/include/FileSystem.h
index 981ba24..67fa481 100644
--- a/include/FileSystem.h
+++ b/include/FileSystem.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/GParted_Core.h b/include/GParted_Core.h
index ead5f75..2838507 100644
--- a/include/GParted_Core.h
+++ b/include/GParted_Core.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/include/Operation.h b/include/Operation.h
index 2957fb5..2f92005 100644
--- a/include/Operation.h
+++ b/include/Operation.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/OperationDetail.h b/include/OperationDetail.h
index 930941f..159067f 100644
--- a/include/OperationDetail.h
+++ b/include/OperationDetail.h
@@ -1,4 +1,5 @@
 /* Copyright (C) 2004 Bart 'plors' Hakvoort
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/Partition.h b/include/Partition.h
index 9185f1d..e368fce 100644
--- a/include/Partition.h
+++ b/include/Partition.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/include/Utils.h b/include/Utils.h
index c1eb867..2714c6f 100644
--- a/include/Utils.h
+++ b/include/Utils.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/include/Win_GParted.h b/include/Win_GParted.h
index 915ad29..0272f3a 100644
--- a/include/Win_GParted.h
+++ b/include/Win_GParted.h
@@ -1,4 +1,5 @@
-/*	Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/include/ext2.h b/include/ext2.h
index e73853c..81dc6c2 100644
--- a/include/ext2.h
+++ b/include/ext2.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/ext3.h b/include/ext3.h
index 187e8e6..fc19bc3 100644
--- a/include/ext3.h
+++ b/include/ext3.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/fat16.h b/include/fat16.h
index 82dec94..133c682 100644
--- a/include/fat16.h
+++ b/include/fat16.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/fat32.h b/include/fat32.h
index 6bdfabf..350cb7e 100644
--- a/include/fat32.h
+++ b/include/fat32.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/hfs.h b/include/hfs.h
index 580cf99..094c881 100644
--- a/include/hfs.h
+++ b/include/hfs.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/hfsplus.h b/include/hfsplus.h
index ca331e0..33a138b 100644
--- a/include/hfsplus.h
+++ b/include/hfsplus.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/jfs.h b/include/jfs.h
index 648c6b1..ea9c5e8 100644
--- a/include/jfs.h
+++ b/include/jfs.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/linux_swap.h b/include/linux_swap.h
index 4cdc519..0e77c6b 100644
--- a/include/linux_swap.h
+++ b/include/linux_swap.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/ntfs.h b/include/ntfs.h
index fd45c6a..7b6f640 100644
--- a/include/ntfs.h
+++ b/include/ntfs.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/reiser4.h b/include/reiser4.h
index f05133b..3a5820d 100644
--- a/include/reiser4.h
+++ b/include/reiser4.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/reiserfs.h b/include/reiserfs.h
index 1cb265f..c08bc66 100644
--- a/include/reiserfs.h
+++ b/include/reiserfs.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/ufs.h b/include/ufs.h
index ab8c75e..8b3c1ec 100644
--- a/include/ufs.h
+++ b/include/ufs.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/include/xfs.h b/include/xfs.h
index 0ed8fe8..46c9236 100644
--- a/include/xfs.h
+++ b/include/xfs.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/src/DialogFeatures.cc b/src/DialogFeatures.cc
index 9bf13a7..fcb3b3f 100644
--- a/src/DialogFeatures.cc
+++ b/src/DialogFeatures.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004-2006 Bart 'plors' Hakvoort
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/Dialog_Base_Partition.cc b/src/Dialog_Base_Partition.cc
index 1c001a3..2001e19 100644
--- a/src/Dialog_Base_Partition.cc
+++ b/src/Dialog_Base_Partition.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/Dialog_Disklabel.cc b/src/Dialog_Disklabel.cc
index 84c174c..2bfd6f6 100644
--- a/src/Dialog_Disklabel.cc
+++ b/src/Dialog_Disklabel.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/Dialog_Partition_Copy.cc b/src/Dialog_Partition_Copy.cc
index 668f734..cc56f4d 100644
--- a/src/Dialog_Partition_Copy.cc
+++ b/src/Dialog_Partition_Copy.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/Dialog_Partition_Info.cc b/src/Dialog_Partition_Info.cc
index 6fb6fef..c71fdfa 100644
--- a/src/Dialog_Partition_Info.cc
+++ b/src/Dialog_Partition_Info.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/Dialog_Partition_New.cc b/src/Dialog_Partition_New.cc
index 4b00adc..26508a0 100644
--- a/src/Dialog_Partition_New.cc
+++ b/src/Dialog_Partition_New.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/Dialog_Progress.cc b/src/Dialog_Progress.cc
index d09a3ca..0e14163 100644
--- a/src/Dialog_Progress.cc
+++ b/src/Dialog_Progress.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/GParted_Core.cc b/src/GParted_Core.cc
index 15fd0d3..8c9ed63 100644
--- a/src/GParted_Core.cc
+++ b/src/GParted_Core.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart 'plors' Hakvoort
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/OperationResizeMove.cc b/src/OperationResizeMove.cc
index 6322e5a..2960cff 100644
--- a/src/OperationResizeMove.cc
+++ b/src/OperationResizeMove.cc
@@ -1,4 +1,5 @@
 /* Copyright (C) 2004 Bart 'plors' Hakvoort
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/Partition.cc b/src/Partition.cc
index f957be7..3df0b35 100644
--- a/src/Partition.cc
+++ b/src/Partition.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/TreeView_Detail.cc b/src/TreeView_Detail.cc
index 768654c..83893aa 100644
--- a/src/TreeView_Detail.cc
+++ b/src/TreeView_Detail.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/src/Utils.cc b/src/Utils.cc
index 35d4a7f..d04d083 100644
--- a/src/Utils.cc
+++ b/src/Utils.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart 'plors' Hakvoort
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc
index 908f44b..5f76acb 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
@@ -1271,7 +1272,7 @@ void Win_GParted::menu_help_about()
 	dialog .set_logo_icon_name( "gparted" ) ;
 	dialog .set_version( VERSION ) ;
 	dialog .set_comments( _( "GNOME Partition Editor" ) ) ;
-	dialog .set_copyright( "Copyright © 2004-2009 Bart Hakvoort" ) ;
+	dialog .set_copyright( "Copyright © 2004-2006 Bart Hakvoort\nCopyright © 2008-2009 Curtis Gedak" ) ;
 
 	//authors
 	strings .push_back( "Bart Hakvoort <gparted users sf net>" ) ;
diff --git a/src/ext2.cc b/src/ext2.cc
index ee7da96..f3a9bb2 100644
--- a/src/ext2.cc
+++ b/src/ext2.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/src/ext3.cc b/src/ext3.cc
index 2b62cf6..e22889d 100644
--- a/src/ext3.cc
+++ b/src/ext3.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/src/fat16.cc b/src/fat16.cc
index d39f7f4..e9eb81b 100644
--- a/src/fat16.cc
+++ b/src/fat16.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/fat32.cc b/src/fat32.cc
index 154a101..82f25e0 100644
--- a/src/fat32.cc
+++ b/src/fat32.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/hfs.cc b/src/hfs.cc
index 9eeeddc..8e41a85 100644
--- a/src/hfs.cc
+++ b/src/hfs.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/src/hfsplus.cc b/src/hfsplus.cc
index c77818f..2234ea8 100644
--- a/src/hfsplus.cc
+++ b/src/hfsplus.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/src/jfs.cc b/src/jfs.cc
index f6ac24a..5e036e4 100644
--- a/src/jfs.cc
+++ b/src/jfs.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/src/linux_swap.cc b/src/linux_swap.cc
index 633d047..61251a7 100644
--- a/src/linux_swap.cc
+++ b/src/linux_swap.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/main.cc b/src/main.cc
index b0bd54c..fc0aeee 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
  *
  *  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
diff --git a/src/ntfs.cc b/src/ntfs.cc
index 72fbace..7525d2a 100644
--- a/src/ntfs.cc
+++ b/src/ntfs.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008, 2009 Curtis Gedak
  *
  *  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
diff --git a/src/reiser4.cc b/src/reiser4.cc
index fafa23a..e22f3d5 100644
--- a/src/reiser4.cc
+++ b/src/reiser4.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/src/reiserfs.cc b/src/reiserfs.cc
index 28c3c8b..63d66ef 100644
--- a/src/reiserfs.cc
+++ b/src/reiserfs.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/src/ufs.cc b/src/ufs.cc
index c317941..f6b2e69 100644
--- a/src/ufs.cc
+++ b/src/ufs.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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
diff --git a/src/xfs.cc b/src/xfs.cc
index a72e2ee..525a6b4 100644
--- a/src/xfs.cc
+++ b/src/xfs.cc
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
+/* Copyright (C) 2004 Bart
+ * Copyright (C) 2008 Curtis Gedak
  *
  *  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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]