greatsuspender / thegreatsuspender

A chrome extension for suspending all tabs to free up memory
https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg/
GNU General Public License v2.0
5.04k stars 907 forks source link

Great suspender clone #500

Closed bblokar closed 6 years ago

bblokar commented 7 years ago

Is this somehow related to this extension? https://chrome.google.com/webstore/detail/tab-memory-saver/pehgadfgejpbgkgkofomjkbgfbnhdfll?utm_source=chrome-app-launcher-info-dialog

Name is Tab memory saver, the whole interface and everything is exactly the same to the last dot... However, I use thegreattabsuspender and discarder, because I see 2 items you developed and I think another one is just a copy

liamjohnston commented 7 years ago

That other one is a copy. So lame :/ On Sun, 14 May 2017 at 10:49 AM, Bogdan notifications@github.com wrote:

Is this somehow related to this extension?

https://chrome.google.com/webstore/detail/tab-memory-saver/pehgadfgejpbgkgkofomjkbgfbnhdfll?utm_source=chrome-app-launcher-info-dialog

Name is Tab memory saver, the whole interface and everything is exactly the same to the last dot... However, I use thegreattabsuspender and discarder, because I see 2 items you developed and I think another one is just a copy

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/deanoemcke/thegreatsuspender/issues/500, or mute the thread https://github.com/notifications/unsubscribe-auth/ABFQeWHD1hWr7DI7BGZQPxFjibL2SZeOks5r5jOSgaJpZM4NaN1q .

DotSlashNatalie commented 7 years ago

I am not a lawyer, nor do I play one on TV, but it is perfectly acceptable to create "clones" under the GPL license. If you didn't want to allow this - then you should have chosen a more restrictive license.

However, it does appear this project is using GPL v3 and that project is using GPL v2 - which to my knowledge you cannot "downgrade" without express consent from the author. If the source is the same - I do believe the author would be well within their rights to file a DMCA take down (which is free and easy).

Paint .Net apparently used to be open source and was tired of malware writers making clones so they made it closed source. The funny part is that since it was written in .Net you can use a decomplier such as dotPeek to view the source anyways....

As an aside - I saw some of the comments - and really guys? Rating a project 1 star because it is a clone??? You do realize that plenty of projects throughout time are forks? Most popular - Ubuntu is technically a fork of Debian....

janpio commented 7 years ago

What is interesting about "Tab Memory Saver" is that Chrome Web Store says it has 4.1 million users, which is a lot more than the original extension. Is this data faked?

liamjohnston commented 7 years ago

Given the relatively low number of reviews, it'd say the data is somehow faked.

yarwelp commented 7 years ago

@nadams810 That project is using GPLv3 in their GitHub repo. https://github.com/KyongTsu/TabMemorySaver/blob/master/LICENSE. Where did you read that it's using GPLv2?

Totally agree with you on the point of rating a project 1 star because it's a clone. Being able to fork a project is a big part of the point of open source software.

yarwelp commented 7 years ago

@nadams810 It seems that you mixed up which one was which one when you were comparing licenses. It's thegreatsuspender that is GPLv2. https://github.com/deanoemcke/thegreatsuspender/blob/master/LICENSE. The GPLv2 allows publishing changes under the terms of GPLv2 or later, so the developer of tabmemorysaver is acting in accordance with GPLv2 in this regard when publishing their fork under GPLv3.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

brycenesbitt commented 4 years ago

The question is are the clones adding value? Are they forking for revenue purposes, or to improve things? Are they feeding improvement back "upstream".