Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 62ab06c

Browse files
author
Noah Hanjun Lee
authored
Add LICENSE (#81)
1 parent e652d10 commit 62ab06c

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

LICENSE

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Copyright 2021 Gitploy.IO, Inc.
2+
3+
The Gitploy Enterprise Edition is licensed under the Gitploy
4+
Non-Commercial License (the "Non-Commercial License"). A copy of
5+
the Non-Commercial License is provided below.
6+
7+
-----------------------------------------------------------------
8+
9+
Gitploy Non-Commercial License
10+
11+
Contributor: Gitploy.IO, Inc.
12+
13+
Source Code: https://github.com/gitploy-io/gitploy
14+
15+
This license lets you use and share this software for free,
16+
under the count of user limit on commercial use. Specifically:
17+
18+
If you follow the rules below, you may do everything with this
19+
software that would otherwise infringe either the contributor's
20+
copyright in it.
21+
22+
1. You must limit use of this software in any manner primarily
23+
intended for commercial advantage or private monetary compensation
24+
to the count of user limit.
25+
This limit does not apply to use in developing feedback or extensions
26+
that you contribute back to those giving this license.
27+
28+
2. Ensure everyone who gets a copy of this software from you, in
29+
source code, gets the text of this license.
30+
31+
**This software comes as is, without any warranty at all. As far
32+
as the law allows, the contributor will not be liable for any
33+
damages related to this software or this license, for any kind of
34+
legal claim.**

ui/src/views/Main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default function Main(props: any) {
152152
</Content>
153153
<Footer style={{ textAlign: 'center' }}>
154154
<LicenseFooter license={license} />
155-
Gitploy ©2021 Created by Gitploy.io
155+
Gitploy ©2021 Created by Gitploy.IO
156156
</Footer>
157157
</Layout>
158158
)

0 commit comments

Comments
 (0)