From d002d73a5a10ebab2a872800b553b80514a4d987 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sun, 21 Nov 2010 22:33:32 +0900 Subject: [PATCH] recipe: cosmetic work class name and copyright notice --- resources/recipes/nikkei_free.recipe | 10 +++++++++- resources/recipes/the_h.recipe | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/resources/recipes/nikkei_free.recipe b/resources/recipes/nikkei_free.recipe index f3a51e2fd6..3dfcee98b0 100644 --- a/resources/recipes/nikkei_free.recipe +++ b/resources/recipes/nikkei_free.recipe @@ -1,4 +1,12 @@ -class AdvancedUserRecipe1287958571(BasicNewsRecipe): +#!/usr/bin/env python + +__license__ = 'GPL v3' +__copyright__ = '2010, Hiroshi Miura ' +''' +www.nikkei.com +''' + +class NikkeiNet(BasicNewsRecipe): title = u'\u65e5\u7d4c\u65b0\u805e\u96fb\u5b50\u7248(Free)' __author__ = 'Hiroshi Miura' description = 'News and current market affairs from Japan' diff --git a/resources/recipes/the_h.recipe b/resources/recipes/the_h.recipe index c25a39ca99..7326efe9dd 100644 --- a/resources/recipes/the_h.recipe +++ b/resources/recipes/the_h.recipe @@ -1,4 +1,12 @@ -class AdvancedUserRecipe1289003166(BasicNewsRecipe): +#!/usr/bin/env python + +__license__ = 'GPL v3' +__copyright__ = '2010, Hiroshi Miura ' +''' +www.h-online.com +''' + +class TheHeiseOnline(BasicNewsRecipe): title = u'The H' __author__ = 'Hiroshi Miura' oldest_article = 3