Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xlint lint: indent copyright lines consistently
details: https://anonhg.NetBSD.org/src/rev/0f4a0c9498d3
branches: trunk
changeset: 377465:0f4a0c9498d3
user: rillig <rillig%NetBSD.org@localhost>
date: Thu Jul 13 08:40:38 2023 +0000
description:
lint: indent copyright lines consistently
diffstat:
usr.bin/xlint/common/emit.c | 6 +++---
usr.bin/xlint/common/externs.h | 4 ++--
usr.bin/xlint/common/inittyp.c | 6 +++---
usr.bin/xlint/common/lint.h | 4 ++--
usr.bin/xlint/common/mem.c | 6 +++---
usr.bin/xlint/common/param.h | 4 ++--
usr.bin/xlint/lint1/cgram.y | 6 +++---
usr.bin/xlint/lint1/decl.c | 6 +++---
usr.bin/xlint/lint1/emit1.c | 6 +++---
usr.bin/xlint/lint1/err.c | 6 +++---
usr.bin/xlint/lint1/externs1.h | 4 ++--
usr.bin/xlint/lint1/func.c | 6 +++---
usr.bin/xlint/lint1/init.c | 6 +++---
usr.bin/xlint/lint1/lex.c | 8 ++++----
usr.bin/xlint/lint1/lint1.h | 4 ++--
usr.bin/xlint/lint1/main1.c | 6 +++---
usr.bin/xlint/lint1/mem1.c | 6 +++---
usr.bin/xlint/lint1/op.h | 4 ++--
usr.bin/xlint/lint1/scan.l | 8 ++++----
usr.bin/xlint/lint1/tree.c | 6 +++---
usr.bin/xlint/lint2/chk.c | 6 +++---
usr.bin/xlint/lint2/emit2.c | 6 +++---
usr.bin/xlint/lint2/externs2.h | 4 ++--
usr.bin/xlint/lint2/hash.c | 6 +++---
usr.bin/xlint/lint2/lint2.h | 4 ++--
usr.bin/xlint/lint2/main2.c | 6 +++---
usr.bin/xlint/lint2/msg.c | 6 +++---
usr.bin/xlint/lint2/read.c | 6 +++---
usr.bin/xlint/xlint/pathnames.h | 4 ++--
usr.bin/xlint/xlint/xlint.c | 6 +++---
30 files changed, 83 insertions(+), 83 deletions(-)
diffs (truncated from 735 to 300 lines):
diff -r f9f407c4d375 -r 0f4a0c9498d3 usr.bin/xlint/common/emit.c
--- a/usr.bin/xlint/common/emit.c Thu Jul 13 08:18:17 2023 +0000
+++ b/usr.bin/xlint/common/emit.c Thu Jul 13 08:40:38 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: emit.c,v 1.21 2023/07/10 13:55:55 rillig Exp $ */
+/* $NetBSD: emit.c,v 1.22 2023/07/13 08:40:38 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -14,7 +14,7 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software developed by Jochen Pohl for
+ * This product includes software developed by Jochen Pohl for
* The NetBSD Project.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID)
-__RCSID("$NetBSD: emit.c,v 1.21 2023/07/10 13:55:55 rillig Exp $");
+__RCSID("$NetBSD: emit.c,v 1.22 2023/07/13 08:40:38 rillig Exp $");
#endif
#include <stdio.h>
diff -r f9f407c4d375 -r 0f4a0c9498d3 usr.bin/xlint/common/externs.h
--- a/usr.bin/xlint/common/externs.h Thu Jul 13 08:18:17 2023 +0000
+++ b/usr.bin/xlint/common/externs.h Thu Jul 13 08:40:38 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: externs.h,v 1.28 2023/07/06 07:59:00 rillig Exp $ */
+/* $NetBSD: externs.h,v 1.29 2023/07/13 08:40:38 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -14,7 +14,7 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software developed by Jochen Pohl for
+ * This product includes software developed by Jochen Pohl for
* The NetBSD Project.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
diff -r f9f407c4d375 -r 0f4a0c9498d3 usr.bin/xlint/common/inittyp.c
--- a/usr.bin/xlint/common/inittyp.c Thu Jul 13 08:18:17 2023 +0000
+++ b/usr.bin/xlint/common/inittyp.c Thu Jul 13 08:40:38 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: inittyp.c,v 1.39 2023/07/08 16:13:00 rillig Exp $ */
+/* $NetBSD: inittyp.c,v 1.40 2023/07/13 08:40:38 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -14,7 +14,7 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software developed by Jochen Pohl for
+ * This product includes software developed by Jochen Pohl for
* The NetBSD Project.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID)
-__RCSID("$NetBSD: inittyp.c,v 1.39 2023/07/08 16:13:00 rillig Exp $");
+__RCSID("$NetBSD: inittyp.c,v 1.40 2023/07/13 08:40:38 rillig Exp $");
#endif
#if defined(IS_LINT1)
diff -r f9f407c4d375 -r 0f4a0c9498d3 usr.bin/xlint/common/lint.h
--- a/usr.bin/xlint/common/lint.h Thu Jul 13 08:18:17 2023 +0000
+++ b/usr.bin/xlint/common/lint.h Thu Jul 13 08:40:38 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lint.h,v 1.41 2023/07/08 16:13:00 rillig Exp $ */
+/* $NetBSD: lint.h,v 1.42 2023/07/13 08:40:38 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -14,7 +14,7 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software developed by Jochen Pohl for
+ * This product includes software developed by Jochen Pohl for
* The NetBSD Project.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
diff -r f9f407c4d375 -r 0f4a0c9498d3 usr.bin/xlint/common/mem.c
--- a/usr.bin/xlint/common/mem.c Thu Jul 13 08:18:17 2023 +0000
+++ b/usr.bin/xlint/common/mem.c Thu Jul 13 08:40:38 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mem.c,v 1.21 2023/01/13 19:41:50 rillig Exp $ */
+/* $NetBSD: mem.c,v 1.22 2023/07/13 08:40:38 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -14,7 +14,7 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software developed by Jochen Pohl for
+ * This product includes software developed by Jochen Pohl for
* The NetBSD Project.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID)
-__RCSID("$NetBSD: mem.c,v 1.21 2023/01/13 19:41:50 rillig Exp $");
+__RCSID("$NetBSD: mem.c,v 1.22 2023/07/13 08:40:38 rillig Exp $");
#endif
#include <stdarg.h>
diff -r f9f407c4d375 -r 0f4a0c9498d3 usr.bin/xlint/common/param.h
--- a/usr.bin/xlint/common/param.h Thu Jul 13 08:18:17 2023 +0000
+++ b/usr.bin/xlint/common/param.h Thu Jul 13 08:40:38 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.12 2023/07/10 09:51:30 rillig Exp $ */
+/* $NetBSD: param.h,v 1.13 2023/07/13 08:40:38 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -14,7 +14,7 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software developed by Jochen Pohl for
+ * This product includes software developed by Jochen Pohl for
* The NetBSD Project.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
diff -r f9f407c4d375 -r 0f4a0c9498d3 usr.bin/xlint/lint1/cgram.y
--- a/usr.bin/xlint/lint1/cgram.y Thu Jul 13 08:18:17 2023 +0000
+++ b/usr.bin/xlint/lint1/cgram.y Thu Jul 13 08:40:38 2023 +0000
@@ -1,5 +1,5 @@
%{
-/* $NetBSD: cgram.y,v 1.459 2023/07/13 07:19:24 rillig Exp $ */
+/* $NetBSD: cgram.y,v 1.460 2023/07/13 08:40:38 rillig Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@@ -16,7 +16,7 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software developed by Jochen Pohl for
+ * This product includes software developed by Jochen Pohl for
* The NetBSD Project.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID)
-__RCSID("$NetBSD: cgram.y,v 1.459 2023/07/13 07:19:24 rillig Exp $");
+__RCSID("$NetBSD: cgram.y,v 1.460 2023/07/13 08:40:38 rillig Exp $");
#endif
#include <limits.h>
diff -r f9f407c4d375 -r 0f4a0c9498d3 usr.bin/xlint/lint1/decl.c
--- a/usr.bin/xlint/lint1/decl.c Thu Jul 13 08:18:17 2023 +0000
+++ b/usr.bin/xlint/lint1/decl.c Thu Jul 13 08:40:38 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: decl.c,v 1.350 2023/07/13 06:41:27 rillig Exp $ */
+/* $NetBSD: decl.c,v 1.351 2023/07/13 08:40:38 rillig Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@@ -15,7 +15,7 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software developed by Jochen Pohl for
+ * This product includes software developed by Jochen Pohl for
* The NetBSD Project.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID)
-__RCSID("$NetBSD: decl.c,v 1.350 2023/07/13 06:41:27 rillig Exp $");
+__RCSID("$NetBSD: decl.c,v 1.351 2023/07/13 08:40:38 rillig Exp $");
#endif
#include <sys/param.h>
diff -r f9f407c4d375 -r 0f4a0c9498d3 usr.bin/xlint/lint1/emit1.c
--- a/usr.bin/xlint/lint1/emit1.c Thu Jul 13 08:18:17 2023 +0000
+++ b/usr.bin/xlint/lint1/emit1.c Thu Jul 13 08:40:38 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: emit1.c,v 1.71 2023/07/02 18:14:44 rillig Exp $ */
+/* $NetBSD: emit1.c,v 1.72 2023/07/13 08:40:38 rillig Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@@ -15,7 +15,7 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software developed by Jochen Pohl for
+ * This product includes software developed by Jochen Pohl for
* The NetBSD Project.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID)
-__RCSID("$NetBSD: emit1.c,v 1.71 2023/07/02 18:14:44 rillig Exp $");
+__RCSID("$NetBSD: emit1.c,v 1.72 2023/07/13 08:40:38 rillig Exp $");
#endif
#include "lint1.h"
diff -r f9f407c4d375 -r 0f4a0c9498d3 usr.bin/xlint/lint1/err.c
--- a/usr.bin/xlint/lint1/err.c Thu Jul 13 08:18:17 2023 +0000
+++ b/usr.bin/xlint/lint1/err.c Thu Jul 13 08:40:38 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: err.c,v 1.211 2023/07/11 20:54:23 rillig Exp $ */
+/* $NetBSD: err.c,v 1.212 2023/07/13 08:40:38 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -14,7 +14,7 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software developed by Jochen Pohl for
+ * This product includes software developed by Jochen Pohl for
* The NetBSD Project.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID)
-__RCSID("$NetBSD: err.c,v 1.211 2023/07/11 20:54:23 rillig Exp $");
+__RCSID("$NetBSD: err.c,v 1.212 2023/07/13 08:40:38 rillig Exp $");
#endif
#include <limits.h>
diff -r f9f407c4d375 -r 0f4a0c9498d3 usr.bin/xlint/lint1/externs1.h
--- a/usr.bin/xlint/lint1/externs1.h Thu Jul 13 08:18:17 2023 +0000
+++ b/usr.bin/xlint/lint1/externs1.h Thu Jul 13 08:40:38 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: externs1.h,v 1.193 2023/07/13 07:19:24 rillig Exp $ */
+/* $NetBSD: externs1.h,v 1.194 2023/07/13 08:40:38 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -14,7 +14,7 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software developed by Jochen Pohl for
+ * This product includes software developed by Jochen Pohl for
* The NetBSD Project.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
diff -r f9f407c4d375 -r 0f4a0c9498d3 usr.bin/xlint/lint1/func.c
--- a/usr.bin/xlint/lint1/func.c Thu Jul 13 08:18:17 2023 +0000
+++ b/usr.bin/xlint/lint1/func.c Thu Jul 13 08:40:38 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: func.c,v 1.169 2023/07/13 07:19:24 rillig Exp $ */
+/* $NetBSD: func.c,v 1.170 2023/07/13 08:40:38 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -14,7 +14,7 @@
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
- * This product includes software developed by Jochen Pohl for
+ * This product includes software developed by Jochen Pohl for
* The NetBSD Project.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID)
-__RCSID("$NetBSD: func.c,v 1.169 2023/07/13 07:19:24 rillig Exp $");
+__RCSID("$NetBSD: func.c,v 1.170 2023/07/13 08:40:38 rillig Exp $");
#endif
#include <stdlib.h>
diff -r f9f407c4d375 -r 0f4a0c9498d3 usr.bin/xlint/lint1/init.c
--- a/usr.bin/xlint/lint1/init.c Thu Jul 13 08:18:17 2023 +0000
+++ b/usr.bin/xlint/lint1/init.c Thu Jul 13 08:40:38 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init.c,v 1.245 2023/07/10 09:51:30 rillig Exp $ */
+/* $NetBSD: init.c,v 1.246 2023/07/13 08:40:38 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -15,7 +15,7 @@
* documentation and/or other materials provided with the distribution.
Home |
Main Index |
Thread Index |
Old Index