From 94cc4b4e36952142e7394f68b6a30fdfcccf9741 Mon Sep 17 00:00:00 2001 From: Jose Luis Cercos Pita Date: Thu, 21 Jan 2016 18:56:28 +0100 Subject: [PATCH] Updated the copyright notifications --- src/Mod/Ship/InitGui.py | 2 +- src/Mod/Ship/Instance.py | 2 +- src/Mod/Ship/ShipGui.py | 2 +- src/Mod/Ship/TankInstance.py | 2 +- src/Mod/Ship/WeightInstance.py | 2 +- src/Mod/Ship/shipAreasCurve/PlotAux.py | 2 +- src/Mod/Ship/shipAreasCurve/Preview.py | 2 +- src/Mod/Ship/shipAreasCurve/TaskPanel.py | 2 +- src/Mod/Ship/shipAreasCurve/__init__.py | 2 +- src/Mod/Ship/shipCapacityCurve/PlotAux.py | 2 +- src/Mod/Ship/shipCapacityCurve/TaskPanel.py | 2 +- src/Mod/Ship/shipCapacityCurve/__init__.py | 2 +- src/Mod/Ship/shipCreateLoadCondition/__init__.py | 2 +- src/Mod/Ship/shipCreateShip/Preview.py | 2 +- src/Mod/Ship/shipCreateShip/TaskPanel.py | 2 +- src/Mod/Ship/shipCreateShip/Tools.py | 2 +- src/Mod/Ship/shipCreateShip/__init__.py | 2 +- src/Mod/Ship/shipCreateTank/TaskPanel.py | 2 +- src/Mod/Ship/shipCreateTank/__init__.py | 2 +- src/Mod/Ship/shipCreateWeight/TaskPanel.py | 2 +- src/Mod/Ship/shipCreateWeight/__init__.py | 2 +- src/Mod/Ship/shipGZ/PlotAux.py | 2 +- src/Mod/Ship/shipGZ/TaskPanel.py | 2 +- src/Mod/Ship/shipGZ/Tools.py | 2 +- src/Mod/Ship/shipGZ/__init__.py | 2 +- src/Mod/Ship/shipHydrostatics/PlotAux.py | 2 +- src/Mod/Ship/shipHydrostatics/TaskPanel.py | 2 +- src/Mod/Ship/shipHydrostatics/Tools.py | 4 ++-- src/Mod/Ship/shipHydrostatics/__init__.py | 2 +- src/Mod/Ship/shipLoadExample/TaskPanel.py | 2 +- src/Mod/Ship/shipLoadExample/__init__.py | 2 +- src/Mod/Ship/shipOutlineDraw/Preview.py | 2 +- src/Mod/Ship/shipOutlineDraw/TaskPanel.py | 2 +- src/Mod/Ship/shipOutlineDraw/__init__.py | 2 +- src/Mod/Ship/shipUtils/Locale.py | 2 +- src/Mod/Ship/shipUtils/Math.py | 2 +- src/Mod/Ship/shipUtils/Paths.py | 2 +- src/Mod/Ship/shipUtils/Units.py | 2 +- src/Mod/Ship/shipUtils/__init__.py | 2 +- 39 files changed, 40 insertions(+), 40 deletions(-) diff --git a/src/Mod/Ship/InitGui.py b/src/Mod/Ship/InitGui.py index 04ffd62fa0..68cd5499f0 100644 --- a/src/Mod/Ship/InitGui.py +++ b/src/Mod/Ship/InitGui.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/Instance.py b/src/Mod/Ship/Instance.py index f22eda0103..d197f602f3 100644 --- a/src/Mod/Ship/Instance.py +++ b/src/Mod/Ship/Instance.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/ShipGui.py b/src/Mod/Ship/ShipGui.py index 881157c2c4..9cd977624d 100644 --- a/src/Mod/Ship/ShipGui.py +++ b/src/Mod/Ship/ShipGui.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/TankInstance.py b/src/Mod/Ship/TankInstance.py index 038e6e918a..c6bb90ccf0 100644 --- a/src/Mod/Ship/TankInstance.py +++ b/src/Mod/Ship/TankInstance.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/WeightInstance.py b/src/Mod/Ship/WeightInstance.py index 746e5f136a..c524c85db1 100644 --- a/src/Mod/Ship/WeightInstance.py +++ b/src/Mod/Ship/WeightInstance.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipAreasCurve/PlotAux.py b/src/Mod/Ship/shipAreasCurve/PlotAux.py index 4d6427a71d..e83578e280 100644 --- a/src/Mod/Ship/shipAreasCurve/PlotAux.py +++ b/src/Mod/Ship/shipAreasCurve/PlotAux.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipAreasCurve/Preview.py b/src/Mod/Ship/shipAreasCurve/Preview.py index a7428d5e84..5a13718b80 100644 --- a/src/Mod/Ship/shipAreasCurve/Preview.py +++ b/src/Mod/Ship/shipAreasCurve/Preview.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipAreasCurve/TaskPanel.py b/src/Mod/Ship/shipAreasCurve/TaskPanel.py index 40719b9357..83b45da75c 100644 --- a/src/Mod/Ship/shipAreasCurve/TaskPanel.py +++ b/src/Mod/Ship/shipAreasCurve/TaskPanel.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipAreasCurve/__init__.py b/src/Mod/Ship/shipAreasCurve/__init__.py index 812df3a4a9..c8f2b6ebaf 100644 --- a/src/Mod/Ship/shipAreasCurve/__init__.py +++ b/src/Mod/Ship/shipAreasCurve/__init__.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipCapacityCurve/PlotAux.py b/src/Mod/Ship/shipCapacityCurve/PlotAux.py index 12d02b00ad..2dc2864295 100644 --- a/src/Mod/Ship/shipCapacityCurve/PlotAux.py +++ b/src/Mod/Ship/shipCapacityCurve/PlotAux.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipCapacityCurve/TaskPanel.py b/src/Mod/Ship/shipCapacityCurve/TaskPanel.py index 1faf793254..1118f22e74 100644 --- a/src/Mod/Ship/shipCapacityCurve/TaskPanel.py +++ b/src/Mod/Ship/shipCapacityCurve/TaskPanel.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipCapacityCurve/__init__.py b/src/Mod/Ship/shipCapacityCurve/__init__.py index 812df3a4a9..c8f2b6ebaf 100644 --- a/src/Mod/Ship/shipCapacityCurve/__init__.py +++ b/src/Mod/Ship/shipCapacityCurve/__init__.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipCreateLoadCondition/__init__.py b/src/Mod/Ship/shipCreateLoadCondition/__init__.py index 4a06fba413..b33214bd5d 100644 --- a/src/Mod/Ship/shipCreateLoadCondition/__init__.py +++ b/src/Mod/Ship/shipCreateLoadCondition/__init__.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipCreateShip/Preview.py b/src/Mod/Ship/shipCreateShip/Preview.py index eadcecb801..d4d79e23f2 100644 --- a/src/Mod/Ship/shipCreateShip/Preview.py +++ b/src/Mod/Ship/shipCreateShip/Preview.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipCreateShip/TaskPanel.py b/src/Mod/Ship/shipCreateShip/TaskPanel.py index 38181f313d..fdc5bda348 100644 --- a/src/Mod/Ship/shipCreateShip/TaskPanel.py +++ b/src/Mod/Ship/shipCreateShip/TaskPanel.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipCreateShip/Tools.py b/src/Mod/Ship/shipCreateShip/Tools.py index eb610fbacb..58403689cd 100644 --- a/src/Mod/Ship/shipCreateShip/Tools.py +++ b/src/Mod/Ship/shipCreateShip/Tools.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipCreateShip/__init__.py b/src/Mod/Ship/shipCreateShip/__init__.py index 049140a0f0..eae1886035 100644 --- a/src/Mod/Ship/shipCreateShip/__init__.py +++ b/src/Mod/Ship/shipCreateShip/__init__.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipCreateTank/TaskPanel.py b/src/Mod/Ship/shipCreateTank/TaskPanel.py index c060ba914e..01a1417092 100644 --- a/src/Mod/Ship/shipCreateTank/TaskPanel.py +++ b/src/Mod/Ship/shipCreateTank/TaskPanel.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipCreateTank/__init__.py b/src/Mod/Ship/shipCreateTank/__init__.py index 049140a0f0..eae1886035 100644 --- a/src/Mod/Ship/shipCreateTank/__init__.py +++ b/src/Mod/Ship/shipCreateTank/__init__.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipCreateWeight/TaskPanel.py b/src/Mod/Ship/shipCreateWeight/TaskPanel.py index 6af196eb92..cd8a312a55 100644 --- a/src/Mod/Ship/shipCreateWeight/TaskPanel.py +++ b/src/Mod/Ship/shipCreateWeight/TaskPanel.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipCreateWeight/__init__.py b/src/Mod/Ship/shipCreateWeight/__init__.py index 049140a0f0..eae1886035 100644 --- a/src/Mod/Ship/shipCreateWeight/__init__.py +++ b/src/Mod/Ship/shipCreateWeight/__init__.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipGZ/PlotAux.py b/src/Mod/Ship/shipGZ/PlotAux.py index cbbf568796..08da5e1dcc 100644 --- a/src/Mod/Ship/shipGZ/PlotAux.py +++ b/src/Mod/Ship/shipGZ/PlotAux.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipGZ/TaskPanel.py b/src/Mod/Ship/shipGZ/TaskPanel.py index 64173cd97f..0a4110e8b9 100644 --- a/src/Mod/Ship/shipGZ/TaskPanel.py +++ b/src/Mod/Ship/shipGZ/TaskPanel.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipGZ/Tools.py b/src/Mod/Ship/shipGZ/Tools.py index cf5d3b230a..6c91a54d49 100644 --- a/src/Mod/Ship/shipGZ/Tools.py +++ b/src/Mod/Ship/shipGZ/Tools.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipGZ/__init__.py b/src/Mod/Ship/shipGZ/__init__.py index 812df3a4a9..c8f2b6ebaf 100644 --- a/src/Mod/Ship/shipGZ/__init__.py +++ b/src/Mod/Ship/shipGZ/__init__.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipHydrostatics/PlotAux.py b/src/Mod/Ship/shipHydrostatics/PlotAux.py index c911b18226..532d16f30c 100644 --- a/src/Mod/Ship/shipHydrostatics/PlotAux.py +++ b/src/Mod/Ship/shipHydrostatics/PlotAux.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipHydrostatics/TaskPanel.py b/src/Mod/Ship/shipHydrostatics/TaskPanel.py index 100a9278df..f5c9d8107d 100644 --- a/src/Mod/Ship/shipHydrostatics/TaskPanel.py +++ b/src/Mod/Ship/shipHydrostatics/TaskPanel.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipHydrostatics/Tools.py b/src/Mod/Ship/shipHydrostatics/Tools.py index a627d617f7..628369ff28 100644 --- a/src/Mod/Ship/shipHydrostatics/Tools.py +++ b/src/Mod/Ship/shipHydrostatics/Tools.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * @@ -499,4 +499,4 @@ class Point: self.BMt = bm self.Cb = dispData[2] self.Cf = farea[1] - self.Cm = cm \ No newline at end of file + self.Cm = cm diff --git a/src/Mod/Ship/shipHydrostatics/__init__.py b/src/Mod/Ship/shipHydrostatics/__init__.py index 812df3a4a9..c8f2b6ebaf 100644 --- a/src/Mod/Ship/shipHydrostatics/__init__.py +++ b/src/Mod/Ship/shipHydrostatics/__init__.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipLoadExample/TaskPanel.py b/src/Mod/Ship/shipLoadExample/TaskPanel.py index c2198351bf..b343f91307 100644 --- a/src/Mod/Ship/shipLoadExample/TaskPanel.py +++ b/src/Mod/Ship/shipLoadExample/TaskPanel.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipLoadExample/__init__.py b/src/Mod/Ship/shipLoadExample/__init__.py index 4a5e9bc7b1..3ae4067f59 100644 --- a/src/Mod/Ship/shipLoadExample/__init__.py +++ b/src/Mod/Ship/shipLoadExample/__init__.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipOutlineDraw/Preview.py b/src/Mod/Ship/shipOutlineDraw/Preview.py index cde6219a10..f8bdc815be 100644 --- a/src/Mod/Ship/shipOutlineDraw/Preview.py +++ b/src/Mod/Ship/shipOutlineDraw/Preview.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipOutlineDraw/TaskPanel.py b/src/Mod/Ship/shipOutlineDraw/TaskPanel.py index ce3f8bbf63..c900bfe746 100644 --- a/src/Mod/Ship/shipOutlineDraw/TaskPanel.py +++ b/src/Mod/Ship/shipOutlineDraw/TaskPanel.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipOutlineDraw/__init__.py b/src/Mod/Ship/shipOutlineDraw/__init__.py index 812df3a4a9..c8f2b6ebaf 100644 --- a/src/Mod/Ship/shipOutlineDraw/__init__.py +++ b/src/Mod/Ship/shipOutlineDraw/__init__.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipUtils/Locale.py b/src/Mod/Ship/shipUtils/Locale.py index 3fb7fea7d7..9cace4a76b 100644 --- a/src/Mod/Ship/shipUtils/Locale.py +++ b/src/Mod/Ship/shipUtils/Locale.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipUtils/Math.py b/src/Mod/Ship/shipUtils/Math.py index 018467c58f..fe4084f09c 100644 --- a/src/Mod/Ship/shipUtils/Math.py +++ b/src/Mod/Ship/shipUtils/Math.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipUtils/Paths.py b/src/Mod/Ship/shipUtils/Paths.py index 6927be6090..d1f8d0e9ce 100644 --- a/src/Mod/Ship/shipUtils/Paths.py +++ b/src/Mod/Ship/shipUtils/Paths.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipUtils/Units.py b/src/Mod/Ship/shipUtils/Units.py index 0400685ff1..de31462e91 100644 --- a/src/Mod/Ship/shipUtils/Units.py +++ b/src/Mod/Ship/shipUtils/Units.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Ship/shipUtils/__init__.py b/src/Mod/Ship/shipUtils/__init__.py index 00b200f140..67a31832b8 100644 --- a/src/Mod/Ship/shipUtils/__init__.py +++ b/src/Mod/Ship/shipUtils/__init__.py @@ -1,6 +1,6 @@ #*************************************************************************** #* * -#* Copyright (c) 2011, 2012 * +#* Copyright (c) 2011, 2016 * #* Jose Luis Cercos Pita * #* * #* This program is free software; you can redistribute it and/or modify *