diff --git a/core/about.py b/core/about.py index 22ca922..74ca603 100644 --- a/core/about.py +++ b/core/about.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- + # Copyright (C) 2011 Alex Yatskov # # This program is free software: you can redistribute it and/or modify diff --git a/core/anki_host.py b/core/anki_host.py index e898868..bd2791d 100644 --- a/core/anki_host.py +++ b/core/anki_host.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- + # Copyright (C) 2011 Alex Yatskov # # This program is free software: you can redistribute it and/or modify diff --git a/core/constants.py b/core/constants.py index cd30dd7..35c5ea2 100644 --- a/core/constants.py +++ b/core/constants.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- + # Copyright (C) 2011 Alex Yatskov # # This program is free software: you can redistribute it and/or modify @@ -16,7 +17,7 @@ constants = { - 'version': '0.05b', + 'version': '0.06b', 'urlUpdates': 'http://foosoft.net/pub/projects/yomichan/updates.xml', 'urlHomepage': 'http://foosoft.net/yomichan/', diff --git a/core/preference_data.py b/core/preference_data.py index d331f11..d809d15 100644 --- a/core/preference_data.py +++ b/core/preference_data.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- + # Copyright (C) 2011 Alex Yatskov # # This program is free software: you can redistribute it and/or modify diff --git a/core/reader.py b/core/reader.py index 0ea41d3..cfc1b9d 100644 --- a/core/reader.py +++ b/core/reader.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -# # Copyright (C) 2011 Alex Yatskov # # This program is free software: you can redistribute it and/or modify @@ -15,7 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# import os diff --git a/core/reader_util.py b/core/reader_util.py index 93ef9ee..f421776 100644 --- a/core/reader_util.py +++ b/core/reader_util.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- + # Copyright (C) 2011 Alex Yatskov # # This program is free software: you can redistribute it and/or modify diff --git a/core/update.py b/core/update.py index cbb3332..ae73a81 100644 --- a/core/update.py +++ b/core/update.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- + # Copyright (C) 2011 Alex Yatskov # # This program is free software: you can redistribute it and/or modify diff --git a/languages/japanese/__init__.py b/languages/japanese/__init__.py index ef885f1..0ac67d4 100644 --- a/languages/japanese/__init__.py +++ b/languages/japanese/__init__.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- + # Copyright (C) 2011 Alex Yatskov # # This program is free software: you can redistribute it and/or modify diff --git a/languages/japanese/deinflect.py b/languages/japanese/deinflect.py index 941596c..05a6647 100644 --- a/languages/japanese/deinflect.py +++ b/languages/japanese/deinflect.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- + # Copyright (C) 2011 Alex Yatskov # This module is based on Rikaichan code written by Jonathan Zarate # diff --git a/languages/japanese/dictionary.py b/languages/japanese/dictionary.py index 523ba0c..392d02d 100644 --- a/languages/japanese/dictionary.py +++ b/languages/japanese/dictionary.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- + # Copyright (C) 2011 Alex Yatskov # # This program is free software: you can redistribute it and/or modify diff --git a/languages/japanese/translate.py b/languages/japanese/translate.py index 348568d..ea2995a 100644 --- a/languages/japanese/translate.py +++ b/languages/japanese/translate.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- + # Copyright (C) 2011 Alex Yatskov # This module is based on Rikaichan code written by Jonathan Zarate # diff --git a/yomichan_plugin.py b/yomichan_plugin.py index 2988dc7..d1e2849 100644 --- a/yomichan_plugin.py +++ b/yomichan_plugin.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- + # Copyright (C) 2011 Alex Yatskov # # This program is free software: you can redistribute it and/or modify