Skip to content

Licencing this repo #83

@Daeraxa

Description

@Daeraxa

Have you checked for existing feature requests?

  • Completed

Summary

So we do have a small issue, whilst Atom itself was licenced under MIT the documentation for the website (i.e. the atom/flight-manual.atom.io repo) is actually licenced under CC BY-SA 3.0.

This means we need to provide attribution to this documentation in a bunch of places to remain clean on this.

  • The website itself needs to have attribution when displaying the original docs, maybe just a single separate attribution file we can @include in each section.
    • e.g. "Atom flight-manual" by GitHub is licensed under CC BY-SA 3.0
  • Each original .md file can have the same attribution as above but probably just with an html comment at the bottom
    • e.g. <!--"Atom flight-manual" by GitHub is licensed under CC BY-SA 3.0-->
  • We will need a new LICENCE.md file in this repo which will have to pay attribution to the original licence:
    • e.g. "Pulsar", is a derivative of [Atom Flight Manual](https://flight-manual.atom.io) by GitHub, used under CC BY-SA 3.0. "Pulsar" is licensed under CC BY-SA 4.0 by [Pulsar-edit](https://github.com/pulsar-edit).
  • Any altered documentation (I imagine just the actual content rather than the html stuff) will need also need to be displayed on the website as well as within the .md files like the unaltered stuff with the above (or similar) wording. We can just use @includes for the sections and html comments again for the md files.

Enter your response below:

We wont get in trouble

Any alternatives?

Re-write everything from scratch and throw the old docs away

Other examples:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions