|
1 | | -// Copyright (c) International Business Machines Corp. 2019 |
2 | | - |
3 | | -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and |
4 | | -// associated documentation files (the "Software"), to deal in the Software without restriction, |
5 | | -// including without limitation the rights to use, copy, modify, merge, publish, distribute, |
6 | | -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is |
7 | | -// furnished to do so, subject to the following conditions: |
8 | | - |
9 | | -// The above copyright notice and this permission notice shall be included in all copies or |
10 | | -// substantial portions of the Software. |
11 | | - |
12 | | -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT |
13 | | -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
14 | | -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
15 | | -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
16 | | -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
17 | | - |
18 | | -// This file contains the classes that are deprecated in v1.0. The implementations for all of the |
19 | | -// functions in these classes prior to v1.0 are moved into the other classes. The classes contained |
20 | | -// in this file are now wrappers for those calls to enable backward compatability with |
21 | | -// previous versions, but will throw a warning message. When we no longer want to support calling |
22 | | -// these methods through these deprecated class names, we can simple disable this file. |
| 1 | +// Copyright contributors to the nodejs-itoolkit project |
| 2 | +// SPDX-License-Identifier: MIT |
23 | 3 |
|
24 | 4 | /* eslint-disable max-classes-per-file */ |
25 | 5 | /* eslint-disable default-param-last */ |
|
0 commit comments