summaryrefslogtreecommitdiff
path: root/.reuse
Commit message (Collapse)AuthorAgeFilesLines
* modules: Add tests for EncodingEvan Welsh2021-08-111-0/+8
|
* build: Add Flatpak manifestPhilip Chimento2021-04-111-1/+1
| | | | | | Adding this manifest allows GNOME Builder to build GJS right out of the box, and run the interpreter and the tests using Builder's UI. This should help the onboarding process for new contributors.
* esm: Enable static module imports.Evan Welsh2021-02-061-0/+1
| | | | | | (Changes from Philip folded in: tests, moving file operations into internal.cpp, store module loader in global, some renames, some added comments)
* maint: Make project compatible with Reuse Software specPhilip Chimento2020-11-301-0/+10
For the spec, see https://reuse.software/spec/ This adds copies of all licenses used by any file in the git repository to the LICENSES directory, and adds a DEP5 file containing the licenses and copyrights of the debugger scripts (which don't support inline comment headers) and the documentation files (most of which came from the wiki previously, and so were not contributed under the dual MIT/LGPL license of the repo.) LICENSES are excluded from spell checking since they are legal documents included as-is.