aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/diagnostic.c2
-rw-r--r--test/diagnostic_test.h2
-rw-r--r--test/float.c2
-rw-r--r--test/float_test.h2
-rw-r--r--test/float_test_private.h2
-rw-r--r--test/gpio.c2
-rw-r--r--test/gpio_test.h2
-rw-r--r--test/gpio_test_private.h2
-rw-r--r--test/main.c4
-rw-r--r--test/test.c2
-rw-r--r--test/test.h2
11 files changed, 12 insertions, 12 deletions
diff --git a/test/diagnostic.c b/test/diagnostic.c
index b6958ad..370d9e8 100644
--- a/test/diagnostic.c
+++ b/test/diagnostic.c
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2015-2017 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/diagnostic_test.h b/test/diagnostic_test.h
index 0929abb..41a7d72 100644
--- a/test/diagnostic_test.h
+++ b/test/diagnostic_test.h
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2015-2017 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/float.c b/test/float.c
index f95ae8c..284c82a 100644
--- a/test/float.c
+++ b/test/float.c
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2015-2017 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/float_test.h b/test/float_test.h
index 89bcf21..49523b1 100644
--- a/test/float_test.h
+++ b/test/float_test.h
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2015-2017 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/float_test_private.h b/test/float_test_private.h
index c865646..91b6114 100644
--- a/test/float_test_private.h
+++ b/test/float_test_private.h
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2015-2017 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/gpio.c b/test/gpio.c
index c132e8f..4811af0 100644
--- a/test/gpio.c
+++ b/test/gpio.c
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2017 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/gpio_test.h b/test/gpio_test.h
index 2de30fd..8d37802 100644
--- a/test/gpio_test.h
+++ b/test/gpio_test.h
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2017 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/gpio_test_private.h b/test/gpio_test_private.h
index 4a6a13a..aa2361d 100644
--- a/test/gpio_test_private.h
+++ b/test/gpio_test_private.h
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2017 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 6d7d8bf..c0217eb 100644
--- a/test/main.c
+++ b/test/main.c
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2015-2017 Gediminas Jakutis
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -27,7 +27,7 @@
int main(int argc, char **argv)
{
- static const struct section sections[] = {
+ static const struct section sections[] = {
{"float", float_test},
{"diagnostic", diagnostic_test},
{"gpio", gpio_test} };
diff --git a/test/test.c b/test/test.c
index 7e10d9f..0edceda 100644
--- a/test/test.c
+++ b/test/test.c
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2015-2017 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/test.h b/test/test.h
index 5314fc5..1c6bff7 100644
--- a/test/test.h
+++ b/test/test.h
@@ -1,7 +1,7 @@
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015 Gediminas Jakutis
+ * Copyright (C) 2015-2017 Gediminas Jakutis
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public