diff --git a/AceStream.py b/AceStream.py
index 8c80483..30e4c20 100644
--- a/AceStream.py
+++ b/AceStream.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
'''
- Torrenter plugin for XBMC
- Copyright (C) 2012 Vadim Skorba
- vadim.skorba@gmail.com
-
+ Torrenter v2 plugin for XBMC/Kodi
+ Copyright (C) 2012-2015 Vadim Skorba v1 - DiMartino v2
+ http://forum.kodi.tv/showthread.php?tid=214366
+
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 3 of the License, or
diff --git a/Content.py b/Content.py
index 67ac5cd..d77f8de 100644
--- a/Content.py
+++ b/Content.py
@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
'''
- Torrenter plugin for Kodi
- Copyright (C) 2012 DiMartino
+ Torrenter v2 plugin for XBMC/Kodi
+ Copyright (C) 2012-2015 Vadim Skorba v1 - DiMartino v2
+ http://forum.kodi.tv/showthread.php?tid=214366
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/Core.py b/Core.py
index 928cfd6..ccd7f0f 100644
--- a/Core.py
+++ b/Core.py
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
'''
- Torrenter plugin for XBMC
- Copyright (C) 2012 Vadim Skorba
- vadim.skorba@gmail.com
+ Torrenter v2 plugin for XBMC/Kodi
+ Copyright (C) 2012-2015 Vadim Skorba v1 - DiMartino v2
+ http://forum.kodi.tv/showthread.php?tid=214366
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/Downloader.py b/Downloader.py
index a83063c..d80a3dc 100644
--- a/Downloader.py
+++ b/Downloader.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
'''
- Torrenter plugin for XBMC
- Copyright (C) 2012 Vadim Skorba
- vadim.skorba@gmail.com
-
+ Torrenter v2 plugin for XBMC/Kodi
+ Copyright (C) 2012-2015 Vadim Skorba v1 - DiMartino v2
+ http://forum.kodi.tv/showthread.php?tid=214366
+
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 3 of the License, or
diff --git a/Libtorrent.py b/Libtorrent.py
index 2507524..5642e99 100644
--- a/Libtorrent.py
+++ b/Libtorrent.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
'''
- Torrenter plugin for XBMC
- Copyright (C) 2012 Vadim Skorba
- vadim.skorba@gmail.com
-
+ Torrenter v2 plugin for XBMC/Kodi
+ Copyright (C) 2012-2015 Vadim Skorba v1 - DiMartino v2
+ http://forum.kodi.tv/showthread.php?tid=214366
+
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 3 of the License, or
diff --git a/Localization.py b/Localization.py
index 011a3ee..4e60a14 100644
--- a/Localization.py
+++ b/Localization.py
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
'''
- Torrenter plugin for XBMC
- Copyright (C) 2012 Vadim Skorba
- vadim.skorba@gmail.com
+ Torrenter v2 plugin for XBMC/Kodi
+ Copyright (C) 2012-2015 Vadim Skorba v1 - DiMartino v2
+ http://forum.kodi.tv/showthread.php?tid=214366
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
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
'''
+
try:
import xbmcaddon
diff --git a/Player.py b/Player.py
index ac8a1b6..4aadff6 100644
--- a/Player.py
+++ b/Player.py
@@ -1,4 +1,23 @@
# -*- coding: utf-8 -*-
+'''
+ Torrenter v2 plugin for XBMC/Kodi
+ Copyright (C) 2012-2015 Vadim Skorba v1 - DiMartino v2
+ http://forum.kodi.tv/showthread.php?tid=214366
+
+ 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 3 of the License, 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 this program. If not, see .
+'''
+
import os
import urllib
import json
diff --git a/SearcherABC.py b/SearcherABC.py
index c79c484..1234b7f 100644
--- a/SearcherABC.py
+++ b/SearcherABC.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
'''
- Torrenter plugin for XBMC
- Copyright (C) 2012 Vadim Skorba
- vadim.skorba@gmail.com
-
+ Torrenter v2 plugin for XBMC/Kodi
+ Copyright (C) 2012-2015 Vadim Skorba v1 - DiMartino v2
+ http://forum.kodi.tv/showthread.php?tid=214366
+
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 3 of the License, or
diff --git a/controlcenter.py b/controlcenter.py
index fb2e0c5..b30b621 100644
--- a/controlcenter.py
+++ b/controlcenter.py
@@ -1,4 +1,22 @@
# -*- coding: utf-8 -*-
+'''
+ Torrenter v2 plugin for XBMC/Kodi
+ Copyright (C) 2012-2015 Vadim Skorba v1 - DiMartino v2
+ http://forum.kodi.tv/showthread.php?tid=214366
+
+ 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 3 of the License, 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 this program. If not, see .
+'''
import sys
diff --git a/default.py b/default.py
index 168a182..ed8a3dc 100644
--- a/default.py
+++ b/default.py
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
'''
- Torrenter plugin for XBMC
- Copyright (C) 2012 Vadim Skorba
- vadim.skorba@gmail.com
+ Torrenter v2 plugin for XBMC/Kodi
+ Copyright (C) 2012-2015 Vadim Skorba v1 - DiMartino v2
+ http://forum.kodi.tv/showthread.php?tid=214366
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/functions.py b/functions.py
index a802992..be15846 100644
--- a/functions.py
+++ b/functions.py
@@ -1,4 +1,22 @@
# -*- coding: utf-8 -*-
+'''
+ Torrenter v2 plugin for XBMC/Kodi
+ Copyright (C) 2012-2015 Vadim Skorba v1 - DiMartino v2
+ http://forum.kodi.tv/showthread.php?tid=214366
+
+ 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 3 of the License, 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 this program. If not, see .
+'''
import urllib2
import re
diff --git a/platform_pulsar.py b/platform_pulsar.py
index a3bac6c..3673c46 100644
--- a/platform_pulsar.py
+++ b/platform_pulsar.py
@@ -1,3 +1,22 @@
+# -*- coding: utf-8 -*-
+'''
+ Torrenter v2 plugin for XBMC/Kodi
+ Copyright (C) 2012-2015 Vadim Skorba v1 - DiMartino v2
+ http://forum.kodi.tv/showthread.php?tid=214366
+
+ 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 3 of the License, 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 this program. If not, see .
+'''
import sys
import os