Added LICENCE and README files
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 10 Nov 1999 09:47:31 +0000 (09:47 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 10 Nov 1999 09:47:31 +0000 (09:47 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@290 cda61777-01e9-0310-a592-d414129be87e

LICENCE [new file with mode: 0644]
README [new file with mode: 0644]

diff --git a/LICENCE b/LICENCE
new file mode 100644 (file)
index 0000000..cd5a2c0
--- /dev/null
+++ b/LICENCE
@@ -0,0 +1,21 @@
+PuTTY is copyright 1997-1999 Simon Tatham. Portions copyright Gary
+S. Brown and Eric Young.
+
+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 SIMON TATHAM 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 b/README
new file mode 100644 (file)
index 0000000..44f650a
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
+This is the README for PuTTY, a free Win32 Telnet and SSH client.
+
+The provided Makefile is for MS Visual C++ systems. Type `nmake' to
+build both putty.exe (the main program) and pscp.exe (an SCP
+client).
+
+Setting up a project file in the Visual C++ IDE sometimes fails to
+work. In particular, Visual Studio 6 falls over on the odd macro
+usage in ssh.c. This is a bug in Visual Studio, since the VC++6
+command line compiler works fine. If in doubt, just use `nmake'.
+
+The PuTTY home web site is
+
+    http://www.chiark.greenend.org.uk/~sgtatham/putty.html
+
+Bug reports and feature requests should be sent to
+<putty-bugs@lists.tartarus.org>. PLEASE read the section on the web
+site about how to report bugs effectively. Do NOT send one-line
+reports saying `it doesn't work'!
+
+See the file LICENCE for the licence conditions.