[gparted] Update copyright year



commit 340d506c04aa5fee3cd3b5a97169bfe3580e214d
Author: Curtis Gedak <gedakc gmail com>
Date:   Sun Jan 16 10:45:25 2011 -0700

    Update copyright year

 doc/gparted.8                |    4 ++--
 help/C/gparted.xml           |    2 +-
 src/Dialog_Base_Partition.cc |    2 +-
 src/Dialog_Partition_Copy.cc |    2 +-
 src/GParted_Core.cc          |    2 +-
 src/Win_GParted.cc           |    4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/doc/gparted.8 b/doc/gparted.8
index 75adfd6..563e8e0 100644
--- a/doc/gparted.8
+++ b/doc/gparted.8
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2008, 2009, 2010 Curtis Gedak.
+.\" Copyright (c) 2008, 2009, 2010, 2011 Curtis Gedak.
 .\" This is free software.  You may redistribute copies of it under the terms of
 .\" the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 .\" There is NO WARRANTY, to the extent permitted by law.
@@ -11,7 +11,7 @@
 .\" and manually edit out hyperlinks and leave bold.
 .\"
 .\"
-.TH GPARTED 8 "April 20th, 2009" gparted "GParted Manual"
+.TH GPARTED 8 "Jan 16th, 2011" gparted "GParted Manual"
 .SH NAME
 gparted \- Gnome partition editor for manipulating disk partitions.
 .SH SYNOPSIS
diff --git a/help/C/gparted.xml b/help/C/gparted.xml
index 17c6494..91bdcb8 100644
--- a/help/C/gparted.xml
+++ b/help/C/gparted.xml
@@ -46,7 +46,7 @@
     </abstract>
 
     <copyright>
-      <year>2009, 2010</year>
+      <year>2009, 2010, 2011</year>
       <holder>Curtis Gedak</holder>
     </copyright>
 
diff --git a/src/Dialog_Base_Partition.cc b/src/Dialog_Base_Partition.cc
index a71ce04..52c1fd0 100644
--- a/src/Dialog_Base_Partition.cc
+++ b/src/Dialog_Base_Partition.cc
@@ -1,5 +1,5 @@
 /* Copyright (C) 2004 Bart
- * Copyright (C) 2008, 2009, 2010 Curtis Gedak
+ * Copyright (C) 2008, 2009, 2010, 2011 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 11268d0..2b18ff0 100644
--- a/src/Dialog_Partition_Copy.cc
+++ b/src/Dialog_Partition_Copy.cc
@@ -1,5 +1,5 @@
 /* Copyright (C) 2004 Bart
- * Copyright (C) 2008, 2009, 2010 Curtis Gedak
+ * Copyright (C) 2008, 2009, 2010, 2011 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 d30ab3c..fc96190 100644
--- a/src/GParted_Core.cc
+++ b/src/GParted_Core.cc
@@ -1,5 +1,5 @@
 /* Copyright (C) 2004 Bart 'plors' Hakvoort
- * Copyright (C) 2008, 2009, 2010 Curtis Gedak
+ * Copyright (C) 2008, 2009, 2010, 2011 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 b0a3ac8..677e4f1 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -1,5 +1,5 @@
 /* Copyright (C) 2004 Bart
- * Copyright (C) 2008, 2009, 2010 Curtis Gedak
+ * Copyright (C) 2008, 2009, 2010, 2011 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
@@ -1285,7 +1285,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-2006 Bart Hakvoort\nCopyright © 2008-2010 Curtis Gedak" ) ;
+	dialog .set_copyright( "Copyright © 2004-2006 Bart Hakvoort\nCopyright © 2008-2011 Curtis Gedak" ) ;
 
 	//authors
 	strings .push_back( "Bart Hakvoort <gparted users sf net>" ) ;



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