~ubuntu-branches/ubuntu/vivid/openipmi/vivid

« back to all changes in this revision

Viewing changes to include/OpenIPMI/internal/ipmi_locks.h

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2006-09-15 17:56:24 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060915175624-ljk0mg3xtcm65tvm
Tags: 2.0.7-1
* new upstream release from 2006-06-08
  Thanks to John Wright <john.wright hp.com> for initial work
  (closes: Bug#380149)
* updated Standards Version
* new binaries openipmicmd, openipmish, rmcp_ping

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *         Corey Minyard <minyard@mvista.com>
8
8
 *         source@mvista.com
9
9
 *
10
 
 * Copyright 2002,2003,2004 MontaVista Software Inc.
11
 
 *
12
 
 *  This program is free software; you can redistribute it and/or
13
 
 *  modify it under the terms of the GNU Lesser General Public License
14
 
 *  as published by the Free Software Foundation; either version 2 of
15
 
 *  the License, or (at your option) any later version.
16
 
 *
 
10
 * Copyright 2002,2003,2004,2005 MontaVista Software Inc.
 
11
 *
 
12
 * This software is available to you under a choice of one of two
 
13
 * licenses.  You may choose to be licensed under the terms of the GNU
 
14
 * Lesser General Public License (GPL) Version 2 or the modified BSD
 
15
 * license below.  The following disclamer applies to both licenses:
17
16
 *
18
17
 *  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
19
18
 *  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
26
25
 *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
27
26
 *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
27
 *
 
28
 * GNU Lesser General Public Licence
 
29
 *
 
30
 *  This program is free software; you can redistribute it and/or
 
31
 *  modify it under the terms of the GNU Lesser General Public License
 
32
 *  as published by the Free Software Foundation; either version 2 of
 
33
 *  the License, or (at your option) any later version.
 
34
 *
29
35
 *  You should have received a copy of the GNU Lesser General Public
30
36
 *  License along with this program; if not, write to the Free
31
37
 *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
38
 *
 
39
 * Modified BSD Licence
 
40
 *
 
41
 * Redistribution and use in source and binary forms, with or without
 
42
 * modification, are permitted provided that the following conditions
 
43
 * are met:
 
44
 *
 
45
 *   1. Redistributions of source code must retain the above copyright
 
46
 *      notice, this list of conditions and the following disclaimer.
 
47
 *   2. Redistributions in binary form must reproduce the above
 
48
 *      copyright notice, this list of conditions and the following
 
49
 *      disclaimer in the documentation and/or other materials provided
 
50
 *      with the distribution.
 
51
 *   3. The name of the author may not be used to endorse or promote
 
52
 *      products derived from this software without specific prior
 
53
 *      written permission.
32
54
 */
33
55
 
34
56
#ifndef _IPMI_LOCKS_H