From dc696afe038e1d6c2648b1c3d68009bc7ca23c0c Mon Sep 17 00:00:00 2001 From: Masanori Ogino Date: Wed, 29 Nov 2023 10:11:16 +0900 Subject: [PATCH] sj3dic: Use unified license boilerplate Signed-off-by: Masanori Ogino --- sj3dic/codecnv.c | 10 +++------- sj3dic/dictdisp.c | 10 +++------- sj3dic/dictmake.c | 10 +++------- sj3dic/hinsi.c | 10 +++------- sj3dic/sj3dic.c | 12 +++--------- sj3dic/sj3err.c | 10 +++------- sj3dic/sjctype.h | 10 +++------- sj3dic/sjrc.c | 10 +++------- sj3dic/sjtool.h | 10 +++------- 9 files changed, 27 insertions(+), 65 deletions(-) diff --git a/sj3dic/codecnv.c b/sj3dic/codecnv.c index 968e980..07568f2 100644 --- a/sj3dic/codecnv.c +++ b/sj3dic/codecnv.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1991-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: codecnv.c,v $ - * $SonyRevision: 1.3 $ - * $SonyDate: 1997/01/23 11:26:31 $ - */ diff --git a/sj3dic/dictdisp.c b/sj3dic/dictdisp.c index cc97b70..1219ef0 100644 --- a/sj3dic/dictdisp.c +++ b/sj3dic/dictdisp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1991-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: dictdisp.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:34 $ - */ diff --git a/sj3dic/dictmake.c b/sj3dic/dictmake.c index 0aa3bbb..134ca35 100644 --- a/sj3dic/dictmake.c +++ b/sj3dic/dictmake.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1991-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: dictmake.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:35 $ - */ diff --git a/sj3dic/hinsi.c b/sj3dic/hinsi.c index dbc3e12..7f4d505 100644 --- a/sj3dic/hinsi.c +++ b/sj3dic/hinsi.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1991-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: hinsi.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:36 $ - */ diff --git a/sj3dic/sj3dic.c b/sj3dic/sj3dic.c index c208200..2122829 100644 --- a/sj3dic/sj3dic.c +++ b/sj3dic/sj3dic.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1991-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: sj3dic.c,v $ - * $SonyRevision: 1.2 $ - * $SonyDate: 1996/02/15 02:22:58 $ - * - * $Id$ - */ #include "sj_sysvdef.h" diff --git a/sj3dic/sj3err.c b/sj3dic/sj3err.c index 366c4d4..0919021 100644 --- a/sj3dic/sj3err.c +++ b/sj3dic/sj3err.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1991-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: sj3err.c,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:38 $ - */ diff --git a/sj3dic/sjctype.h b/sj3dic/sjctype.h index 1b13e21..0c66d6f 100644 --- a/sj3dic/sjctype.h +++ b/sj3dic/sjctype.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1991-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: sjctype.h,v $ - * $SonyRevision: 1.1 $ - * $SonyDate: 1994/06/03 08:03:39 $ - */ diff --git a/sj3dic/sjrc.c b/sj3dic/sjrc.c index 492890c..138c079 100644 --- a/sj3dic/sjrc.c +++ b/sj3dic/sjrc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1991-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.3 $ - * $SonyDate: 1997/01/23 11:26:31 $ - */ diff --git a/sj3dic/sjtool.h b/sj3dic/sjtool.h index 70dfc52..2dc7525 100644 --- a/sj3dic/sjtool.h +++ b/sj3dic/sjtool.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: MIT-open-group + * * Copyright (c) 1991-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: sjtool.h,v $ - * $SonyRevision: 1.2 $ - * $SonyDate: 1996/02/15 02:22:59 $ - */ #if defined(__NetBSD__) #define LACKOF_SETLOCALE