~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Testing/diningPhilosophers.m

Tags: upstream-1.11.2
ImportĀ upstreamĀ versionĀ 1.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
   This file is part of the GNUstep Application Kit Library.
13
13
 
14
14
   This library is free software; you can redistribute it and/or
15
 
   modify it under the terms of the GNU Library General Public
 
15
   modify it under the terms of the GNU General Public
16
16
   License as published by the Free Software Foundation; either
17
17
   version 2 of the License, or (at your option) any later version.
18
18
 
19
19
   This library is distributed in the hope that it will be useful,
20
20
   but WITHOUT ANY WARRANTY; without even the implied warranty of
21
21
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
22
 
   Library General Public License for more details.
23
 
 
24
 
   If you are interested in a warranty or support for this source code,
25
 
   contact Scott Christley <scottc@net-community.com> for more information.
26
 
 
27
 
   You should have received a copy of the GNU Library General Public
 
22
   General Public License for more details.
 
23
 
 
24
   You should have received a copy of the GNU General Public
28
25
   License along with this library; if not, write to the Free
29
 
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
26
   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
30
27
*/
31
28
 
32
29
#include <Foundation/NSLock.h>