12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015-2017 //y.st. <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'Legal documents',
- 'subtitle' => 'For use in a court of law',
- 'copyright year' => '2017',
- 'body' => <<<END
- <p>
- Sometimes the courts don't provide or standardise their legal forms.
- Instead, you have to get a lawyer to draft your forms for you, purchase your forms from a third party, or attempt to draft your forms yourself and hope they're legally admissible.
- It's a very broken system.
- I've had to go to court bringing my own self-produced forms, and figuring out what exactly needed to be on the forms was a pain.
- To save you some trouble, if you need to go to court for the same reasons, I've provided here the forms I used.
- However, <strong><em>I am not a lawyer and I do not take responsibility for your use of these forms.
- By using these forms, you agree to do so at your own risk.</em></strong>
- </p>
- <p>
- I've provided these forms in $a[PDF] form for easy printing.
- However, these forms are offered to you under the terms of the $a[GNU] {$a['GPLv3+']} with court-filing exception.
- The preferred form for editing them is probably the $a[ODT] files, so I've provided those as well.
- The court-filing exception is as follows:
- </p>
- <blockquote>
- <p>
- You may remove all attributions and license text when filing these documents with a court of law.
- You are not required by the copyright holder to retain any text or identifiers not specifically required by the court you file with.
- However, for any use other than filing with a court of law (for example, for redistributing these forms or their derivatives online), all attribution and licence text must remain intact.
- </p>
- </blockquote>
- <h2>Name change in Oregon</h2>
- <p>
- I'm currently in the process of changing my legal name in Oregon.
- Once that's complete, the process will have tested the legal admissibility of the forms I'm using along the way.
- I'll post a copy of the forms I used here at that time.
- </p>
- END
- );
|