summaryrefslogtreecommitdiff
path: root/src/import
diff options
context:
space:
mode:
Diffstat (limited to 'src/import')
-rw-r--r--src/import/curl-util.c3
-rw-r--r--src/import/curl-util.h4
-rw-r--r--src/import/export-raw.c3
-rw-r--r--src/import/export-raw.h4
-rw-r--r--src/import/export-tar.c3
-rw-r--r--src/import/export-tar.h4
-rw-r--r--src/import/export.c3
-rw-r--r--src/import/import-common.c3
-rw-r--r--src/import/import-common.h4
-rw-r--r--src/import/import-compress.c3
-rw-r--r--src/import/import-compress.h4
-rw-r--r--src/import/import-raw.c3
-rw-r--r--src/import/import-raw.h4
-rw-r--r--src/import/import-tar.c3
-rw-r--r--src/import/import-tar.h4
-rw-r--r--src/import/import.c3
-rw-r--r--src/import/importd.c3
-rw-r--r--src/import/pull-common.c3
-rw-r--r--src/import/pull-common.h4
-rw-r--r--src/import/pull-job.c3
-rw-r--r--src/import/pull-job.h4
-rw-r--r--src/import/pull-raw.c3
-rw-r--r--src/import/pull-raw.h4
-rw-r--r--src/import/pull-tar.c3
-rw-r--r--src/import/pull-tar.h4
-rw-r--r--src/import/pull.c3
-rw-r--r--src/import/qcow2-util.c3
-rw-r--r--src/import/qcow2-util.h4
-rw-r--r--src/import/test-qcow2.c3
29 files changed, 0 insertions, 99 deletions
diff --git a/src/import/curl-util.c b/src/import/curl-util.c
index 1691544ef7..b85462176d 100644
--- a/src/import/curl-util.c
+++ b/src/import/curl-util.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2014 Lennart Poettering
-***/
#include "alloc-util.h"
#include "curl-util.h"
diff --git a/src/import/curl-util.h b/src/import/curl-util.h
index f4ec3dae9e..6626eefc56 100644
--- a/src/import/curl-util.h
+++ b/src/import/curl-util.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2014 Lennart Poettering
-***/
-
#include <curl/curl.h>
#include <sys/types.h>
diff --git a/src/import/export-raw.c b/src/import/export-raw.c
index 5137ab7946..f97ae461c5 100644
--- a/src/import/export-raw.c
+++ b/src/import/export-raw.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include <sys/sendfile.h>
diff --git a/src/import/export-raw.h b/src/import/export-raw.h
index 7a69454517..196b8ef28f 100644
--- a/src/import/export-raw.h
+++ b/src/import/export-raw.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2015 Lennart Poettering
-***/
-
#include "sd-event.h"
#include "import-compress.h"
diff --git a/src/import/export-tar.c b/src/import/export-tar.c
index 62871ca318..9e7c0eaa9d 100644
--- a/src/import/export-tar.c
+++ b/src/import/export-tar.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include "sd-daemon.h"
diff --git a/src/import/export-tar.h b/src/import/export-tar.h
index c9fe07959b..6abb7d383a 100644
--- a/src/import/export-tar.h
+++ b/src/import/export-tar.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2015 Lennart Poettering
-***/
-
#include "sd-event.h"
#include "import-compress.h"
diff --git a/src/import/export.c b/src/import/export.c
index 89b63a98f5..03eb3e40b2 100644
--- a/src/import/export.c
+++ b/src/import/export.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include <getopt.h>
diff --git a/src/import/import-common.c b/src/import/import-common.c
index 22d5f79eff..e2de2c2dd0 100644
--- a/src/import/import-common.c
+++ b/src/import/import-common.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include <sched.h>
#include <sys/prctl.h>
diff --git a/src/import/import-common.h b/src/import/import-common.h
index 253c3a2fb6..99ac5fe970 100644
--- a/src/import/import-common.h
+++ b/src/import/import-common.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2015 Lennart Poettering
-***/
-
int import_make_read_only_fd(int fd);
int import_make_read_only(const char *path);
diff --git a/src/import/import-compress.c b/src/import/import-compress.c
index fc77c94e1a..1cf29e26f1 100644
--- a/src/import/import-compress.c
+++ b/src/import/import-compress.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include "import-compress.h"
#include "string-table.h"
diff --git a/src/import/import-compress.h b/src/import/import-compress.h
index b4ec21bb1e..6fb87ccdfb 100644
--- a/src/import/import-compress.h
+++ b/src/import/import-compress.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2015 Lennart Poettering
-***/
-
#include <bzlib.h>
#include <lzma.h>
#include <sys/types.h>
diff --git a/src/import/import-raw.c b/src/import/import-raw.c
index be3bda0125..f31432cd04 100644
--- a/src/import/import-raw.c
+++ b/src/import/import-raw.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include <linux/fs.h>
diff --git a/src/import/import-raw.h b/src/import/import-raw.h
index bab667a78e..de4c3ea337 100644
--- a/src/import/import-raw.h
+++ b/src/import/import-raw.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2015 Lennart Poettering
-***/
-
#include "sd-event.h"
#include "import-util.h"
diff --git a/src/import/import-tar.c b/src/import/import-tar.c
index 0c4e7495e0..89c95af279 100644
--- a/src/import/import-tar.c
+++ b/src/import/import-tar.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include <linux/fs.h>
diff --git a/src/import/import-tar.h b/src/import/import-tar.h
index 09f2e17ca4..347f522614 100644
--- a/src/import/import-tar.h
+++ b/src/import/import-tar.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2015 Lennart Poettering
-***/
-
#include "sd-event.h"
#include "import-util.h"
diff --git a/src/import/import.c b/src/import/import.c
index cd13bd6a31..35c8e6d630 100644
--- a/src/import/import.c
+++ b/src/import/import.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include <getopt.h>
diff --git a/src/import/importd.c b/src/import/importd.c
index cb90f77738..04563fb098 100644
--- a/src/import/importd.c
+++ b/src/import/importd.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include <sys/prctl.h>
#include <sys/wait.h>
diff --git a/src/import/pull-common.c b/src/import/pull-common.c
index 1107ca1ff6..4117ed2e6a 100644
--- a/src/import/pull-common.c
+++ b/src/import/pull-common.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include <sys/prctl.h>
diff --git a/src/import/pull-common.h b/src/import/pull-common.h
index 7569ca654d..65f239da2e 100644
--- a/src/import/pull-common.h
+++ b/src/import/pull-common.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2015 Lennart Poettering
-***/
-
#include <stdbool.h>
#include "import-util.h"
diff --git a/src/import/pull-job.c b/src/import/pull-job.c
index 77d967d37f..89dd20afa3 100644
--- a/src/import/pull-job.c
+++ b/src/import/pull-job.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include <sys/xattr.h>
diff --git a/src/import/pull-job.h b/src/import/pull-job.h
index 91cffa24a7..0c104af758 100644
--- a/src/import/pull-job.h
+++ b/src/import/pull-job.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2015 Lennart Poettering
-***/
-
#include <gcrypt.h>
#include "curl-util.h"
diff --git a/src/import/pull-raw.c b/src/import/pull-raw.c
index aefbe4de3a..e68f197c79 100644
--- a/src/import/pull-raw.c
+++ b/src/import/pull-raw.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2014 Lennart Poettering
-***/
#include <curl/curl.h>
#include <linux/fs.h>
diff --git a/src/import/pull-raw.h b/src/import/pull-raw.h
index b689ca3459..4ccd65b7e6 100644
--- a/src/import/pull-raw.h
+++ b/src/import/pull-raw.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2014 Lennart Poettering
-***/
-
#include "sd-event.h"
#include "import-util.h"
diff --git a/src/import/pull-tar.c b/src/import/pull-tar.c
index 4ea3e4ba9b..56ec252e98 100644
--- a/src/import/pull-tar.c
+++ b/src/import/pull-tar.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include <curl/curl.h>
#include <sys/prctl.h>
diff --git a/src/import/pull-tar.h b/src/import/pull-tar.h
index 2268912f34..76f920eea9 100644
--- a/src/import/pull-tar.h
+++ b/src/import/pull-tar.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2015 Lennart Poettering
-***/
-
#include "sd-event.h"
#include "import-util.h"
diff --git a/src/import/pull.c b/src/import/pull.c
index 6f9a57e01b..26be5bbf0b 100644
--- a/src/import/pull.c
+++ b/src/import/pull.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2014 Lennart Poettering
-***/
#include <getopt.h>
diff --git a/src/import/qcow2-util.c b/src/import/qcow2-util.c
index c2eb78bf15..e927b60fce 100644
--- a/src/import/qcow2-util.c
+++ b/src/import/qcow2-util.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include <zlib.h>
diff --git a/src/import/qcow2-util.h b/src/import/qcow2-util.h
index 3f8e89e9bd..7393d9837a 100644
--- a/src/import/qcow2-util.h
+++ b/src/import/qcow2-util.h
@@ -1,9 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2015 Lennart Poettering
-***/
-
int qcow2_detect(int fd);
int qcow2_convert(int qcow2_fd, int raw_fd);
diff --git a/src/import/test-qcow2.c b/src/import/test-qcow2.c
index 802588b427..bd2b458219 100644
--- a/src/import/test-qcow2.c
+++ b/src/import/test-qcow2.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2015 Lennart Poettering
-***/
#include "fd-util.h"
#include "log.h"