From 105b47011f795df2f4f6827e2f1ae3cf72616440 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sun, 10 Mar 2002 03:25:42 +0000 Subject: [PATCH] Keep old license around. --- LICENSE.OLD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 LICENSE.OLD diff --git a/LICENSE.OLD b/LICENSE.OLD new file mode 100644 index 00000000000..e0243408742 --- /dev/null +++ b/LICENSE.OLD @@ -0,0 +1,25 @@ +Note: Wine is now distributed under the terms of the GNU Lesser +General Public License, as specified in the file LICENSE. + +Older releases of Wine, up to release 20020228, were distributed under +the following license: + +Copyright (c) 1993-2002 the Wine project authors (see the file AUTHORS +for a complete list) + +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 +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.