diff --git a/.beads/export-state/6feeba40f0df6736.json b/.beads/export-state/6feeba40f0df6736.json index c8c7a58..1e83703 100644 --- a/.beads/export-state/6feeba40f0df6736.json +++ b/.beads/export-state/6feeba40f0df6736.json @@ -1,6 +1,6 @@ { "worktree_root": "/home/oli/Dev/bookstack-api", - "last_export_commit": "5185222577c7f537eaf2c88e6d3bc49892ea0346", - "last_export_time": "2026-01-30T09:57:28.787466959+01:00", - "jsonl_hash": "9405b225700bf3bd32380322eba6151322ce4a9eadcb62f1df0fe13872e47557" + "last_export_commit": "453011b0020bf388ab3328a008abc267344c335e", + "last_export_time": "2026-01-30T09:57:38.493510951+01:00", + "jsonl_hash": "ac79e78a53921d96964fa4d01976c7fdafc573156ac4ba1bb5e8323db40785ac" } \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..32b664e --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Oliver Jakoubek + +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 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. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 7cfe9d4..9bc9f6c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ import ( "context" "fmt" "log" - "os" bookstack "code.beautifulmachines.dev/jakoubek/bookstack-api" )