|
1 |
| -/* lock.hpp |
2 |
| - * |
3 |
| - * Copyright (C) 2003 Sawtooth Consulting Ltd. |
4 |
| - * |
5 |
| - * This file is part of yaSSL. |
6 |
| - * |
7 |
| - * yaSSL is free software; you can redistribute it and/or modify |
8 |
| - * it under the terms of the GNU General Public License as published by |
9 |
| - * the Free Software Foundation; either version 2 of the License, or |
10 |
| - * (at your option) any later version. |
11 |
| - * |
12 |
| - * There are special exceptions to the terms and conditions of the GPL as it |
13 |
| - * is applied to yaSSL. View the full text of the exception in the file |
14 |
| - * FLOSS-EXCEPTIONS in the directory of this software distribution. |
15 |
| - * |
16 |
| - * yaSSL is distributed in the hope that it will be useful, |
17 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 |
| - * GNU General Public License for more details. |
20 |
| - * |
21 |
| - * You should have received a copy of the GNU General Public License |
22 |
| - * along with this program; if not, write to the Free Software |
23 |
| - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
24 |
| - */ |
| 1 | +/* |
| 2 | + Copyright (C) 2000-2007 MySQL AB |
| 3 | +
|
| 4 | + This program is free software; you can redistribute it and/or modify |
| 5 | + it under the terms of the GNU General Public License as published by |
| 6 | + the Free Software Foundation; version 2 of the License. |
| 7 | +
|
| 8 | + This program is distributed in the hope that it will be useful, |
| 9 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 11 | + GNU General Public License for more details. |
| 12 | +
|
| 13 | + You should have received a copy of the GNU General Public License |
| 14 | + along with this program; see the file COPYING. If not, write to the |
| 15 | + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
| 16 | + MA 02110-1301 USA. |
| 17 | +*/ |
25 | 18 |
|
26 | 19 | /* lock.hpp provides an os specific Lock, locks mutex on entry and unlocks
|
27 | 20 | * automatically upon exit, no-ops provided for Single Threaded
|
|
0 commit comments