From 2fd7564a084f9cdf87a9b5e03563a62dfc6ec65d Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 23 Nov 2021 10:13:45 +0300 Subject: Move copyrights and other licensing info from README.md to README.QUICK * README.QUICK: Add missing copyrights from README.md; copy missing licensing details from README.md (about several files with slightly different license). * README.md (Copyright & Warranty): Replace all copyrights and the licensing details with a reference to README.QUICK file. --- README.md | 50 ++------------------------------------------------ 1 file changed, 2 insertions(+), 48 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6285e1ca..aa410a53 100644 --- a/README.md +++ b/README.md @@ -554,51 +554,5 @@ GitHub. ## Copyright & Warranty - * Copyright (c) 1988-1989 Hans-J. Boehm, Alan J. Demers - * Copyright (c) 1991-1996 by Xerox Corporation. All rights reserved. - * Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved. - * Copyright (c) 1999-2011 Hewlett-Packard Development Company, L.P. - * Copyright (c) 2008-2021 Ivan Maidanski - -The files pthread_stop_world.c, pthread_support.c and some others are also - - * Copyright (c) 1998 by Fergus Henderson. All rights reserved. - -The files dbg_mlc.c, finalize.c and include/gc.h are also - - * Copyright (c) 2007 Free Software Foundation, Inc. - -The files Makefile.am and configure.ac are - - * Copyright (c) 1999-2001 by Red Hat, Inc. All rights reserved. - -The file extra/msvc_dbg.c is - - * Copyright (c) 2004-2005 Andrei Polushin - -The file tests/initsecondarythread.c is - - * Copyright (c) 2011 Ludovic Courtes - -The file tests/disclaim_weakmap_test.c is - - * Copyright (c) 2018 Petter A. Urkedal - -Several files supporting GNU-style builds are copyrighted by the Free -Software Foundation, and carry a different license from that given -below. - -THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED -OR IMPLIED. ANY USE IS AT YOUR OWN RISK. - -Permission is hereby granted to use or copy this program -for any purpose, provided the above notices are retained on all copies. -Permission to modify the code and to distribute modified code is granted, -provided the above notices are retained, and a notice that the code was -modified is included with the above copyright notice. - -A few of the files needed to use the GNU-style build procedure come with -slightly different licenses, though they are all similar in spirit. A few -are GPL'ed, but with an exception that should cover all uses in the -collector. (If you are concerned about such things, I recommend you look -at the notice in config.guess or ltmain.sh.) +The exact licensing information is provided in [README.QUICK](README.QUICK) +file. -- cgit v1.2.1