Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Merge requests
!62
GitLab 14.6
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
GitLab 14.6
topic/heptapod/gitlab-14.6
into
branch/heptapod
Overview
1
Commits
150
Pipelines
1
Changes
99
Merged
Georges Racinet
requested to merge
topic/heptapod/gitlab-14.6
into
branch/heptapod
3 years ago
Overview
1
Commits
150
Pipelines
1
Changes
99
Expand
0
0
Merge request reports
Compare
branch/heptapod
branch/heptapod (base)
and
latest version
latest version
afc43bdd
150 commits,
3 years ago
99 files
+
1447
−
330
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
99
Search (e.g. *.vue) (Ctrl+P)
config/patches/acme-client/add-license-file.patch
0 → 100644
+
27
−
0
Options
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..73b96b4
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2015 Charles Barbier
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
Loading