diff options
author | ceros7 <ceros7@svn> | 2010-05-16 01:51:01 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-16 01:51:01 +0000 |
commit | 52f17bab1df116f38879f8e2885bd9cf169ef3bd (patch) | |
tree | 101fdeb02f319fe3e48d56394eaa7b22871a3133 /tools | |
parent | 498a6b1961f14b75b4132d5e3b38ae816c1fbe18 (diff) |
Add missing copyright headers.
Files were implemented and modified by the team, starting in rev 6128.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30207 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
20 files changed, 420 insertions, 0 deletions
diff --git a/tools/Translator/Translator/AboutForm.cs b/tools/Translator/Translator/AboutForm.cs index 4bbca9558b..b1c81f7c0c 100644 --- a/tools/Translator/Translator/AboutForm.cs +++ b/tools/Translator/Translator/AboutForm.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Drawing; using System.Collections; diff --git a/tools/Translator/Translator/AssemblyInfo.cs b/tools/Translator/Translator/AssemblyInfo.cs index ecea736e77..a106c4c843 100644 --- a/tools/Translator/Translator/AssemblyInfo.cs +++ b/tools/Translator/Translator/AssemblyInfo.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/tools/Translator/Translator/ChooseLanguageForm.cs b/tools/Translator/Translator/ChooseLanguageForm.cs index fe9e2c7e02..7287b1b66f 100644 --- a/tools/Translator/Translator/ChooseLanguageForm.cs +++ b/tools/Translator/Translator/ChooseLanguageForm.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Drawing; using System.Collections; diff --git a/tools/Translator/Translator/EditStringForm.cs b/tools/Translator/Translator/EditStringForm.cs index 1b4bc12878..428ac10e6d 100644 --- a/tools/Translator/Translator/EditStringForm.cs +++ b/tools/Translator/Translator/EditStringForm.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Drawing; using System.ComponentModel; diff --git a/tools/Translator/Translator/Enumerator.cs b/tools/Translator/Translator/Enumerator.cs index 029e8f9fdb..88fb665c0a 100644 --- a/tools/Translator/Translator/Enumerator.cs +++ b/tools/Translator/Translator/Enumerator.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Collections; diff --git a/tools/Translator/Translator/FindForm.cs b/tools/Translator/Translator/FindForm.cs index e0f0529500..c5e3139661 100644 --- a/tools/Translator/Translator/FindForm.cs +++ b/tools/Translator/Translator/FindForm.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Drawing; using System.Collections; diff --git a/tools/Translator/Translator/LanguageInfo.cs b/tools/Translator/Translator/LanguageInfo.cs index 7a25272525..00102ada73 100644 --- a/tools/Translator/Translator/LanguageInfo.cs +++ b/tools/Translator/Translator/LanguageInfo.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Xml; using System.Collections; diff --git a/tools/Translator/Translator/LanguageInfoForm.cs b/tools/Translator/Translator/LanguageInfoForm.cs index 399d40c137..17e11fa7ff 100644 --- a/tools/Translator/Translator/LanguageInfoForm.cs +++ b/tools/Translator/Translator/LanguageInfoForm.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Drawing; using System.Collections; diff --git a/tools/Translator/Translator/ListViewItemString.cs b/tools/Translator/Translator/ListViewItemString.cs index 74bb997618..0939853ea9 100644 --- a/tools/Translator/Translator/ListViewItemString.cs +++ b/tools/Translator/Translator/ListViewItemString.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Windows.Forms; using TeamXBMC.TranslatorCore; diff --git a/tools/Translator/Translator/MainForm.cs b/tools/Translator/Translator/MainForm.cs index 08546a8bbd..fa01a14217 100644 --- a/tools/Translator/Translator/MainForm.cs +++ b/tools/Translator/Translator/MainForm.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Drawing; using System.ComponentModel; diff --git a/tools/Translator/Translator/NewLanguageForm.cs b/tools/Translator/Translator/NewLanguageForm.cs index 2fefa3d265..4e6554ce96 100644 --- a/tools/Translator/Translator/NewLanguageForm.cs +++ b/tools/Translator/Translator/NewLanguageForm.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Drawing; using System.Collections; diff --git a/tools/Translator/Translator/RegionForm.cs b/tools/Translator/Translator/RegionForm.cs index 95716d65e1..0c86df4c60 100644 --- a/tools/Translator/Translator/RegionForm.cs +++ b/tools/Translator/Translator/RegionForm.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Drawing; using System.Collections; diff --git a/tools/Translator/Translator/Settings.cs b/tools/Translator/Translator/Settings.cs index 4d574ccb27..1f7e5e97a6 100644 --- a/tools/Translator/Translator/Settings.cs +++ b/tools/Translator/Translator/Settings.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.IO; using Microsoft.Win32; diff --git a/tools/Translator/Translator/StringArray.cs b/tools/Translator/Translator/StringArray.cs index 7b5bd6895f..750c449c3f 100644 --- a/tools/Translator/Translator/StringArray.cs +++ b/tools/Translator/Translator/StringArray.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Xml; using System.Collections; diff --git a/tools/Translator/Translator/StringItem.cs b/tools/Translator/Translator/StringItem.cs index 8ea754e9bc..9964badb21 100644 --- a/tools/Translator/Translator/StringItem.cs +++ b/tools/Translator/Translator/StringItem.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Xml; diff --git a/tools/Translator/Translator/TranslationManager.cs b/tools/Translator/Translator/TranslationManager.cs index 44c8c78bef..ce7c097b91 100644 --- a/tools/Translator/Translator/TranslationManager.cs +++ b/tools/Translator/Translator/TranslationManager.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.IO; using System.Collections; diff --git a/tools/Translator/Translator/TranslatorArray.cs b/tools/Translator/Translator/TranslatorArray.cs index ccb639bf7a..2907b2f3c4 100644 --- a/tools/Translator/Translator/TranslatorArray.cs +++ b/tools/Translator/Translator/TranslatorArray.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.IO; using System.Collections; diff --git a/tools/Translator/Translator/TranslatorException.cs b/tools/Translator/Translator/TranslatorException.cs index 540f508282..7e7f5bbd43 100644 --- a/tools/Translator/Translator/TranslatorException.cs +++ b/tools/Translator/Translator/TranslatorException.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; namespace TeamXBMC.TranslatorCore diff --git a/tools/Translator/Translator/TranslatorItem.cs b/tools/Translator/Translator/TranslatorItem.cs index cc16d93c32..e6bb39c2ec 100644 --- a/tools/Translator/Translator/TranslatorItem.cs +++ b/tools/Translator/Translator/TranslatorItem.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; namespace TeamXBMC.TranslatorCore diff --git a/tools/Translator/Translator/UserForm.cs b/tools/Translator/Translator/UserForm.cs index 6367315f52..bd0cd3d5c1 100644 --- a/tools/Translator/Translator/UserForm.cs +++ b/tools/Translator/Translator/UserForm.cs @@ -1,3 +1,24 @@ +/* + * Copyright © 2006-2010 Team XBMC + * http://www.xbmc.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; either version 2, or (at your option) + * any later version. + * + * 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + using System; using System.Drawing; using System.Collections; |