mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 16:32:11 +02:00
Add a generate_schema command
Add a generate_schema command to nomulus tool and add the necessary instrumentation to EppResource and DomainBase to allow us to generate a proof-of-concept schema for DomainBase.
This commit is contained in:
parent
86fefa9a03
commit
2cc8fbec6e
6 changed files with 170 additions and 15 deletions
|
@ -75,6 +75,9 @@
|
|||
{
|
||||
"moduleLicense": "BSD style"
|
||||
},
|
||||
{
|
||||
"moduleLicense": "BSD-2-Clause"
|
||||
},
|
||||
{
|
||||
"moduleLicense": "New BSD License"
|
||||
},
|
||||
|
@ -84,6 +87,9 @@
|
|||
{
|
||||
"moduleLicense": "The BSD License"
|
||||
},
|
||||
{
|
||||
"moduleLicense": "The PostgreSQL License"
|
||||
},
|
||||
{
|
||||
"moduleLicense": "CC0 1.0 Universal License"
|
||||
},
|
||||
|
@ -105,6 +111,9 @@
|
|||
{
|
||||
"moduleLicense": "\\n Dual license consisting of the CDDL v1.1 and GPL v2\\n "
|
||||
},
|
||||
{
|
||||
"moduleLicense": "Eclipse Distribution License v. 1.0"
|
||||
},
|
||||
{
|
||||
"moduleLicense": "Eclipse Public License - Version 1.0"
|
||||
},
|
||||
|
@ -135,6 +144,9 @@
|
|||
{
|
||||
"moduleLicense": "GNU Lesser Public License"
|
||||
},
|
||||
{
|
||||
"moduleLicense": "GNU Library General Public License v2.1 or later"
|
||||
},
|
||||
{
|
||||
"moduleLicense": "The Go license"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue