tenseleyflow/shithub / 1aa34dc

Browse files

S11: embed 10 license + 10 gitignore templates (sourced from gitea options/, MIT-licensed)

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
1aa34dc2c1397f37cfe5765dae28b92fea8ec52e
Parents
7825298
Tree
c706062

22 changed files

StatusFile+-
A internal/repos/templates/gitignore/C++.gitignore 32 0
A internal/repos/templates/gitignore/C.gitignore 52 0
A internal/repos/templates/gitignore/Go.gitignore 25 0
A internal/repos/templates/gitignore/Java.gitignore 24 0
A internal/repos/templates/gitignore/Linux.gitignore 13 0
A internal/repos/templates/gitignore/Node.gitignore 136 0
A internal/repos/templates/gitignore/Python.gitignore 174 0
A internal/repos/templates/gitignore/Ruby.gitignore 56 0
A internal/repos/templates/gitignore/Rust.gitignore 17 0
A internal/repos/templates/gitignore/macOS.gitignore 26 0
A internal/repos/templates/licenses/AGPL-3.0.txt 235 0
A internal/repos/templates/licenses/Apache-2.0.txt 73 0
A internal/repos/templates/licenses/BSD-2-Clause.txt 9 0
A internal/repos/templates/licenses/BSD-3-Clause.txt 11 0
A internal/repos/templates/licenses/CC0-1.0.txt 121 0
A internal/repos/templates/licenses/GPL-3.0.txt 232 0
A internal/repos/templates/licenses/ISC.txt 8 0
A internal/repos/templates/licenses/MIT.txt 18 0
A internal/repos/templates/licenses/MPL-2.0.txt 373 0
A internal/repos/templates/licenses/Unlicense.txt 24 0
A internal/repos/templates/templates.go 151 0
A internal/repos/templates/templates_test.go 88 0
internal/repos/templates/gitignore/C++.gitignoreadded
@@ -0,0 +1,32 @@
1
+# Prerequisites
2
+*.d
3
+
4
+# Compiled Object files
5
+*.slo
6
+*.lo
7
+*.o
8
+*.obj
9
+
10
+# Precompiled Headers
11
+*.gch
12
+*.pch
13
+
14
+# Compiled Dynamic libraries
15
+*.so
16
+*.dylib
17
+*.dll
18
+
19
+# Fortran module files
20
+*.mod
21
+*.smod
22
+
23
+# Compiled Static libraries
24
+*.lai
25
+*.la
26
+*.a
27
+*.lib
28
+
29
+# Executables
30
+*.exe
31
+*.out
32
+*.app
internal/repos/templates/gitignore/C.gitignoreadded
@@ -0,0 +1,52 @@
1
+# Prerequisites
2
+*.d
3
+
4
+# Object files
5
+*.o
6
+*.ko
7
+*.obj
8
+*.elf
9
+
10
+# Linker output
11
+*.ilk
12
+*.map
13
+*.exp
14
+
15
+# Precompiled Headers
16
+*.gch
17
+*.pch
18
+
19
+# Libraries
20
+*.lib
21
+*.a
22
+*.la
23
+*.lo
24
+
25
+# Shared objects (inc. Windows DLLs)
26
+*.dll
27
+*.so
28
+*.so.*
29
+*.dylib
30
+
31
+# Executables
32
+*.exe
33
+*.out
34
+*.app
35
+*.i*86
36
+*.x86_64
37
+*.hex
38
+
39
+# Debug files
40
+*.dSYM/
41
+*.su
42
+*.idb
43
+*.pdb
44
+
45
+# Kernel Module Compile Results
46
+*.mod*
47
+*.cmd
48
+.tmp_versions/
49
+modules.order
50
+Module.symvers
51
+Mkfile.old
52
+dkms.conf
internal/repos/templates/gitignore/Go.gitignoreadded
@@ -0,0 +1,25 @@
1
+# If you prefer the allow list template instead of the deny list, see community template:
2
+# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3
+#
4
+# Binaries for programs and plugins
5
+*.exe
6
+*.exe~
7
+*.dll
8
+*.so
9
+*.dylib
10
+
11
+# Test binary, built with `go test -c`
12
+*.test
13
+
14
+# Output of the go coverage tool, specifically when used with LiteIDE
15
+*.out
16
+
17
+# Dependency directories (remove the comment below to include it)
18
+# vendor/
19
+
20
+# Go workspace file
21
+go.work
22
+go.work.sum
23
+
24
+# env file
25
+.env
internal/repos/templates/gitignore/Java.gitignoreadded
@@ -0,0 +1,24 @@
1
+# Compiled class file
2
+*.class
3
+
4
+# Log file
5
+*.log
6
+
7
+# BlueJ files
8
+*.ctxt
9
+
10
+# Mobile Tools for Java (J2ME)
11
+.mtj.tmp/
12
+
13
+# Package Files #
14
+*.jar
15
+*.war
16
+*.nar
17
+*.ear
18
+*.zip
19
+*.tar.gz
20
+*.rar
21
+
22
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
+hs_err_pid*
24
+replay_pid*
internal/repos/templates/gitignore/Linux.gitignoreadded
@@ -0,0 +1,13 @@
1
+*~
2
+
3
+# temporary files which can be created if a process still has a handle open of a deleted file
4
+.fuse_hidden*
5
+
6
+# KDE directory preferences
7
+.directory
8
+
9
+# Linux trash folder which might appear on any partition or disk
10
+.Trash-*
11
+
12
+# .nfs files are created when an open file is removed but is still being accessed
13
+.nfs*
internal/repos/templates/gitignore/Node.gitignoreadded
@@ -0,0 +1,136 @@
1
+# Logs
2
+logs
3
+*.log
4
+npm-debug.log*
5
+yarn-debug.log*
6
+yarn-error.log*
7
+lerna-debug.log*
8
+.pnpm-debug.log*
9
+
10
+# Diagnostic reports (https://nodejs.org/api/report.html)
11
+report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
12
+
13
+# Runtime data
14
+pids
15
+*.pid
16
+*.seed
17
+*.pid.lock
18
+
19
+# Directory for instrumented libs generated by jscoverage/JSCover
20
+lib-cov
21
+
22
+# Coverage directory used by tools like istanbul
23
+coverage
24
+*.lcov
25
+
26
+# nyc test coverage
27
+.nyc_output
28
+
29
+# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
30
+.grunt
31
+
32
+# Bower dependency directory (https://bower.io/)
33
+bower_components
34
+
35
+# node-waf configuration
36
+.lock-wscript
37
+
38
+# Compiled binary addons (https://nodejs.org/api/addons.html)
39
+build/Release
40
+
41
+# Dependency directories
42
+node_modules/
43
+jspm_packages/
44
+
45
+# Snowpack dependency directory (https://snowpack.dev/)
46
+web_modules/
47
+
48
+# TypeScript cache
49
+*.tsbuildinfo
50
+
51
+# Optional npm cache directory
52
+.npm
53
+
54
+# Optional eslint cache
55
+.eslintcache
56
+
57
+# Optional stylelint cache
58
+.stylelintcache
59
+
60
+# Microbundle cache
61
+.rpt2_cache/
62
+.rts2_cache_cjs/
63
+.rts2_cache_es/
64
+.rts2_cache_umd/
65
+
66
+# Optional REPL history
67
+.node_repl_history
68
+
69
+# Output of 'npm pack'
70
+*.tgz
71
+
72
+# Yarn Integrity file
73
+.yarn-integrity
74
+
75
+# dotenv environment variable files
76
+.env
77
+.env.development.local
78
+.env.test.local
79
+.env.production.local
80
+.env.local
81
+
82
+# parcel-bundler cache (https://parceljs.org/)
83
+.cache
84
+.parcel-cache
85
+
86
+# Next.js build output
87
+.next
88
+out
89
+
90
+# Nuxt.js build / generate output
91
+.nuxt
92
+dist
93
+
94
+# Gatsby files
95
+.cache/
96
+# Comment in the public line in if your project uses Gatsby and not Next.js
97
+# https://nextjs.org/blog/next-9-1#public-directory-support
98
+# public
99
+
100
+# vuepress build output
101
+.vuepress/dist
102
+
103
+# vuepress v2.x temp and cache directory
104
+.temp
105
+.cache
106
+
107
+# vitepress build output
108
+**/.vitepress/dist
109
+
110
+# vitepress cache directory
111
+**/.vitepress/cache
112
+
113
+# Docusaurus cache and generated files
114
+.docusaurus
115
+
116
+# Serverless directories
117
+.serverless/
118
+
119
+# FuseBox cache
120
+.fusebox/
121
+
122
+# DynamoDB Local files
123
+.dynamodb/
124
+
125
+# TernJS port file
126
+.tern-port
127
+
128
+# Stores VSCode versions used for testing VSCode extensions
129
+.vscode-test
130
+
131
+# yarn v2
132
+.yarn/cache
133
+.yarn/unplugged
134
+.yarn/build-state.yml
135
+.yarn/install-state.gz
136
+.pnp.*
internal/repos/templates/gitignore/Python.gitignoreadded
@@ -0,0 +1,174 @@
1
+# Byte-compiled / optimized / DLL files
2
+__pycache__/
3
+*.py[cod]
4
+*$py.class
5
+
6
+# C extensions
7
+*.so
8
+
9
+# Distribution / packaging
10
+.Python
11
+build/
12
+develop-eggs/
13
+dist/
14
+downloads/
15
+eggs/
16
+.eggs/
17
+lib/
18
+lib64/
19
+parts/
20
+sdist/
21
+var/
22
+wheels/
23
+share/python-wheels/
24
+*.egg-info/
25
+.installed.cfg
26
+*.egg
27
+MANIFEST
28
+
29
+# PyInstaller
30
+#  Usually these files are written by a python script from a template
31
+#  before PyInstaller builds the exe, so as to inject date/other infos into it.
32
+*.manifest
33
+*.spec
34
+
35
+# Installer logs
36
+pip-log.txt
37
+pip-delete-this-directory.txt
38
+
39
+# Unit test / coverage reports
40
+htmlcov/
41
+.tox/
42
+.nox/
43
+.coverage
44
+.coverage.*
45
+.cache
46
+nosetests.xml
47
+coverage.xml
48
+*.cover
49
+*.py,cover
50
+.hypothesis/
51
+.pytest_cache/
52
+cover/
53
+
54
+# Translations
55
+*.mo
56
+*.pot
57
+
58
+# Django stuff:
59
+*.log
60
+local_settings.py
61
+db.sqlite3
62
+db.sqlite3-journal
63
+
64
+# Flask stuff:
65
+instance/
66
+.webassets-cache
67
+
68
+# Scrapy stuff:
69
+.scrapy
70
+
71
+# Sphinx documentation
72
+docs/_build/
73
+
74
+# PyBuilder
75
+.pybuilder/
76
+target/
77
+
78
+# Jupyter Notebook
79
+.ipynb_checkpoints
80
+
81
+# IPython
82
+profile_default/
83
+ipython_config.py
84
+
85
+# pyenv
86
+#   For a library or package, you might want to ignore these files since the code is
87
+#   intended to run in multiple environments; otherwise, check them in:
88
+# .python-version
89
+
90
+# pipenv
91
+#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92
+#   However, in case of collaboration, if having platform-specific dependencies or dependencies
93
+#   having no cross-platform support, pipenv may install dependencies that don't work, or not
94
+#   install all needed dependencies.
95
+#Pipfile.lock
96
+
97
+# UV
98
+#   Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
99
+#   This is especially recommended for binary packages to ensure reproducibility, and is more
100
+#   commonly ignored for libraries.
101
+#uv.lock
102
+
103
+# poetry
104
+#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
105
+#   This is especially recommended for binary packages to ensure reproducibility, and is more
106
+#   commonly ignored for libraries.
107
+#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
108
+#poetry.lock
109
+
110
+# pdm
111
+#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
112
+#pdm.lock
113
+#   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
114
+#   in version control.
115
+#   https://pdm.fming.dev/latest/usage/project/#working-with-version-control
116
+.pdm.toml
117
+.pdm-python
118
+.pdm-build/
119
+
120
+# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
121
+__pypackages__/
122
+
123
+# Celery stuff
124
+celerybeat-schedule
125
+celerybeat.pid
126
+
127
+# SageMath parsed files
128
+*.sage.py
129
+
130
+# Environments
131
+.env
132
+.venv
133
+env/
134
+venv/
135
+ENV/
136
+env.bak/
137
+venv.bak/
138
+
139
+# Spyder project settings
140
+.spyderproject
141
+.spyproject
142
+
143
+# Rope project settings
144
+.ropeproject
145
+
146
+# mkdocs documentation
147
+/site
148
+
149
+# mypy
150
+.mypy_cache/
151
+.dmypy.json
152
+dmypy.json
153
+
154
+# Pyre type checker
155
+.pyre/
156
+
157
+# pytype static type analyzer
158
+.pytype/
159
+
160
+# Cython debug symbols
161
+cython_debug/
162
+
163
+# PyCharm
164
+#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can
165
+#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
166
+#  and can be added to the global gitignore or merged into this file.  For a more nuclear
167
+#  option (not recommended) you can uncomment the following to ignore the entire idea folder.
168
+#.idea/
169
+
170
+# Ruff stuff:
171
+.ruff_cache/
172
+
173
+# PyPI configuration file
174
+.pypirc
internal/repos/templates/gitignore/Ruby.gitignoreadded
@@ -0,0 +1,56 @@
1
+*.gem
2
+*.rbc
3
+/.config
4
+/coverage/
5
+/InstalledFiles
6
+/pkg/
7
+/spec/reports/
8
+/spec/examples.txt
9
+/test/tmp/
10
+/test/version_tmp/
11
+/tmp/
12
+
13
+# Used by dotenv library to load environment variables.
14
+# .env
15
+
16
+# Ignore Byebug command history file.
17
+.byebug_history
18
+
19
+## Specific to RubyMotion:
20
+.dat*
21
+.repl_history
22
+build/
23
+*.bridgesupport
24
+build-iPhoneOS/
25
+build-iPhoneSimulator/
26
+
27
+## Specific to RubyMotion (use of CocoaPods):
28
+#
29
+# We recommend against adding the Pods directory to your .gitignore. However
30
+# you should judge for yourself, the pros and cons are mentioned at:
31
+# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
32
+#
33
+# vendor/Pods/
34
+
35
+## Documentation cache and generated files:
36
+/.yardoc/
37
+/_yardoc/
38
+/doc/
39
+/rdoc/
40
+
41
+## Environment normalization:
42
+/.bundle/
43
+/vendor/bundle
44
+/lib/bundler/man/
45
+
46
+# for a library or gem, you might want to ignore these files since the code is
47
+# intended to run in multiple environments; otherwise, check them in:
48
+# Gemfile.lock
49
+# .ruby-version
50
+# .ruby-gemset
51
+
52
+# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
53
+.rvmrc
54
+
55
+# Used by RuboCop. Remote config files pulled in from inherit_from directive.
56
+# .rubocop-https?--*
internal/repos/templates/gitignore/Rust.gitignoreadded
@@ -0,0 +1,17 @@
1
+# Generated by Cargo
2
+# will have compiled files and executables
3
+debug/
4
+target/
5
+
6
+# These are backup files generated by rustfmt
7
+**/*.rs.bk
8
+
9
+# MSVC Windows builds of rustc generate these, which store debugging information
10
+*.pdb
11
+
12
+# RustRover
13
+#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can
14
+#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
15
+#  and can be added to the global gitignore or merged into this file.  For a more nuclear
16
+#  option (not recommended) you can uncomment the following to ignore the entire idea folder.
17
+#.idea/
internal/repos/templates/gitignore/macOS.gitignoreadded
@@ -0,0 +1,26 @@
1
+# General
2
+.DS_Store
3
+.AppleDouble
4
+.LSOverride
5
+
6
+# Icon must end with two \r
7
+Icon

8
+
9
+# Thumbnails
10
+._*
11
+
12
+# Files that might appear in the root of a volume
13
+.DocumentRevisions-V100
14
+.fseventsd
15
+.Spotlight-V100
16
+.TemporaryItems
17
+.Trashes
18
+.VolumeIcon.icns
19
+.com.apple.timemachine.donotpresent
20
+
21
+# Directories potentially created on remote AFP share
22
+.AppleDB
23
+.AppleDesktop
24
+Network Trash Folder
25
+Temporary Items
26
+.apdisk
internal/repos/templates/licenses/AGPL-3.0.txtadded
@@ -0,0 +1,235 @@
1
+GNU AFFERO GENERAL PUBLIC LICENSE
2
+Version 3, 19 November 2007
3
+
4
+Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+
6
+Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
7
+
8
+                            Preamble
9
+
10
+The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software.
11
+
12
+The licenses for most software and other practical works are designed to take away your freedom to share and change the works.  By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users.
13
+
14
+When we speak of free software, we are referring to freedom, not price.  Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
15
+
16
+Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software.
17
+
18
+A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate.  Many developers of free software are heartened and encouraged by the resulting cooperation.  However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public.
19
+
20
+The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community.  It requires the operator of a network server to provide the source code of the modified version running there to the users of that server.  Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version.
21
+
22
+An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals.  This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license.
23
+
24
+The precise terms and conditions for copying, distribution and modification follow.
25
+
26
+                       TERMS AND CONDITIONS
27
+
28
+0. Definitions.
29
+
30
+"This License" refers to version 3 of the GNU Affero General Public License.
31
+
32
+"Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
33
+
34
+"The Program" refers to any copyrightable work licensed under this License.  Each licensee is addressed as "you".  "Licensees" and "recipients" may be individuals or organizations.
35
+
36
+To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy.  The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work.
37
+
38
+A "covered work" means either the unmodified Program or a work based on the Program.
39
+
40
+To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy.  Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
41
+
42
+To "convey" a work means any kind of propagation that enables other parties to make or receive copies.  Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
43
+
44
+An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License.  If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
45
+
46
+1. Source Code.
47
+The "source code" for a work means the preferred form of the work for making modifications to it.  "Object code" means any non-source form of a work.
48
+
49
+A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
50
+
51
+The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form.  A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
52
+
53
+The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities.  However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work.  For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those
54
+subprograms and other parts of the work.
55
+
56
+The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
57
+
58
+The Corresponding Source for a work in source code form is that same work.
59
+
60
+2. Basic Permissions.
61
+All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met.  This License explicitly affirms your unlimited permission to run the unmodified Program.  The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work.  This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
62
+
63
+You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force.  You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright.  Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
64
+
65
+Conveying under any other circumstances is permitted solely under the conditions stated below.  Sublicensing is not allowed; section 10 makes it unnecessary.
66
+
67
+3. Protecting Users' Legal Rights From Anti-Circumvention Law.
68
+No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
69
+
70
+When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
71
+
72
+4. Conveying Verbatim Copies.
73
+You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
74
+
75
+You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
76
+
77
+5. Conveying Modified Source Versions.
78
+You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
79
+
80
+    a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
81
+
82
+    b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7.  This requirement modifies the requirement in section 4 to "keep intact all notices".
83
+
84
+    c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy.  This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged.  This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
85
+
86
+    d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
87
+
88
+A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit.  Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
89
+
90
+6. Conveying Non-Source Forms.
91
+You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
92
+
93
+    a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
94
+
95
+    b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
96
+
97
+    c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source.  This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
98
+
99
+    d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge.  You need not require recipients to copy the Corresponding Source along with the object code.  If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source.  Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
100
+
101
+    e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
102
+
103
+A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
104
+
105
+A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling.  In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage.  For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product.  A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
106
+
107
+"Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source.  The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
108
+
109
+If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information.  But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
110
+
111
+The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed.  Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
112
+
113
+Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
114
+
115
+7. Additional Terms.
116
+"Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law.  If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
117
+
118
+When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it.  (Additional permissions may be written to require their own removal in certain cases when you modify the work.)  You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
119
+
120
+Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
121
+
122
+    a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
123
+
124
+    b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
125
+
126
+    c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
127
+
128
+    d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
129
+
130
+    e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
131
+
132
+    f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
133
+
134
+All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10.  If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term.  If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
135
+
136
+If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
137
+
138
+Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
139
+
140
+8. Termination.
141
+
142
+You may not propagate or modify a covered work except as expressly provided under this License.  Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
143
+
144
+However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
145
+
146
+Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
147
+
148
+Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License.  If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
149
+
150
+9. Acceptance Not Required for Having Copies.
151
+
152
+You are not required to accept this License in order to receive or run a copy of the Program.  Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance.  However, nothing other than this License grants you permission to propagate or modify any covered work.  These actions infringe copyright if you do not accept this License.  Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
153
+
154
+10. Automatic Licensing of Downstream Recipients.
155
+
156
+Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License.  You are not responsible for enforcing compliance by third parties with this License.
157
+
158
+An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations.  If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
159
+
160
+You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License.  For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
161
+
162
+11. Patents.
163
+
164
+A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based.  The work thus licensed is called the contributor's "contributor version".
165
+
166
+A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version.  For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
167
+
168
+Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
169
+
170
+In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement).  To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
171
+
172
+If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent
173
+license to downstream recipients.  "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
174
+
175
+If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
176
+
177
+A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License.  You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
178
+
179
+Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
180
+
181
+12. No Surrender of Others' Freedom.
182
+
183
+If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License.  If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may
184
+not convey it at all.  For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
185
+
186
+13. Remote Network Interaction; Use with the GNU General Public License.
187
+
188
+Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software.  This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph.
189
+
190
+Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work.  The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License.
191
+
192
+14. Revised Versions of this License.
193
+
194
+The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time.  Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
195
+
196
+Each version is given a distinguishing version number.  If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation.  If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation.
197
+
198
+If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
199
+
200
+Later license versions may give you additional or different permissions.  However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
201
+
202
+15. Disclaimer of Warranty.
203
+
204
+THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
205
+
206
+16. Limitation of Liability.
207
+
208
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
209
+
210
+17. Interpretation of Sections 15 and 16.
211
+
212
+If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
213
+
214
+END OF TERMS AND CONDITIONS
215
+
216
+            How to Apply These Terms to Your New Programs
217
+
218
+If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
219
+
220
+To do so, attach the following notices to the program.  It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
221
+
222
+     <one line to give the program's name and a brief idea of what it does.>
223
+     Copyright (C) <year>  <name of author>
224
+
225
+     This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
226
+
227
+     This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more details.
228
+
229
+     You should have received a copy of the GNU Affero General Public License along with this program.  If not, see <http://www.gnu.org/licenses/>.
230
+
231
+Also add information on how to contact you by electronic and paper mail.
232
+
233
+If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source.  For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code.  There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements.
234
+
235
+You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see <http://www.gnu.org/licenses/>.
internal/repos/templates/licenses/Apache-2.0.txtadded
@@ -0,0 +1,73 @@
1
+Apache License
2
+Version 2.0, January 2004
3
+http://www.apache.org/licenses/
4
+
5
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+1. Definitions.
8
+
9
+"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
10
+
11
+"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
12
+
13
+"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
14
+
15
+"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
16
+
17
+"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
18
+
19
+"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
20
+
21
+"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
22
+
23
+"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
24
+
25
+"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
26
+
27
+"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
28
+
29
+2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
30
+
31
+3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
32
+
33
+4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
34
+
35
+     (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
36
+
37
+     (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
38
+
39
+     (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
40
+
41
+     (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
42
+
43
+     You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
44
+
45
+5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
46
+
47
+6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
48
+
49
+7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
50
+
51
+8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
52
+
53
+9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
54
+
55
+END OF TERMS AND CONDITIONS
56
+
57
+APPENDIX: How to apply the Apache License to your work.
58
+
59
+To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!)  The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
60
+
61
+Copyright [yyyy] [name of copyright owner]
62
+
63
+Licensed under the Apache License, Version 2.0 (the "License");
64
+you may not use this file except in compliance with the License.
65
+You may obtain a copy of the License at
66
+
67
+http://www.apache.org/licenses/LICENSE-2.0
68
+
69
+Unless required by applicable law or agreed to in writing, software
70
+distributed under the License is distributed on an "AS IS" BASIS,
71
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
72
+See the License for the specific language governing permissions and
73
+limitations under the License.
internal/repos/templates/licenses/BSD-2-Clause.txtadded
@@ -0,0 +1,9 @@
1
+Copyright (c) <year> <owner> 
2
+
3
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
+
5
+1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6
+
7
+2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
+
9
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
internal/repos/templates/licenses/BSD-3-Clause.txtadded
@@ -0,0 +1,11 @@
1
+Copyright (c) <year> <owner>. 
2
+
3
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
+
5
+1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6
+
7
+2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
+
9
+3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10
+
11
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
internal/repos/templates/licenses/CC0-1.0.txtadded
@@ -0,0 +1,121 @@
1
+Creative Commons Legal Code
2
+
3
+CC0 1.0 Universal
4
+
5
+    CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
6
+    LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
7
+    ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
8
+    INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
9
+    REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
10
+    PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
11
+    THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
12
+    HEREUNDER.
13
+
14
+Statement of Purpose
15
+
16
+The laws of most jurisdictions throughout the world automatically confer
17
+exclusive Copyright and Related Rights (defined below) upon the creator
18
+and subsequent owner(s) (each and all, an "owner") of an original work of
19
+authorship and/or a database (each, a "Work").
20
+
21
+Certain owners wish to permanently relinquish those rights to a Work for
22
+the purpose of contributing to a commons of creative, cultural and
23
+scientific works ("Commons") that the public can reliably and without fear
24
+of later claims of infringement build upon, modify, incorporate in other
25
+works, reuse and redistribute as freely as possible in any form whatsoever
26
+and for any purposes, including without limitation commercial purposes.
27
+These owners may contribute to the Commons to promote the ideal of a free
28
+culture and the further production of creative, cultural and scientific
29
+works, or to gain reputation or greater distribution for their Work in
30
+part through the use and efforts of others.
31
+
32
+For these and/or other purposes and motivations, and without any
33
+expectation of additional consideration or compensation, the person
34
+associating CC0 with a Work (the "Affirmer"), to the extent that he or she
35
+is an owner of Copyright and Related Rights in the Work, voluntarily
36
+elects to apply CC0 to the Work and publicly distribute the Work under its
37
+terms, with knowledge of his or her Copyright and Related Rights in the
38
+Work and the meaning and intended legal effect of CC0 on those rights.
39
+
40
+1. Copyright and Related Rights. A Work made available under CC0 may be
41
+protected by copyright and related or neighboring rights ("Copyright and
42
+Related Rights"). Copyright and Related Rights include, but are not
43
+limited to, the following:
44
+
45
+  i. the right to reproduce, adapt, distribute, perform, display,
46
+     communicate, and translate a Work;
47
+ ii. moral rights retained by the original author(s) and/or performer(s);
48
+iii. publicity and privacy rights pertaining to a person's image or
49
+     likeness depicted in a Work;
50
+ iv. rights protecting against unfair competition in regards to a Work,
51
+     subject to the limitations in paragraph 4(a), below;
52
+  v. rights protecting the extraction, dissemination, use and reuse of data
53
+     in a Work;
54
+ vi. database rights (such as those arising under Directive 96/9/EC of the
55
+     European Parliament and of the Council of 11 March 1996 on the legal
56
+     protection of databases, and under any national implementation
57
+     thereof, including any amended or successor version of such
58
+     directive); and
59
+vii. other similar, equivalent or corresponding rights throughout the
60
+     world based on applicable law or treaty, and any national
61
+     implementations thereof.
62
+
63
+2. Waiver. To the greatest extent permitted by, but not in contravention
64
+of, applicable law, Affirmer hereby overtly, fully, permanently,
65
+irrevocably and unconditionally waives, abandons, and surrenders all of
66
+Affirmer's Copyright and Related Rights and associated claims and causes
67
+of action, whether now known or unknown (including existing as well as
68
+future claims and causes of action), in the Work (i) in all territories
69
+worldwide, (ii) for the maximum duration provided by applicable law or
70
+treaty (including future time extensions), (iii) in any current or future
71
+medium and for any number of copies, and (iv) for any purpose whatsoever,
72
+including without limitation commercial, advertising or promotional
73
+purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
74
+member of the public at large and to the detriment of Affirmer's heirs and
75
+successors, fully intending that such Waiver shall not be subject to
76
+revocation, rescission, cancellation, termination, or any other legal or
77
+equitable action to disrupt the quiet enjoyment of the Work by the public
78
+as contemplated by Affirmer's express Statement of Purpose.
79
+
80
+3. Public License Fallback. Should any part of the Waiver for any reason
81
+be judged legally invalid or ineffective under applicable law, then the
82
+Waiver shall be preserved to the maximum extent permitted taking into
83
+account Affirmer's express Statement of Purpose. In addition, to the
84
+extent the Waiver is so judged Affirmer hereby grants to each affected
85
+person a royalty-free, non transferable, non sublicensable, non exclusive,
86
+irrevocable and unconditional license to exercise Affirmer's Copyright and
87
+Related Rights in the Work (i) in all territories worldwide, (ii) for the
88
+maximum duration provided by applicable law or treaty (including future
89
+time extensions), (iii) in any current or future medium and for any number
90
+of copies, and (iv) for any purpose whatsoever, including without
91
+limitation commercial, advertising or promotional purposes (the
92
+"License"). The License shall be deemed effective as of the date CC0 was
93
+applied by Affirmer to the Work. Should any part of the License for any
94
+reason be judged legally invalid or ineffective under applicable law, such
95
+partial invalidity or ineffectiveness shall not invalidate the remainder
96
+of the License, and in such case Affirmer hereby affirms that he or she
97
+will not (i) exercise any of his or her remaining Copyright and Related
98
+Rights in the Work or (ii) assert any associated claims and causes of
99
+action with respect to the Work, in either case contrary to Affirmer's
100
+express Statement of Purpose.
101
+
102
+4. Limitations and Disclaimers.
103
+
104
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
105
+    surrendered, licensed or otherwise affected by this document.
106
+ b. Affirmer offers the Work as-is and makes no representations or
107
+    warranties of any kind concerning the Work, express, implied,
108
+    statutory or otherwise, including without limitation warranties of
109
+    title, merchantability, fitness for a particular purpose, non
110
+    infringement, or the absence of latent or other defects, accuracy, or
111
+    the present or absence of errors, whether or not discoverable, all to
112
+    the greatest extent permissible under applicable law.
113
+ c. Affirmer disclaims responsibility for clearing rights of other persons
114
+    that may apply to the Work or any use thereof, including without
115
+    limitation any person's Copyright and Related Rights in the Work.
116
+    Further, Affirmer disclaims responsibility for obtaining any necessary
117
+    consents, permissions or other rights required for any use of the
118
+    Work.
119
+ d. Affirmer understands and acknowledges that Creative Commons is not a
120
+    party to this document and has no duty or obligation with respect to
121
+    this CC0 or use of the Work.
internal/repos/templates/licenses/GPL-3.0.txtadded
@@ -0,0 +1,232 @@
1
+GNU GENERAL PUBLIC LICENSE
2
+Version 3, 29 June 2007
3
+
4
+Copyright © 2007 Free Software Foundation, Inc. <https://fsf.org/>
5
+
6
+Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
7
+
8
+Preamble
9
+
10
+The GNU General Public License is a free, copyleft license for software and other kinds of works.
11
+
12
+The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.
13
+
14
+When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
15
+
16
+To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.
17
+
18
+For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
19
+
20
+Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.
21
+
22
+For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.
23
+
24
+Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.
25
+
26
+Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.
27
+
28
+The precise terms and conditions for copying, distribution and modification follow.
29
+
30
+TERMS AND CONDITIONS
31
+
32
+0. Definitions.
33
+
34
+“This License” refers to version 3 of the GNU General Public License.
35
+
36
+“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
37
+
38
+“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.
39
+
40
+To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.
41
+
42
+A “covered work” means either the unmodified Program or a work based on the Program.
43
+
44
+To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
45
+
46
+To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
47
+
48
+An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
49
+
50
+1. Source Code.
51
+The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.
52
+
53
+A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
54
+
55
+The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
56
+
57
+The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
58
+
59
+The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
60
+
61
+The Corresponding Source for a work in source code form is that same work.
62
+
63
+2. Basic Permissions.
64
+All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
65
+
66
+You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
67
+
68
+Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
69
+
70
+3. Protecting Users' Legal Rights From Anti-Circumvention Law.
71
+No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
72
+
73
+When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
74
+
75
+4. Conveying Verbatim Copies.
76
+You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
77
+
78
+You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
79
+
80
+5. Conveying Modified Source Versions.
81
+You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
82
+
83
+     a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
84
+
85
+     b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”.
86
+
87
+     c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
88
+
89
+     d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
90
+
91
+A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
92
+
93
+6. Conveying Non-Source Forms.
94
+You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
95
+
96
+     a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
97
+
98
+     b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
99
+
100
+     c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
101
+
102
+     d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
103
+
104
+     e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
105
+
106
+A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
107
+
108
+A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
109
+
110
+“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
111
+
112
+If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
113
+
114
+The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
115
+
116
+Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
117
+
118
+7. Additional Terms.
119
+“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
120
+
121
+When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
122
+
123
+Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
124
+
125
+     a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
126
+
127
+     b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
128
+
129
+     c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
130
+
131
+     d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
132
+
133
+     e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
134
+
135
+     f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
136
+
137
+All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
138
+
139
+If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
140
+
141
+Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
142
+
143
+8. Termination.
144
+You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
145
+
146
+However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
147
+
148
+Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
149
+
150
+Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
151
+
152
+9. Acceptance Not Required for Having Copies.
153
+You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
154
+
155
+10. Automatic Licensing of Downstream Recipients.
156
+Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
157
+
158
+An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
159
+
160
+You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
161
+
162
+11. Patents.
163
+A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”.
164
+
165
+A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
166
+
167
+Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
168
+
169
+In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
170
+
171
+If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
172
+
173
+If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
174
+
175
+A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
176
+
177
+Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
178
+
179
+12. No Surrender of Others' Freedom.
180
+If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
181
+
182
+13. Use with the GNU Affero General Public License.
183
+Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.
184
+
185
+14. Revised Versions of this License.
186
+The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
187
+
188
+Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.
189
+
190
+If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
191
+
192
+Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
193
+
194
+15. Disclaimer of Warranty.
195
+THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
196
+
197
+16. Limitation of Liability.
198
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
199
+
200
+17. Interpretation of Sections 15 and 16.
201
+If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
202
+
203
+END OF TERMS AND CONDITIONS
204
+
205
+How to Apply These Terms to Your New Programs
206
+
207
+If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
208
+
209
+To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.
210
+
211
+     <one line to give the program's name and a brief idea of what it does.>
212
+     Copyright (C) <year>  <name of author>
213
+
214
+     This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
215
+
216
+     This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
217
+
218
+     You should have received a copy of the GNU General Public License along with this program.  If not, see <https://www.gnu.org/licenses/>.
219
+
220
+Also add information on how to contact you by electronic and paper mail.
221
+
222
+If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:
223
+
224
+     <program>  Copyright (C) <year>  <name of author>
225
+     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
226
+     This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.
227
+
228
+The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”.
229
+
230
+You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <https://www.gnu.org/licenses/>.
231
+
232
+The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <https://www.gnu.org/philosophy/why-not-lgpl.html>.
internal/repos/templates/licenses/ISC.txtadded
@@ -0,0 +1,8 @@
1
+ISC License:
2
+
3
+Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
4
+Copyright (c) 1995-2003 by Internet Software Consortium
5
+
6
+Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
7
+
8
+THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
internal/repos/templates/licenses/MIT.txtadded
@@ -0,0 +1,18 @@
1
+MIT License
2
+
3
+Copyright (c) <year> <copyright holders>
4
+
5
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and 
6
+associated documentation files (the "Software"), to deal in the Software without restriction, including 
7
+without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
8
+copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the 
9
+following conditions:
10
+
11
+The above copyright notice and this permission notice shall be included in all copies or substantial 
12
+portions of the Software.
13
+
14
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT 
15
+LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO 
16
+EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 
17
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 
18
+USE OR OTHER DEALINGS IN THE SOFTWARE.
internal/repos/templates/licenses/MPL-2.0.txtadded
@@ -0,0 +1,373 @@
1
+Mozilla Public License Version 2.0
2
+==================================
3
+
4
+1. Definitions
5
+--------------
6
+
7
+1.1. "Contributor"
8
+    means each individual or legal entity that creates, contributes to
9
+    the creation of, or owns Covered Software.
10
+
11
+1.2. "Contributor Version"
12
+    means the combination of the Contributions of others (if any) used
13
+    by a Contributor and that particular Contributor's Contribution.
14
+
15
+1.3. "Contribution"
16
+    means Covered Software of a particular Contributor.
17
+
18
+1.4. "Covered Software"
19
+    means Source Code Form to which the initial Contributor has attached
20
+    the notice in Exhibit A, the Executable Form of such Source Code
21
+    Form, and Modifications of such Source Code Form, in each case
22
+    including portions thereof.
23
+
24
+1.5. "Incompatible With Secondary Licenses"
25
+    means
26
+
27
+    (a) that the initial Contributor has attached the notice described
28
+        in Exhibit B to the Covered Software; or
29
+
30
+    (b) that the Covered Software was made available under the terms of
31
+        version 1.1 or earlier of the License, but not also under the
32
+        terms of a Secondary License.
33
+
34
+1.6. "Executable Form"
35
+    means any form of the work other than Source Code Form.
36
+
37
+1.7. "Larger Work"
38
+    means a work that combines Covered Software with other material, in 
39
+    a separate file or files, that is not Covered Software.
40
+
41
+1.8. "License"
42
+    means this document.
43
+
44
+1.9. "Licensable"
45
+    means having the right to grant, to the maximum extent possible,
46
+    whether at the time of the initial grant or subsequently, any and
47
+    all of the rights conveyed by this License.
48
+
49
+1.10. "Modifications"
50
+    means any of the following:
51
+
52
+    (a) any file in Source Code Form that results from an addition to,
53
+        deletion from, or modification of the contents of Covered
54
+        Software; or
55
+
56
+    (b) any new file in Source Code Form that contains any Covered
57
+        Software.
58
+
59
+1.11. "Patent Claims" of a Contributor
60
+    means any patent claim(s), including without limitation, method,
61
+    process, and apparatus claims, in any patent Licensable by such
62
+    Contributor that would be infringed, but for the grant of the
63
+    License, by the making, using, selling, offering for sale, having
64
+    made, import, or transfer of either its Contributions or its
65
+    Contributor Version.
66
+
67
+1.12. "Secondary License"
68
+    means either the GNU General Public License, Version 2.0, the GNU
69
+    Lesser General Public License, Version 2.1, the GNU Affero General
70
+    Public License, Version 3.0, or any later versions of those
71
+    licenses.
72
+
73
+1.13. "Source Code Form"
74
+    means the form of the work preferred for making modifications.
75
+
76
+1.14. "You" (or "Your")
77
+    means an individual or a legal entity exercising rights under this
78
+    License. For legal entities, "You" includes any entity that
79
+    controls, is controlled by, or is under common control with You. For
80
+    purposes of this definition, "control" means (a) the power, direct
81
+    or indirect, to cause the direction or management of such entity,
82
+    whether by contract or otherwise, or (b) ownership of more than
83
+    fifty percent (50%) of the outstanding shares or beneficial
84
+    ownership of such entity.
85
+
86
+2. License Grants and Conditions
87
+--------------------------------
88
+
89
+2.1. Grants
90
+
91
+Each Contributor hereby grants You a world-wide, royalty-free,
92
+non-exclusive license:
93
+
94
+(a) under intellectual property rights (other than patent or trademark)
95
+    Licensable by such Contributor to use, reproduce, make available,
96
+    modify, display, perform, distribute, and otherwise exploit its
97
+    Contributions, either on an unmodified basis, with Modifications, or
98
+    as part of a Larger Work; and
99
+
100
+(b) under Patent Claims of such Contributor to make, use, sell, offer
101
+    for sale, have made, import, and otherwise transfer either its
102
+    Contributions or its Contributor Version.
103
+
104
+2.2. Effective Date
105
+
106
+The licenses granted in Section 2.1 with respect to any Contribution
107
+become effective for each Contribution on the date the Contributor first
108
+distributes such Contribution.
109
+
110
+2.3. Limitations on Grant Scope
111
+
112
+The licenses granted in this Section 2 are the only rights granted under
113
+this License. No additional rights or licenses will be implied from the
114
+distribution or licensing of Covered Software under this License.
115
+Notwithstanding Section 2.1(b) above, no patent license is granted by a
116
+Contributor:
117
+
118
+(a) for any code that a Contributor has removed from Covered Software;
119
+    or
120
+
121
+(b) for infringements caused by: (i) Your and any other third party's
122
+    modifications of Covered Software, or (ii) the combination of its
123
+    Contributions with other software (except as part of its Contributor
124
+    Version); or
125
+
126
+(c) under Patent Claims infringed by Covered Software in the absence of
127
+    its Contributions.
128
+
129
+This License does not grant any rights in the trademarks, service marks,
130
+or logos of any Contributor (except as may be necessary to comply with
131
+the notice requirements in Section 3.4).
132
+
133
+2.4. Subsequent Licenses
134
+
135
+No Contributor makes additional grants as a result of Your choice to
136
+distribute the Covered Software under a subsequent version of this
137
+License (see Section 10.2) or under the terms of a Secondary License (if
138
+permitted under the terms of Section 3.3).
139
+
140
+2.5. Representation
141
+
142
+Each Contributor represents that the Contributor believes its
143
+Contributions are its original creation(s) or it has sufficient rights
144
+to grant the rights to its Contributions conveyed by this License.
145
+
146
+2.6. Fair Use
147
+
148
+This License is not intended to limit any rights You have under
149
+applicable copyright doctrines of fair use, fair dealing, or other
150
+equivalents.
151
+
152
+2.7. Conditions
153
+
154
+Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
155
+in Section 2.1.
156
+
157
+3. Responsibilities
158
+-------------------
159
+
160
+3.1. Distribution of Source Form
161
+
162
+All distribution of Covered Software in Source Code Form, including any
163
+Modifications that You create or to which You contribute, must be under
164
+the terms of this License. You must inform recipients that the Source
165
+Code Form of the Covered Software is governed by the terms of this
166
+License, and how they can obtain a copy of this License. You may not
167
+attempt to alter or restrict the recipients' rights in the Source Code
168
+Form.
169
+
170
+3.2. Distribution of Executable Form
171
+
172
+If You distribute Covered Software in Executable Form then:
173
+
174
+(a) such Covered Software must also be made available in Source Code
175
+    Form, as described in Section 3.1, and You must inform recipients of
176
+    the Executable Form how they can obtain a copy of such Source Code
177
+    Form by reasonable means in a timely manner, at a charge no more
178
+    than the cost of distribution to the recipient; and
179
+
180
+(b) You may distribute such Executable Form under the terms of this
181
+    License, or sublicense it under different terms, provided that the
182
+    license for the Executable Form does not attempt to limit or alter
183
+    the recipients' rights in the Source Code Form under this License.
184
+
185
+3.3. Distribution of a Larger Work
186
+
187
+You may create and distribute a Larger Work under terms of Your choice,
188
+provided that You also comply with the requirements of this License for
189
+the Covered Software. If the Larger Work is a combination of Covered
190
+Software with a work governed by one or more Secondary Licenses, and the
191
+Covered Software is not Incompatible With Secondary Licenses, this
192
+License permits You to additionally distribute such Covered Software
193
+under the terms of such Secondary License(s), so that the recipient of
194
+the Larger Work may, at their option, further distribute the Covered
195
+Software under the terms of either this License or such Secondary
196
+License(s).
197
+
198
+3.4. Notices
199
+
200
+You may not remove or alter the substance of any license notices
201
+(including copyright notices, patent notices, disclaimers of warranty,
202
+or limitations of liability) contained within the Source Code Form of
203
+the Covered Software, except that You may alter any license notices to
204
+the extent required to remedy known factual inaccuracies.
205
+
206
+3.5. Application of Additional Terms
207
+
208
+You may choose to offer, and to charge a fee for, warranty, support,
209
+indemnity or liability obligations to one or more recipients of Covered
210
+Software. However, You may do so only on Your own behalf, and not on
211
+behalf of any Contributor. You must make it absolutely clear that any
212
+such warranty, support, indemnity, or liability obligation is offered by
213
+You alone, and You hereby agree to indemnify every Contributor for any
214
+liability incurred by such Contributor as a result of warranty, support,
215
+indemnity or liability terms You offer. You may include additional
216
+disclaimers of warranty and limitations of liability specific to any
217
+jurisdiction.
218
+
219
+4. Inability to Comply Due to Statute or Regulation
220
+---------------------------------------------------
221
+
222
+If it is impossible for You to comply with any of the terms of this
223
+License with respect to some or all of the Covered Software due to
224
+statute, judicial order, or regulation then You must: (a) comply with
225
+the terms of this License to the maximum extent possible; and (b)
226
+describe the limitations and the code they affect. Such description must
227
+be placed in a text file included with all distributions of the Covered
228
+Software under this License. Except to the extent prohibited by statute
229
+or regulation, such description must be sufficiently detailed for a
230
+recipient of ordinary skill to be able to understand it.
231
+
232
+5. Termination
233
+--------------
234
+
235
+5.1. The rights granted under this License will terminate automatically
236
+if You fail to comply with any of its terms. However, if You become
237
+compliant, then the rights granted under this License from a particular
238
+Contributor are reinstated (a) provisionally, unless and until such
239
+Contributor explicitly and finally terminates Your grants, and (b) on an
240
+ongoing basis, if such Contributor fails to notify You of the
241
+non-compliance by some reasonable means prior to 60 days after You have
242
+come back into compliance. Moreover, Your grants from a particular
243
+Contributor are reinstated on an ongoing basis if such Contributor
244
+notifies You of the non-compliance by some reasonable means, this is the
245
+first time You have received notice of non-compliance with this License
246
+from such Contributor, and You become compliant prior to 30 days after
247
+Your receipt of the notice.
248
+
249
+5.2. If You initiate litigation against any entity by asserting a patent
250
+infringement claim (excluding declaratory judgment actions,
251
+counter-claims, and cross-claims) alleging that a Contributor Version
252
+directly or indirectly infringes any patent, then the rights granted to
253
+You by any and all Contributors for the Covered Software under Section
254
+2.1 of this License shall terminate.
255
+
256
+5.3. In the event of termination under Sections 5.1 or 5.2 above, all
257
+end user license agreements (excluding distributors and resellers) which
258
+have been validly granted by You or Your distributors under this License
259
+prior to termination shall survive termination.
260
+
261
+************************************************************************
262
+*                                                                      *
263
+*  6. Disclaimer of Warranty                                           *
264
+*  -------------------------                                           *
265
+*                                                                      *
266
+*  Covered Software is provided under this License on an "as is"       *
267
+*  basis, without warranty of any kind, either expressed, implied, or  *
268
+*  statutory, including, without limitation, warranties that the       *
269
+*  Covered Software is free of defects, merchantable, fit for a        *
270
+*  particular purpose or non-infringing. The entire risk as to the     *
271
+*  quality and performance of the Covered Software is with You.        *
272
+*  Should any Covered Software prove defective in any respect, You     *
273
+*  (not any Contributor) assume the cost of any necessary servicing,   *
274
+*  repair, or correction. This disclaimer of warranty constitutes an   *
275
+*  essential part of this License. No use of any Covered Software is   *
276
+*  authorized under this License except under this disclaimer.         *
277
+*                                                                      *
278
+************************************************************************
279
+
280
+************************************************************************
281
+*                                                                      *
282
+*  7. Limitation of Liability                                          *
283
+*  --------------------------                                          *
284
+*                                                                      *
285
+*  Under no circumstances and under no legal theory, whether tort      *
286
+*  (including negligence), contract, or otherwise, shall any           *
287
+*  Contributor, or anyone who distributes Covered Software as          *
288
+*  permitted above, be liable to You for any direct, indirect,         *
289
+*  special, incidental, or consequential damages of any character      *
290
+*  including, without limitation, damages for lost profits, loss of    *
291
+*  goodwill, work stoppage, computer failure or malfunction, or any    *
292
+*  and all other commercial damages or losses, even if such party      *
293
+*  shall have been informed of the possibility of such damages. This   *
294
+*  limitation of liability shall not apply to liability for death or   *
295
+*  personal injury resulting from such party's negligence to the       *
296
+*  extent applicable law prohibits such limitation. Some               *
297
+*  jurisdictions do not allow the exclusion or limitation of           *
298
+*  incidental or consequential damages, so this exclusion and          *
299
+*  limitation may not apply to You.                                    *
300
+*                                                                      *
301
+************************************************************************
302
+
303
+8. Litigation
304
+-------------
305
+
306
+Any litigation relating to this License may be brought only in the
307
+courts of a jurisdiction where the defendant maintains its principal
308
+place of business and such litigation shall be governed by laws of that
309
+jurisdiction, without reference to its conflict-of-law provisions.
310
+Nothing in this Section shall prevent a party's ability to bring
311
+cross-claims or counter-claims.
312
+
313
+9. Miscellaneous
314
+----------------
315
+
316
+This License represents the complete agreement concerning the subject
317
+matter hereof. If any provision of this License is held to be
318
+unenforceable, such provision shall be reformed only to the extent
319
+necessary to make it enforceable. Any law or regulation which provides
320
+that the language of a contract shall be construed against the drafter
321
+shall not be used to construe this License against a Contributor.
322
+
323
+10. Versions of the License
324
+---------------------------
325
+
326
+10.1. New Versions
327
+
328
+Mozilla Foundation is the license steward. Except as provided in Section
329
+10.3, no one other than the license steward has the right to modify or
330
+publish new versions of this License. Each version will be given a
331
+distinguishing version number.
332
+
333
+10.2. Effect of New Versions
334
+
335
+You may distribute the Covered Software under the terms of the version
336
+of the License under which You originally received the Covered Software,
337
+or under the terms of any subsequent version published by the license
338
+steward.
339
+
340
+10.3. Modified Versions
341
+
342
+If you create software not governed by this License, and you want to
343
+create a new license for such software, you may create and use a
344
+modified version of this License if you rename the license and remove
345
+any references to the name of the license steward (except to note that
346
+such modified license differs from this License).
347
+
348
+10.4. Distributing Source Code Form that is Incompatible With Secondary
349
+Licenses
350
+
351
+If You choose to distribute Source Code Form that is Incompatible With
352
+Secondary Licenses under the terms of this version of the License, the
353
+notice described in Exhibit B of this License must be attached.
354
+
355
+Exhibit A - Source Code Form License Notice
356
+-------------------------------------------
357
+
358
+  This Source Code Form is subject to the terms of the Mozilla Public
359
+  License, v. 2.0. If a copy of the MPL was not distributed with this
360
+  file, You can obtain one at https://mozilla.org/MPL/2.0/.
361
+
362
+If it is not possible or desirable to put the notice in a particular
363
+file, then You may include the notice in a location (such as a LICENSE
364
+file in a relevant directory) where a recipient would be likely to look
365
+for such a notice.
366
+
367
+You may add additional accurate notices of copyright ownership.
368
+
369
+Exhibit B - "Incompatible With Secondary Licenses" Notice
370
+---------------------------------------------------------
371
+
372
+  This Source Code Form is "Incompatible With Secondary Licenses", as
373
+  defined by the Mozilla Public License, v. 2.0.
internal/repos/templates/licenses/Unlicense.txtadded
@@ -0,0 +1,24 @@
1
+This is free and unencumbered software released into the public domain.
2
+
3
+Anyone is free to copy, modify, publish, use, compile, sell, or
4
+distribute this software, either in source code form or as a compiled
5
+binary, for any purpose, commercial or non-commercial, and by any
6
+means.
7
+
8
+In jurisdictions that recognize copyright laws, the author or authors
9
+of this software dedicate any and all copyright interest in the
10
+software to the public domain. We make this dedication for the benefit
11
+of the public at large and to the detriment of our heirs and
12
+successors. We intend this dedication to be an overt act of
13
+relinquishment in perpetuity of all present and future rights to this
14
+software under copyright law.
15
+
16
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
+OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+For more information, please refer to <https://unlicense.org/>
internal/repos/templates/templates.goadded
@@ -0,0 +1,151 @@
1
+// SPDX-License-Identifier: AGPL-3.0-or-later
2
+
3
+// Package templates embeds the curated set of license, gitignore, and
4
+// README templates offered by the repo-creation form. Both pickers
5
+// expose only the keys returned by Licenses() / Gitignores() — anything
6
+// else is rejected at the form layer with ErrUnknownLicense /
7
+// ErrUnknownGitignore.
8
+//
9
+// License sources: SPDX canonical text via gitea's options/license set.
10
+// Gitignore sources: gitea's options/gitignore set (originally
11
+// github.com/github/gitignore, MIT/CC0).
12
+package templates
13
+
14
+import (
15
+	"embed"
16
+	"fmt"
17
+	"io/fs"
18
+	"path"
19
+	"sort"
20
+	"strings"
21
+	"time"
22
+)
23
+
24
+//go:embed licenses/*.txt
25
+var licensesFS embed.FS
26
+
27
+//go:embed gitignore/*.gitignore
28
+var gitignoreFS embed.FS
29
+
30
+// LicenseKey is the SPDX-style identifier surfaced in the picker. Order
31
+// of keys returned by Licenses() is alphabetical so the form is stable.
32
+type LicenseKey = string
33
+
34
+// GitignoreKey is the language identifier surfaced in the picker.
35
+type GitignoreKey = string
36
+
37
+// Licenses returns the sorted list of available license keys.
38
+func Licenses() []LicenseKey {
39
+	return listKeys(licensesFS, "licenses", ".txt")
40
+}
41
+
42
+// Gitignores returns the sorted list of available gitignore keys.
43
+func Gitignores() []GitignoreKey {
44
+	return listKeys(gitignoreFS, "gitignore", ".gitignore")
45
+}
46
+
47
+func listKeys(efs embed.FS, dir, suffix string) []string {
48
+	entries, err := fs.ReadDir(efs, dir)
49
+	if err != nil {
50
+		return nil
51
+	}
52
+	out := make([]string, 0, len(entries))
53
+	for _, e := range entries {
54
+		if e.IsDir() {
55
+			continue
56
+		}
57
+		name := e.Name()
58
+		if !strings.HasSuffix(name, suffix) {
59
+			continue
60
+		}
61
+		out = append(out, strings.TrimSuffix(name, suffix))
62
+	}
63
+	sort.Strings(out)
64
+	return out
65
+}
66
+
67
+// HasLicense reports whether key is on the curated list.
68
+func HasLicense(key LicenseKey) bool { return contains(Licenses(), key) }
69
+
70
+// HasGitignore reports whether key is on the curated list.
71
+func HasGitignore(key GitignoreKey) bool { return contains(Gitignores(), key) }
72
+
73
+func contains(haystack []string, needle string) bool {
74
+	for _, s := range haystack {
75
+		if s == needle {
76
+			return true
77
+		}
78
+	}
79
+	return false
80
+}
81
+
82
+// LicenseText returns the canonical license body with year and author
83
+// substituted. The substitution handles the canonical placeholders used
84
+// in the source templates: <year>, [year], {{ year }}, [yyyy], plus
85
+// <copyright holders>, <owner>, [fullname], etc. — collapsing them to
86
+// the supplied year + author.
87
+//
88
+// year is typically time.Now().Year(); pass an explicit value when you
89
+// want deterministic output (tests).
90
+func LicenseText(key LicenseKey, year int, author string) (string, error) {
91
+	if !HasLicense(key) {
92
+		return "", fmt.Errorf("templates: unknown license %q", key)
93
+	}
94
+	raw, err := licensesFS.ReadFile(path.Join("licenses", key+".txt"))
95
+	if err != nil {
96
+		return "", err
97
+	}
98
+	return substituteLicense(string(raw), year, author), nil
99
+}
100
+
101
+// GitignoreText returns the canonical .gitignore body for key.
102
+func GitignoreText(key GitignoreKey) (string, error) {
103
+	if !HasGitignore(key) {
104
+		return "", fmt.Errorf("templates: unknown gitignore %q", key)
105
+	}
106
+	raw, err := gitignoreFS.ReadFile(path.Join("gitignore", key+".gitignore"))
107
+	if err != nil {
108
+		return "", err
109
+	}
110
+	return string(raw), nil
111
+}
112
+
113
+// ReadmeText returns the minimal README body. The format is intentionally
114
+// boring — the spec calls out "always exactly this — no fancy
115
+// boilerplate." If description is empty, the second line is dropped.
116
+func ReadmeText(name, description string) string {
117
+	if description == "" {
118
+		return "# " + name + "\n"
119
+	}
120
+	return "# " + name + "\n\n" + description + "\n"
121
+}
122
+
123
+// substituteLicense replaces the various year/author placeholders found
124
+// in the gitea-derived templates with the supplied values. We aim for
125
+// the most common canonical placeholders SPDX uses; anything missed
126
+// stays in the output and is harmless (just less personalized).
127
+func substituteLicense(body string, year int, author string) string {
128
+	yearStr := fmt.Sprintf("%d", year)
129
+	if year <= 0 {
130
+		yearStr = fmt.Sprintf("%d", time.Now().Year())
131
+	}
132
+	pairs := []struct{ old, new string }{
133
+		{"<year>", yearStr},
134
+		{"[year]", yearStr},
135
+		{"[yyyy]", yearStr},
136
+		{"{{ year }}", yearStr},
137
+		{"{year}", yearStr},
138
+		{"<copyright holders>", author},
139
+		{"<owner>", author},
140
+		{"<name of author>", author},
141
+		{"<author>", author},
142
+		{"[fullname]", author},
143
+		{"[name of copyright owner]", author},
144
+		{"{{ fullname }}", author},
145
+		{"{author}", author},
146
+	}
147
+	for _, p := range pairs {
148
+		body = strings.ReplaceAll(body, p.old, p.new)
149
+	}
150
+	return body
151
+}
internal/repos/templates/templates_test.goadded
@@ -0,0 +1,88 @@
1
+// SPDX-License-Identifier: AGPL-3.0-or-later
2
+
3
+package templates_test
4
+
5
+import (
6
+	"strings"
7
+	"testing"
8
+
9
+	"github.com/tenseleyFlow/shithub/internal/repos/templates"
10
+)
11
+
12
+func TestLicenses_AtLeastTen(t *testing.T) {
13
+	t.Parallel()
14
+	got := templates.Licenses()
15
+	if len(got) < 10 {
16
+		t.Fatalf("expected ≥10 licenses, got %d: %v", len(got), got)
17
+	}
18
+	for _, key := range []string{"MIT", "Apache-2.0", "AGPL-3.0", "GPL-3.0", "BSD-3-Clause"} {
19
+		if !templates.HasLicense(key) {
20
+			t.Errorf("missing required license %q", key)
21
+		}
22
+	}
23
+}
24
+
25
+func TestGitignores_AtLeastTen(t *testing.T) {
26
+	t.Parallel()
27
+	got := templates.Gitignores()
28
+	if len(got) < 10 {
29
+		t.Fatalf("expected ≥10 gitignores, got %d: %v", len(got), got)
30
+	}
31
+	for _, key := range []string{"Go", "Node", "Python", "Rust", "macOS"} {
32
+		if !templates.HasGitignore(key) {
33
+			t.Errorf("missing required gitignore %q", key)
34
+		}
35
+	}
36
+}
37
+
38
+func TestLicenseText_SubstitutesYearAndAuthor(t *testing.T) {
39
+	t.Parallel()
40
+	body, err := templates.LicenseText("MIT", 2026, "Alice Anderson")
41
+	if err != nil {
42
+		t.Fatalf("LicenseText: %v", err)
43
+	}
44
+	if !strings.Contains(body, "2026") {
45
+		t.Errorf("year 2026 not substituted: %s", body[:200])
46
+	}
47
+	if !strings.Contains(body, "Alice Anderson") {
48
+		t.Errorf("author not substituted: %s", body[:200])
49
+	}
50
+	if strings.Contains(body, "<year>") || strings.Contains(body, "[year]") {
51
+		t.Errorf("template placeholders survived substitution: %s", body[:200])
52
+	}
53
+}
54
+
55
+func TestLicenseText_RejectsUnknown(t *testing.T) {
56
+	t.Parallel()
57
+	if _, err := templates.LicenseText("WTFPL", 2026, "x"); err == nil {
58
+		t.Fatal("expected error for unknown key")
59
+	}
60
+}
61
+
62
+func TestGitignoreText_NonEmpty(t *testing.T) {
63
+	t.Parallel()
64
+	body, err := templates.GitignoreText("Go")
65
+	if err != nil {
66
+		t.Fatalf("GitignoreText: %v", err)
67
+	}
68
+	if !strings.Contains(body, ".exe") && !strings.Contains(body, "*.test") {
69
+		t.Errorf("Go gitignore looks empty / wrong: %q", body[:min(200, len(body))])
70
+	}
71
+}
72
+
73
+func TestReadmeText_WithAndWithoutDescription(t *testing.T) {
74
+	t.Parallel()
75
+	if got := templates.ReadmeText("foo", ""); got != "# foo\n" {
76
+		t.Errorf("ReadmeText empty desc = %q", got)
77
+	}
78
+	if got := templates.ReadmeText("foo", "hello"); got != "# foo\n\nhello\n" {
79
+		t.Errorf("ReadmeText with desc = %q", got)
80
+	}
81
+}
82
+
83
+func min(a, b int) int {
84
+	if a < b {
85
+		return a
86
+	}
87
+	return b
88
+}