From 8b5be1b7e5cfd3bb24740aaae89c9832873454f3 Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Wed, 18 Dec 2024 17:04:47 -1000 Subject: [PATCH] chore: Remove LICENSE file from zbugs and replicache. The entire repo is now Apache 2. --- apps/zbugs/LICENSE | 19 ------------------- packages/replicache/LICENSE | 4 ---- 2 files changed, 23 deletions(-) delete mode 100644 apps/zbugs/LICENSE delete mode 100644 packages/replicache/LICENSE diff --git a/apps/zbugs/LICENSE b/apps/zbugs/LICENSE deleted file mode 100644 index 9cf106272a..0000000000 --- a/apps/zbugs/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -MIT License - -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/packages/replicache/LICENSE b/packages/replicache/LICENSE deleted file mode 100644 index c2a53100d5..0000000000 --- a/packages/replicache/LICENSE +++ /dev/null @@ -1,4 +0,0 @@ -Source code in this repository is licensed according to the -[Replicache Terms of Service](https://roci.dev/terms.html). All -source code is Copyright (c) Rocicorp LLC unless -otherwise noted at the beginning of the file.