summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/metaentry.c3
-rw-r--r--src/metaentry.h3
-rw-r--r--src/metastore.c4
-rw-r--r--src/metastore.h3
-rw-r--r--src/utils.c3
-rw-r--r--src/utils.h1
6 files changed, 12 insertions, 5 deletions
diff --git a/src/metaentry.c b/src/metaentry.c
index 8ba0e2e..65992f5 100644
--- a/src/metaentry.c
+++ b/src/metaentry.c
@@ -2,7 +2,8 @@
/*
* Various functions to work with meta entries.
*
- * Copyright (C) 2007 David Härdeman <david@hardeman.nu>
+ * Copyright (C) 2007-2008 David Härdeman <david@hardeman.nu>
+ * Copyright (C) 2012-2018 Przemyslaw Pawelczyk <przemoc@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/metaentry.h b/src/metaentry.h
index 9115169..d5f209d 100644
--- a/src/metaentry.h
+++ b/src/metaentry.h
@@ -2,7 +2,8 @@
/*
* Various functions to work with meta entries.
*
- * Copyright (C) 2007 David Härdeman <david@hardeman.nu>
+ * Copyright (C) 2007-2008 David Härdeman <david@hardeman.nu>
+ * Copyright (C) 2012-2016 Przemyslaw Pawelczyk <przemoc@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/metastore.c b/src/metastore.c
index fe5dcc4..60440b0 100644
--- a/src/metastore.c
+++ b/src/metastore.c
@@ -2,7 +2,9 @@
/*
* Main functions of the program.
*
- * Copyright (C) 2007 David Härdeman <david@hardeman.nu>
+ * Copyright (C) 2007-2008 David Härdeman <david@hardeman.nu>
+ * Copyright (C) 2012-2016 Przemyslaw Pawelczyk <przemoc@gmail.com>
+ * Copyright (C) 2014-2015 Dan Fandrich <dan@coneharvesters.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/metastore.h b/src/metastore.h
index 6a06897..e5584ab 100644
--- a/src/metastore.h
+++ b/src/metastore.h
@@ -2,7 +2,8 @@
/*
* Main functions of the program.
*
- * Copyright (C) 2007 David Härdeman <david@hardeman.nu>
+ * Copyright (C) 2007-2008 David Härdeman <david@hardeman.nu>
+ * Copyright (C) 2013-2015 Przemyslaw Pawelczyk <przemoc@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/utils.c b/src/utils.c
index b15d66c..445d6b0 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -2,7 +2,8 @@
/*
* Main functions of the program.
*
- * Copyright (C) 2007 David Härdeman <david@hardeman.nu>
+ * Copyright (C) 2007-2008 David Härdeman <david@hardeman.nu>
+ * Copyright (C) 2015-2018 Przemyslaw Pawelczyk <przemoc@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/utils.h b/src/utils.h
index a12e02d..328769d 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -3,6 +3,7 @@
* Main functions of the program.
*
* Copyright (C) 2007 David Härdeman <david@hardeman.nu>
+ * Copyright (C) 2018 Przemyslaw Pawelczyk <przemoc@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the