summaryrefslogtreecommitdiff
path: root/src/ui/defineescape.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-04-24 12:22:47 +0800
committerIru Cai <mytbk920423@gmail.com>2021-04-24 12:22:47 +0800
commitf154b1c9f43c06c080cf7e0ca76d9ca904675cb8 (patch)
tree8c079622d57c2207861a680c207fd5872ac86f21 /src/ui/defineescape.h
parent73a0a6e4118c6926029edf8850936719870fd5b3 (diff)
downloadfqterm-master.tar.xz
convert license headers to SPDXHEADmaster
Use the following script and find tool: grep 'GNU General Public License' "$1" || exit grep 'either version 2 of the License' "$1" || exit sed -n '/\*\*\*\*\*\//,$p' "$1" > /tmp/src.tmp echo '// SPDX-License-Identifier: GPL-2.0-or-later' > /tmp/src.tmp2 sed -n '2,$p' /tmp/src.tmp >> /tmp/src.tmp2 mv /tmp/src.tmp2 "$1"
Diffstat (limited to 'src/ui/defineescape.h')
-rw-r--r--src/ui/defineescape.h20
1 files changed, 1 insertions, 19 deletions
diff --git a/src/ui/defineescape.h b/src/ui/defineescape.h
index 88367d9..2c74fb4 100644
--- a/src/ui/defineescape.h
+++ b/src/ui/defineescape.h
@@ -1,22 +1,4 @@
-/***************************************************************************
-* fqterm, a terminal emulator for both BBS and *nix. *
-* Copyright (C) 2008 fqterm development group. *
-* *
-* This program is free software; you can redistribute it and/or modify *
-* it under the terms of the GNU General Public License as published by *
-* the Free Software Foundation; either version 2 of the License, or *
-* (at your option) any later version. *
-* *
-* This program is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU General Public License for more details. *
-* *
-* You should have received a copy of the GNU General Public License *
-* along with this program; if not, write to the *
-* Free Software Foundation, Inc., *
-* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. *
-***************************************************************************/
+// SPDX-License-Identifier: GPL-2.0-or-later
#ifndef __FQTERM_DEFINEESCAPE__
#define __FQTERM_DEFINEESCAPE__