summaryrefslogtreecommitdiff
path: root/src/import
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-12 17:04:27 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-14 10:20:20 +0200
commit818bf5463297a72a2861aa3b360b8b4291a3f2a8 (patch)
treee7b572104cf208f065e6a60e459ded8e748a91c3 /src/import
parent16dc38dd15a69899da58917544cb9680b8c2ff97 (diff)
downloadsystemd-818bf5463297a72a2861aa3b360b8b4291a3f2a8.tar.gz
tree-wide: drop 'This file is part of systemd' blurb
This part of the copyright blurb stems from the GPL use recommendations: https://www.gnu.org/licenses/gpl-howto.en.html The concept appears to originate in times where version control was per file, instead of per tree, and was a way to glue the files together. Ultimately, we nowadays don't live in that world anymore, and this information is entirely useless anyway, as people are very welcome to copy these files into any projects they like, and they shouldn't have to change bits that are part of our copyright header for that. hence, let's just get rid of this old cruft, and shorten our codebase a bit.
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 c19a01a266..1691544ef7 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 2e6d34a60b..f4ec3dae9e 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 c9070acf20..5137ab7946 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 28d8cdd605..7a69454517 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 4c60854972..62871ca318 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 3c6d7fc1f3..c9fe07959b 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 5ff219b033..89b63a98f5 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 5f0fa06b2b..22d5f79eff 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 bcc9b73df7..253c3a2fb6 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 ae10a2e3df..fc77c94e1a 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 e28c5f2ac1..b4ec21bb1e 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 02ff289c1a..be3bda0125 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 2d989ae91e..bab667a78e 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 2e748c629d..0c4e7495e0 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 a522094db7..09f2e17ca4 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 5cef899226..cd13bd6a31 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 3934be096f..cb90f77738 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 c9f5df017f..1107ca1ff6 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 a7c8dcd223..7569ca654d 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 4c316da880..77d967d37f 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 bf14c5501a..91cffa24a7 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 87d5d090cc..aefbe4de3a 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 c83a788d0b..b689ca3459 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 8112f94628..4ea3e4ba9b 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 b78acb08d9..2268912f34 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 dfbdda79f1..6f9a57e01b 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 3fab08020e..c2eb78bf15 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 980cb417ca..3f8e89e9bd 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 e9c0d18dbf..802588b427 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
***/