← Back to team overview

kicad-developers team mailing list archive

[PATCH] Update copyrights in the About dialog

 

Hi.  
![](https://link.nylas.com/open/ac7n0u7eu8cj6vjow9ajimqdr/d91186337051453eb5de
d1340c0196d6)

>From b4b9a363c05e69d5ec551af26b17f711c903c3cc Mon Sep 17 00:00:00 2001
From: Eldar Khayrullin <eldar.khayrullin@xxxxxxx>
Date: Sat, 5 Mar 2016 08:34:11 +0300
Subject: [PATCH] Update copyrights in the About dialog

---
 common/dialog_about/AboutDialog_main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp
index 890f897..4c3ad69 100644
--- a/common/dialog_about/AboutDialog_main.cpp
+++ b/common/dialog_about/AboutDialog_main.cpp
@@ -2,7 +2,7 @@
  * This program source code file is part of KiCad, a free EDA CAD application.
  *
  * Copyright (C) 2010 Rafael Sokolowski <Rafael.Sokolowski@xxxxxx>
- * Copyright (C) 2010-2015 KiCad Developers, see CHANGELOG.TXT for contributors.
+ * Copyright (C) 2010-2016 KiCad Developers, see CHANGELOG.TXT for contributors.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -77,7 +77,7 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
     info.SetAppName( wxT( ".: " ) + Pgm().App().GetAppName() + wxT( " :." ) );
 
     /* Copyright information */
-    info.SetCopyright( wxT( "(C) 1992-2015 KiCad Developers Team" ) );
+    info.SetCopyright( wxT( "(C) 1992-2016 KiCad Developers Team" ) );
 
     /* KiCad build version */
     wxString version;
-- 
2.5.0


Follow ups