From 8df30264992ec6a9b22123238880392471a46dc6 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sun, 1 Mar 2015 01:53:49 -0800 Subject: [PATCH] MGR: Updated a few copyright dates to 2015 --- clientgui/DlgAbout.cpp | 4 ++-- clientgui/DlgAdvPreferences.cpp | 2 +- clientgui/DlgAdvPreferences.h | 2 +- clientgui/DlgAdvPreferencesBase.cpp | 2 +- clientgui/DlgAdvPreferencesBase.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clientgui/DlgAbout.cpp b/clientgui/DlgAbout.cpp index e5bbf60a22..0597847f8b 100644 --- a/clientgui/DlgAbout.cpp +++ b/clientgui/DlgAbout.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2015 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -189,7 +189,7 @@ void CDlgAbout::CreateControls() { itemFlexGridSizer7->Add(itemStaticText12, 0, wxALIGN_RIGHT|wxALIGN_TOP|wxLEFT|wxRIGHT, 5); wxStaticText* itemStaticText13 = new wxStaticText; - itemStaticText13->Create( itemDialog1, wxID_STATIC, _("(C) 2003-2014 University of California, Berkeley.\nAll Rights Reserved."), wxDefaultPosition, wxDefaultSize, 0 ); + itemStaticText13->Create( itemDialog1, wxID_STATIC, _("(C) 2003-2015 University of California, Berkeley.\nAll Rights Reserved."), wxDefaultPosition, wxDefaultSize, 0 ); itemFlexGridSizer7->Add(itemStaticText13, 0, wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT, 5); wxStaticText* itemStaticText14 = new wxStaticText; diff --git a/clientgui/DlgAdvPreferences.cpp b/clientgui/DlgAdvPreferences.cpp index a5b2b66481..971d712af9 100644 --- a/clientgui/DlgAdvPreferences.cpp +++ b/clientgui/DlgAdvPreferences.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2014 University of California +// Copyright (C) 2015 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License diff --git a/clientgui/DlgAdvPreferences.h b/clientgui/DlgAdvPreferences.h index c44dd82f11..3e6fb356ba 100644 --- a/clientgui/DlgAdvPreferences.h +++ b/clientgui/DlgAdvPreferences.h @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2014 University of California +// Copyright (C) 2015 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License diff --git a/clientgui/DlgAdvPreferencesBase.cpp b/clientgui/DlgAdvPreferencesBase.cpp index 03270de015..0cec6daedd 100644 --- a/clientgui/DlgAdvPreferencesBase.cpp +++ b/clientgui/DlgAdvPreferencesBase.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2014 University of California +// Copyright (C) 2015 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License diff --git a/clientgui/DlgAdvPreferencesBase.h b/clientgui/DlgAdvPreferencesBase.h index e68e6fa010..bb2ec8a94a 100644 --- a/clientgui/DlgAdvPreferencesBase.h +++ b/clientgui/DlgAdvPreferencesBase.h @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2014 University of California +// Copyright (C) 2015 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License