Commit 3bc2f021 authored by claes's avatar claes

Included Knizhnik license terms

parent e241b84e
/* /*
* Proview $Id: rt_mq.c,v 1.3 2005-12-13 15:14:27 claes Exp $ * Proview $Id: rt_mq.c,v 1.4 2006-02-01 09:12:17 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) GARRET.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * Distribution terms
* along with the program, if not, write to the Free Software * Permission is hereby granted, free of charge, to any person
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * 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 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 AUTHOR OF THIS SOFTWARE 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.
*/ */
/*-< MQUEUE.C >-----------------------------------------------------*--------*/ /*-< MQUEUE.C >-----------------------------------------------------*--------*/
......
/* /*
* Proview $Id: rt_semaphore.c,v 1.3 2005-09-01 14:57:57 claes Exp $ * Proview $Id: rt_semaphore.c,v 1.4 2006-02-01 09:12:17 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * Distribution terms
* modify it under the terms of the GNU General Public License as * Permission is hereby granted, free of charge, to any person
* published by the Free Software Foundation, either version 2 of * obtaining a copy of this software and associated documentation
* the License, or (at your option) any later version. * files (the Software), to deal in the Software without
* * restriction, including without limitation the rights to use,
* This program is distributed in the hope that it will be useful * copy, modify, merge, publish, distribute, sublicense, and/or
* but WITHOUT ANY WARRANTY; without even the implied warranty of * sell copies of the Software, and to permit persons to whom
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * the Software is furnished to do so, subject to the following
* GNU General Public License for more details. * conditions:
*
* You should have received a copy of the GNU General Public License * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* along with the program, if not, write to the Free Software * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT.
* IN NO EVENT SHALL THE AUTHOR OF THIS SOFTWARE 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.
*/ */
/* rt_sect.c */
/*-< SEMAPHORE.C >--------------------------------------------------*--------*/ /*-< SEMAPHORE.C >--------------------------------------------------*--------*/
/* POSIX.1b Version 1.0 (c) 1998 GARRET * ? */ /* POSIX.1b Version 1.0 (c) 1998 GARRET * ? */
/* (POSIX.1b implementation for Linux) * /\| */ /* (POSIX.1b implementation for Linux) * /\| */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment