summaryrefslogtreecommitdiff
path: root/examples/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/main.c')
-rw-r--r--examples/main.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/main.c b/examples/main.c
index 587dbd21..f2165dcf 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -1,4 +1,9 @@
-/* This is just to make the code in the example directory link properly. */
+/* This is just to make the code in the example directory link properly.
+
+ SPDX-FileCopyrightText: <eric@civicknowledge.com>
+ SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
+*/
+
#include <libical/ical.h>
int main()
@@ -6,7 +11,6 @@ int main()
return 1;
}
-
void do_something(icalcomponent* comp)
{
(void)comp;/*unused*/