qulogic/gplugin

Fix copyrights in the vala directory
feature/docs-review
2020-02-18, Gary Kramlich
4b2c044b1f86
Parents 427648a782d1
Children 679fc25edf7f
Fix copyrights in the vala directory
--- a/vala/tests/plugins/basic.vala Tue Feb 18 03:55:12 2020 -0600
+++ b/vala/tests/plugins/basic.vala Tue Feb 18 03:56:13 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2019 Gary Kramlich <grim@reaperworld.com>
+ * Copyright (C) 2011-2020 Gary Kramlich <grim@reaperworld.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
--- a/vala/tests/plugins/dependent.vala Tue Feb 18 03:55:12 2020 -0600
+++ b/vala/tests/plugins/dependent.vala Tue Feb 18 03:56:13 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2019 Gary Kramlich <grim@reaperworld.com>
+ * Copyright (C) 2011-2020 Gary Kramlich <grim@reaperworld.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
--- a/vala/tests/plugins/load-exception.vala Tue Feb 18 03:55:12 2020 -0600
+++ b/vala/tests/plugins/load-exception.vala Tue Feb 18 03:56:13 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2019 Gary Kramlich <grim@reaperworld.com>
+ * Copyright (C) 2011-2020 Gary Kramlich <grim@reaperworld.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
--- a/vala/tests/plugins/load-failed.vala Tue Feb 18 03:55:12 2020 -0600
+++ b/vala/tests/plugins/load-failed.vala Tue Feb 18 03:56:13 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2019 Gary Kramlich <grim@reaperworld.com>
+ * Copyright (C) 2011-2020 Gary Kramlich <grim@reaperworld.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
--- a/vala/tests/plugins/unload-failed.vala Tue Feb 18 03:55:12 2020 -0600
+++ b/vala/tests/plugins/unload-failed.vala Tue Feb 18 03:56:13 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2019 Gary Kramlich <grim@reaperworld.com>
+ * Copyright (C) 2011-2020 Gary Kramlich <grim@reaperworld.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
--- a/vala/tests/test-vala-loading.c Tue Feb 18 03:55:12 2020 -0600
+++ b/vala/tests/test-vala-loading.c Tue Feb 18 03:56:13 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2019 Gary Kramlich <grim@reaperworld.com>
+ * Copyright (C) 2011-2020 Gary Kramlich <grim@reaperworld.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -31,4 +31,3 @@
return g_test_run();
}
-