From 4f17fa6e7ca9a7796217c6054501eeb06247804d Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Sun, 2 Feb 2014 11:04:00 +0000 Subject: [PATCH] Updated copyright dates. --- docs/BOSS Metadata Syntax.html | 4 ++-- docs/BOSS Readme.html | 6 +++--- src/api/api.cpp | 2 +- src/api/api.h | 2 +- src/archive.py | 22 ++++++++++++++++++++++ src/backend/error.h | 2 +- src/backend/game.cpp | 2 +- src/backend/game.h | 2 +- src/backend/generators.h | 2 +- src/backend/globals.cpp | 2 +- src/backend/globals.h | 2 +- src/backend/graph.cpp | 2 +- src/backend/graph.h | 2 +- src/backend/helpers.cpp | 2 +- src/backend/helpers.h | 2 +- src/backend/legacy-parser.h | 2 +- src/backend/metadata.cpp | 2 +- src/backend/metadata.h | 2 +- src/backend/network.cpp | 2 +- src/backend/network.h | 2 +- src/backend/parsers.h | 2 +- src/backend/streams.h | 2 +- src/converter.cpp | 2 +- src/gui/editor.cpp | 2 +- src/gui/editor.h | 2 +- src/gui/ids.cpp | 2 +- src/gui/ids.h | 2 +- src/gui/main.cpp | 4 ++-- src/gui/main.h | 2 +- src/gui/settings.cpp | 2 +- src/gui/settings.h | 2 +- src/gui/viewer.cpp | 2 +- src/gui/viewer.h | 2 +- src/installer.nsi | 10 +++++----- src/resource.rc | 2 +- 35 files changed, 64 insertions(+), 42 deletions(-) diff --git a/docs/BOSS Metadata Syntax.html b/docs/BOSS Metadata Syntax.html index 4f7a2860..a44ee270 100644 --- a/docs/BOSS Metadata Syntax.html +++ b/docs/BOSS Metadata Syntax.html @@ -49,7 +49,7 @@ h3{ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012–2013 WrinklyNinja + Copyright (C) 2012–2014 WrinklyNinja This file is part of BOSS. @@ -442,5 +442,5 @@ both get displayed as

License

This document is part of the BOSS documentation.
-Copyright (C) 2012–2013 WrinklyNinja
+Copyright (C) 2012—2014 WrinklyNinja
See the file BOSS ReadMe.html for copying conditions. diff --git a/docs/BOSS Readme.html b/docs/BOSS Readme.html index 23e97020..a1c49bc1 100644 --- a/docs/BOSS Readme.html +++ b/docs/BOSS Readme.html @@ -63,7 +63,7 @@ h3{ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012–2013 WrinklyNinja + Copyright (C) 2012–2014 WrinklyNinja This file is part of BOSS. @@ -444,7 +444,7 @@ To translate the BOSS application:

BOSS has been specifically designed to prevent it being locked into the BOSS Team's official masterlist repositories. Nevertheless, the BOSS Team appeals to the community to avoid the distribution of unofficial masterlists, as this would only hamper the effort to create one set of stores for load order information. Any issues with a masterlist are best brought to the attention of the BOSS Team so that they may be remedied.

GNU Free Documentation License Version 1.3 Notice: -

Copyright (C) 2012-2013 WrinklyNinja
+
Copyright (C) 2012—2014 WrinklyNinja
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; @@ -564,7 +564,7 @@ There are three key pieces of information that are used to accurately describe a

Version History

Only the history of version 3 is given, as changes prior to version 3 are irrelevant due to the complete redesign that occurred. The masterlists are updated far too frequently for their changes to be concisely recorded here, but a full history of changes to them may be viewed by browsing the GitHub repositories. -

3.0.0 - Day Month 2013

+

3.0.0 - Day Month 2014

diff --git a/src/api/api.cpp b/src/api/api.cpp index ba4a51c5..729663dc 100644 --- a/src/api/api.cpp +++ b/src/api/api.cpp @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/api/api.h b/src/api/api.h index 22a495d4..de15f72d 100644 --- a/src/api/api.h +++ b/src/api/api.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/archive.py b/src/archive.py index ad4e594b..418e9451 100644 --- a/src/archive.py +++ b/src/archive.py @@ -18,6 +18,28 @@ # docs/BOSS Metadata Syntax.html # docs/BOSS Readme.html +# BOSS +# +# A plugin load order optimiser for games that use the esp/esm plugin system. +# +# Copyright (C) 2013-2014 WrinklyNinja +# +# This file is part of BOSS. +# +# BOSS 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, either version 3 of +# the License, or (at your option) any later version. +# +# BOSS 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 BOSS. If not, see +# . + import sys import os import shutil diff --git a/src/backend/error.h b/src/backend/error.h index a51189f3..b8630e6d 100644 --- a/src/backend/error.h +++ b/src/backend/error.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/game.cpp b/src/backend/game.cpp index 1695479c..3b2d6558 100644 --- a/src/backend/game.cpp +++ b/src/backend/game.cpp @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/game.h b/src/backend/game.h index f7eccf83..5a02eaa8 100644 --- a/src/backend/game.h +++ b/src/backend/game.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/generators.h b/src/backend/generators.h index c16fa49e..93c1a2f0 100644 --- a/src/backend/generators.h +++ b/src/backend/generators.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/globals.cpp b/src/backend/globals.cpp index 5b70a498..566caf53 100644 --- a/src/backend/globals.cpp +++ b/src/backend/globals.cpp @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/globals.h b/src/backend/globals.h index 839ac388..63bf1ead 100644 --- a/src/backend/globals.h +++ b/src/backend/globals.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/graph.cpp b/src/backend/graph.cpp index e5cf3560..c847fa76 100644 --- a/src/backend/graph.cpp +++ b/src/backend/graph.cpp @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/graph.h b/src/backend/graph.h index fb757fb7..00d47a75 100644 --- a/src/backend/graph.h +++ b/src/backend/graph.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/helpers.cpp b/src/backend/helpers.cpp index c0ada1a0..e69a4f44 100644 --- a/src/backend/helpers.cpp +++ b/src/backend/helpers.cpp @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/helpers.h b/src/backend/helpers.h index 686e8009..7c5d8a8b 100644 --- a/src/backend/helpers.h +++ b/src/backend/helpers.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/legacy-parser.h b/src/backend/legacy-parser.h index 1f0744b1..42ab688e 100644 --- a/src/backend/legacy-parser.h +++ b/src/backend/legacy-parser.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/metadata.cpp b/src/backend/metadata.cpp index ac9797f0..a57f510d 100644 --- a/src/backend/metadata.cpp +++ b/src/backend/metadata.cpp @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/metadata.h b/src/backend/metadata.h index 0287bb52..e3b32d65 100644 --- a/src/backend/metadata.h +++ b/src/backend/metadata.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/network.cpp b/src/backend/network.cpp index a1ccb5eb..0015dbfb 100644 --- a/src/backend/network.cpp +++ b/src/backend/network.cpp @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/network.h b/src/backend/network.h index 6bf1639f..85e5380e 100644 --- a/src/backend/network.h +++ b/src/backend/network.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/parsers.h b/src/backend/parsers.h index 66fd8276..12457bc3 100644 --- a/src/backend/parsers.h +++ b/src/backend/parsers.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2012-2013 WrinklyNinja + Copyright (C) 2012-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/backend/streams.h b/src/backend/streams.h index 07921453..85c37999 100644 --- a/src/backend/streams.h +++ b/src/backend/streams.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/converter.cpp b/src/converter.cpp index 27f597ad..d76b2657 100644 --- a/src/converter.cpp +++ b/src/converter.cpp @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/gui/editor.cpp b/src/gui/editor.cpp index f5875734..cda05a8a 100644 --- a/src/gui/editor.cpp +++ b/src/gui/editor.cpp @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/gui/editor.h b/src/gui/editor.h index 6a07bef6..55f565b2 100644 --- a/src/gui/editor.h +++ b/src/gui/editor.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/gui/ids.cpp b/src/gui/ids.cpp index edaf65cc..815365c7 100644 --- a/src/gui/ids.cpp +++ b/src/gui/ids.cpp @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/gui/ids.h b/src/gui/ids.h index 3a01118f..5f9fe106 100644 --- a/src/gui/ids.h +++ b/src/gui/ids.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 93b17259..80a101d2 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. @@ -1075,7 +1075,7 @@ void Launcher::OnAbout(wxCommandEvent& event) { aboutInfo.SetName("BOSS"); aboutInfo.SetVersion(IntToString(g_version_major)+"."+IntToString(g_version_minor)+"."+IntToString(g_version_patch)); aboutInfo.SetDescription(translate("Load order optimisation for Oblivion, Skyrim, Fallout 3 and Fallout: New Vegas.")); - aboutInfo.SetCopyright("Copyright (C) 2009-2013 BOSS Development Team."); + aboutInfo.SetCopyright("Copyright (C) 2009-2014 BOSS Development Team."); aboutInfo.SetWebSite("http://boss-developers.github.io"); aboutInfo.SetLicence("This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" diff --git a/src/gui/main.h b/src/gui/main.h index d79a2720..f682cdd3 100644 --- a/src/gui/main.h +++ b/src/gui/main.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/gui/settings.cpp b/src/gui/settings.cpp index 7c84b458..2e51612b 100644 --- a/src/gui/settings.cpp +++ b/src/gui/settings.cpp @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/gui/settings.h b/src/gui/settings.h index 7483ba69..05f839b5 100644 --- a/src/gui/settings.h +++ b/src/gui/settings.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/gui/viewer.cpp b/src/gui/viewer.cpp index 977633a8..19f166aa 100644 --- a/src/gui/viewer.cpp +++ b/src/gui/viewer.cpp @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/gui/viewer.h b/src/gui/viewer.h index aab30f78..8e21ad96 100644 --- a/src/gui/viewer.h +++ b/src/gui/viewer.h @@ -2,7 +2,7 @@ A plugin load order optimiser for games that use the esp/esm plugin system. - Copyright (C) 2013 WrinklyNinja + Copyright (C) 2013-2014 WrinklyNinja This file is part of BOSS. diff --git a/src/installer.nsi b/src/installer.nsi index 02e333f6..e1a9cfa6 100644 --- a/src/installer.nsi +++ b/src/installer.nsi @@ -133,7 +133,7 @@ FunctionEnd VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "BOSS" VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "BOSS Development Team" - VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "© 2009-2013 BOSS Development Team" + VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "© 2009-2014 BOSS Development Team" VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Installer for BOSS 3.0.0" VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.0.0" @@ -148,7 +148,7 @@ FunctionEnd VIAddVersionKey /LANG=${LANG_RUSSIAN} "ProductName" "BOSS" VIAddVersionKey /LANG=${LANG_RUSSIAN} "CompanyName" "BOSS Development Team" - VIAddVersionKey /LANG=${LANG_RUSSIAN} "LegalCopyright" "© 2009-2013 BOSS Development Team" + VIAddVersionKey /LANG=${LANG_RUSSIAN} "LegalCopyright" "© 2009-2014 BOSS Development Team" VIAddVersionKey /LANG=${LANG_RUSSIAN} "FileDescription" "Установщик для BOSS 3.0.0" VIAddVersionKey /LANG=${LANG_RUSSIAN} "FileVersion" "3.0.0" @@ -163,7 +163,7 @@ FunctionEnd ;VIAddVersionKey /LANG=${LANG_GERMAN} "ProductName" "BOSS" ;VIAddVersionKey /LANG=${LANG_GERMAN} "CompanyName" "BOSS Development Team" - ;VIAddVersionKey /LANG=${LANG_GERMAN} "LegalCopyright" "© 2009-2013 BOSS Development Team" + ;VIAddVersionKey /LANG=${LANG_GERMAN} "LegalCopyright" "© 2009-2014 BOSS Development Team" ;VIAddVersionKey /LANG=${LANG_GERMAN} "FileDescription" "Installer für BOSS 3.0.0" ;VIAddVersionKey /LANG=${LANG_GERMAN} "FileVersion" "3.0.0" @@ -178,7 +178,7 @@ FunctionEnd VIAddVersionKey /LANG=${LANG_SPANISH} "ProductName" "BOSS" VIAddVersionKey /LANG=${LANG_SPANISH} "CompanyName" "BOSS Development Team" - VIAddVersionKey /LANG=${LANG_SPANISH} "LegalCopyright" "© 2009-2013 BOSS Development Team" + VIAddVersionKey /LANG=${LANG_SPANISH} "LegalCopyright" "© 2009-2014 BOSS Development Team" VIAddVersionKey /LANG=${LANG_SPANISH} "FileDescription" "El instalador para BOSS 3.0.0" VIAddVersionKey /LANG=${LANG_SPANISH} "FileVersion" "3.0.0" @@ -193,7 +193,7 @@ FunctionEnd ;VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "ProductName" "BOSS" ;VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "CompanyName" "BOSS Development Team" - ;VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "LegalCopyright" "© 2009-2013 BOSS Development Team" + ;VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "LegalCopyright" "© 2009-2014 BOSS Development Team" ;VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileDescription" "BOSS 3.0.0安装包" ;VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileVersion" "3.0.0" diff --git a/src/resource.rc b/src/resource.rc index c7b84973..67fd7a22 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -10,7 +10,7 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileVersion", "3.0.0" - VALUE "LegalCopyright", "Copyright (C) 2013 WrinklyNinja" + VALUE "LegalCopyright", "Copyright (C) 2013-2014 WrinklyNinja" VALUE "ProductVersion", "3.0.0" END END