summaryrefslogtreecommitdiff
path: root/src/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache.h')
-rw-r--r--src/cache.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/cache.h b/src/cache.h
index 33e9719..9a623c8 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -1,6 +1,7 @@
/***************************************************************************
- * Copyright (C) 2017 by Christian Dietrich *
+ * Copyright (C) 2016 by Christian Dietrich *
* stettberger@dokucode.de *
+ * Copyright (C) 2017-2018 by Hans-Peter Deifel <hpd@hpdeifel.de> *
* *
* 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 *
@@ -46,3 +47,7 @@ void limit_cachesize(const char *cache, int entries);
int find_cache_directory(std::string &dir);
#endif
+
+/* Local Variables: */
+/* mode: c++ */
+/* End: */