Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/indent indent: remove FreeBSD IDs



details:   https://anonhg.NetBSD.org/src/rev/f5b5a0c88356
branches:  trunk
changeset: 365744:f5b5a0c88356
user:      rillig <rillig%NetBSD.org@localhost>
date:      Fri Apr 22 21:21:20 2022 +0000

description:
indent: remove FreeBSD IDs

Most of the IDs were empty anyway.

diffstat:

 tests/usr.bin/indent/Makefile                          |  3 +--
 tests/usr.bin/indent/fmt_block.c                       |  3 +--
 tests/usr.bin/indent/fmt_decl.c                        |  3 +--
 tests/usr.bin/indent/fmt_else_comment.c                |  3 +--
 tests/usr.bin/indent/fmt_expr.c                        |  3 +--
 tests/usr.bin/indent/indent_off_on.c                   |  3 +--
 tests/usr.bin/indent/label.c                           |  3 +--
 tests/usr.bin/indent/lex_char.c                        |  3 +--
 tests/usr.bin/indent/lex_ident.c                       |  3 +--
 tests/usr.bin/indent/lex_string.c                      |  3 +--
 tests/usr.bin/indent/lsym_binary_op.c                  |  3 +--
 tests/usr.bin/indent/lsym_case_label.c                 |  3 +--
 tests/usr.bin/indent/lsym_colon.c                      |  3 +--
 tests/usr.bin/indent/lsym_comma.c                      |  3 +--
 tests/usr.bin/indent/lsym_comment.c                    |  3 +--
 tests/usr.bin/indent/lsym_do.c                         |  3 +--
 tests/usr.bin/indent/lsym_else.c                       |  3 +--
 tests/usr.bin/indent/lsym_eof.c                        |  3 +--
 tests/usr.bin/indent/lsym_for.c                        |  3 +--
 tests/usr.bin/indent/lsym_form_feed.c                  |  3 +--
 tests/usr.bin/indent/lsym_funcname.c                   |  3 +--
 tests/usr.bin/indent/lsym_if.c                         |  3 +--
 tests/usr.bin/indent/lsym_lbrace.c                     |  3 +--
 tests/usr.bin/indent/lsym_lparen_or_lbracket.c         |  3 +--
 tests/usr.bin/indent/lsym_newline.c                    |  3 +--
 tests/usr.bin/indent/lsym_offsetof.c                   |  3 +--
 tests/usr.bin/indent/lsym_period.c                     |  3 +--
 tests/usr.bin/indent/lsym_postfix_op.c                 |  3 +--
 tests/usr.bin/indent/lsym_preprocessing.c              |  3 +--
 tests/usr.bin/indent/lsym_question.c                   |  3 +--
 tests/usr.bin/indent/lsym_rbrace.c                     |  3 +--
 tests/usr.bin/indent/lsym_return.c                     |  3 +--
 tests/usr.bin/indent/lsym_rparen_or_rbracket.c         |  3 +--
 tests/usr.bin/indent/lsym_semicolon.c                  |  3 +--
 tests/usr.bin/indent/lsym_sizeof.c                     |  3 +--
 tests/usr.bin/indent/lsym_storage_class.c              |  3 +--
 tests/usr.bin/indent/lsym_switch.c                     |  3 +--
 tests/usr.bin/indent/lsym_tag.c                        |  3 +--
 tests/usr.bin/indent/lsym_type_in_parentheses.c        |  3 +--
 tests/usr.bin/indent/lsym_type_outside_parentheses.c   |  3 +--
 tests/usr.bin/indent/lsym_typedef.c                    |  3 +--
 tests/usr.bin/indent/lsym_unary_op.c                   |  3 +--
 tests/usr.bin/indent/lsym_while.c                      |  3 +--
 tests/usr.bin/indent/lsym_word.c                       |  3 +--
 tests/usr.bin/indent/opt_P.c                           |  3 +--
 tests/usr.bin/indent/opt_T.c                           |  3 +--
 tests/usr.bin/indent/opt_bacc.c                        |  3 +--
 tests/usr.bin/indent/opt_bad.c                         |  3 +--
 tests/usr.bin/indent/opt_badp.c                        |  3 +--
 tests/usr.bin/indent/opt_bap.c                         |  3 +--
 tests/usr.bin/indent/opt_bap_sob.c                     |  3 +--
 tests/usr.bin/indent/opt_bbb.c                         |  3 +--
 tests/usr.bin/indent/opt_bc.c                          |  3 +--
 tests/usr.bin/indent/opt_bl_br.c                       |  3 +--
 tests/usr.bin/indent/opt_bs.c                          |  3 +--
 tests/usr.bin/indent/opt_c.c                           |  3 +--
 tests/usr.bin/indent/opt_cd.c                          |  3 +--
 tests/usr.bin/indent/opt_cdb.c                         |  3 +--
 tests/usr.bin/indent/opt_ce.c                          |  3 +--
 tests/usr.bin/indent/opt_ci.c                          |  3 +--
 tests/usr.bin/indent/opt_cli.c                         |  3 +--
 tests/usr.bin/indent/opt_cs.c                          |  3 +--
 tests/usr.bin/indent/opt_d.c                           |  3 +--
 tests/usr.bin/indent/opt_di.c                          |  3 +--
 tests/usr.bin/indent/opt_dj.c                          |  3 +--
 tests/usr.bin/indent/opt_eei.c                         |  3 +--
 tests/usr.bin/indent/opt_ei.c                          |  3 +--
 tests/usr.bin/indent/opt_fbs.c                         |  3 +--
 tests/usr.bin/indent/opt_fc1.c                         |  3 +--
 tests/usr.bin/indent/opt_fcb.c                         |  3 +--
 tests/usr.bin/indent/opt_i.c                           |  3 +--
 tests/usr.bin/indent/opt_ip.c                          |  3 +--
 tests/usr.bin/indent/opt_l.c                           |  3 +--
 tests/usr.bin/indent/opt_lc.c                          |  3 +--
 tests/usr.bin/indent/opt_ldi.c                         |  3 +--
 tests/usr.bin/indent/opt_lp.c                          |  3 +--
 tests/usr.bin/indent/opt_lpl.c                         |  3 +--
 tests/usr.bin/indent/opt_pcs.c                         |  3 +--
 tests/usr.bin/indent/opt_psl.c                         |  3 +--
 tests/usr.bin/indent/opt_sc.c                          |  3 +--
 tests/usr.bin/indent/opt_sob.c                         |  3 +--
 tests/usr.bin/indent/opt_ta.c                          |  3 +--
 tests/usr.bin/indent/opt_ts.c                          |  3 +--
 tests/usr.bin/indent/opt_ut.c                          |  3 +--
 tests/usr.bin/indent/opt_v.c                           |  3 +--
 tests/usr.bin/indent/opt_version.c                     |  3 +--
 tests/usr.bin/indent/ps_ind_level.c                    |  3 +--
 tests/usr.bin/indent/psym_decl.c                       |  3 +--
 tests/usr.bin/indent/psym_do.c                         |  3 +--
 tests/usr.bin/indent/psym_do_stmt.c                    |  3 +--
 tests/usr.bin/indent/psym_else.c                       |  3 +--
 tests/usr.bin/indent/psym_for_exprs.c                  |  3 +--
 tests/usr.bin/indent/psym_if_expr.c                    |  3 +--
 tests/usr.bin/indent/psym_if_expr_stmt.c               |  3 +--
 tests/usr.bin/indent/psym_if_expr_stmt_else.c          |  3 +--
 tests/usr.bin/indent/psym_lbrace.c                     |  3 +--
 tests/usr.bin/indent/psym_rbrace.c                     |  3 +--
 tests/usr.bin/indent/psym_semicolon.c                  |  3 +--
 tests/usr.bin/indent/psym_stmt.c                       |  3 +--
 tests/usr.bin/indent/psym_stmt_list.c                  |  3 +--
 tests/usr.bin/indent/psym_switch_expr.c                |  3 +--
 tests/usr.bin/indent/psym_while_expr.c                 |  3 +--
 tests/usr.bin/indent/t_errors.sh                       |  4 +---
 tests/usr.bin/indent/t_misc.sh                         |  4 +---
 tests/usr.bin/indent/t_options.awk                     |  4 +---
 tests/usr.bin/indent/t_options.sh                      |  4 +---
 tests/usr.bin/indent/token_binary_op.c                 |  3 +--
 tests/usr.bin/indent/token_comment.c                   |  3 +--
 tests/usr.bin/indent/token_decl.c                      |  3 +--
 tests/usr.bin/indent/token_do_stmt.c                   |  3 +--
 tests/usr.bin/indent/token_end_of_file.c               |  3 +--
 tests/usr.bin/indent/token_for_exprs.c                 |  3 +--
 tests/usr.bin/indent/token_form_feed.c                 |  3 +--
 tests/usr.bin/indent/token_funcname.c                  |  3 +--
 tests/usr.bin/indent/token_ident.c                     |  3 +--
 tests/usr.bin/indent/token_if_expr.c                   |  3 +--
 tests/usr.bin/indent/token_if_expr_stmt.c              |  3 +--
 tests/usr.bin/indent/token_if_expr_stmt_else.c         |  3 +--
 tests/usr.bin/indent/token_keyword_do.c                |  3 +--
 tests/usr.bin/indent/token_keyword_do_else.c           |  3 +--
 tests/usr.bin/indent/token_keyword_else.c              |  3 +--
 tests/usr.bin/indent/token_keyword_for_if_while.c      |  3 +--
 tests/usr.bin/indent/token_keyword_struct_union_enum.c |  4 +---
 tests/usr.bin/indent/token_lbrace.c                    |  3 +--
 tests/usr.bin/indent/token_lparen.c                    |  3 +--
 tests/usr.bin/indent/token_newline.c                   |  3 +--
 tests/usr.bin/indent/token_period.c                    |  3 +--
 tests/usr.bin/indent/token_postfix_op.c                |  3 +--
 tests/usr.bin/indent/token_preprocessing.c             |  3 +--
 tests/usr.bin/indent/token_rbrace.c                    |  3 +--
 tests/usr.bin/indent/token_rparen.c                    |  3 +--
 tests/usr.bin/indent/token_semicolon.c                 |  3 +--
 tests/usr.bin/indent/token_stmt.c                      |  3 +--
 tests/usr.bin/indent/token_stmt_list.c                 |  3 +--
 tests/usr.bin/indent/token_storage_class.c             |  3 +--
 tests/usr.bin/indent/token_string_prefix.c             |  3 +--
 tests/usr.bin/indent/token_switch_expr.c               |  3 +--
 tests/usr.bin/indent/token_type_def.c                  |  3 +--
 tests/usr.bin/indent/token_unary_op.c                  |  3 +--
 tests/usr.bin/indent/token_while_expr.c                |  3 +--
 usr.bin/indent/parse.c                                 |  4 ++--
 141 files changed, 142 insertions(+), 287 deletions(-)

