summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/companion_proxy.c2
-rw-r--r--src/companion_proxy.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/companion_proxy.c b/src/companion_proxy.c
index f4fe96c..edce500 100644
--- a/src/companion_proxy.c
+++ b/src/companion_proxy.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * compproxy.c 2 * companion_proxy.c
3 * com.apple.companion_proxy service implementation. 3 * com.apple.companion_proxy service implementation.
4 * 4 *
5 * Copyright (c) 2019-2020 Nikias Bassen, All Rights Reserved. 5 * Copyright (c) 2019-2020 Nikias Bassen, All Rights Reserved.
diff --git a/src/companion_proxy.h b/src/companion_proxy.h
index 1b520d4..33c4a80 100644
--- a/src/companion_proxy.h
+++ b/src/companion_proxy.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * compproxy.h 2 * companion_proxy.h
3 * com.apple.companion_proxy service header file. 3 * com.apple.companion_proxy service header file.
4 * 4 *
5 * Copyright (c) 2019-2020 Nikias Bassen, All Rights Reserved. 5 * Copyright (c) 2019-2020 Nikias Bassen, All Rights Reserved.