summaryrefslogtreecommitdiff
path: root/src/journal-remote
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal-remote')
-rw-r--r--src/journal-remote/journal-remote-parse.c2
-rw-r--r--src/journal-remote/journal-remote-parse.h2
-rw-r--r--src/journal-remote/journal-remote-write.c2
-rw-r--r--src/journal-remote/journal-remote-write.h2
-rw-r--r--src/journal-remote/journal-remote.c2
-rw-r--r--src/journal-remote/journal-remote.h2
-rw-r--r--src/journal-remote/journal-upload-journal.c2
-rw-r--r--src/journal-remote/journal-upload.c2
-rw-r--r--src/journal-remote/meson.build2
-rw-r--r--src/journal-remote/microhttpd-util.c2
-rw-r--r--src/journal-remote/microhttpd-util.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/journal-remote/journal-remote-parse.c b/src/journal-remote/journal-remote-parse.c
index 4ca0b0f426..0a8a0c144d 100644
--- a/src/journal-remote/journal-remote-parse.c
+++ b/src/journal-remote/journal-remote-parse.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2014 Zbigniew Jędrzejewski-Szmek
+ Copyright © 2014 Zbigniew Jędrzejewski-Szmek
***/
#include "alloc-util.h"
diff --git a/src/journal-remote/journal-remote-parse.h b/src/journal-remote/journal-remote-parse.h
index 2b45ddfb74..8b605bbc1a 100644
--- a/src/journal-remote/journal-remote-parse.h
+++ b/src/journal-remote/journal-remote-parse.h
@@ -2,7 +2,7 @@
#pragma once
/***
- Copyright 2014 Zbigniew Jędrzejewski-Szmek
+ Copyright © 2014 Zbigniew Jędrzejewski-Szmek
***/
#include "sd-event.h"
diff --git a/src/journal-remote/journal-remote-write.c b/src/journal-remote/journal-remote-write.c
index a2bf661bfa..844f8f2315 100644
--- a/src/journal-remote/journal-remote-write.c
+++ b/src/journal-remote/journal-remote-write.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2012 Zbigniew Jędrzejewski-Szmek
+ Copyright © 2012 Zbigniew Jędrzejewski-Szmek
***/
#include "alloc-util.h"
diff --git a/src/journal-remote/journal-remote-write.h b/src/journal-remote/journal-remote-write.h
index 02de3755ac..745deace80 100644
--- a/src/journal-remote/journal-remote-write.h
+++ b/src/journal-remote/journal-remote-write.h
@@ -2,7 +2,7 @@
#pragma once
/***
- Copyright 2014 Zbigniew Jędrzejewski-Szmek
+ Copyright © 2014 Zbigniew Jędrzejewski-Szmek
***/
#include "journal-file.h"
diff --git a/src/journal-remote/journal-remote.c b/src/journal-remote/journal-remote.c
index 98a64f0d27..150c057c75 100644
--- a/src/journal-remote/journal-remote.c
+++ b/src/journal-remote/journal-remote.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2012 Zbigniew Jędrzejewski-Szmek
+ Copyright © 2012 Zbigniew Jędrzejewski-Szmek
***/
#include <errno.h>
diff --git a/src/journal-remote/journal-remote.h b/src/journal-remote/journal-remote.h
index 2ca100d663..eb7f814c59 100644
--- a/src/journal-remote/journal-remote.h
+++ b/src/journal-remote/journal-remote.h
@@ -2,7 +2,7 @@
#pragma once
/***
- Copyright 2014 Zbigniew Jędrzejewski-Szmek
+ Copyright © 2014 Zbigniew Jędrzejewski-Szmek
***/
#include "sd-event.h"
diff --git a/src/journal-remote/journal-upload-journal.c b/src/journal-remote/journal-upload-journal.c
index 394d48db37..71fbcf85d6 100644
--- a/src/journal-remote/journal-upload-journal.c
+++ b/src/journal-remote/journal-upload-journal.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2014 Zbigniew Jędrzejewski-Szmek
+ Copyright © 2014 Zbigniew Jędrzejewski-Szmek
***/
#include <curl/curl.h>
diff --git a/src/journal-remote/journal-upload.c b/src/journal-remote/journal-upload.c
index 3952c0fac8..2e9bdc6d36 100644
--- a/src/journal-remote/journal-upload.c
+++ b/src/journal-remote/journal-upload.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2014 Zbigniew Jędrzejewski-Szmek
+ Copyright © 2014 Zbigniew Jędrzejewski-Szmek
***/
#include <curl/curl.h>
diff --git a/src/journal-remote/meson.build b/src/journal-remote/meson.build
index 940153c5fc..7a8d01647a 100644
--- a/src/journal-remote/meson.build
+++ b/src/journal-remote/meson.build
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: LGPL-2.1+
#
-# Copyright 2017 Zbigniew Jędrzejewski-Szmek
+# Copyright © 2017 Zbigniew Jędrzejewski-Szmek
systemd_journal_upload_sources = files('''
journal-upload.h
diff --git a/src/journal-remote/microhttpd-util.c b/src/journal-remote/microhttpd-util.c
index 6cd88eb60d..9eb7c1bffb 100644
--- a/src/journal-remote/microhttpd-util.c
+++ b/src/journal-remote/microhttpd-util.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2012 Zbigniew Jędrzejewski-Szmek
+ Copyright © 2012 Zbigniew Jędrzejewski-Szmek
***/
#include <stddef.h>
diff --git a/src/journal-remote/microhttpd-util.h b/src/journal-remote/microhttpd-util.h
index 07e6532577..a9c03d455b 100644
--- a/src/journal-remote/microhttpd-util.h
+++ b/src/journal-remote/microhttpd-util.h
@@ -2,7 +2,7 @@
#pragma once
/***
- Copyright 2012 Zbigniew Jędrzejewski-Szmek
+ Copyright © 2012 Zbigniew Jędrzejewski-Szmek
***/
#include <microhttpd.h>