diff options
author | George Hazan <george.hazan@gmail.com> | 2023-10-14 14:33:19 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-10-14 14:33:19 +0300 |
commit | 7d6fac7a960515f1cdf9f1ce7945bdc72ab16301 (patch) | |
tree | c6acfe35f7f509cd61ac68757edaf50c3c4fd3d5 /plugins/NewStory/src/fonts.cpp | |
parent | 2594488451920dd9a553d9cb13c6e94c8b84d9de (diff) |
NewStory: copyright update
Diffstat (limited to 'plugins/NewStory/src/fonts.cpp')
-rw-r--r-- | plugins/NewStory/src/fonts.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/NewStory/src/fonts.cpp b/plugins/NewStory/src/fonts.cpp index 0180ab6251..f7e32c1ef9 100644 --- a/plugins/NewStory/src/fonts.cpp +++ b/plugins/NewStory/src/fonts.cpp @@ -1,3 +1,21 @@ +/* +Copyright (c) 2005 Victor Pavlychko (nullbyte@sotline.net.ua) +Copyright (C) 2012-23 Miranda NG team (https://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + #include "stdafx.h" MyColourID g_colorTable[COLOR_COUNT] = |