From b9dfdc40a4f9863ce602fe3a7bde7df71099e063 Mon Sep 17 00:00:00 2001 From: beanz Date: Wed, 12 Feb 2025 17:58:23 +0000 Subject: [PATCH] Initial commit --- LICENSE | 15 +++++++++++++++ README.md | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..cf95431 --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +Copyright (c) 2002-2007 Charlie Poole +Copyright (c) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov +Copyright (c) 2000-2002 Philip A. Craig + +This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required. + + Portions Copyright (c) 2002-2007 Charlie Poole or Copyright (c) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright (c) 2000-2002 Philip A. Craig + +2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/README.md b/README.md new file mode 100644 index 0000000..5bd5cd9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# old-school-chatbox + +A simple chatbox/shoutbox to communicate on a website, reminiscent of the old days. Ideal for I2P and onion sites. \ No newline at end of file