Fb2RSS

A Facebook to RSS conversion tool
git clone git://xatko.vsos.ethz.ch/Fb2RSS.git
Log | Files | Refs | Submodules

commit e780eeb3c4d61b805bf7e2dc44ca115b7e8f3095
parent 60d669680d652c7e0df1bc8d808dfd34ceb414de
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Wed,  1 Jul 2015 15:03:00 +0200

GPLv3-ify.

Now we have a license.

Diffstat:
Fb2RSS.d | 19+++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/Fb2RSS.d b/Fb2RSS.d @@ -1,7 +1,8 @@ + /** * @file Fb2RSS.d * - * @author Dominik Schmidt + * @author Dominik Schmidt <das1993@hotmail.com> * * @brief Fb2RSS is a translator from the HTML structure generated by Facebook to * an atom feed. @@ -13,7 +14,21 @@ * - The actual text to the post is inside another `<div></div>`, with class="_5pbx userContent" * - The link to the Post is inside the href of `<a></a>` with class="_5pcq" * - * + * Copyright (C) 2015 Dominik Schmidt <das1993@hotmail.com> + * + * 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 <http://www.gnu.org/licenses/>. + * */ import std.net.curl;