summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/acpi-fpdt.c3
-rw-r--r--src/shared/acpi-fpdt.h3
-rw-r--r--src/shared/base-filesystem.c3
-rw-r--r--src/shared/base-filesystem.h3
-rw-r--r--src/shared/boot-timestamps.c3
-rw-r--r--src/shared/boot-timestamps.h3
-rw-r--r--src/shared/tomoyo-util.c3
-rw-r--r--src/shared/tomoyo-util.h3
8 files changed, 0 insertions, 24 deletions
diff --git a/src/shared/acpi-fpdt.c b/src/shared/acpi-fpdt.c
index 753c9d3acc..d565ebd43e 100644
--- a/src/shared/acpi-fpdt.c
+++ b/src/shared/acpi-fpdt.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright © 2013 Kay Sievers
-***/
#include <errno.h>
#include <fcntl.h>
diff --git a/src/shared/acpi-fpdt.h b/src/shared/acpi-fpdt.h
index c5dfaf55d9..47bfefc5a0 100644
--- a/src/shared/acpi-fpdt.h
+++ b/src/shared/acpi-fpdt.h
@@ -1,9 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright © 2013 Kay Sievers
-***/
#include <time-util.h>
diff --git a/src/shared/base-filesystem.c b/src/shared/base-filesystem.c
index 1906101ff0..89d7a7d59b 100644
--- a/src/shared/base-filesystem.c
+++ b/src/shared/base-filesystem.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright © 2014 Kay Sievers
-***/
#include <errno.h>
#include <fcntl.h>
diff --git a/src/shared/base-filesystem.h b/src/shared/base-filesystem.h
index c01fa03e9f..d1d4eaa662 100644
--- a/src/shared/base-filesystem.h
+++ b/src/shared/base-filesystem.h
@@ -1,9 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright © 2014 Kay Sievers
-***/
#include <sys/types.h>
diff --git a/src/shared/boot-timestamps.c b/src/shared/boot-timestamps.c
index c45e8152ae..bcbb86d1b1 100644
--- a/src/shared/boot-timestamps.c
+++ b/src/shared/boot-timestamps.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright © 2013 Kay Sievers
-***/
#include "acpi-fpdt.h"
#include "boot-timestamps.h"
diff --git a/src/shared/boot-timestamps.h b/src/shared/boot-timestamps.h
index e7917c90be..c719dd3602 100644
--- a/src/shared/boot-timestamps.h
+++ b/src/shared/boot-timestamps.h
@@ -1,9 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright © 2013 Kay Sievers
-***/
#include <time-util.h>
diff --git a/src/shared/tomoyo-util.c b/src/shared/tomoyo-util.c
index 99e0385e09..75c24d8007 100644
--- a/src/shared/tomoyo-util.c
+++ b/src/shared/tomoyo-util.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright © 2017 Shawn Landden
-***/
#include <unistd.h>
diff --git a/src/shared/tomoyo-util.h b/src/shared/tomoyo-util.h
index 0c9e75835c..03e6975469 100644
--- a/src/shared/tomoyo-util.h
+++ b/src/shared/tomoyo-util.h
@@ -1,9 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright © 2017 Shawn Landden
-***/
#include <stdbool.h>