You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25
Original file line number
Diff line number
Diff line change
@@ -47,3 +47,28 @@ template for at least three reasons:
47
47
- We say in our book "Record Rationale" is *Rule 5* of the *Seven Rules for Sound Documentation* ([Documenting Software Architectures, Second Edition](https://www.informit.com/store/documenting-software-architectures-views-and-beyond-9780321552686)).
48
48
- George Fairbanks proposed *[Architecture Haiku](https://www.slideshare.net/matthewmccullough/architecture-haiku)*,
49
49
which can be seen as an alternative approach to ADR. Haiku contents includes "design rationales".
50
+
51
+
### License
52
+
53
+
MIT License
54
+
55
+
Copyright (c) 2023 Paulo Merson
56
+
57
+
Permission is hereby granted, free of charge, to any person obtaining a copy
58
+
of this software and associated documentation files (the "Software"), to deal
59
+
in the Software without restriction, including without limitation the rights
60
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
61
+
copies of the Software, and to permit persons to whom the Software is
62
+
furnished to do so, subject to the following conditions:
63
+
64
+
The above copyright notice and this permission notice shall be included in all
65
+
copies or substantial portions of the Software.
66
+
67
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
68
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
69
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
70
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
71
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
72
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0 commit comments