Commit Graph

5 Commits (416ded5f3eed16cf4efb202f2c66db4460dce2c3)

Author SHA1 Message Date
Jonas Franz e87c063c90 Add missing licenses ()
Signed-off-by:  Jonas Franz <info@jonasfranz.de>
Jonas Franz fbdc00f464 Updating generate-licenses.go to fetch licenses from maintained repository. ()
Signed-off-by: Jonas Franz <info@jonasfranz.software>
Jonas Franz 58771acacb Add EUPL v1.2 as license (Fixes go-gitea/gitea#3439) ()
Signed-off-by: Jonas Franz <info@jonasfranz.de>
Thomas Boerger 42032fdecf Synced licenses with github repo ()
* Added script to download licenses from github

* Synced licenses with github repo
Thomas Boerger b33078fa33 Bindata is optional and over-writable on restart ()
* Moved conf assets into options folder

* Dropped old bindata

* Started to integrate options bindata and accessors

* Do not enforce a builtin app.ini

* Replaced bindata calls with options

* Dropped bindata task from makefile, it's the generate task now

* Always embedd app.ini to provide sane config defaults

* Use sane defaults for the configuration

* Defined default value for SSH_KEYGEN_PATH

* Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini

* Fixed new paths in latest test additions

* Drop bindata with make clean task

* Set more proper default values