This file contains hidden or 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
| { | |
| "agreement": { | |
| "title": "I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.", | |
| "type": "boolean", | |
| "required": true | |
| } | |
| } |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>Replace me with a real title</title> | |
| <script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script> | |
| <script class="remove"> | |
| // All config options at https://respec.org/docs/ | |
| var respecConfig = { | |
| specStatus: "ED", |
OlderNewer