chiark / gitweb /
copyright: Simplify notices (automatic part)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 29 Dec 2021 12:51:23 +0000 (12:51 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 29 Dec 2021 18:34:48 +0000 (18:34 +0000)
commitf3c7e436f5aac9d64cb033b0e0b68706ea423441
tree156329420c01b7a3d610d4c8de28c481e3cc2cf5
parentadd0fadde4a481b07c7394cdd3718ed79f126385
copyright: Simplify notices (automatic part)

Remove dates and list of authors from most file headings.

  $ cat >b
   * userv is copyright Ian Jackson and other contributors.
   * See README for full authorship information.
  $ cat >a
   * userv is
   * Copyright 1996-2017 Ian Jackson <ian@davenant.greenend.org.uk>.
   * Copyright 2000      Ben Harris <bjh21@cam.ac.uk>
   * Copyright 2016-2017 Peter Benie <pjb1008@cam.ac.uk>
  $ git-grep -l 'Copyright 1996-2017 Ian Jackson' | A=$(cat a) B=$(cat b) xargs perl -i~ -pe 'BEGIN { $/=undef; }; s/\Q$ENV{A}\E/$ENV{B}/'
  $

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
16 files changed:
acconfig.h
both.c
both.h
client.c
common.h
config.h.in
daemon.h
debug.c
lib.c
lib.h
overlord.c
parser.c
process.c
servexec.c
tokens.h
tokens.h.m4