diff --git a/LICENSE b/LICENSE index f7ade473..f9c34547 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ A copy of the GNU GPL is appended to this file. IMPORTANT NOTEPAD++ LICENSE TERMS -Copyright (C)2016 Don HO . This program is free software; you may redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; Version 2 with the clarifications and exceptions described below. This guarantees your right to use, modify, and redistribute this software under certain conditions. +Copyright (C)2020 Don HO . This program is free software; you may redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; Version 2 with the clarifications and exceptions described below. This guarantees your right to use, modify, and redistribute this software under certain conditions. Note that we consider an application to constitute a "derivative work" for the purpose of this license if it integrates/includes/aggregates Notepad++ into a proprietary executable installer, such as those produced by InstallShield. Our interpretation applies only to Notepad++ - we don't speak for other people's GPL works. diff --git a/PowerEditor/src/EncodingMapper.cpp b/PowerEditor/src/EncodingMapper.cpp index b81fd5af..51720207 100644 --- a/PowerEditor/src/EncodingMapper.cpp +++ b/PowerEditor/src/EncodingMapper.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/EncodingMapper.h b/PowerEditor/src/EncodingMapper.h index 40cbadeb..0dbfb849 100644 --- a/PowerEditor/src/EncodingMapper.h +++ b/PowerEditor/src/EncodingMapper.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/Common/Common.cpp b/PowerEditor/src/MISC/Common/Common.cpp index 322f1653..7eb6be0d 100644 --- a/PowerEditor/src/MISC/Common/Common.cpp +++ b/PowerEditor/src/MISC/Common/Common.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/Common/Common.h b/PowerEditor/src/MISC/Common/Common.h index f4e29341..e10fc09f 100644 --- a/PowerEditor/src/MISC/Common/Common.h +++ b/PowerEditor/src/MISC/Common/Common.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/Common/verifySignedfile.cpp b/PowerEditor/src/MISC/Common/verifySignedfile.cpp index 258ebc9d..c9de4699 100644 --- a/PowerEditor/src/MISC/Common/verifySignedfile.cpp +++ b/PowerEditor/src/MISC/Common/verifySignedfile.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003-2017 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/Common/verifySignedfile.h b/PowerEditor/src/MISC/Common/verifySignedfile.h index 9f4d2267..4011ed30 100644 --- a/PowerEditor/src/MISC/Common/verifySignedfile.h +++ b/PowerEditor/src/MISC/Common/verifySignedfile.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003-2017 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/Exception/MiniDumper.cpp b/PowerEditor/src/MISC/Exception/MiniDumper.cpp index e63c43b5..91ba785d 100644 --- a/PowerEditor/src/MISC/Exception/MiniDumper.cpp +++ b/PowerEditor/src/MISC/Exception/MiniDumper.cpp @@ -2,7 +2,7 @@ //Modified for use by Npp // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/Exception/MiniDumper.h b/PowerEditor/src/MISC/Exception/MiniDumper.h index 1f97f194..e211e9d8 100644 --- a/PowerEditor/src/MISC/Exception/MiniDumper.h +++ b/PowerEditor/src/MISC/Exception/MiniDumper.h @@ -2,7 +2,7 @@ //Modified for use by Npp // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/Exception/Win32Exception.cpp b/PowerEditor/src/MISC/Exception/Win32Exception.cpp index 3b2441fd..0aa1995d 100644 --- a/PowerEditor/src/MISC/Exception/Win32Exception.cpp +++ b/PowerEditor/src/MISC/Exception/Win32Exception.cpp @@ -5,7 +5,7 @@ //Formatting Slightly modified for N++ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/Exception/Win32Exception.h b/PowerEditor/src/MISC/Exception/Win32Exception.h index 09e5fc45..c8ca2a12 100644 --- a/PowerEditor/src/MISC/Exception/Win32Exception.h +++ b/PowerEditor/src/MISC/Exception/Win32Exception.h @@ -5,7 +5,7 @@ //Formatting Slightly modified for N++ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/FileNameStringSplitter.h b/PowerEditor/src/MISC/FileNameStringSplitter.h index 311a1cf4..5c611695 100644 --- a/PowerEditor/src/MISC/FileNameStringSplitter.h +++ b/PowerEditor/src/MISC/FileNameStringSplitter.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/PluginsManager/IDAllocator.cpp b/PowerEditor/src/MISC/PluginsManager/IDAllocator.cpp index 4f1d5c84..8fea001e 100644 --- a/PowerEditor/src/MISC/PluginsManager/IDAllocator.cpp +++ b/PowerEditor/src/MISC/PluginsManager/IDAllocator.cpp @@ -1,7 +1,7 @@ // IDAllocator.h code is copyrighted (C) 2010 by Dave Brotherstone // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/PluginsManager/IDAllocator.h b/PowerEditor/src/MISC/PluginsManager/IDAllocator.h index 42d26c01..2b4feec6 100644 --- a/PowerEditor/src/MISC/PluginsManager/IDAllocator.h +++ b/PowerEditor/src/MISC/PluginsManager/IDAllocator.h @@ -1,7 +1,7 @@ // IDAllocator.h code is copyrighted (C) 2010 by Dave Brotherstone // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h b/PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h index 2317ae44..f2924b3f 100644 --- a/PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h +++ b/PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/PluginsManager/PluginInterface.h b/PowerEditor/src/MISC/PluginsManager/PluginInterface.h index 24f6b65d..6a485fa0 100644 --- a/PowerEditor/src/MISC/PluginsManager/PluginInterface.h +++ b/PowerEditor/src/MISC/PluginsManager/PluginInterface.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/PluginsManager/PluginsManager.cpp b/PowerEditor/src/MISC/PluginsManager/PluginsManager.cpp index c606b728..2c53c371 100644 --- a/PowerEditor/src/MISC/PluginsManager/PluginsManager.cpp +++ b/PowerEditor/src/MISC/PluginsManager/PluginsManager.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/PluginsManager/PluginsManager.h b/PowerEditor/src/MISC/PluginsManager/PluginsManager.h index 7260e9a8..c7ae7bff 100644 --- a/PowerEditor/src/MISC/PluginsManager/PluginsManager.h +++ b/PowerEditor/src/MISC/PluginsManager/PluginsManager.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/Process/Processus.cpp b/PowerEditor/src/MISC/Process/Processus.cpp index 9d161e79..a410c9ab 100644 --- a/PowerEditor/src/MISC/Process/Processus.cpp +++ b/PowerEditor/src/MISC/Process/Processus.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/Process/Processus.h b/PowerEditor/src/MISC/Process/Processus.h index b11a7ec1..8765891d 100644 --- a/PowerEditor/src/MISC/Process/Processus.h +++ b/PowerEditor/src/MISC/Process/Processus.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/RegExt/regExtDlg.cpp b/PowerEditor/src/MISC/RegExt/regExtDlg.cpp index 73ecfd44..b7fdaf52 100644 --- a/PowerEditor/src/MISC/RegExt/regExtDlg.cpp +++ b/PowerEditor/src/MISC/RegExt/regExtDlg.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/RegExt/regExtDlg.h b/PowerEditor/src/MISC/RegExt/regExtDlg.h index 7c33f355..b5638c09 100644 --- a/PowerEditor/src/MISC/RegExt/regExtDlg.h +++ b/PowerEditor/src/MISC/RegExt/regExtDlg.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/RegExt/regExtDlg.rc b/PowerEditor/src/MISC/RegExt/regExtDlg.rc index eb6f685c..0b4b6f5a 100644 --- a/PowerEditor/src/MISC/RegExt/regExtDlg.rc +++ b/PowerEditor/src/MISC/RegExt/regExtDlg.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/RegExt/regExtDlgRc.h b/PowerEditor/src/MISC/RegExt/regExtDlgRc.h index 79efbddd..67052d46 100644 --- a/PowerEditor/src/MISC/RegExt/regExtDlgRc.h +++ b/PowerEditor/src/MISC/RegExt/regExtDlgRc.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/md5/md5Dlgs.cpp b/PowerEditor/src/MISC/md5/md5Dlgs.cpp index 002fedc7..82d09c3f 100644 --- a/PowerEditor/src/MISC/md5/md5Dlgs.cpp +++ b/PowerEditor/src/MISC/md5/md5Dlgs.cpp @@ -1,5 +1,5 @@ //this file is part of notepad++ -//Copyright (C)2016 Don HO +//Copyright (C)2020 Don HO // //This program is free software; you can redistribute it and/or //modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/md5/md5Dlgs.h b/PowerEditor/src/MISC/md5/md5Dlgs.h index baac2737..7b45e59f 100644 --- a/PowerEditor/src/MISC/md5/md5Dlgs.h +++ b/PowerEditor/src/MISC/md5/md5Dlgs.h @@ -1,5 +1,5 @@ //this file is part of notepad++ -//Copyright (C)2016 Don HO +//Copyright (C)2020 Don HO // //This program is free software; you can redistribute it and/or //modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/md5/md5Dlgs.rc b/PowerEditor/src/MISC/md5/md5Dlgs.rc index eded600e..3f9d7d7f 100644 --- a/PowerEditor/src/MISC/md5/md5Dlgs.rc +++ b/PowerEditor/src/MISC/md5/md5Dlgs.rc @@ -1,6 +1,6 @@ /* this file is part of notepad++ -Copyright (C)2016 Don HO < don.h@free.fr > +Copyright (C)2020 Don HO < don.h@free.fr > This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/MISC/md5/md5Dlgs_rc.h b/PowerEditor/src/MISC/md5/md5Dlgs_rc.h index c82d31e1..1a9a74bb 100644 --- a/PowerEditor/src/MISC/md5/md5Dlgs_rc.h +++ b/PowerEditor/src/MISC/md5/md5Dlgs_rc.h @@ -1,6 +1,6 @@ /* this file is part of notepad++ -Copyright (C)2016 Don HO < don.h@free.fr > +Copyright (C)2020 Don HO < don.h@free.fr > This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index 899a0e1e..97034022 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/Notepad_plus.h b/PowerEditor/src/Notepad_plus.h index aada734c..9172fb9f 100644 --- a/PowerEditor/src/Notepad_plus.h +++ b/PowerEditor/src/Notepad_plus.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/Notepad_plus.rc b/PowerEditor/src/Notepad_plus.rc index f1808e5a..09e08a85 100644 --- a/PowerEditor/src/Notepad_plus.rc +++ b/PowerEditor/src/Notepad_plus.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/Notepad_plus_Window.cpp b/PowerEditor/src/Notepad_plus_Window.cpp index c5b2b6cb..9d67e8b4 100644 --- a/PowerEditor/src/Notepad_plus_Window.cpp +++ b/PowerEditor/src/Notepad_plus_Window.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/Notepad_plus_Window.h b/PowerEditor/src/Notepad_plus_Window.h index b3002d04..613a1c8c 100644 --- a/PowerEditor/src/Notepad_plus_Window.h +++ b/PowerEditor/src/Notepad_plus_Window.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/NppBigSwitch.cpp b/PowerEditor/src/NppBigSwitch.cpp index a9c662d4..ee39285a 100644 --- a/PowerEditor/src/NppBigSwitch.cpp +++ b/PowerEditor/src/NppBigSwitch.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/NppCommands.cpp b/PowerEditor/src/NppCommands.cpp index a3ebde88..092bd93e 100644 --- a/PowerEditor/src/NppCommands.cpp +++ b/PowerEditor/src/NppCommands.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/NppIO.cpp b/PowerEditor/src/NppIO.cpp index fd6897d5..6f7375ba 100644 --- a/PowerEditor/src/NppIO.cpp +++ b/PowerEditor/src/NppIO.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/NppNotification.cpp b/PowerEditor/src/NppNotification.cpp index e99d7a18..f7fce42c 100644 --- a/PowerEditor/src/NppNotification.cpp +++ b/PowerEditor/src/NppNotification.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/Parameters.cpp b/PowerEditor/src/Parameters.cpp index 6859235c..1e547891 100644 --- a/PowerEditor/src/Parameters.cpp +++ b/PowerEditor/src/Parameters.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/Parameters.h b/PowerEditor/src/Parameters.h index fcc4b15e..4d3707dc 100644 --- a/PowerEditor/src/Parameters.h +++ b/PowerEditor/src/Parameters.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/AutoCompletion.cpp b/PowerEditor/src/ScitillaComponent/AutoCompletion.cpp index c20d1505..e661d270 100644 --- a/PowerEditor/src/ScitillaComponent/AutoCompletion.cpp +++ b/PowerEditor/src/ScitillaComponent/AutoCompletion.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/AutoCompletion.h b/PowerEditor/src/ScitillaComponent/AutoCompletion.h index a49418c5..bbaa00ce 100644 --- a/PowerEditor/src/ScitillaComponent/AutoCompletion.h +++ b/PowerEditor/src/ScitillaComponent/AutoCompletion.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/Buffer.cpp b/PowerEditor/src/ScitillaComponent/Buffer.cpp index 9ad70aaf..f31ec64f 100644 --- a/PowerEditor/src/ScitillaComponent/Buffer.cpp +++ b/PowerEditor/src/ScitillaComponent/Buffer.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/Buffer.h b/PowerEditor/src/ScitillaComponent/Buffer.h index 132035d3..f5cc6186 100644 --- a/PowerEditor/src/ScitillaComponent/Buffer.h +++ b/PowerEditor/src/ScitillaComponent/Buffer.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/DocTabView.cpp b/PowerEditor/src/ScitillaComponent/DocTabView.cpp index 49a01807..f4cf6d45 100644 --- a/PowerEditor/src/ScitillaComponent/DocTabView.cpp +++ b/PowerEditor/src/ScitillaComponent/DocTabView.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/DocTabView.h b/PowerEditor/src/ScitillaComponent/DocTabView.h index c73f6f67..673cc011 100644 --- a/PowerEditor/src/ScitillaComponent/DocTabView.h +++ b/PowerEditor/src/ScitillaComponent/DocTabView.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/FindReplaceDlg.cpp b/PowerEditor/src/ScitillaComponent/FindReplaceDlg.cpp index b03b4f96..59c7da26 100644 --- a/PowerEditor/src/ScitillaComponent/FindReplaceDlg.cpp +++ b/PowerEditor/src/ScitillaComponent/FindReplaceDlg.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/FindReplaceDlg.h b/PowerEditor/src/ScitillaComponent/FindReplaceDlg.h index 1c7732ae..e09f086b 100644 --- a/PowerEditor/src/ScitillaComponent/FindReplaceDlg.h +++ b/PowerEditor/src/ScitillaComponent/FindReplaceDlg.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc b/PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc index 43650cf3..84a41df2 100644 --- a/PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc +++ b/PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/GoToLineDlg.cpp b/PowerEditor/src/ScitillaComponent/GoToLineDlg.cpp index ea02f2d0..6770c3c0 100644 --- a/PowerEditor/src/ScitillaComponent/GoToLineDlg.cpp +++ b/PowerEditor/src/ScitillaComponent/GoToLineDlg.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/GoToLineDlg.h b/PowerEditor/src/ScitillaComponent/GoToLineDlg.h index 705e33ba..35d4d5a0 100644 --- a/PowerEditor/src/ScitillaComponent/GoToLineDlg.h +++ b/PowerEditor/src/ScitillaComponent/GoToLineDlg.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/Printer.cpp b/PowerEditor/src/ScitillaComponent/Printer.cpp index 3950c2ac..723442a3 100644 --- a/PowerEditor/src/ScitillaComponent/Printer.cpp +++ b/PowerEditor/src/ScitillaComponent/Printer.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/Printer.h b/PowerEditor/src/ScitillaComponent/Printer.h index 7db82689..2ad70610 100644 --- a/PowerEditor/src/ScitillaComponent/Printer.h +++ b/PowerEditor/src/ScitillaComponent/Printer.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/ScintillaCtrls.cpp b/PowerEditor/src/ScitillaComponent/ScintillaCtrls.cpp index 0f3a101b..cc58e333 100644 --- a/PowerEditor/src/ScitillaComponent/ScintillaCtrls.cpp +++ b/PowerEditor/src/ScitillaComponent/ScintillaCtrls.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/ScintillaCtrls.h b/PowerEditor/src/ScitillaComponent/ScintillaCtrls.h index c7839b2c..b64eb001 100644 --- a/PowerEditor/src/ScitillaComponent/ScintillaCtrls.h +++ b/PowerEditor/src/ScitillaComponent/ScintillaCtrls.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/ScintillaEditView.cpp b/PowerEditor/src/ScitillaComponent/ScintillaEditView.cpp index b879566d..c8d11973 100644 --- a/PowerEditor/src/ScitillaComponent/ScintillaEditView.cpp +++ b/PowerEditor/src/ScitillaComponent/ScintillaEditView.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/ScintillaEditView.h b/PowerEditor/src/ScitillaComponent/ScintillaEditView.h index 1ea1b99e..c554244e 100644 --- a/PowerEditor/src/ScitillaComponent/ScintillaEditView.h +++ b/PowerEditor/src/ScitillaComponent/ScintillaEditView.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/SmartHighlighter.cpp b/PowerEditor/src/ScitillaComponent/SmartHighlighter.cpp index 8780566e..4e4e4c92 100644 --- a/PowerEditor/src/ScitillaComponent/SmartHighlighter.cpp +++ b/PowerEditor/src/ScitillaComponent/SmartHighlighter.cpp @@ -1,5 +1,5 @@ // this file is part of notepad++ -// Copyright (C)2003 Harry +// Copyright (C)2020 Harry // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/SmartHighlighter.h b/PowerEditor/src/ScitillaComponent/SmartHighlighter.h index 63bc37fe..775034e0 100644 --- a/PowerEditor/src/ScitillaComponent/SmartHighlighter.h +++ b/PowerEditor/src/ScitillaComponent/SmartHighlighter.h @@ -1,5 +1,5 @@ // this file is part of notepad++ -// Copyright (C)2003 Harry +// Copyright (C)2020 Harry // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/UserDefineDialog.cpp b/PowerEditor/src/ScitillaComponent/UserDefineDialog.cpp index ea939647..eee7863a 100644 --- a/PowerEditor/src/ScitillaComponent/UserDefineDialog.cpp +++ b/PowerEditor/src/ScitillaComponent/UserDefineDialog.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/UserDefineDialog.h b/PowerEditor/src/ScitillaComponent/UserDefineDialog.h index f4619f93..1e29d253 100644 --- a/PowerEditor/src/ScitillaComponent/UserDefineDialog.h +++ b/PowerEditor/src/ScitillaComponent/UserDefineDialog.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/UserDefineDialog.rc b/PowerEditor/src/ScitillaComponent/UserDefineDialog.rc index 8db0765a..c9b7c463 100644 --- a/PowerEditor/src/ScitillaComponent/UserDefineDialog.rc +++ b/PowerEditor/src/ScitillaComponent/UserDefineDialog.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/UserDefineLangReference.h b/PowerEditor/src/ScitillaComponent/UserDefineLangReference.h index ab95e1bb..1e2626a0 100644 --- a/PowerEditor/src/ScitillaComponent/UserDefineLangReference.h +++ b/PowerEditor/src/ScitillaComponent/UserDefineLangReference.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/UserDefineResource.h b/PowerEditor/src/ScitillaComponent/UserDefineResource.h index c0d9a297..be4378cd 100644 --- a/PowerEditor/src/ScitillaComponent/UserDefineResource.h +++ b/PowerEditor/src/ScitillaComponent/UserDefineResource.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/colors.h b/PowerEditor/src/ScitillaComponent/colors.h index 828e898c..20a71dac 100644 --- a/PowerEditor/src/ScitillaComponent/colors.h +++ b/PowerEditor/src/ScitillaComponent/colors.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/columnEditor.cpp b/PowerEditor/src/ScitillaComponent/columnEditor.cpp index 03d0c4ce..a19aab67 100644 --- a/PowerEditor/src/ScitillaComponent/columnEditor.cpp +++ b/PowerEditor/src/ScitillaComponent/columnEditor.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/columnEditor.h b/PowerEditor/src/ScitillaComponent/columnEditor.h index dc5ef7e0..6d6cb2d1 100644 --- a/PowerEditor/src/ScitillaComponent/columnEditor.h +++ b/PowerEditor/src/ScitillaComponent/columnEditor.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/columnEditor.rc b/PowerEditor/src/ScitillaComponent/columnEditor.rc index 780dc38a..64822852 100644 --- a/PowerEditor/src/ScitillaComponent/columnEditor.rc +++ b/PowerEditor/src/ScitillaComponent/columnEditor.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/xmlMatchedTagsHighlighter.cpp b/PowerEditor/src/ScitillaComponent/xmlMatchedTagsHighlighter.cpp index c733b4ba..116ae7f2 100644 --- a/PowerEditor/src/ScitillaComponent/xmlMatchedTagsHighlighter.cpp +++ b/PowerEditor/src/ScitillaComponent/xmlMatchedTagsHighlighter.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2012 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/ScitillaComponent/xmlMatchedTagsHighlighter.h b/PowerEditor/src/ScitillaComponent/xmlMatchedTagsHighlighter.h index b563c680..bd5da2b4 100644 --- a/PowerEditor/src/ScitillaComponent/xmlMatchedTagsHighlighter.h +++ b/PowerEditor/src/ScitillaComponent/xmlMatchedTagsHighlighter.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp b/PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp index 89e9b8bf..374219a5 100644 --- a/PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp +++ b/PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/AboutDlg/AboutDlg.h b/PowerEditor/src/WinControls/AboutDlg/AboutDlg.h index 2dd6705c..26056d1f 100644 --- a/PowerEditor/src/WinControls/AboutDlg/AboutDlg.h +++ b/PowerEditor/src/WinControls/AboutDlg/AboutDlg.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/AboutDlg/URLCtrl.cpp b/PowerEditor/src/WinControls/AboutDlg/URLCtrl.cpp index 6088f45e..258ec543 100644 --- a/PowerEditor/src/WinControls/AboutDlg/URLCtrl.cpp +++ b/PowerEditor/src/WinControls/AboutDlg/URLCtrl.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/AboutDlg/URLCtrl.h b/PowerEditor/src/WinControls/AboutDlg/URLCtrl.h index c7ccb78f..1f6705e1 100644 --- a/PowerEditor/src/WinControls/AboutDlg/URLCtrl.h +++ b/PowerEditor/src/WinControls/AboutDlg/URLCtrl.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/AnsiCharPanel/ListView.cpp b/PowerEditor/src/WinControls/AnsiCharPanel/ListView.cpp index 0941c224..f04b3b26 100644 --- a/PowerEditor/src/WinControls/AnsiCharPanel/ListView.cpp +++ b/PowerEditor/src/WinControls/AnsiCharPanel/ListView.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/AnsiCharPanel/ListView.h b/PowerEditor/src/WinControls/AnsiCharPanel/ListView.h index 32bc464a..2662fef2 100644 --- a/PowerEditor/src/WinControls/AnsiCharPanel/ListView.h +++ b/PowerEditor/src/WinControls/AnsiCharPanel/ListView.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/AnsiCharPanel/ansiCharPanel.cpp b/PowerEditor/src/WinControls/AnsiCharPanel/ansiCharPanel.cpp index 6f04d68f..2844858d 100644 --- a/PowerEditor/src/WinControls/AnsiCharPanel/ansiCharPanel.cpp +++ b/PowerEditor/src/WinControls/AnsiCharPanel/ansiCharPanel.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/AnsiCharPanel/ansiCharPanel.h b/PowerEditor/src/WinControls/AnsiCharPanel/ansiCharPanel.h index 90fa08e3..0047d6e2 100644 --- a/PowerEditor/src/WinControls/AnsiCharPanel/ansiCharPanel.h +++ b/PowerEditor/src/WinControls/AnsiCharPanel/ansiCharPanel.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/AnsiCharPanel/ansiCharPanel.rc b/PowerEditor/src/WinControls/AnsiCharPanel/ansiCharPanel.rc index 5f696286..3026f507 100644 --- a/PowerEditor/src/WinControls/AnsiCharPanel/ansiCharPanel.rc +++ b/PowerEditor/src/WinControls/AnsiCharPanel/ansiCharPanel.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/AnsiCharPanel/asciiListView.cpp b/PowerEditor/src/WinControls/AnsiCharPanel/asciiListView.cpp index 0c926417..5e914898 100644 --- a/PowerEditor/src/WinControls/AnsiCharPanel/asciiListView.cpp +++ b/PowerEditor/src/WinControls/AnsiCharPanel/asciiListView.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2016 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/AnsiCharPanel/asciiListView.h b/PowerEditor/src/WinControls/AnsiCharPanel/asciiListView.h index b951e79a..e2907f39 100644 --- a/PowerEditor/src/WinControls/AnsiCharPanel/asciiListView.h +++ b/PowerEditor/src/WinControls/AnsiCharPanel/asciiListView.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2016 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel.cpp b/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel.cpp index 7f34e5b8..9bd8d88a 100644 --- a/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel.cpp +++ b/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel.h b/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel.h index 22a910b9..9e86f102 100644 --- a/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel.h +++ b/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel.rc b/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel.rc index 5f6bd77a..640db6bf 100644 --- a/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel.rc +++ b/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel_rc.h b/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel_rc.h index 384659e4..b3a09c3c 100644 --- a/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel_rc.h +++ b/PowerEditor/src/WinControls/ClipboardHistory/clipboardHistoryPanel_rc.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ColourPicker/ColourPicker.cpp b/PowerEditor/src/WinControls/ColourPicker/ColourPicker.cpp index 0e0c43aa..b54d22ab 100644 --- a/PowerEditor/src/WinControls/ColourPicker/ColourPicker.cpp +++ b/PowerEditor/src/WinControls/ColourPicker/ColourPicker.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ColourPicker/ColourPicker.h b/PowerEditor/src/WinControls/ColourPicker/ColourPicker.h index 4144c838..ab8b7b75 100644 --- a/PowerEditor/src/WinControls/ColourPicker/ColourPicker.h +++ b/PowerEditor/src/WinControls/ColourPicker/ColourPicker.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ColourPicker/ColourPopup.cpp b/PowerEditor/src/WinControls/ColourPicker/ColourPopup.cpp index 7a13c8f2..a14a1a84 100644 --- a/PowerEditor/src/WinControls/ColourPicker/ColourPopup.cpp +++ b/PowerEditor/src/WinControls/ColourPicker/ColourPopup.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ColourPicker/ColourPopup.h b/PowerEditor/src/WinControls/ColourPicker/ColourPopup.h index c62800b4..4d560c02 100644 --- a/PowerEditor/src/WinControls/ColourPicker/ColourPopup.h +++ b/PowerEditor/src/WinControls/ColourPicker/ColourPopup.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ColourPicker/ColourPopup.rc b/PowerEditor/src/WinControls/ColourPicker/ColourPopup.rc index dafff795..a799d142 100644 --- a/PowerEditor/src/WinControls/ColourPicker/ColourPopup.rc +++ b/PowerEditor/src/WinControls/ColourPicker/ColourPopup.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp b/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp index 98daab3b..223e6ede 100644 --- a/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp +++ b/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.h b/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.h index 691ccbdb..da192f99 100644 --- a/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.h +++ b/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.rc b/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.rc index ced8d150..c4ab2ac0 100644 --- a/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.rc +++ b/PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ContextMenu/ContextMenu.cpp b/PowerEditor/src/WinControls/ContextMenu/ContextMenu.cpp index 52571d4d..45ae6214 100644 --- a/PowerEditor/src/WinControls/ContextMenu/ContextMenu.cpp +++ b/PowerEditor/src/WinControls/ContextMenu/ContextMenu.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ContextMenu/ContextMenu.h b/PowerEditor/src/WinControls/ContextMenu/ContextMenu.h index 8dd6df15..6adad783 100644 --- a/PowerEditor/src/WinControls/ContextMenu/ContextMenu.h +++ b/PowerEditor/src/WinControls/ContextMenu/ContextMenu.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/DockingWnd/DockingGUIWidget.rc b/PowerEditor/src/WinControls/DockingWnd/DockingGUIWidget.rc index a573bb40..bd1a82d1 100644 --- a/PowerEditor/src/WinControls/DockingWnd/DockingGUIWidget.rc +++ b/PowerEditor/src/WinControls/DockingWnd/DockingGUIWidget.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/DocumentMap/documentMap.cpp b/PowerEditor/src/WinControls/DocumentMap/documentMap.cpp index 87b78d4e..d0bbe02d 100644 --- a/PowerEditor/src/WinControls/DocumentMap/documentMap.cpp +++ b/PowerEditor/src/WinControls/DocumentMap/documentMap.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/DocumentMap/documentMap.h b/PowerEditor/src/WinControls/DocumentMap/documentMap.h index f95cb09a..50017ade 100644 --- a/PowerEditor/src/WinControls/DocumentMap/documentMap.h +++ b/PowerEditor/src/WinControls/DocumentMap/documentMap.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/DocumentMap/documentMap.rc b/PowerEditor/src/WinControls/DocumentMap/documentMap.rc index 008677f0..701f25b6 100644 --- a/PowerEditor/src/WinControls/DocumentMap/documentMap.rc +++ b/PowerEditor/src/WinControls/DocumentMap/documentMap.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/DocumentMap/documentSnapshot.cpp b/PowerEditor/src/WinControls/DocumentMap/documentSnapshot.cpp index ffc09342..0f5df0f5 100644 --- a/PowerEditor/src/WinControls/DocumentMap/documentSnapshot.cpp +++ b/PowerEditor/src/WinControls/DocumentMap/documentSnapshot.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003-2017 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/DocumentMap/documentSnapshot.h b/PowerEditor/src/WinControls/DocumentMap/documentSnapshot.h index 5fd4f2a3..c44c6d2f 100644 --- a/PowerEditor/src/WinControls/DocumentMap/documentSnapshot.h +++ b/PowerEditor/src/WinControls/DocumentMap/documentSnapshot.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003-2017 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/DocumentMap/documentSnapshot.rc b/PowerEditor/src/WinControls/DocumentMap/documentSnapshot.rc index c6052be9..efabbce7 100644 --- a/PowerEditor/src/WinControls/DocumentMap/documentSnapshot.rc +++ b/PowerEditor/src/WinControls/DocumentMap/documentSnapshot.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/DocumentMap/documentSnapshot_rc.h b/PowerEditor/src/WinControls/DocumentMap/documentSnapshot_rc.h index 68dd55ee..d5e71770 100644 --- a/PowerEditor/src/WinControls/DocumentMap/documentSnapshot_rc.h +++ b/PowerEditor/src/WinControls/DocumentMap/documentSnapshot_rc.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/FileBrowser/fileBrowser.cpp b/PowerEditor/src/WinControls/FileBrowser/fileBrowser.cpp index dd41b392..fe6108cd 100644 --- a/PowerEditor/src/WinControls/FileBrowser/fileBrowser.cpp +++ b/PowerEditor/src/WinControls/FileBrowser/fileBrowser.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/FileBrowser/fileBrowser.h b/PowerEditor/src/WinControls/FileBrowser/fileBrowser.h index fb6daf2b..1dc23b0b 100644 --- a/PowerEditor/src/WinControls/FileBrowser/fileBrowser.h +++ b/PowerEditor/src/WinControls/FileBrowser/fileBrowser.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/FileBrowser/fileBrowser.rc b/PowerEditor/src/WinControls/FileBrowser/fileBrowser.rc index 99642110..5afe3501 100644 --- a/PowerEditor/src/WinControls/FileBrowser/fileBrowser.rc +++ b/PowerEditor/src/WinControls/FileBrowser/fileBrowser.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/FileBrowser/fileBrowser_rc.h b/PowerEditor/src/WinControls/FileBrowser/fileBrowser_rc.h index 7255f704..3b758f42 100644 --- a/PowerEditor/src/WinControls/FileBrowser/fileBrowser_rc.h +++ b/PowerEditor/src/WinControls/FileBrowser/fileBrowser_rc.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/FindCharsInRange/FindCharsInRange.cpp b/PowerEditor/src/WinControls/FindCharsInRange/FindCharsInRange.cpp index 7aa8db1b..6ddb82f0 100644 --- a/PowerEditor/src/WinControls/FindCharsInRange/FindCharsInRange.cpp +++ b/PowerEditor/src/WinControls/FindCharsInRange/FindCharsInRange.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/FindCharsInRange/FindCharsInRange.h b/PowerEditor/src/WinControls/FindCharsInRange/FindCharsInRange.h index 9501d973..edbe4784 100644 --- a/PowerEditor/src/WinControls/FindCharsInRange/FindCharsInRange.h +++ b/PowerEditor/src/WinControls/FindCharsInRange/FindCharsInRange.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/FindCharsInRange/findCharsInRange.rc b/PowerEditor/src/WinControls/FindCharsInRange/findCharsInRange.rc index de7f6884..f5e22c4d 100644 --- a/PowerEditor/src/WinControls/FindCharsInRange/findCharsInRange.rc +++ b/PowerEditor/src/WinControls/FindCharsInRange/findCharsInRange.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/FunctionList/functionListPanel.cpp b/PowerEditor/src/WinControls/FunctionList/functionListPanel.cpp index 56a2f748..ed315837 100644 --- a/PowerEditor/src/WinControls/FunctionList/functionListPanel.cpp +++ b/PowerEditor/src/WinControls/FunctionList/functionListPanel.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/FunctionList/functionListPanel.h b/PowerEditor/src/WinControls/FunctionList/functionListPanel.h index 4a340e5e..fb165328 100644 --- a/PowerEditor/src/WinControls/FunctionList/functionListPanel.h +++ b/PowerEditor/src/WinControls/FunctionList/functionListPanel.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/FunctionList/functionListPanel.rc b/PowerEditor/src/WinControls/FunctionList/functionListPanel.rc index 5a19871c..a5c83308 100644 --- a/PowerEditor/src/WinControls/FunctionList/functionListPanel.rc +++ b/PowerEditor/src/WinControls/FunctionList/functionListPanel.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/FunctionList/functionListPanel_rc.h b/PowerEditor/src/WinControls/FunctionList/functionListPanel_rc.h index 1dd1d5cf..53a69267 100644 --- a/PowerEditor/src/WinControls/FunctionList/functionListPanel_rc.h +++ b/PowerEditor/src/WinControls/FunctionList/functionListPanel_rc.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/FunctionList/functionParser.cpp b/PowerEditor/src/WinControls/FunctionList/functionParser.cpp index 96aa4214..c173a55f 100644 --- a/PowerEditor/src/WinControls/FunctionList/functionParser.cpp +++ b/PowerEditor/src/WinControls/FunctionList/functionParser.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2012 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/FunctionList/functionParser.h b/PowerEditor/src/WinControls/FunctionList/functionParser.h index ccf5d09f..b694fc18 100644 --- a/PowerEditor/src/WinControls/FunctionList/functionParser.h +++ b/PowerEditor/src/WinControls/FunctionList/functionParser.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/Grid/BabyGridWrapper.cpp b/PowerEditor/src/WinControls/Grid/BabyGridWrapper.cpp index 88527788..0ee54017 100644 --- a/PowerEditor/src/WinControls/Grid/BabyGridWrapper.cpp +++ b/PowerEditor/src/WinControls/Grid/BabyGridWrapper.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/Grid/BabyGridWrapper.h b/PowerEditor/src/WinControls/Grid/BabyGridWrapper.h index 06b66d4e..0888fdd9 100644 --- a/PowerEditor/src/WinControls/Grid/BabyGridWrapper.h +++ b/PowerEditor/src/WinControls/Grid/BabyGridWrapper.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/Grid/ShortcutMapper.cpp b/PowerEditor/src/WinControls/Grid/ShortcutMapper.cpp index 3cecf5cf..06678805 100644 --- a/PowerEditor/src/WinControls/Grid/ShortcutMapper.cpp +++ b/PowerEditor/src/WinControls/Grid/ShortcutMapper.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/Grid/ShortcutMapper.h b/PowerEditor/src/WinControls/Grid/ShortcutMapper.h index 8498766e..93cf633e 100644 --- a/PowerEditor/src/WinControls/Grid/ShortcutMapper.h +++ b/PowerEditor/src/WinControls/Grid/ShortcutMapper.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/Grid/ShortcutMapper.rc b/PowerEditor/src/WinControls/Grid/ShortcutMapper.rc index 8ddede0b..d7a5e819 100755 --- a/PowerEditor/src/WinControls/Grid/ShortcutMapper.rc +++ b/PowerEditor/src/WinControls/Grid/ShortcutMapper.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/Grid/ShortcutMapper_rc.h b/PowerEditor/src/WinControls/Grid/ShortcutMapper_rc.h index 7437bd05..4b89f66c 100644 --- a/PowerEditor/src/WinControls/Grid/ShortcutMapper_rc.h +++ b/PowerEditor/src/WinControls/Grid/ShortcutMapper_rc.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ImageListSet/ImageListSet.cpp b/PowerEditor/src/WinControls/ImageListSet/ImageListSet.cpp index 0dd309cf..7be41308 100644 --- a/PowerEditor/src/WinControls/ImageListSet/ImageListSet.cpp +++ b/PowerEditor/src/WinControls/ImageListSet/ImageListSet.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ImageListSet/ImageListSet.h b/PowerEditor/src/WinControls/ImageListSet/ImageListSet.h index 820a58b7..e7de6792 100644 --- a/PowerEditor/src/WinControls/ImageListSet/ImageListSet.h +++ b/PowerEditor/src/WinControls/ImageListSet/ImageListSet.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/OpenSaveFileDialog/FileDialog.cpp b/PowerEditor/src/WinControls/OpenSaveFileDialog/FileDialog.cpp index b9179f76..d6389147 100644 --- a/PowerEditor/src/WinControls/OpenSaveFileDialog/FileDialog.cpp +++ b/PowerEditor/src/WinControls/OpenSaveFileDialog/FileDialog.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/OpenSaveFileDialog/FileDialog.h b/PowerEditor/src/WinControls/OpenSaveFileDialog/FileDialog.h index 5f658e48..39438126 100644 --- a/PowerEditor/src/WinControls/OpenSaveFileDialog/FileDialog.h +++ b/PowerEditor/src/WinControls/OpenSaveFileDialog/FileDialog.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdmin.cpp b/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdmin.cpp index cb52f577..2d663575 100644 --- a/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdmin.cpp +++ b/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdmin.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2017 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdmin.h b/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdmin.h index 133fcb5e..8a85afab 100644 --- a/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdmin.h +++ b/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdmin.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2017 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdmin.rc b/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdmin.rc index 5cd96973..5ebc87cd 100644 --- a/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdmin.rc +++ b/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdmin.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdminRes.h b/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdminRes.h index 25dd1f16..fe10e05a 100644 --- a/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdminRes.h +++ b/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdminRes.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/Preference/preference.rc b/PowerEditor/src/WinControls/Preference/preference.rc index 611cf0f0..7e0eff92 100644 --- a/PowerEditor/src/WinControls/Preference/preference.rc +++ b/PowerEditor/src/WinControls/Preference/preference.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp b/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp index bb9e4cb2..86ace5ec 100644 --- a/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp +++ b/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/Preference/preferenceDlg.h b/PowerEditor/src/WinControls/Preference/preferenceDlg.h index 66a5168f..05c2e56d 100644 --- a/PowerEditor/src/WinControls/Preference/preferenceDlg.h +++ b/PowerEditor/src/WinControls/Preference/preferenceDlg.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel.cpp b/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel.cpp index 4baff2fb..f4f6508a 100644 --- a/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel.cpp +++ b/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel.h b/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel.h index a31b998d..ab6dd396 100644 --- a/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel.h +++ b/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel.rc b/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel.rc index eb392f12..de9488de 100644 --- a/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel.rc +++ b/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel_rc.h b/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel_rc.h index e2d2ac3f..3605bb8c 100644 --- a/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel_rc.h +++ b/PowerEditor/src/WinControls/ProjectPanel/ProjectPanel_rc.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ProjectPanel/TreeView.cpp b/PowerEditor/src/WinControls/ProjectPanel/TreeView.cpp index 140a17a2..bae6f57a 100644 --- a/PowerEditor/src/WinControls/ProjectPanel/TreeView.cpp +++ b/PowerEditor/src/WinControls/ProjectPanel/TreeView.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ProjectPanel/TreeView.h b/PowerEditor/src/WinControls/ProjectPanel/TreeView.h index 7ebd207d..1dbd916e 100644 --- a/PowerEditor/src/WinControls/ProjectPanel/TreeView.h +++ b/PowerEditor/src/WinControls/ProjectPanel/TreeView.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/SplitterContainer/Splitter.cpp b/PowerEditor/src/WinControls/SplitterContainer/Splitter.cpp index 3cd8bf35..3dbeadec 100644 --- a/PowerEditor/src/WinControls/SplitterContainer/Splitter.cpp +++ b/PowerEditor/src/WinControls/SplitterContainer/Splitter.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/SplitterContainer/Splitter.h b/PowerEditor/src/WinControls/SplitterContainer/Splitter.h index 3199933e..b774ebc3 100644 --- a/PowerEditor/src/WinControls/SplitterContainer/Splitter.h +++ b/PowerEditor/src/WinControls/SplitterContainer/Splitter.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/SplitterContainer/SplitterContainer.cpp b/PowerEditor/src/WinControls/SplitterContainer/SplitterContainer.cpp index 389d6c00..cfe7ea4a 100644 --- a/PowerEditor/src/WinControls/SplitterContainer/SplitterContainer.cpp +++ b/PowerEditor/src/WinControls/SplitterContainer/SplitterContainer.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/SplitterContainer/SplitterContainer.h b/PowerEditor/src/WinControls/SplitterContainer/SplitterContainer.h index 7a9bd0f1..0eb12503 100644 --- a/PowerEditor/src/WinControls/SplitterContainer/SplitterContainer.h +++ b/PowerEditor/src/WinControls/SplitterContainer/SplitterContainer.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.cpp b/PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.cpp index 8ee7aeb0..c06a3047 100644 --- a/PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.cpp +++ b/PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.cpp @@ -1,5 +1,5 @@ //this file is part of notepad++ -//Copyright (C)2003 Don HO ( donho@altern.org ) +//Copyright (C)2020 Don HO ( donho@altern.org ) // //This program is free software; you can redistribute it and/or //modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.h b/PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.h index 6185a9f3..254a777e 100644 --- a/PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.h +++ b/PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.h @@ -1,5 +1,5 @@ //this file is part of notepad++ -//Copyright (C)2003 Don HO ( donho@altern.org ) +//Copyright (C)2020 Don HO ( donho@altern.org ) // //This program is free software; you can redistribute it and/or //modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.rc b/PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.rc index 81c63a47..966503bb 100644 --- a/PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.rc +++ b/PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.rc @@ -1,6 +1,6 @@ /* this file is part of notepad++ -Copyright (C)2003 Don HO < donho@altern.org > +Copyright (C)2020 Don HO < donho@altern.org > This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/StaticDialog/StaticDialog.cpp b/PowerEditor/src/WinControls/StaticDialog/StaticDialog.cpp index 9c40d785..425b1885 100644 --- a/PowerEditor/src/WinControls/StaticDialog/StaticDialog.cpp +++ b/PowerEditor/src/WinControls/StaticDialog/StaticDialog.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/StaticDialog/StaticDialog.h b/PowerEditor/src/WinControls/StaticDialog/StaticDialog.h index 597098d3..f9ab41b4 100644 --- a/PowerEditor/src/WinControls/StaticDialog/StaticDialog.h +++ b/PowerEditor/src/WinControls/StaticDialog/StaticDialog.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/StatusBar/StatusBar.cpp b/PowerEditor/src/WinControls/StatusBar/StatusBar.cpp index ae5dbda0..f1ed9f3d 100644 --- a/PowerEditor/src/WinControls/StatusBar/StatusBar.cpp +++ b/PowerEditor/src/WinControls/StatusBar/StatusBar.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/StatusBar/StatusBar.h b/PowerEditor/src/WinControls/StatusBar/StatusBar.h index cadad037..8787492f 100644 --- a/PowerEditor/src/WinControls/StatusBar/StatusBar.h +++ b/PowerEditor/src/WinControls/StatusBar/StatusBar.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/TabBar/ControlsTab.cpp b/PowerEditor/src/WinControls/TabBar/ControlsTab.cpp index 16a0b1d1..3a16e168 100644 --- a/PowerEditor/src/WinControls/TabBar/ControlsTab.cpp +++ b/PowerEditor/src/WinControls/TabBar/ControlsTab.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/TabBar/ControlsTab.h b/PowerEditor/src/WinControls/TabBar/ControlsTab.h index e1f4a805..27369088 100644 --- a/PowerEditor/src/WinControls/TabBar/ControlsTab.h +++ b/PowerEditor/src/WinControls/TabBar/ControlsTab.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/TabBar/TabBar.cpp b/PowerEditor/src/WinControls/TabBar/TabBar.cpp index 32bd0ec6..45f2cd64 100644 --- a/PowerEditor/src/WinControls/TabBar/TabBar.cpp +++ b/PowerEditor/src/WinControls/TabBar/TabBar.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/TabBar/TabBar.h b/PowerEditor/src/WinControls/TabBar/TabBar.h index 5c00ba39..752ee6b0 100644 --- a/PowerEditor/src/WinControls/TabBar/TabBar.h +++ b/PowerEditor/src/WinControls/TabBar/TabBar.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/TaskList/TaskList.cpp b/PowerEditor/src/WinControls/TaskList/TaskList.cpp index c648a61a..3b18b8d3 100644 --- a/PowerEditor/src/WinControls/TaskList/TaskList.cpp +++ b/PowerEditor/src/WinControls/TaskList/TaskList.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/TaskList/TaskList.h b/PowerEditor/src/WinControls/TaskList/TaskList.h index 89c4e9c5..6314b9dc 100644 --- a/PowerEditor/src/WinControls/TaskList/TaskList.h +++ b/PowerEditor/src/WinControls/TaskList/TaskList.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/TaskList/TaskListDlg.cpp b/PowerEditor/src/WinControls/TaskList/TaskListDlg.cpp index c94a187d..5c46fbe3 100644 --- a/PowerEditor/src/WinControls/TaskList/TaskListDlg.cpp +++ b/PowerEditor/src/WinControls/TaskList/TaskListDlg.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/TaskList/TaskListDlg.h b/PowerEditor/src/WinControls/TaskList/TaskListDlg.h index ea63c32a..5b8aaba4 100644 --- a/PowerEditor/src/WinControls/TaskList/TaskListDlg.h +++ b/PowerEditor/src/WinControls/TaskList/TaskListDlg.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/TaskList/TaskListDlg.rc b/PowerEditor/src/WinControls/TaskList/TaskListDlg.rc index b67597ca..6820a3b5 100644 --- a/PowerEditor/src/WinControls/TaskList/TaskListDlg.rc +++ b/PowerEditor/src/WinControls/TaskList/TaskListDlg.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/TaskList/TaskListDlg_rc.h b/PowerEditor/src/WinControls/TaskList/TaskListDlg_rc.h index 23ff95b7..2119d938 100644 --- a/PowerEditor/src/WinControls/TaskList/TaskListDlg_rc.h +++ b/PowerEditor/src/WinControls/TaskList/TaskListDlg_rc.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ToolBar/ToolBar.cpp b/PowerEditor/src/WinControls/ToolBar/ToolBar.cpp index c2442b40..755881f7 100644 --- a/PowerEditor/src/WinControls/ToolBar/ToolBar.cpp +++ b/PowerEditor/src/WinControls/ToolBar/ToolBar.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ToolBar/ToolBar.h b/PowerEditor/src/WinControls/ToolBar/ToolBar.h index 5eee0030..c16ad85a 100644 --- a/PowerEditor/src/WinControls/ToolBar/ToolBar.h +++ b/PowerEditor/src/WinControls/ToolBar/ToolBar.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ToolTip/ToolTip.cpp b/PowerEditor/src/WinControls/ToolTip/ToolTip.cpp index 9f99653d..ef4d79f4 100644 --- a/PowerEditor/src/WinControls/ToolTip/ToolTip.cpp +++ b/PowerEditor/src/WinControls/ToolTip/ToolTip.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2017 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/ToolTip/ToolTip.h b/PowerEditor/src/WinControls/ToolTip/ToolTip.h index e39b761d..1af33d30 100644 --- a/PowerEditor/src/WinControls/ToolTip/ToolTip.h +++ b/PowerEditor/src/WinControls/ToolTip/ToolTip.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2017 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/TrayIcon/trayIconControler.cpp b/PowerEditor/src/WinControls/TrayIcon/trayIconControler.cpp index 61c1cdc8..aba9eb92 100644 --- a/PowerEditor/src/WinControls/TrayIcon/trayIconControler.cpp +++ b/PowerEditor/src/WinControls/TrayIcon/trayIconControler.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/TrayIcon/trayIconControler.h b/PowerEditor/src/WinControls/TrayIcon/trayIconControler.h index cdfe1e77..4abbc3e7 100644 --- a/PowerEditor/src/WinControls/TrayIcon/trayIconControler.h +++ b/PowerEditor/src/WinControls/TrayIcon/trayIconControler.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher.cpp b/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher.cpp index ab36c7fc..8c5ce661 100644 --- a/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher.cpp +++ b/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher.h b/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher.h index 06da930f..08f5b77a 100644 --- a/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher.h +++ b/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher.rc b/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher.rc index 7f3aa461..74dd017a 100644 --- a/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher.rc +++ b/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcherListView.cpp b/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcherListView.cpp index 51d5394c..c4979b0b 100644 --- a/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcherListView.cpp +++ b/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcherListView.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcherListView.h b/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcherListView.h index 1bca314e..49ed6e89 100644 --- a/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcherListView.h +++ b/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcherListView.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher_rc.h b/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher_rc.h index 043ef480..a5d3d3dd 100644 --- a/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher_rc.h +++ b/PowerEditor/src/WinControls/VerticalFileSwitcher/VerticalFileSwitcher_rc.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/Window.h b/PowerEditor/src/WinControls/Window.h index e69e02f8..c5648e30 100644 --- a/PowerEditor/src/WinControls/Window.h +++ b/PowerEditor/src/WinControls/Window.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/WindowsDlg/SizeableDlg.cpp b/PowerEditor/src/WinControls/WindowsDlg/SizeableDlg.cpp index 7fde6d20..edf31f45 100644 --- a/PowerEditor/src/WinControls/WindowsDlg/SizeableDlg.cpp +++ b/PowerEditor/src/WinControls/WindowsDlg/SizeableDlg.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/WindowsDlg/SizeableDlg.h b/PowerEditor/src/WinControls/WindowsDlg/SizeableDlg.h index 9174e7f0..114adeb5 100644 --- a/PowerEditor/src/WinControls/WindowsDlg/SizeableDlg.h +++ b/PowerEditor/src/WinControls/WindowsDlg/SizeableDlg.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.cpp b/PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.cpp index 4fb10c0c..98e98231 100644 --- a/PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.cpp +++ b/PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.h b/PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.h index 108cb9b6..f2b8bcaa 100644 --- a/PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.h +++ b/PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.rc b/PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.rc index bb842724..6b589908 100644 --- a/PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.rc +++ b/PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/WindowsDlg/WindowsDlgRc.h b/PowerEditor/src/WinControls/WindowsDlg/WindowsDlgRc.h index f8ac01a4..16f5c5e6 100644 --- a/PowerEditor/src/WinControls/WindowsDlg/WindowsDlgRc.h +++ b/PowerEditor/src/WinControls/WindowsDlg/WindowsDlgRc.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/shortcut/RunMacroDlg.cpp b/PowerEditor/src/WinControls/shortcut/RunMacroDlg.cpp index 134760ac..f3146002 100644 --- a/PowerEditor/src/WinControls/shortcut/RunMacroDlg.cpp +++ b/PowerEditor/src/WinControls/shortcut/RunMacroDlg.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/shortcut/RunMacroDlg.h b/PowerEditor/src/WinControls/shortcut/RunMacroDlg.h index 83db082c..e43d1f9b 100644 --- a/PowerEditor/src/WinControls/shortcut/RunMacroDlg.h +++ b/PowerEditor/src/WinControls/shortcut/RunMacroDlg.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/shortcut/RunMacroDlg.rc b/PowerEditor/src/WinControls/shortcut/RunMacroDlg.rc index 645d1487..e349ee22 100644 --- a/PowerEditor/src/WinControls/shortcut/RunMacroDlg.rc +++ b/PowerEditor/src/WinControls/shortcut/RunMacroDlg.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/shortcut/RunMacroDlg_rc.h b/PowerEditor/src/WinControls/shortcut/RunMacroDlg_rc.h index 43f30681..485212c2 100644 --- a/PowerEditor/src/WinControls/shortcut/RunMacroDlg_rc.h +++ b/PowerEditor/src/WinControls/shortcut/RunMacroDlg_rc.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/shortcut/shortcut.cpp b/PowerEditor/src/WinControls/shortcut/shortcut.cpp index ef6b98e9..5018789b 100644 --- a/PowerEditor/src/WinControls/shortcut/shortcut.cpp +++ b/PowerEditor/src/WinControls/shortcut/shortcut.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/shortcut/shortcut.h b/PowerEditor/src/WinControls/shortcut/shortcut.h index 08323569..38617c8c 100644 --- a/PowerEditor/src/WinControls/shortcut/shortcut.h +++ b/PowerEditor/src/WinControls/shortcut/shortcut.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/WinControls/shortcut/shortcut.rc b/PowerEditor/src/WinControls/shortcut/shortcut.rc index cc18e507..f1125a5e 100644 --- a/PowerEditor/src/WinControls/shortcut/shortcut.rc +++ b/PowerEditor/src/WinControls/shortcut/shortcut.rc @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/lastRecentFileList.cpp b/PowerEditor/src/lastRecentFileList.cpp index 56eb3ad9..968f808f 100644 --- a/PowerEditor/src/lastRecentFileList.cpp +++ b/PowerEditor/src/lastRecentFileList.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/lastRecentFileList.h b/PowerEditor/src/lastRecentFileList.h index fd46dc38..30f086cb 100644 --- a/PowerEditor/src/lastRecentFileList.h +++ b/PowerEditor/src/lastRecentFileList.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/lesDlgs.cpp b/PowerEditor/src/lesDlgs.cpp index 3c087a5f..27ecb775 100644 --- a/PowerEditor/src/lesDlgs.cpp +++ b/PowerEditor/src/lesDlgs.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/lesDlgs.h b/PowerEditor/src/lesDlgs.h index f69f8f26..b353627f 100644 --- a/PowerEditor/src/lesDlgs.h +++ b/PowerEditor/src/lesDlgs.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/localization.cpp b/PowerEditor/src/localization.cpp index 4c961738..c46f4a1f 100644 --- a/PowerEditor/src/localization.cpp +++ b/PowerEditor/src/localization.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/localization.h b/PowerEditor/src/localization.h index b5533c3b..e0c7b4e3 100644 --- a/PowerEditor/src/localization.h +++ b/PowerEditor/src/localization.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/localizationString.h b/PowerEditor/src/localizationString.h index 398b9b9e..68e0c443 100644 --- a/PowerEditor/src/localizationString.h +++ b/PowerEditor/src/localizationString.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/menuCmdID.h b/PowerEditor/src/menuCmdID.h index b03c264e..c01fef56 100644 --- a/PowerEditor/src/menuCmdID.h +++ b/PowerEditor/src/menuCmdID.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index dccbe6e3..5746b5ed 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/PowerEditor/src/winmain.cpp b/PowerEditor/src/winmain.cpp index 30f54623..aeec60fb 100644 --- a/PowerEditor/src/winmain.cpp +++ b/PowerEditor/src/winmain.cpp @@ -1,5 +1,5 @@ // This file is part of Notepad++ project -// Copyright (C)2003 Don HO +// Copyright (C)2020 Don HO // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License