forked from AmadeusITGroup/oscad2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
1,833 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{%- extends 'base.jinja2' -%} | ||
|
||
{%- block content -%} | ||
|
||
<h1>License: {{ name }}</h1> | ||
|
||
<p> | ||
<pre> | ||
{{ text }} | ||
</pre> | ||
</p> | ||
|
||
{%- endblock -%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
AGPLv3.0: | ||
name: "GNU Affero General Public License 3.0" | ||
licensedb_id: AGPL-3.0 | ||
ApLv2.0: | ||
name: "Apache License 2.0" | ||
licensedb_id: Apache-2.0 | ||
BSDv2CL: | ||
name: 'BSD 2-Clause "Simplified" or "FreeBSD" License' | ||
licensedb_id: BSD-2-Clause | ||
BSDv3CL: | ||
name: 'BSD 3-Clause "New" or "Revised" License' | ||
licensedb_id: BSD-3-Clause | ||
CDDLv1.0: | ||
name: "Common Development and Distribution License 1.0" | ||
licensedb_id: CDDL-1.0 | ||
EPLv1.0: | ||
name: "Eclipse Public License 1.0" | ||
licensedb_id: EPL-1.0 | ||
EUPLv1.1: | ||
name: "European Union Public License, Version 1.1" | ||
licensedb_id: EUPL-1.1 | ||
GPLv2.0: | ||
name: "GNU General Public License version 2.0" | ||
licensedb_id: GPL-2.0 | ||
GPLv3.0: | ||
name: "GNU General Public License version 3.0" | ||
licensedb_id: GPL-3.0 | ||
LGPLv2.1: | ||
name: 'GNU Library or "Lesser" General Public License version 2.1' | ||
licensedb_id: LGPL-2.1 | ||
LGPLv3.0: | ||
name: 'GNU Library or "Lesser" General Public License version 3.0' | ||
licensedb_id: LGPL-3.0 | ||
MIT: | ||
name: "MIT license" | ||
licensedb_id: MIT | ||
MPLv2.0: | ||
name: "Mozilla Public License 2.0" | ||
licensedb_id: MPL-2.0 | ||
MS-PL: | ||
name: "Microsoft Public License" | ||
licensedb_id: MS-PL | ||
PGL: | ||
name: "The PostgreSQL License" | ||
licensedb_id: PostgreSQL | ||
PHPv3.0: | ||
name: "PHP License 3.0" | ||
licensedb_id: PHP-3.0 | ||
ZLIB: | ||
name: "zlib/libpng license" | ||
licensedb_id: Zlib |
Oops, something went wrong.