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/array-map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libguile/array-map.c') diff --git a/libguile/array-map.c b/libguile/array-map.c index bb36e29a1..cef06d71f 100644 --- a/libguile/array-map.c +++ b/libguile/array-map.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996,1998,2000-2001,2004-2006,2008-2015,2018 +/* Copyright 1996,1998,2000-2001,2004-2006,2008-2015,2018 * Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or -- cgit v1.2.3