Replace them with a "Written by" or "Authors:" label.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
* No copyright is claimed. This code is in the public domain; do with
* it what you wish.
*
- * Copyright (C) 2012-2015 Karel Zak <kzak@redhat.com>
+ * Written by Karel Zak <kzak@redhat.com> [2012]
*/
#ifndef UTIL_LINUX_COLOR_NAMES_H
#define UTIL_LINUX_COLOR_NAMES_H
* No copyright is claimed. This code is in the public domain; do with
* it what you wish.
*
- * Copyright (C) 2021 Karel Zak <kzak@redhat.com>
+ * Written by Karel Zak <kzak@redhat.com> [2021]
*/
#ifndef UTIL_LINUX_PROCFS_H
#define UTIL_LINUX_PROCFS_H
* No copyright is claimed. This code is in the public domain; do with
* it what you wish.
*
- * Copyright (C) 2011 Karel Zak <kzak@redhat.com>
+ * Written by Karel Zak <kzak@redhat.com> [2011]
*/
#ifndef UTIL_LINUX_SYSFS_H
#define UTIL_LINUX_SYSFS_H
* No copyright is claimed. This code is in the public domain; do with
* it what you wish.
*
- * Copyright (C) 2012-2015 Karel Zak <kzak@redhat.com>
+ * Written by Karel Zak <kzak@redhat.com> [2012]
*/
#include "c.h"
#include "color-names.h"
/*
- * This is callback solution for systems without nl_langinfo(), this function
- * returns hardcoded and on locale setting indepndent value.
+ * This is a fallback solution for systems without nl_langinfo(). This
+ * function returns a hardcoded value, independent from locale settings.
*
- * See langinfo.h man page for more details.
+ * See `man langinfo.h` for more details.
*
* No copyright is claimed. This code is in the public domain; do with
* it what you wish.
*
- * Copyright (C) 2010 Karel Zak <kzak@redhat.com>
+ * Written by Karel Zak <kzak@redhat.com> [2010]
*/
#include "nls.h"
* No copyright is claimed. This code is in the public domain; do with
* it what you wish.
*
- * Copyright (C) 2010 Karel Zak <kzak@redhat.com>
+ * Written by Karel Zak <kzak@redhat.com> [2010]
*/
#include <stdio.h>
#include <stdlib.h>
* No copyright is claimed. This code is in the public domain; do with
* it what you wish.
*
- * Copyright (C) 2018 Karel Zak <kzak@redhat.com>
+ * Written by Karel Zak <kzak@redhat.com> [2018]
*
*
* Simple functions to access files. Paths can be globally prefixed to read
* No copyright is claimed. This code is in the public domain; do with
* it what you wish.
*
- * Copyright (C) 2021 Karel Zak <kzak@redhat.com>
+ * Written by Karel Zak <kzak@redhat.com> [2021]
*/
#include <ctype.h>
#include <unistd.h>
/*
- * Copyright (C) 2010 Karel Zak <kzak@redhat.com>
- * Copyright (C) 2010 Davidlohr Bueso <dave@gnu.org>
- *
* No copyright is claimed. This code is in the public domain; do with
* it what you wish.
+ *
+ * Authors: Karel Zak <kzak@redhat.com> [2010]
+ * Davidlohr Bueso <dave@gnu.org> [2010]
*/
#include <stdio.h>
#include <stdlib.h>
* No copyright is claimed. This code is in the public domain; do with
* it what you wish.
*
- * Copyright (C) 2011 Karel Zak <kzak@redhat.com>
+ * Written by Karel Zak <kzak@redhat.com> [2011]
*/
#include <ctype.h>
#include <libgen.h>