aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/import')
-rw-r--r--src/import/curl-util.c2
-rw-r--r--src/import/curl-util.h2
-rw-r--r--src/import/export-raw.c2
-rw-r--r--src/import/export-raw.h2
-rw-r--r--src/import/export-tar.c2
-rw-r--r--src/import/export-tar.h2
-rw-r--r--src/import/export.c2
-rw-r--r--src/import/import-common.c2
-rw-r--r--src/import/import-common.h2
-rw-r--r--src/import/import-compress.c2
-rw-r--r--src/import/import-compress.h2
-rw-r--r--src/import/import-raw.c2
-rw-r--r--src/import/import-raw.h2
-rw-r--r--src/import/import-tar.c2
-rw-r--r--src/import/import-tar.h2
-rw-r--r--src/import/import.c2
-rw-r--r--src/import/importd.c2
-rw-r--r--src/import/pull-common.c2
-rw-r--r--src/import/pull-common.h2
-rw-r--r--src/import/pull-job.c2
-rw-r--r--src/import/pull-job.h2
-rw-r--r--src/import/pull-raw.c2
-rw-r--r--src/import/pull-raw.h2
-rw-r--r--src/import/pull-tar.c2
-rw-r--r--src/import/pull-tar.h2
-rw-r--r--src/import/pull.c2
-rw-r--r--src/import/qcow2-util.c2
-rw-r--r--src/import/qcow2-util.h2
-rw-r--r--src/import/test-qcow2.c2
29 files changed, 0 insertions, 58 deletions
diff --git a/src/import/curl-util.c b/src/import/curl-util.c
index c19a01a26..1691544ef 100644
--- a/src/import/curl-util.c
+++ b/src/import/curl-util.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2014 Lennart Poettering
***/
diff --git a/src/import/curl-util.h b/src/import/curl-util.h
index 2e6d34a60..f4ec3dae9 100644
--- a/src/import/curl-util.h
+++ b/src/import/curl-util.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2014 Lennart Poettering
***/
diff --git a/src/import/export-raw.c b/src/import/export-raw.c
index c9070acf2..5137ab794 100644
--- a/src/import/export-raw.c
+++ b/src/import/export-raw.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/export-raw.h b/src/import/export-raw.h
index 28d8cdd60..7a6945451 100644
--- a/src/import/export-raw.h
+++ b/src/import/export-raw.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/export-tar.c b/src/import/export-tar.c
index 4c6085497..62871ca31 100644
--- a/src/import/export-tar.c
+++ b/src/import/export-tar.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/export-tar.h b/src/import/export-tar.h
index 3c6d7fc1f..c9fe07959 100644
--- a/src/import/export-tar.h
+++ b/src/import/export-tar.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/export.c b/src/import/export.c
index 5ff219b03..89b63a98f 100644
--- a/src/import/export.c
+++ b/src/import/export.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/import-common.c b/src/import/import-common.c
index 5f0fa06b2..22d5f79ef 100644
--- a/src/import/import-common.c
+++ b/src/import/import-common.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/import-common.h b/src/import/import-common.h
index bcc9b73df..253c3a2fb 100644
--- a/src/import/import-common.h
+++ b/src/import/import-common.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/import-compress.c b/src/import/import-compress.c
index ae10a2e3d..fc77c94e1 100644
--- a/src/import/import-compress.c
+++ b/src/import/import-compress.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/import-compress.h b/src/import/import-compress.h
index e28c5f2ac..b4ec21bb1 100644
--- a/src/import/import-compress.h
+++ b/src/import/import-compress.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/import-raw.c b/src/import/import-raw.c
index 02ff289c1..be3bda012 100644
--- a/src/import/import-raw.c
+++ b/src/import/import-raw.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/import-raw.h b/src/import/import-raw.h
index 2d989ae91..bab667a78 100644
--- a/src/import/import-raw.h
+++ b/src/import/import-raw.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/import-tar.c b/src/import/import-tar.c
index 2e748c629..0c4e7495e 100644
--- a/src/import/import-tar.c
+++ b/src/import/import-tar.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/import-tar.h b/src/import/import-tar.h
index a522094db..09f2e17ca 100644
--- a/src/import/import-tar.h
+++ b/src/import/import-tar.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/import.c b/src/import/import.c
index 5cef89922..cd13bd6a3 100644
--- a/src/import/import.c
+++ b/src/import/import.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/importd.c b/src/import/importd.c
index 3934be096..cb90f7773 100644
--- a/src/import/importd.c
+++ b/src/import/importd.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/pull-common.c b/src/import/pull-common.c
index c9f5df017..1107ca1ff 100644
--- a/src/import/pull-common.c
+++ b/src/import/pull-common.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/pull-common.h b/src/import/pull-common.h
index a7c8dcd22..7569ca654 100644
--- a/src/import/pull-common.h
+++ b/src/import/pull-common.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/pull-job.c b/src/import/pull-job.c
index 4c316da88..77d967d37 100644
--- a/src/import/pull-job.c
+++ b/src/import/pull-job.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/pull-job.h b/src/import/pull-job.h
index bf14c5501..91cffa24a 100644
--- a/src/import/pull-job.h
+++ b/src/import/pull-job.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/pull-raw.c b/src/import/pull-raw.c
index 87d5d090c..aefbe4de3 100644
--- a/src/import/pull-raw.c
+++ b/src/import/pull-raw.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2014 Lennart Poettering
***/
diff --git a/src/import/pull-raw.h b/src/import/pull-raw.h
index c83a788d0..b689ca345 100644
--- a/src/import/pull-raw.h
+++ b/src/import/pull-raw.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2014 Lennart Poettering
***/
diff --git a/src/import/pull-tar.c b/src/import/pull-tar.c
index 8112f9462..4ea3e4ba9 100644
--- a/src/import/pull-tar.c
+++ b/src/import/pull-tar.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/pull-tar.h b/src/import/pull-tar.h
index b78acb08d..2268912f3 100644
--- a/src/import/pull-tar.h
+++ b/src/import/pull-tar.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/pull.c b/src/import/pull.c
index dfbdda79f..6f9a57e01 100644
--- a/src/import/pull.c
+++ b/src/import/pull.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2014 Lennart Poettering
***/
diff --git a/src/import/qcow2-util.c b/src/import/qcow2-util.c
index 3fab08020..c2eb78bf1 100644
--- a/src/import/qcow2-util.c
+++ b/src/import/qcow2-util.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/qcow2-util.h b/src/import/qcow2-util.h
index 980cb417c..3f8e89e9b 100644
--- a/src/import/qcow2-util.h
+++ b/src/import/qcow2-util.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/
diff --git a/src/import/test-qcow2.c b/src/import/test-qcow2.c
index e9c0d18db..802588b42 100644
--- a/src/import/test-qcow2.c
+++ b/src/import/test-qcow2.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2015 Lennart Poettering
***/