summaryrefslogtreecommitdiff
path: root/src/basic
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-20 11:58:53 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit7cc655f99a364e6762a50ce25864979b3a52a73f (patch)
tree917d4bc83179e6ca1919a60019bc0cc7fd30a54e /src/basic
parent3f4a243f747c3397900038d2ca2b7645614935a5 (diff)
tree-wide: drop copyright headers from frequent contributors
Fixes #9320. for p in Shapovalov Chevalier Rozhkov Sievers Mack Herrmann Schmidt Rudenberg Sahani Landden Andersen Watanabe; do git grep -e 'Copyright.*'$p -l|xargs perl -i -0pe 's|/([*][*])?[*]\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\s*[*]([*][*])?/\n*|\n|gms; s|\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\n*|\n|gms' done
Diffstat (limited to 'src/basic')
-rw-r--r--src/basic/conf-files.h3
-rw-r--r--src/basic/format-util.h3
-rw-r--r--src/basic/hash-funcs.c3
-rw-r--r--src/basic/hash-funcs.h3
-rw-r--r--src/basic/hashmap.c3
-rw-r--r--src/basic/hashmap.h3
-rw-r--r--src/basic/mempool.c3
-rw-r--r--src/basic/mempool.h3
-rw-r--r--src/basic/mkdir-label.c3
-rw-r--r--src/basic/mkdir.h3
-rw-r--r--src/basic/unaligned.h3
-rw-r--r--src/basic/utf8.c3
12 files changed, 0 insertions, 36 deletions
diff --git a/src/basic/conf-files.h b/src/basic/conf-files.h
index 7bd0e25ed..9da03ed22 100644
--- a/src/basic/conf-files.h
+++ b/src/basic/conf-files.h
@@ -1,9 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright © 2010-2012 Kay Sievers
-***/
enum {
CONF_FILES_EXECUTABLE = 1 << 0,
diff --git a/src/basic/format-util.h b/src/basic/format-util.h
index 81c59ac8c..160550cd6 100644
--- a/src/basic/format-util.h
+++ b/src/basic/format-util.h
@@ -1,9 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright © 2015 Ronny Chevalier
-***/
#include <inttypes.h>
diff --git a/src/basic/hash-funcs.c b/src/basic/hash-funcs.c
index 289234688..db48437be 100644
--- a/src/basic/hash-funcs.c
+++ b/src/basic/hash-funcs.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright © 2014 Michal Schmidt
-***/
#include <string.h>
diff --git a/src/basic/hash-funcs.h b/src/basic/hash-funcs.h
index 3715c56e0..5e5989f02 100644
--- a/src/basic/hash-funcs.h
+++ b/src/basic/hash-funcs.h
@@ -1,9 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright © 2014 Michal Schmidt
-***/
#include "macro.h"
#include "siphash24.h"
diff --git a/src/basic/hashmap.c b/src/basic/hashmap.c
index 5dff27425..15c8c8816 100644
--- a/src/basic/hashmap.c
+++ b/src/basic/hashmap.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright © 2014 Michal Schmidt
-***/
#include <errno.h>
#include <stdint.h>
diff --git a/src/basic/hashmap.h b/src/basic/hashmap.h
index d1d1b9c8a..5c70c102d 100644
--- a/src/basic/hashmap.h
+++ b/src/basic/hashmap.h
@@ -1,9 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright © 2014 Michal Schmidt
-***/
#include <limits.h>
#include <stdbool.h>
diff --git a/src/basic/mempool.c b/src/basic/mempool.c
index 567f6b916..a5ec8a102 100644
--- a/src/basic/mempool.c
+++ b/src/basic/mempool.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright © 2014 Michal Schmidt
-***/
#include <stdint.h>
#include <stdlib.h>
diff --git a/src/basic/mempool.h b/src/basic/mempool.h
index 291415deb..2a41cb358 100644
--- a/src/basic/mempool.h
+++ b/src/basic/mempool.h
@@ -1,9 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright © 2014 Michal Schmidt
-***/
#include <stddef.h>
diff --git a/src/basic/mkdir-label.c b/src/basic/mkdir-label.c
index d5c972d72..07799ab01 100644
--- a/src/basic/mkdir-label.c
+++ b/src/basic/mkdir-label.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright © 2013 Kay Sievers
-***/
#include <stdio.h>
#include <sys/stat.h>
diff --git a/src/basic/mkdir.h b/src/basic/mkdir.h
index 517dbe07d..8016c38e9 100644
--- a/src/basic/mkdir.h
+++ b/src/basic/mkdir.h
@@ -1,9 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright © 2013 Kay Sievers
-***/
#include <sys/types.h>
diff --git a/src/basic/unaligned.h b/src/basic/unaligned.h
index 965a5fe99..8a1d06445 100644
--- a/src/basic/unaligned.h
+++ b/src/basic/unaligned.h
@@ -1,9 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright © 2014 Tom Gundersen
-***/
#include <endian.h>
#include <stdint.h>
diff --git a/src/basic/utf8.c b/src/basic/utf8.c
index 2bdda21af..42818358e 100644
--- a/src/basic/utf8.c
+++ b/src/basic/utf8.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright © 2008-2011 Kay Sievers
-***/
/* Parts of this file are based on the GLIB utf8 validation functions. The
* original license text follows. */