From 791eb0c01ad91edc9c91049af6ba435f15dbfa68 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 20 Jun 2018 19:17:06 +0200 Subject: Remove (C) from copyright statements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- libguile/generalized-arrays.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libguile/generalized-arrays.c') diff --git a/libguile/generalized-arrays.c b/libguile/generalized-arrays.c index 0c0b72dc4..963a42dd8 100644 --- a/libguile/generalized-arrays.c +++ b/libguile/generalized-arrays.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-1998,2000-2006,2009-2010,2013-2014,2018 +/* Copyright 1995-1998,2000-2006,2009-2010,2013-2014,2018 * Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or -- cgit v1.2.3