aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi/common/win/OldCC/autolock.hxx
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2016-11-29 01:46:21 -0500
committerTom Yu <tlyu@mit.edu>2017-01-09 15:16:36 -0500
commitc5eb1e3ebc448747251c3d967497f662cedbcde7 (patch)
treed8b01f70cce05c580090986a7055f76b7af6268e /src/ccapi/common/win/OldCC/autolock.hxx
parent39800f15888135f4df337f9b6f97595c75b385ad (diff)
downloadkrb5-c5eb1e3ebc448747251c3d967497f662cedbcde7.zip
krb5-c5eb1e3ebc448747251c3d967497f662cedbcde7.tar.gz
krb5-c5eb1e3ebc448747251c3d967497f662cedbcde7.tar.bz2
Relicense ccapi/common/win/OldCC/autolock.hxx
With permission from Danilo Almeida, change the license on autolock.hxx to the 2-clause BSD license used by MIT krb5. (cherry picked from commit 90bfe396781c3b2a427c95dd2e58a234027ff269) ticket: 8520 version_fixed: 1.14.5
Diffstat (limited to 'src/ccapi/common/win/OldCC/autolock.hxx')
-rw-r--r--src/ccapi/common/win/OldCC/autolock.hxx50
1 files changed, 28 insertions, 22 deletions
diff --git a/src/ccapi/common/win/OldCC/autolock.hxx b/src/ccapi/common/win/OldCC/autolock.hxx
index 45b881e..b88172d 100644
--- a/src/ccapi/common/win/OldCC/autolock.hxx
+++ b/src/ccapi/common/win/OldCC/autolock.hxx
@@ -1,26 +1,32 @@
+/* ccapi/common/win/OldCC/autolock.hxx */
/*
-
- Copyright (C) 1998 Danilo Almeida. All rights reserved.
-
- automatic stack-based locking object
-
- This file is part of FIFS (Framework for Implementing File Systems).
-
- This software is distributed with NO WARRANTY OF ANY KIND. No
- author or distributor accepts any responsibility for the
- consequences of using it, or for whether it serves any particular
- purpose or works at all, unless he or she says so in writing.
- Refer to the included modified Alladin Free Public License (the
- "License") for full details.
-
- Every copy of this software must include a copy of the License, in
- a plain ASCII text file named COPYING. The License grants you the
- right to copy, modify and redistribute this software, but only
- under certain conditions described in the License. Among other
- things, the License requires that the copyright notice and this
- notice be preserved on all copies.
-
-*/
+ * Copyright (C) 1998 by Danilo Almeida. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * * Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ *
+ * * Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in
+ * the documentation and/or other materials provided with the
+ * distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+ * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
#ifndef __AUTOLOCK_HXX__
#define __AUTOLOCK_HXX__