|
1 |
| -#!/usr/bin/python |
2 |
| -#coding:utf-8 |
| 1 | +# SPDX-FileCopyrightText: 2019-present The Firebird Projects <www.firebirdsql.org> |
| 2 | +# |
| 3 | +# SPDX-License-Identifier: MIT |
3 | 4 | #
|
4 | 5 | # PROGRAM/MODULE: firebird-base
|
5 | 6 | # FILE: test/test_hooks.py
|
6 | 7 | # DESCRIPTION: Unit tests for firebird.base.hooks
|
7 | 8 | # CREATED: 14.5.2020
|
8 | 9 | #
|
9 |
| -# Software distributed under the License is distributed AS IS, |
10 |
| -# WITHOUT WARRANTY OF ANY KIND, either express or implied. |
11 |
| -# See the License for the specific language governing rights |
12 |
| -# and limitations under the License. |
| 10 | +# The contents of this file are subject to the MIT License |
| 11 | +# |
| 12 | +# Permission is hereby granted, free of charge, to any person obtaining a copy |
| 13 | +# of this software and associated documentation files (the "Software"), to deal |
| 14 | +# in the Software without restriction, including without limitation the rights |
| 15 | +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 16 | +# copies of the Software, and to permit persons to whom the Software is |
| 17 | +# furnished to do so, subject to the following conditions: |
13 | 18 | #
|
14 |
| -# The Original Code was created by Pavel Cisar |
| 19 | +# The above copyright notice and this permission notice shall be included in all |
| 20 | +# copies or substantial portions of the Software. |
15 | 21 | #
|
16 |
| -# Copyright (c) Pavel Cisar <[email protected]> |
17 |
| -# and all contributors signed below. |
| 22 | +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 23 | +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 24 | +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 25 | +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 26 | +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 27 | +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 28 | +# SOFTWARE. |
18 | 29 | #
|
19 |
| -# All Rights Reserved. |
20 |
| -# Contributor(s): Pavel Císař (original code) |
21 |
| -# ______________________________________. |
| 30 | +# Copyright (c) 2020 Firebird Project (www.firebirdsql.org) |
| 31 | +# All Rights Reserved. |
22 | 32 | #
|
23 |
| -# See LICENSE.TXT for details. |
| 33 | +# Contributor(s): Pavel Císař (original code) |
| 34 | +# ______________________________________. |
24 | 35 |
|
25 | 36 | "Firebird Base - Unit tests for firebird.base.hooks."
|
26 | 37 |
|
|
0 commit comments