Skip to content

Commit 5a33296

Browse files
committed
Fix license text.
1 parent f678544 commit 5a33296

File tree

3 files changed

+50
-39
lines changed

3 files changed

+50
-39
lines changed

Common/DtaAnnotatedDump.cpp

+17-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
/* C:B**************************************************************************
22
This software is Copyright 2014-2017 Bright Plaza Inc. <[email protected]>
33
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.
15-
16-
* C:E********************************************************************** */
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********************************************************************** */
20+
1721

1822
#include "os.h"
1923
#include <stdio.h>

Common/DtaAnnotatedDump.h

+17-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
/* C:B**************************************************************************
22
This software is Copyright 2014-2017 Bright Plaza Inc. <[email protected]>
33
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.
15-
16-
* C:E********************************************************************** */
17-
#pragma once
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********************************************************************** */
20+
1821
#pragma pack(push,1)
1922

2023
typedef union

Common/DtaHexDump.h

+16-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
/* C:B**************************************************************************
22
This software is Copyright 2014-2017 Bright Plaza Inc. <[email protected]>
33
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********************************************************************** */
1520

16-
* C:E********************************************************************** */
1721
#pragma once
1822
/** Print a hexdump of an area of memory
1923
* @param address Starting address for the dump

0 commit comments

Comments
 (0)