summaryrefslogtreecommitdiffstats
path: root/src/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/server')
-rw-r--r--src/server/main.c2
-rw-r--r--src/server/net.c2
-rw-r--r--src/server/net.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/server/main.c b/src/server/main.c
index f4d9fdc..7237643 100644
--- a/src/server/main.c
+++ b/src/server/main.c
@@ -1,7 +1,7 @@
/*
* Hot Beverage Companion – server module
*
- * Copyright (C) 2017 Gediminas Jakutis
+ * Copyright (C) 2017-2018 Gediminas Jakutis
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/server/net.c b/src/server/net.c
index 100ba9c..f858907 100644
--- a/src/server/net.c
+++ b/src/server/net.c
@@ -1,7 +1,7 @@
/*
* Hot Beverage Companion – desktop app network module
*
- * Copyright (C) 2017 Gediminas Jakutis
+ * Copyright (C) 2017-2018 Gediminas Jakutis
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/server/net.h b/src/server/net.h
index 92ba962..0358db7 100644
--- a/src/server/net.h
+++ b/src/server/net.h
@@ -1,7 +1,7 @@
/*
* Hot Beverage Companion – desktop app network module
*
- * Copyright (C) 2017 Gediminas Jakutis
+ * Copyright (C) 2017-2018 Gediminas Jakutis
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public