diff options
author | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-02-09 13:37:43 -0800 |
---|---|---|
committer | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-02-09 13:37:43 -0800 |
commit | 94ba8508ef1231b1d98132b25658eafaca310296 (patch) | |
tree | fd61466d3ed95f866770bccabfd434c292954b56 /tools | |
parent | 02f4688269bf0f59abe51715efdea3ed0a988b84 (diff) | |
parent | b0fa5b3d3209a55c4f7742026d8fc51df8fc8b93 (diff) |
Merge pull request #2200 from MartijnKaijser/header_update
[cosmetics] update date in GPL header
Diffstat (limited to 'tools')
61 files changed, 63 insertions, 63 deletions
diff --git a/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py b/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py index ff1b214eec..6a83406d8a 100755 --- a/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py +++ b/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright (C) 2008-2010 Team XBMC +# Copyright (C) 2008-2013 Team XBMC # # 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 diff --git a/tools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py b/tools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py index de6c8081f2..a88c550f0a 100755 --- a/tools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py +++ b/tools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright (C) 2008-2009 Team XBMC +# Copyright (C) 2008-2013 Team XBMC # # 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 diff --git a/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.cpp b/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.cpp index 42acd8c2f1..caf2870dca 100644 --- a/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.cpp +++ b/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Team XBMC + * Copyright (C) 2009-2013 Team XBMC * * 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 diff --git a/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.h b/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.h index 450f7a00e2..9ae3be5c15 100644 --- a/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.h +++ b/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.h @@ -1,6 +1,6 @@ #pragma once /* - * Copyright (C) 2009-2010 Team XBMC + * Copyright (C) 2009-2013 Team XBMC * * 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 diff --git a/tools/EventClients/Clients/Xbox360 Controller/Xbox360EventClient.cpp b/tools/EventClients/Clients/Xbox360 Controller/Xbox360EventClient.cpp index 13f1d7afca..5e86b357d5 100644 --- a/tools/EventClients/Clients/Xbox360 Controller/Xbox360EventClient.cpp +++ b/tools/EventClients/Clients/Xbox360 Controller/Xbox360EventClient.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Team XBMC + * Copyright (C) 2009-2013 Team XBMC * * 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 diff --git a/tools/EventClients/lib/c#/EventClient.cs b/tools/EventClients/lib/c#/EventClient.cs index f726b222e6..c28fdfa26b 100644 --- a/tools/EventClients/lib/c#/EventClient.cs +++ b/tools/EventClients/lib/c#/EventClient.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org + * Copyright (C) 2008-2013 Team XBMC * * 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 diff --git a/tools/EventClients/lib/c++/xbmcclient.h b/tools/EventClients/lib/c++/xbmcclient.h index 3754ddc0d5..e51c888fdd 100644 --- a/tools/EventClients/lib/c++/xbmcclient.h +++ b/tools/EventClients/lib/c++/xbmcclient.h @@ -2,7 +2,7 @@ #define __XBMC_CLIENT_H__ /* - * Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org + * Copyright (C) 2008-2013 Team XBMC * * 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 diff --git a/tools/EventClients/lib/java/src/org/xbmc/eventclient/Packet.java b/tools/EventClients/lib/java/src/org/xbmc/eventclient/Packet.java index 970645d596..f9c9041ba3 100644 --- a/tools/EventClients/lib/java/src/org/xbmc/eventclient/Packet.java +++ b/tools/EventClients/lib/java/src/org/xbmc/eventclient/Packet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org + * Copyright (C) 2008-2013 Team XBMC * * 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 diff --git a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketACTION.java b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketACTION.java index 9f19d2959d..878710c3a9 100644 --- a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketACTION.java +++ b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketACTION.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org + * Copyright (C) 2008-2013 Team XBMC * * 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 diff --git a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketBUTTON.java b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketBUTTON.java index c814809246..2bb85c32d1 100644 --- a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketBUTTON.java +++ b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketBUTTON.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org + * Copyright (C) 2008-2013 Team XBMC * * 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 diff --git a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketBYE.java b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketBYE.java index 588068cb60..b8b8944053 100644 --- a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketBYE.java +++ b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketBYE.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org + * Copyright (C) 2008-2013 Team XBMC * * 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 diff --git a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketHELO.java b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketHELO.java index 49fe1b881b..cbcd56e745 100644 --- a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketHELO.java +++ b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketHELO.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org + * Copyright (C) 2008-2013 Team XBMC * * 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 diff --git a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketLOG.java b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketLOG.java index d31a703129..afebce0048 100644 --- a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketLOG.java +++ b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketLOG.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org + * Copyright (C) 2008-2013 Team XBMC * * 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 diff --git a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketMOUSE.java b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketMOUSE.java index 15f2d696c8..768e06a5ff 100644 --- a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketMOUSE.java +++ b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketMOUSE.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org + * Copyright (C) 2008-2013 Team XBMC * * 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 diff --git a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketNOTIFICATION.java b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketNOTIFICATION.java index ffad6958a0..3b8c96e8ff 100644 --- a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketNOTIFICATION.java +++ b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketNOTIFICATION.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org + * Copyright (C) 2008-2013 Team XBMC * * 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 diff --git a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketPING.java b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketPING.java index 4bb0335293..18e74e2da6 100644 --- a/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketPING.java +++ b/tools/EventClients/lib/java/src/org/xbmc/eventclient/PacketPING.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org + * Copyright (C) 2008-2013 Team XBMC * * 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 diff --git a/tools/EventClients/lib/java/src/org/xbmc/eventclient/XBMCClient.java b/tools/EventClients/lib/java/src/org/xbmc/eventclient/XBMCClient.java index 797f3a2ff7..e48eb92740 100644 --- a/tools/EventClients/lib/java/src/org/xbmc/eventclient/XBMCClient.java +++ b/tools/EventClients/lib/java/src/org/xbmc/eventclient/XBMCClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org + * Copyright (C) 2008-2013 Team XBMC * * 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 diff --git a/tools/EventClients/lib/python/bt/bt.py b/tools/EventClients/lib/python/bt/bt.py index 00e18ca3a4..5c475b7cfe 100644 --- a/tools/EventClients/lib/python/bt/bt.py +++ b/tools/EventClients/lib/python/bt/bt.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org +# Copyright (C) 2008-2013 Team XBMC # # 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 diff --git a/tools/EventClients/lib/python/bt/hid.py b/tools/EventClients/lib/python/bt/hid.py index 7cdf1529bc..bcab06681d 100644 --- a/tools/EventClients/lib/python/bt/hid.py +++ b/tools/EventClients/lib/python/bt/hid.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org +# Copyright (C) 2008-2013 Team XBMC # # 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 diff --git a/tools/EventClients/lib/python/ps3/keymaps.py b/tools/EventClients/lib/python/ps3/keymaps.py index de7ee121c0..c7c1308862 100644 --- a/tools/EventClients/lib/python/ps3/keymaps.py +++ b/tools/EventClients/lib/python/ps3/keymaps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org +# Copyright (C) 2008-2013 Team XBMC # # 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 diff --git a/tools/EventClients/lib/python/ps3/sixaxis.py b/tools/EventClients/lib/python/ps3/sixaxis.py index 9ba60cc1e9..0f5b370845 100644 --- a/tools/EventClients/lib/python/ps3/sixaxis.py +++ b/tools/EventClients/lib/python/ps3/sixaxis.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org +# Copyright (C) 2008-2013 Team XBMC # # 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 diff --git a/tools/EventClients/lib/python/xbmcclient.py b/tools/EventClients/lib/python/xbmcclient.py index 7d32d98662..f14c7ba68d 100644 --- a/tools/EventClients/lib/python/xbmcclient.py +++ b/tools/EventClients/lib/python/xbmcclient.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org +# Copyright (C) 2008-2013 Team XBMC # # 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 diff --git a/tools/EventClients/lib/python/zeroconf.py b/tools/EventClients/lib/python/zeroconf.py index 2be3af9159..e891efa336 100644 --- a/tools/EventClients/lib/python/zeroconf.py +++ b/tools/EventClients/lib/python/zeroconf.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org +# Copyright (C) 2008-2013 Team XBMC # # 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 diff --git a/tools/Fake Episode Maker/main.py b/tools/Fake Episode Maker/main.py index ff5a53e967..ae07d13f5e 100644 --- a/tools/Fake Episode Maker/main.py +++ b/tools/Fake Episode Maker/main.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2008 Team XBMC +# Copyright (C) 2008-2013 Team XBMC # http://www.xbmc.org # # This Program is free software; you can redistribute it and/or modify diff --git a/tools/Fake Episode Maker/openAnything.py b/tools/Fake Episode Maker/openAnything.py index 2b23834fa5..890b77543a 100644 --- a/tools/Fake Episode Maker/openAnything.py +++ b/tools/Fake Episode Maker/openAnything.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2008 Team XBMC +# Copyright (C) 2008-2013 Team XBMC # http://www.xbmc.org # # This Program is free software; you can redistribute it and/or modify diff --git a/tools/Linux/xbmc-standalone.sh.in b/tools/Linux/xbmc-standalone.sh.in index 680f19aa49..b24aa63a27 100644 --- a/tools/Linux/xbmc-standalone.sh.in +++ b/tools/Linux/xbmc-standalone.sh.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2009-2010 Team XBMC +# Copyright (C) 2009-2013 Team XBMC # http://www.xbmc.org # # This Program is free software; you can redistribute it and/or modify diff --git a/tools/Linux/xbmc.sh.in b/tools/Linux/xbmc.sh.in index 64cae55798..470f0c4a59 100644 --- a/tools/Linux/xbmc.sh.in +++ b/tools/Linux/xbmc.sh.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2008-2010 Team XBMC +# Copyright (C) 2008-2013 Team XBMC # http://www.xbmc.org # # This Program is free software; you can redistribute it and/or modify diff --git a/tools/TexturePacker/MakeDDS.cpp b/tools/TexturePacker/MakeDDS.cpp index 2d9ecf5ff0..25e251edd9 100644 --- a/tools/TexturePacker/MakeDDS.cpp +++ b/tools/TexturePacker/MakeDDS.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2009 Team XBMC + * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/TexturePacker/SimpleFS.h b/tools/TexturePacker/SimpleFS.h index 33eebd6bec..58c55e655e 100644 --- a/tools/TexturePacker/SimpleFS.h +++ b/tools/TexturePacker/SimpleFS.h @@ -1,7 +1,7 @@ #pragma once /* - * Copyright (C) 2005-2009 Team XBMC + * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/TexturePacker/XBMCTex.cpp b/tools/TexturePacker/XBMCTex.cpp index 21404df797..3354a204e5 100644 --- a/tools/TexturePacker/XBMCTex.cpp +++ b/tools/TexturePacker/XBMCTex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Team XBMC + * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/TexturePacker/XBTFWriter.cpp b/tools/TexturePacker/XBTFWriter.cpp index 7999a7e83f..89efeb9f6f 100644 --- a/tools/TexturePacker/XBTFWriter.cpp +++ b/tools/TexturePacker/XBTFWriter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Team XBMC + * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/TexturePacker/XBTFWriter.h b/tools/TexturePacker/XBTFWriter.h index 3e45f9bbc8..0b024a8a93 100644 --- a/tools/TexturePacker/XBTFWriter.h +++ b/tools/TexturePacker/XBTFWriter.h @@ -2,7 +2,7 @@ #define XBTFWRITER_H_ /* - * Copyright (C) 2005-2010 Team XBMC + * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/TexturePacker/cmdlineargs.h b/tools/TexturePacker/cmdlineargs.h index 28489dc1b4..d2631cb944 100644 --- a/tools/TexturePacker/cmdlineargs.h +++ b/tools/TexturePacker/cmdlineargs.h @@ -2,7 +2,7 @@ #define CMDLINEARGS_H /* - * Copyright (C) 2005-2010 Team XBMC + * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/TexturePacker/xwinapi.cpp b/tools/TexturePacker/xwinapi.cpp index dc8f331a3e..2d2c0eac03 100644 --- a/tools/TexturePacker/xwinapi.cpp +++ b/tools/TexturePacker/xwinapi.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Team XBMC + * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/TexturePacker/xwinapi.h b/tools/TexturePacker/xwinapi.h index 0db89d8a44..a8d7609d7b 100644 --- a/tools/TexturePacker/xwinapi.h +++ b/tools/TexturePacker/xwinapi.h @@ -2,7 +2,7 @@ #define XWINAPI_H__ /* - * Copyright (C) 2005-2010 Team XBMC + * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/AboutForm.cs b/tools/Translator/Translator/AboutForm.cs index b1c81f7c0c..cad3fd3d49 100644 --- a/tools/Translator/Translator/AboutForm.cs +++ b/tools/Translator/Translator/AboutForm.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify @@ -111,7 +111,7 @@ namespace TeamXBMC.Translator this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(208, 23); this.label2.TabIndex = 2; - this.label2.Text = "Copyright © 2006 Team XBMC"; + this.label2.Text = "Copyright (C) 2006-2013 Team XBMC"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label2.UseMnemonic = false; // @@ -175,4 +175,4 @@ namespace TeamXBMC.Translator #endregion } -} +}
\ No newline at end of file diff --git a/tools/Translator/Translator/AssemblyInfo.cs b/tools/Translator/Translator/AssemblyInfo.cs index a106c4c843..491803a558 100644 --- a/tools/Translator/Translator/AssemblyInfo.cs +++ b/tools/Translator/Translator/AssemblyInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/ChooseLanguageForm.cs b/tools/Translator/Translator/ChooseLanguageForm.cs index 7287b1b66f..a827fd4162 100644 --- a/tools/Translator/Translator/ChooseLanguageForm.cs +++ b/tools/Translator/Translator/ChooseLanguageForm.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/EditStringForm.cs b/tools/Translator/Translator/EditStringForm.cs index 428ac10e6d..280064b40a 100644 --- a/tools/Translator/Translator/EditStringForm.cs +++ b/tools/Translator/Translator/EditStringForm.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/Enumerator.cs b/tools/Translator/Translator/Enumerator.cs index 88fb665c0a..43b752f6c8 100644 --- a/tools/Translator/Translator/Enumerator.cs +++ b/tools/Translator/Translator/Enumerator.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/FindForm.cs b/tools/Translator/Translator/FindForm.cs index c5e3139661..babf582e03 100644 --- a/tools/Translator/Translator/FindForm.cs +++ b/tools/Translator/Translator/FindForm.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/LanguageInfo.cs b/tools/Translator/Translator/LanguageInfo.cs index 00102ada73..3ca14b8dad 100644 --- a/tools/Translator/Translator/LanguageInfo.cs +++ b/tools/Translator/Translator/LanguageInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/LanguageInfoForm.cs b/tools/Translator/Translator/LanguageInfoForm.cs index 17e11fa7ff..e6c6d57f08 100644 --- a/tools/Translator/Translator/LanguageInfoForm.cs +++ b/tools/Translator/Translator/LanguageInfoForm.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/ListViewItemString.cs b/tools/Translator/Translator/ListViewItemString.cs index 0939853ea9..c65e51181d 100644 --- a/tools/Translator/Translator/ListViewItemString.cs +++ b/tools/Translator/Translator/ListViewItemString.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/MainForm.cs b/tools/Translator/Translator/MainForm.cs index fa01a14217..9bf6e5c195 100644 --- a/tools/Translator/Translator/MainForm.cs +++ b/tools/Translator/Translator/MainForm.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/NewLanguageForm.cs b/tools/Translator/Translator/NewLanguageForm.cs index 4e6554ce96..11f4031517 100644 --- a/tools/Translator/Translator/NewLanguageForm.cs +++ b/tools/Translator/Translator/NewLanguageForm.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/RegionForm.cs b/tools/Translator/Translator/RegionForm.cs index 0c86df4c60..9576b1bf5a 100644 --- a/tools/Translator/Translator/RegionForm.cs +++ b/tools/Translator/Translator/RegionForm.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/Settings.cs b/tools/Translator/Translator/Settings.cs index 1f7e5e97a6..43c71117d6 100644 --- a/tools/Translator/Translator/Settings.cs +++ b/tools/Translator/Translator/Settings.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/StringArray.cs b/tools/Translator/Translator/StringArray.cs index 750c449c3f..09c8d5a5d8 100644 --- a/tools/Translator/Translator/StringArray.cs +++ b/tools/Translator/Translator/StringArray.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/StringItem.cs b/tools/Translator/Translator/StringItem.cs index 9964badb21..e09a1c42a9 100644 --- a/tools/Translator/Translator/StringItem.cs +++ b/tools/Translator/Translator/StringItem.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/TranslationManager.cs b/tools/Translator/Translator/TranslationManager.cs index ce7c097b91..47e4578e08 100644 --- a/tools/Translator/Translator/TranslationManager.cs +++ b/tools/Translator/Translator/TranslationManager.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/TranslatorArray.cs b/tools/Translator/Translator/TranslatorArray.cs index 2907b2f3c4..4448a8579e 100644 --- a/tools/Translator/Translator/TranslatorArray.cs +++ b/tools/Translator/Translator/TranslatorArray.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/TranslatorException.cs b/tools/Translator/Translator/TranslatorException.cs index 7e7f5bbd43..8e8cbc5f13 100644 --- a/tools/Translator/Translator/TranslatorException.cs +++ b/tools/Translator/Translator/TranslatorException.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/TranslatorItem.cs b/tools/Translator/Translator/TranslatorItem.cs index e6bb39c2ec..92663c4649 100644 --- a/tools/Translator/Translator/TranslatorItem.cs +++ b/tools/Translator/Translator/TranslatorItem.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/Translator/Translator/UserForm.cs b/tools/Translator/Translator/UserForm.cs index bd0cd3d5c1..4349e52f58 100644 --- a/tools/Translator/Translator/UserForm.cs +++ b/tools/Translator/Translator/UserForm.cs @@ -1,5 +1,5 @@ /* - * Copyright © 2006-2010 Team XBMC + * Copyright (C) 2006-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/UpdateThumbs.py b/tools/UpdateThumbs.py index cffdcded86..92c4b7138b 100755 --- a/tools/UpdateThumbs.py +++ b/tools/UpdateThumbs.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2005-2008 Team XBMC +# Copyright (C) 2005-2013 Team XBMC # http://www.xbmc.org # # This Program is free software; you can redistribute it and/or modify diff --git a/tools/codegenerator/Generator.groovy b/tools/codegenerator/Generator.groovy index 057e81414b..a014cee34b 100644 --- a/tools/codegenerator/Generator.groovy +++ b/tools/codegenerator/Generator.groovy @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2012 Team XBMC + * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/codegenerator/Helper.groovy b/tools/codegenerator/Helper.groovy index ecae893128..09ed4edbe8 100644 --- a/tools/codegenerator/Helper.groovy +++ b/tools/codegenerator/Helper.groovy @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2012 Team XBMC + * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/codegenerator/SwigTypeParser.groovy b/tools/codegenerator/SwigTypeParser.groovy index 229e89e2a7..282a971140 100644 --- a/tools/codegenerator/SwigTypeParser.groovy +++ b/tools/codegenerator/SwigTypeParser.groovy @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2012 Team XBMC + * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/codegenerator/example/AddonModuleXbmc.i b/tools/codegenerator/example/AddonModuleXbmc.i index e4670c0054..f4ddc5ffba 100644 --- a/tools/codegenerator/example/AddonModuleXbmc.i +++ b/tools/codegenerator/example/AddonModuleXbmc.i @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Team XBMC + * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * This Program is free software; you can redistribute it and/or modify diff --git a/tools/darwin/packaging/xbmc-osx/dmgmaker.pl b/tools/darwin/packaging/xbmc-osx/dmgmaker.pl index fb27a4a6b2..6e6caacaa9 100755 --- a/tools/darwin/packaging/xbmc-osx/dmgmaker.pl +++ b/tools/darwin/packaging/xbmc-osx/dmgmaker.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2008-2009 Team XBMC http://www.xbmc.org +# Copyright (C) 2008-2013 Team XBMC # # 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 |