summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-03-11 07:35:00 -0500
committerjakob <jakob@memeware.net>2017-03-11 07:35:00 -0500
commit06ef3f15929b4de343f4f749bade08f6b4783d3a (patch)
treec46021665a782241b5dafa5c62c41892139d0d85 /src/main.c
parent33a163c7dae687fba9691c184fe719b0c833acc2 (diff)
Updated copyright information.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 973bbd2..9b24fe6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,6 +1,6 @@
/* main.c -- Entry point to the program.
- Copyright (C) 2017 Jakob Tsar-Fox, All Rights Reserved.
+ Copyright (C) 2017 Jakob Kreuze, All Rights Reserved.
This file is part of Nekopack.
@@ -35,6 +35,7 @@
#define VERSION_STR "2.0.0a2"
+
/* Pointer to a function to be mapped to entries in the table. */
typedef void (*mapfn)(struct stream *archive, struct table_entry *e,
struct params p);