Hacker News new | ask | show | jobs
by nextstep 4490 days ago
That sounds like closed source. I don't see how there could be a gray area here. Either I can compile Atom from source, or it's not open source.
3 comments

'source available to compile' ≠ 'open source'

http://opensource.org/osd

I completely agree with you.

But at the same time, there's the Android/AOSP situation.

You could be able to compile it from sources, but fotking could be forbidden for example
By GitHub (and Git's) own structure, everything is forkable. It would be very unlike them to prevent forking on one of thier own "special" repos, but in the worst case you could still:

  git clone git@github.com:atom.io/core.git
  git remote add fork git@github.com:grrowl/atom-core.git
  git push -u fork master