diffs (truncated from 1468 to 300 lines):

diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/Makefile
--- a/tests/usr.bin/indent/Makefile     Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/Makefile     Fri Apr 22 21:21:20 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.39 2021/11/28 16:20:13 rillig Exp $
+#      $NetBSD: Makefile,v 1.40 2022/04/22 21:21:20 rillig Exp $
 
 .include <bsd.own.mk>
 
@@ -161,7 +161,6 @@
        echo "=> Adding test $$test"; \
        printf '%s\n' \
                '/* $$''NetBSD$$ */' \
-               '/* $$''FreeBSD$$ */' \
                '' \
                '/*' \
                ' * TODO: Explain the purpose of the test.' \
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/fmt_block.c
--- a/tests/usr.bin/indent/fmt_block.c  Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/fmt_block.c  Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: fmt_block.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: fmt_block.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for formatting blocks of statements and declarations.
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/fmt_decl.c
--- a/tests/usr.bin/indent/fmt_decl.c   Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/fmt_decl.c   Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/*     $NetBSD: fmt_decl.c,v 1.32 2021/11/27 20:33:39 rillig Exp $     */
-/* $FreeBSD: head/usr.bin/indent/tests/declarations.0 334478 2018-06-01 09:41:15Z pstef $ */
+/*     $NetBSD: fmt_decl.c,v 1.33 2022/04/22 21:21:20 rillig Exp $     */
 
 /*
  * Tests for declarations of global variables, external functions, and local
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/fmt_else_comment.c
--- a/tests/usr.bin/indent/fmt_else_comment.c   Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/fmt_else_comment.c   Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/*     $NetBSD: fmt_else_comment.c,v 1.2 2021/11/19 22:24:29 rillig Exp $      */
-/* $FreeBSD: head/usr.bin/indent/tests/elsecomment.0.pro 314613 2017-03-03 20:15:22Z ngie $ */
+/*     $NetBSD: fmt_else_comment.c,v 1.3 2022/04/22 21:21:20 rillig Exp $      */
 
 /*
  * Tests for comments after 'if (expr)' and 'else'. If the option '-br' is
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/fmt_expr.c
--- a/tests/usr.bin/indent/fmt_expr.c   Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/fmt_expr.c   Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: fmt_expr.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: fmt_expr.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for all kinds of expressions that are not directly related to unary
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/indent_off_on.c
--- a/tests/usr.bin/indent/indent_off_on.c      Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/indent_off_on.c      Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: indent_off_on.c,v 1.6 2021/11/25 17:10:53 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: indent_off_on.c,v 1.7 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the comments 'INDENT OFF' and 'INDENT ON', which temporarily
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/label.c
--- a/tests/usr.bin/indent/label.c      Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/label.c      Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/*     $NetBSD: label.c,v 1.2 2021/11/20 11:13:18 rillig Exp $ */
-/* $FreeBSD: head/usr.bin/indent/tests/label.0 313544 2017-02-10 09:31:39Z pstef $ */
+/*     $NetBSD: label.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
 
 /* See FreeBSD r303489 */
 
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lex_char.c
--- a/tests/usr.bin/indent/lex_char.c   Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lex_char.c   Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lex_char.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lex_char.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Test lexing of character constants.
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lex_ident.c
--- a/tests/usr.bin/indent/lex_ident.c  Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lex_ident.c  Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lex_ident.c,v 1.3 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lex_ident.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Test lexing of word-like tokens, such as keywords, identifiers, numeric
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lex_string.c
--- a/tests/usr.bin/indent/lex_string.c Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lex_string.c Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lex_string.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lex_string.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Test lexing of string literals.
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_binary_op.c
--- a/tests/usr.bin/indent/lsym_binary_op.c     Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_binary_op.c     Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_binary_op.c,v 1.2 2021/11/25 17:46:51 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_binary_op.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_binary_op, which represents a binary operator in
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_case_label.c
--- a/tests/usr.bin/indent/lsym_case_label.c    Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_case_label.c    Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_case_label.c,v 1.4 2021/11/28 16:05:59 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_case_label.c,v 1.5 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_case_label, which represents either the keyword
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_colon.c
--- a/tests/usr.bin/indent/lsym_colon.c Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_colon.c Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_colon.c,v 1.3 2021/11/28 16:05:59 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_colon.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_colon, which represents a ':' in these contexts:
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_comma.c
--- a/tests/usr.bin/indent/lsym_comma.c Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_comma.c Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_comma.c,v 1.3 2021/11/28 15:26:22 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_comma.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_comma, which represents a ',' in these contexts:
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_comment.c
--- a/tests/usr.bin/indent/lsym_comment.c       Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_comment.c       Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_comment.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_comment.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_comment, which starts a comment.
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_do.c
--- a/tests/usr.bin/indent/lsym_do.c    Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_do.c    Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_do.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_do.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_do, which represents the keyword 'do' that starts
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_else.c
--- a/tests/usr.bin/indent/lsym_else.c  Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_else.c  Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_else.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_else.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_else, which represents the keyword 'else' in an
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_eof.c
--- a/tests/usr.bin/indent/lsym_eof.c   Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_eof.c   Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_eof.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_eof.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_eof, which represents the end of the input file.
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_for.c
--- a/tests/usr.bin/indent/lsym_for.c   Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_for.c   Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_for.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_for.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_for, which represents the keyword 'for' that
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_form_feed.c
--- a/tests/usr.bin/indent/lsym_form_feed.c     Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_form_feed.c     Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_form_feed.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_form_feed.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_form_feed, which represents a form feed, a special
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_funcname.c
--- a/tests/usr.bin/indent/lsym_funcname.c      Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_funcname.c      Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_funcname.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_funcname.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_funcname, which is an identifier that is followed
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_if.c
--- a/tests/usr.bin/indent/lsym_if.c    Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_if.c    Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_if.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_if.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_if, which represents the keyword 'if' that starts
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_lbrace.c
--- a/tests/usr.bin/indent/lsym_lbrace.c        Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_lbrace.c        Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_lbrace.c,v 1.3 2022/02/13 11:07:48 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_lbrace.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_lbrace, which represents a '{' in these contexts:
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_lparen_or_lbracket.c
--- a/tests/usr.bin/indent/lsym_lparen_or_lbracket.c    Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_lparen_or_lbracket.c    Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_lparen_or_lbracket.c,v 1.3 2022/02/13 12:04:37 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_lparen_or_lbracket.c,v 1.4 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_lparen_or_lbracket, which represents a '(' or '['
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_newline.c
--- a/tests/usr.bin/indent/lsym_newline.c       Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_newline.c       Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_newline.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_newline.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_newline, which represents a forced line break in
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_offsetof.c
--- a/tests/usr.bin/indent/lsym_offsetof.c      Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_offsetof.c      Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_offsetof.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_offsetof.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_offsetof, which represents the keyword 'offsetof'
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_period.c
--- a/tests/usr.bin/indent/lsym_period.c        Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_period.c        Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_period.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_period.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_period, which represents '.' in these contexts:
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_postfix_op.c
--- a/tests/usr.bin/indent/lsym_postfix_op.c    Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_postfix_op.c    Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_postfix_op.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_postfix_op.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_postfix_op, which represents the operators '++'
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_preprocessing.c
--- a/tests/usr.bin/indent/lsym_preprocessing.c Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_preprocessing.c Fri Apr 22 21:21:20 2022 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: lsym_preprocessing.c,v 1.2 2021/11/20 16:54:17 rillig Exp $ */
-/* $FreeBSD$ */
+/* $NetBSD: lsym_preprocessing.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
 
 /*
  * Tests for the token lsym_preprocessing, which represents a '#' that starts
diff -r 7e4a1c4dab6f -r f5b5a0c88356 tests/usr.bin/indent/lsym_question.c
--- a/tests/usr.bin/indent/lsym_question.c      Fri Apr 22 21:21:10 2022 +0000
+++ b/tests/usr.bin/indent/lsym_question.c      Fri Apr 22 21:21:20 2022 +0000



Home | Main Index | Thread Index | Old Index