Updated copyright dates.

This commit is contained in:
WrinklyNinja
2014-02-02 11:04:00 +00:00
parent 97673a00b0
commit 4f17fa6e7c
35 changed files with 64 additions and 42 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ h3{
A plugin load order optimiser for games that use the esp/esm plugin system.
Copyright (C) 20122013 WrinklyNinja
Copyright (C) 20122014 WrinklyNinja
This file is part of BOSS.
@@ -442,5 +442,5 @@ both get displayed as
<h2 id="license">License</h2>
<p>This document is part of the BOSS documentation.<br>
Copyright (C) 20122013 WrinklyNinja<br>
Copyright (C) 2012&mdash;2014 WrinklyNinja<br>
See the file <q>BOSS ReadMe.html</q> for copying conditions.
+3 -3
View File
@@ -63,7 +63,7 @@ h3{
A plugin load order optimiser for games that use the esp/esm plugin system.
Copyright (C) 20122013 WrinklyNinja
Copyright (C) 20122014 WrinklyNinja
This file is part of BOSS.
@@ -444,7 +444,7 @@ To translate the BOSS application:
<p>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.
<p>GNU Free Documentation License Version 1.3 Notice:
<blockquote>Copyright (C) 2012-2013 WrinklyNinja<br />
<blockquote>Copyright (C) 2012&mdash;2014 WrinklyNinja<br />
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
<h2 id="history">Version History</h2>
<p>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.
<h3>3.0.0 - <i>Day Month 2013</i></h3>
<h3>3.0.0 - <i>Day Month 2014</i></h3>
<ul>
<li>BOSS completely redesigned from scratch and almost completely rewritten. See <a href="#appendix-diff">Differences between BOSS v2 and v3</a> for an overview of the changes.
</ul>
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+22
View File
@@ -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
# <http://www.gnu.org/licenses/>.
import sys
import os
import shutil
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.

Some files were not shown because too many files have changed in this diff Show More