diff options
author | Andy Wingo <wingo@pobox.com> | 2018-06-20 19:17:06 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2018-06-20 19:17:06 +0200 |
commit | 791eb0c01ad91edc9c91049af6ba435f15dbfa68 (patch) | |
tree | f04e99fea42e5ebef4eb5ad91fe83f3924f9130d /configure.ac | |
parent | dd8add2fa026e38aed2abd75ba7a394d9923fc3c (diff) | |
download | guile-791eb0c01ad91edc9c91049af6ba435f15dbfa68.tar.gz |
Remove (C) from copyright statements
As the FSF advises, 'There is no legal significance to using the
three-character sequence “(C)”, but it does no harm.' It does take up
space though! For that reason, we remove it here from our C files.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 796680397..716831c1a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl define(GUILE_CONFIGURE_COPYRIGHT,[[ -Copyright (C) 1998-2018 Free Software Foundation, Inc. +Copyright 1998-2018 Free Software Foundation, Inc. This file is part of GUILE |