Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0.0 #671

Merged
merged 2 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Contributing

Are you considering doing that? For real? This repository has quite an annoying license...

Anyways, you can find all information on development and contributing on our website:
You can find all information on development and contributing on our website:

https://spook.boo/development

Expand Down
8 changes: 4 additions & 4 deletions .github/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Passive Aggressive License
# MIT License

Copyright (c) 2023-2024 Franck Nijhof

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, but NOT including the right to run, execute or use the
Software or any executable binaries built from the source code.
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ Copyright (c) 2023-2024 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, but NOT including the right to run, execute or use the
Software or any executable binaries built from the source code.
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Expand All @@ -76,7 +76,7 @@ SOFTWARE.

[contributors]: https://github.com/frenck/spook/graphs/contributors
[frenck]: https://github.com/frenck
[license-shield]: https://img.shields.io/badge/license-Passive%20Aggressive%20License-lightgrey.svg
[license-shield]: https://img.shields.io/github/license/frenck/spook.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-SPOOKED-red.svg
[releases-shield]: https://img.shields.io/github/release/frenck/spook.svg
[releases]: https://github.com/frenck/spook/releases
Expand Down
2 changes: 1 addition & 1 deletion documentation/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Hi! I'm Spook 👻 and I'm a {term}`custom integration <integration>` for use wi
:::{warning} Just to be clear from the very start...
**Spook is not supported by the Home Assistant project.**

This custom integration is provided as-is, without any warranty or support, and above all, has a very [restrictive license](license).
This custom integration is provided as-is, without any warranty or support.

If you experience issues with this integration or as a result of this integration, please go cry a lot on your own. After ignoring this warning, you will not be provided with a tissue to dry up your tears when you are crying in a fetal position under your desk.

Expand Down
6 changes: 0 additions & 6 deletions documentation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ I'm just sharing what I have [without any warranty](license).
No. It does not do random things. It is not a [chaos testing](wiki:Chaos_engineering) thing, and it will not turn lights on/off randomly in the night. Unless it is a bug or broken of course.
```

```{card}
:header: **Ok, so should I use Spook?**

No! [The license](license) doesn't allow that.
```

```{card}
:header: **I want to suggest a new feature for Spook**

Expand Down
16 changes: 8 additions & 8 deletions documentation/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ title: Spook licenses
short_title: License
subtitle: The license used by Spook
thumbnail: images/social.png
description: The Spook integration from Home Assistant is mostly licensed under the Passive Aggressive License.
description: The Spook integration from Home Assistant is mostly licensed under the MIT License.
---

Spook uses a couple of licenses for different parts of its sources. Our main license is the Passive Agressive Licence, which applies to all source code, unless otherwise specified.
Spook uses a couple of licenses for different parts of its sources. Our main license is the MIT Licence, which applies to all source code, unless otherwise specified.

(pal)=
(mit)=

# Passive Aggressive License
# MIT License

Copyright © 2023-2024 Franck Nijhof

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, but NOT including the right to run, execute or use the
Software or any executable binaries built from the source code.
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Expand Down Expand Up @@ -81,7 +81,7 @@ For these and/or other purposes and motivations, and without any expectation of

All documentation, located in the `documentation` folder of this repository, is licensed under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International.

⚠️ Please note, that this excludes **all** code samples, like any other code, code is licensed under our main license: [](#pal).
⚠️ Please note, that this excludes **all** code samples, like any other code, code is licensed under our main license: [](#mit).

## Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classifiers = [
description = "Spook - Not your homie"
documentation = "https://github.com/frenck/spook"
homepage = "https://github.com/frenck/spook"
license = "Passive Aggressive License"
license = "MIT"
maintainers = ["Franck Nijhof <[email protected]>"]
name = "spook"
packages = []
Expand Down