aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/rin/compat.h2
-rw-r--r--include/rin/definitions.h2
-rw-r--r--include/rin/diagnostic.h2
-rw-r--r--include/rin/uuid.h2
-rw-r--r--test/main.c2
-rw-r--r--test/time.c2
-rw-r--r--test/time_test_private.h2
-rw-r--r--test/uuid.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/include/rin/compat.h b/include/rin/compat.h
index 035f2b5..4ea777d 100644
--- a/include/rin/compat.h
+++ b/include/rin/compat.h
@@ -1,7 +1,7 @@
/*
* The Rin Library – various compatibility constructs
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2019 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/include/rin/definitions.h b/include/rin/definitions.h
index b5f5667..19dde14 100644
--- a/include/rin/definitions.h
+++ b/include/rin/definitions.h
@@ -1,7 +1,7 @@
/*
* The Rin Library – special definitions
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2015-2019 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/include/rin/diagnostic.h b/include/rin/diagnostic.h
index f60008d..de925cc 100644
--- a/include/rin/diagnostic.h
+++ b/include/rin/diagnostic.h
@@ -1,7 +1,7 @@
/*
* The Rin Library – diagnostics module
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2015-2019 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/include/rin/uuid.h b/include/rin/uuid.h
index 53c7fc6..c970263 100644
--- a/include/rin/uuid.h
+++ b/include/rin/uuid.h
@@ -1,7 +1,7 @@
/*
* The Rin Library – uuid handling module
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2019 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/test/main.c b/test/main.c
index 03b2211..48dbccf 100644
--- a/test/main.c
+++ b/test/main.c
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015-2017 Gediminas Jakutis
+ * Copyright (C) 2015-2019 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/test/time.c b/test/time.c
index f0ad5a2..90f0755 100644
--- a/test/time.c
+++ b/test/time.c
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2017 Gediminas Jakutis
+ * Copyright (C) 2017-2019 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/test/time_test_private.h b/test/time_test_private.h
index 8283e25..a3aa237 100644
--- a/test/time_test_private.h
+++ b/test/time_test_private.h
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2017 Gediminas Jakutis
+ * Copyright (C) 2017-2019 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/test/uuid.c b/test/uuid.c
index a77ebcc..d8fb869 100644
--- a/test/uuid.c
+++ b/test/uuid.c
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015-2017 Gediminas Jakutis
+ * Copyright (C) 2019 Gediminas Jakutis
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public