Skip to content

Commit 9f76bb3

Browse files
committed
Add LICENSE and CODE_OF_CONDUCT
Add [LICENSE](/LICENSE) and [CODE_OF_CONDUCT.md](/CODE_OF_CONDUCT.md) from [thoughtbot/templates][]. [thoughtbot/templates]: https://github.com/thoughtbot/templates
1 parent 4c97803 commit 9f76bb3

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

CODE_OF_CONDUCT.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Code of conduct
2+
3+
By participating in this project, you agree to abide by the
4+
[thoughtbot code of conduct][1].
5+
6+
[1]: https://thoughtbot.com/open-source-code-of-conduct

LICENSE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2021 Sean Doyle and thoughtbot, inc.
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,25 @@ and include the value:
134134
<a class="aria-current-page:font-bold" href="/about">About us</a>
135135
</nav>
136136
```
137+
138+
## License
139+
140+
tailwindcss-aria-attributes is Copyright (c) 2021 thoughtbot, inc.
141+
It contains free software that may be redistributed
142+
under the terms specified in the [LICENSE] file.
143+
144+
[LICENSE]: /LICENSE
145+
146+
## About
147+
148+
![thoughtbot](http://presskit.thoughtbot.com/images/thoughtbot-logo-for-readmes.svg)
149+
150+
This project is maintained and funded by thoughtbot, inc.
151+
The names and logos for thoughtbot are trademarks of thoughtbot, inc.
152+
153+
We love open source software!
154+
See [our other projects][community]
155+
or [hire us][hire] to help build your product.
156+
157+
[community]: https://thoughtbot.com/community?utm_source=github
158+
[hire]: https://thoughtbot.com/hire-us?utm_source=github

0 commit comments

Comments
 (0)