From f92c0f447c74175943f57c90c6c9eb2c7b1b0a21 Mon Sep 17 00:00:00 2001 From: tellnobody1 <6303577+tellnobody1@users.noreply.github.com> Date: Tue, 5 Mar 2024 01:52:48 +0200 Subject: [PATCH] minor --- .gitignore | 6 +----- .sdkmanrc | 3 --- LICENSE | 44 +++++++++++++++++--------------------------- README.md | 6 +----- 4 files changed, 19 insertions(+), 40 deletions(-) delete mode 100644 .sdkmanrc diff --git a/.gitignore b/.gitignore index 8b176fa..cb44060 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,5 @@ -*.swp +.DS_Store /.bsp/ -/.java-version /rng_data*/ /tmp/ target/ -.DS_Store -.metals -.vscode \ No newline at end of file diff --git a/.sdkmanrc b/.sdkmanrc deleted file mode 100644 index 80fd819..0000000 --- a/.sdkmanrc +++ /dev/null @@ -1,3 +0,0 @@ -# Enable auto-env through the sdkman_auto_env config -# Add key=value pairs of SDKs to use below -java=18.0.2-zulu diff --git a/LICENSE b/LICENSE index 1a9d91e..05e3b9f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,31 +1,21 @@ -DHARMA License +MIT License -Copyright (c) 2020–2022 zero-deps +Copyright (c) 2020–2024 zero-deps -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. +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: -YOU CANNOT USE THIS SOFTWARE IN ANY (PROVABLE BY MONEY TRACE) -PROCESS CHAIN OF EXTERMINATING UKRAINIANS BY ANY MEANS OF FASCIST -ACTIONS AGAINST OUR TERRITORIAL INTEGRITY, CULTURAL DIVERSITY BY -APPLYING MILITARY INVASIONS, ECONOMICAL WARS, HUMANITARIAN DISASTERS, -ARTFICIAL HOLODOMORS, GENOCIDE, RAPING, LOOTING, ROBBERIES, SPREADING -FAKE INFORMATION, AND OTHER CONTEMPORARY WEAPONS OF WAR AT SCALE -OR IN INVIDIVUAL MANNER. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -YOU CANNOT USE THIS SOFTWARE BY ANY MEANS IN INTEREST OF LEGAL -ENTITIES OR INDIVIDUALS WHO IS SUPPORTING NOW OR WAS SUPPORTING -BACK THEN FASCISM, RUSCISM, COMMUNISM, CHAUVINISM, HUMILIATION, -AND OTHER SUPPRESSIVE IDEOLOGIES IN DIFFERENT EXPRESSIONS. - -STOP KILLING UKRAINIANS, -THE COUNTER RENDERS TENS OF MILLIONS. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 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 796e016..176be33 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ # frontier -[![CI](https://img.shields.io/github/workflow/status/zero-deps/frontier/ci)](https://github.com/zero-deps/frontier/actions/workflows/test.yml) -[![License](https://img.shields.io/badge/license-DHARMA-green)](LICENSE) -[![LoC](https://img.shields.io/tokei/lines/github/zero-deps/frontier)](#) - Fast, efficient, pure-functional, effect-free WebSocket, HTTP and UDP server, HTTP client and Telegram bot. ## demo @@ -27,4 +23,4 @@ ulimit -n 65536 sbt 'project benchmark' run ulimit -n 65536 sbt 'project benchmark' GatlingIt/test -``` \ No newline at end of file +```