summaryrefslogtreecommitdiff
path: root/libguile/gc-inline.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2018-06-20 19:17:06 +0200
committerAndy Wingo <wingo@pobox.com>2018-06-20 19:17:06 +0200
commit791eb0c01ad91edc9c91049af6ba435f15dbfa68 (patch)
treef04e99fea42e5ebef4eb5ad91fe83f3924f9130d /libguile/gc-inline.h
parentdd8add2fa026e38aed2abd75ba7a394d9923fc3c (diff)
downloadguile-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 'libguile/gc-inline.h')
-rw-r--r--libguile/gc-inline.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/gc-inline.h b/libguile/gc-inline.h
index 14c1a2776..fd71ed810 100644
--- a/libguile/gc-inline.h
+++ b/libguile/gc-inline.h
@@ -1,7 +1,7 @@
#ifndef SCM_GC_INLINE_H
#define SCM_GC_INLINE_H
-/* Copyright (C) 1995-1996,1998-2004,2006-2014,2018
+/* Copyright 1995-1996,1998-2004,2006-2014,2018
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
@@ -24,8 +24,8 @@
* collector. Its copyright notice is:
*
* Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
- * Copyright (c) 1991-1995 by Xerox Corporation. All rights reserved.
- * Copyright (c) 2005 Hewlett-Packard Development Company, L.P.
+ * Copyright 1991-1995 by Xerox Corporation. All rights reserved.
+ * Copyright 2005 Hewlett-Packard Development Company, L.P.
*
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
* OR IMPLIED. ANY USE IS AT YOUR OWN RISK.