|
1 | 1 | /* C:B**************************************************************************
|
2 | 2 | This software is Copyright 2014-2017 Bright Plaza Inc. <[email protected]>
|
3 | 3 |
|
4 |
| -THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS |
5 |
| -OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
6 |
| -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
7 |
| -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE |
8 |
| -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
9 |
| -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
10 |
| -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
11 |
| -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
12 |
| -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
13 |
| -OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
14 |
| -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4 | +This file is part of sedutil. |
| 5 | +
|
| 6 | +sedutil is free software: you can redistribute it and/or modify |
| 7 | +it under the terms of the GNU General Public License as published by |
| 8 | +the Free Software Foundation, either version 3 of the License, or |
| 9 | +(at your option) any later version. |
| 10 | +
|
| 11 | +sedutil is distributed in the hope that it will be useful, |
| 12 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | +GNU General Public License for more details. |
| 15 | +
|
| 16 | +You should have received a copy of the GNU General Public License |
| 17 | +along with sedutil. If not, see <http://www.gnu.org/licenses/>. |
| 18 | +
|
| 19 | + * C:E********************************************************************** */ |
15 | 20 |
|
16 |
| -* C:E********************************************************************** */ |
17 | 21 | #pragma once
|
18 | 22 | /** Print a hexdump of an area of memory
|
19 | 23 | * @param address Starting address for the dump
|
|
0 commit comments