From 340d506c04aa5fee3cd3b5a97169bfe3580e214d Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Sun, 16 Jan 2011 10:45:25 -0700 Subject: [PATCH] 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 75adfd60..563e8e0f 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 . .\" 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 17c6494c..91bdcb83 100644 --- a/help/C/gparted.xml +++ b/help/C/gparted.xml @@ -46,7 +46,7 @@ - 2009, 2010 + 2009, 2010, 2011 Curtis Gedak diff --git a/src/Dialog_Base_Partition.cc b/src/Dialog_Base_Partition.cc index a71ce042..52c1fd0a 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 11268d0f..2b18ff01 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 d30ab3cd..fc961904 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 b0a3ac81..677e4f1c 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 " ) ;