ignatenkobrain / gnome-news

GNU General Public License v3.0
19 stars 7 forks source link

view: use aboutReaderContent.css from Firefox's reading mode #85

Closed felipeborges closed 9 years ago

felipeborges commented 9 years ago

see issue #77

ignatenkobrain commented 9 years ago

I'm not sure if we want to use FULL version of that file.

felipeborges commented 9 years ago

@ignatenkobrain it looks really simple in my POV. what would you strip out?

felipeborges commented 9 years ago

thx. what about now?

mcatanzaro commented 9 years ago

-moz-padding-start should be -webkit-padding-start

Otherwise, LGTM. Though I think the line width setting may have been lost.

ignatenkobrain commented 9 years ago

We also need to have MPL license text in our sources.

vrutkovs commented 9 years ago

+1 from me, looks good

mcatanzaro commented 9 years ago

Hm, glad you found the Mozilla license link. I don't think our license header is correct, since the file was not distributed to us under both licenses, it was MPL-only. We have to ensure it is possible for third parties to choose to use that file under only the MPL and not the GPL. So we must use this header:

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this file,
You can obtain one at http://mozilla.org/MPL/2.0/.

Copyright (c) 20xx, MPL Contributor1 contrib1@example.net

Alternatively, the contents of this file may be used under the terms
of the GNU General Public License Version XX, as described below:

This file is free software: you may copy, redistribute and/or modify
it under the terms of the GNU General Public License as published by the
Free Software Foundation, either version XX of the License, or (at your
option) any later version.

This file 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/.