From a0c510a39a98f8ffa66694a38e064bd3c0b55520 Mon Sep 17 00:00:00 2001 From: Masanori Ogino Date: Wed, 29 Nov 2023 10:21:02 +0900 Subject: [PATCH] sj3: Use unified license boilerplate Signed-off-by: Masanori Ogino --- sj3/Imakefile | 9 +++------ sj3/News.cvt | 8 +------- sj3/Nwp511.cvt | 7 +------ sj3/Nwp517.cvt | 7 +------ sj3/Sjrc | 8 +------- sj3/Sjrk | 7 +------ sj3/Xterm.cvt | 7 +------ sj3/code.c | 10 +++------- sj3/common.c | 10 +++------- sj3/conv.c | 10 +++------- sj3/display.c | 10 +++------- sj3/douon.c | 10 +++------- sj3/edit.c | 10 +++------- sj3/etc.c | 10 +++------- sj3/eucmessage.c | 10 +++------- sj3/funckey.c | 12 +++--------- sj3/henkan.c | 10 +++------- sj3/kigou.c | 10 +++------- sj3/libif.c | 10 +++------- sj3/nmttyslot.c | 10 +++------- sj3/romaji.c | 10 +++------- sj3/screen.c | 10 +++------- sj3/sj3.c | 10 +++------- sj3/sj3ver.c | 10 +++------- sj3/sjgetchar.c | 10 +++------- sj3/sjrc.c | 10 +++------- sj3/stat_conv.c | 10 +++------- sj3/term.c | 10 +++------- sj3/toroku.c | 10 +++------- sj3/ttytest/ttytest.c | 10 +++------- sj3/version.c | 10 +++------- 31 files changed, 81 insertions(+), 214 deletions(-) diff --git a/sj3/Imakefile b/sj3/Imakefile index f3ccf6f..3d4f2de 100644 --- a/sj3/Imakefile +++ b/sj3/Imakefile @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -26,11 +28,6 @@ * from Sony Corporation. */ -/* - * $SonyRCSfile: Imakefile,v $ - * $SonyRevision: 1.3 $ - * $SonyDate: 1997/01/23 11:20:53 $ - */ #include "../sj3.tmpl" diff --git a/sj3/News.cvt b/sj3/News.cvt index 230c7bb..b4b1a3e 100644 --- a/sj3/News.cvt +++ b/sj3/News.cvt @@ -1,3 +1,4 @@ +## SPDX-License-Identifier: MIT-open-group ## ## Copyright (c) 1994 Sony Corporation ## @@ -24,13 +25,6 @@ ## shall not be used in advertising or otherwise to promote the sale, use ## or other dealings in this Software without prior written authorization ## from Sony Corporation. -## - -## -## $SonyRCSfile: News.cvt,v $ -## $SonyRevision: 1.1 $ -## $SonyDate: 1994/06/03 08:03:02 $ -## # sj3 command key alias file # for console diff --git a/sj3/Nwp511.cvt b/sj3/Nwp511.cvt index 4f9d99b..d932f8b 100644 --- a/sj3/Nwp511.cvt +++ b/sj3/Nwp511.cvt @@ -1,3 +1,4 @@ +## SPDX-License-Identifier: MIT-open-group ## ## Copyright (c) 1994 Sony Corporation ## @@ -24,13 +25,7 @@ ## shall not be used in advertising or otherwise to promote the sale, use ## or other dealings in this Software without prior written authorization ## from Sony Corporation. -## -## -## $SonyRCSfile: Nwp511.cvt,v $ -## $SonyRevision: 1.1 $ -## $SonyDate: 1994/06/03 08:03:03 $ -## # sj3 command key alias file # for nwp511 # diff --git a/sj3/Nwp517.cvt b/sj3/Nwp517.cvt index d5db372..47db57a 100644 --- a/sj3/Nwp517.cvt +++ b/sj3/Nwp517.cvt @@ -1,3 +1,4 @@ +## SPDX-License-Identifier: MIT-open-group ## ## Copyright (c) 1994 Sony Corporation ## @@ -24,13 +25,7 @@ ## shall not be used in advertising or otherwise to promote the sale, use ## or other dealings in this Software without prior written authorization ## from Sony Corporation. -## -## -## $SonyRCSfile: Nwp517.cvt,v $ -## $SonyRevision: 1.1 $ -## $SonyDate: 1994/06/03 08:03:05 $ -## # sj3 command key alias file # for nwp517 # diff --git a/sj3/Sjrc b/sj3/Sjrc index 879eccb..e1f4ac6 100644 --- a/sj3/Sjrc +++ b/sj3/Sjrc @@ -1,3 +1,4 @@ +## SPDX-License-Identifier: MIT-open-group ## ## Copyright (c) 1994 Sony Corporation ## @@ -24,13 +25,6 @@ ## shall not be used in advertising or otherwise to promote the sale, use ## or other dealings in this Software without prior written authorization ## from Sony Corporation. -## - -## -## $SonyRCSfile: Sjrc,v $ -## $SonyRevision: 1.1 $ -## $SonyDate: 1994/06/03 08:03:06 $ -## # SJ3用セット・アップ・ファイル # .sjrc file sample diff --git a/sj3/Sjrk b/sj3/Sjrk index f9daac5..c737d66 100644 --- a/sj3/Sjrk +++ b/sj3/Sjrk @@ -1,3 +1,4 @@ +## SPDX-License-Identifier: MIT-open-group ## ## Copyright (c) 1994 Sony Corporation ## @@ -24,13 +25,7 @@ ## shall not be used in advertising or otherwise to promote the sale, use ## or other dealings in this Software without prior written authorization ## from Sony Corporation. -## -## -## $SonyRCSfile: Sjrk,v $ -## $SonyRevision: 1.1 $ -## $SonyDate: 1994/06/03 08:03:07 $ -## # # ローマ字かな変換規則定義ファイル # デフォルトファイル diff --git a/sj3/Xterm.cvt b/sj3/Xterm.cvt index 27013bd..5ac5359 100644 --- a/sj3/Xterm.cvt +++ b/sj3/Xterm.cvt @@ -1,3 +1,4 @@ +## SPDX-License-Identifier: MIT-open-group ## ## Copyright (c) 1994 Sony Corporation ## @@ -24,13 +25,7 @@ ## shall not be used in advertising or otherwise to promote the sale, use ## or other dealings in this Software without prior written authorization ## from Sony Corporation. -## -## -## $SonyRCSfile: Xterm.cvt,v $ -## $SonyRevision: 1.1 $ -## $SonyDate: 1994/06/03 08:03:08 $ -## # sj3 command key alias file # for xterm # diff --git a/sj3/code.c b/sj3/code.c index 05bf0c1..984a277 100644 --- a/sj3/code.c +++ b/sj3/code.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: code.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:09 $ - */ diff --git a/sj3/common.c b/sj3/common.c index cc709b8..9d0d2b9 100644 --- a/sj3/common.c +++ b/sj3/common.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: common.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:10 $ - */ diff --git a/sj3/conv.c b/sj3/conv.c index f8e722c..bef61bb 100644 --- a/sj3/conv.c +++ b/sj3/conv.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: conv.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:11 $ - */ diff --git a/sj3/display.c b/sj3/display.c index 4aeccab..b0e9e0d 100644 --- a/sj3/display.c +++ b/sj3/display.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: display.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:12 $ - */ diff --git a/sj3/douon.c b/sj3/douon.c index eb36122..cea29d4 100644 --- a/sj3/douon.c +++ b/sj3/douon.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: douon.c,v $ - * $SonyRevision: 1.2 $ - * $SonyDate: 1996/02/23 11:04:02 $ - */ diff --git a/sj3/edit.c b/sj3/edit.c index 2bca10c..06accf0 100644 --- a/sj3/edit.c +++ b/sj3/edit.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: edit.c,v $ - * $SonyRevision: 1.2 $ - * $SonyDate: 1997/01/23 11:09:36 $ - */ diff --git a/sj3/etc.c b/sj3/etc.c index 484ad5d..63178c5 100644 --- a/sj3/etc.c +++ b/sj3/etc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: etc.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:15 $ - */ diff --git a/sj3/eucmessage.c b/sj3/eucmessage.c index 837b59d..fea5c74 100644 --- a/sj3/eucmessage.c +++ b/sj3/eucmessage.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: eucmessage.c,v $ - * $SonyRevision: 1.2 $ - * $SonyDate: 1994/12/09 11:27:08 $ - */ diff --git a/sj3/funckey.c b/sj3/funckey.c index e6781ae..cbe35f5 100644 --- a/sj3/funckey.c +++ b/sj3/funckey.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,16 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: funckey.c,v $ - * $SonyRevision: 1.3 $ - * $SonyDate: 1997/01/23 11:20:53 $ - * - * $Id: funckey.c,v 1.3 2004/07/04 08:38:33 hiroo Exp $ - */ #include diff --git a/sj3/henkan.c b/sj3/henkan.c index 64446ce..fca093d 100644 --- a/sj3/henkan.c +++ b/sj3/henkan.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: henkan.c,v $ - * $SonyRevision: 1.2 $ - * $SonyDate: 1997/01/23 11:09:37 $ - */ diff --git a/sj3/kigou.c b/sj3/kigou.c index 31fe396..e0fc917 100644 --- a/sj3/kigou.c +++ b/sj3/kigou.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: kigou.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:19 $ - */ diff --git a/sj3/libif.c b/sj3/libif.c index b0118cc..42b58ad 100644 --- a/sj3/libif.c +++ b/sj3/libif.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: libif.c,v $ - * $SonyRevision: 1.3 $ - * $SonyDate: 1996/02/23 11:04:02 $ - */ #include "sj_sysvdef.h" diff --git a/sj3/nmttyslot.c b/sj3/nmttyslot.c index 7429962..e968c48 100644 --- a/sj3/nmttyslot.c +++ b/sj3/nmttyslot.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: nmttyslot.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:20 $ - */ diff --git a/sj3/romaji.c b/sj3/romaji.c index b6ea022..d261d13 100644 --- a/sj3/romaji.c +++ b/sj3/romaji.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: romaji.c,v $ - * $SonyRevision: 1.2 $ - * $SonyDate: 1997/01/23 11:09:37 $ - */ diff --git a/sj3/screen.c b/sj3/screen.c index 25e7cc5..d9bb2aa 100644 --- a/sj3/screen.c +++ b/sj3/screen.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: screen.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:22 $ - */ diff --git a/sj3/sj3.c b/sj3/sj3.c index 3f27e16..69297ae 100644 --- a/sj3/sj3.c +++ b/sj3/sj3.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: sj3.c,v $ - * $SonyRevision: 1.7 $ - * $SonyDate: 1997/01/23 11:26:30 $ - */ diff --git a/sj3/sj3ver.c b/sj3/sj3ver.c index 1fd0e87..84bc8ec 100644 --- a/sj3/sj3ver.c +++ b/sj3/sj3ver.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: sj3ver.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:24 $ - */ diff --git a/sj3/sjgetchar.c b/sj3/sjgetchar.c index f4d8117..226dcd7 100644 --- a/sj3/sjgetchar.c +++ b/sj3/sjgetchar.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: sjgetchar.c,v $ - * $SonyRevision: 1.5 $ - * $SonyDate: 1997/01/23 11:26:31 $ - */ diff --git a/sj3/sjrc.c b/sj3/sjrc.c index f5cacd8..216fbde 100644 --- a/sj3/sjrc.c +++ b/sj3/sjrc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: sjrc.c,v $ - * $SonyRevision: 1.4 $ - * $SonyDate: 1997/01/23 11:20:54 $ - */ diff --git a/sj3/stat_conv.c b/sj3/stat_conv.c index d242c3a..4492e56 100644 --- a/sj3/stat_conv.c +++ b/sj3/stat_conv.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: stat_conv.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:28 $ - */ diff --git a/sj3/term.c b/sj3/term.c index c640812..3983980 100644 --- a/sj3/term.c +++ b/sj3/term.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: term.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:29 $ - */ diff --git a/sj3/toroku.c b/sj3/toroku.c index 61d7112..600cc4f 100644 --- a/sj3/toroku.c +++ b/sj3/toroku.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: toroku.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:29 $ - */ diff --git a/sj3/ttytest/ttytest.c b/sj3/ttytest/ttytest.c index d1c0d82..7543917 100644 --- a/sj3/ttytest/ttytest.c +++ b/sj3/ttytest/ttytest.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: ttytest.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:31 $ - */ #include diff --git a/sj3/version.c b/sj3/version.c index ebbfb9a..d88fc38 100644 --- a/sj3/version.c +++ b/sj3/version.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1994 Sony Corporation * * Permission is hereby granted, free of charge, to any person obtaining @@ -24,14 +26,8 @@ * shall not be used in advertising or otherwise to promote the sale, use * or other dealings in this Software without prior written authorization * from Sony Corporation. - * */ -/* - * $SonyRCSfile: version.c,v $ - * $SonyRevision: 1.10 $ - * $SonyDate: 1996/02/23 11:04:02 $ - */