qulogic/gplugin

427648a782d1
Parents 89da374bdf5d
Children 4b2c044b1f86
Fix copyrights and extra lines at the end of files in the tcc directory
--- a/tcc/gplugin-tcc-core.c Tue Feb 18 03:52:45 2020 -0600
+++ b/tcc/gplugin-tcc-core.c Tue Feb 18 03:55:12 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 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
@@ -73,4 +73,3 @@
return FALSE;
}
-
--- a/tcc/gplugin-tcc-loader.c Tue Feb 18 03:52:45 2020 -0600
+++ b/tcc/gplugin-tcc-loader.c Tue Feb 18 03:55:12 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 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/tcc/gplugin-tcc-loader.h Tue Feb 18 03:52:45 2020 -0600
+++ b/tcc/gplugin-tcc-loader.h Tue Feb 18 03:55:12 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 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
@@ -30,4 +30,3 @@
G_END_DECLS
#endif /* GPLUGIN_TCC_LOADER_H */
-
--- a/tcc/gplugin-tcc-plugin.c Tue Feb 18 03:52:45 2020 -0600
+++ b/tcc/gplugin-tcc-plugin.c Tue Feb 18 03:55:12 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 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
@@ -204,4 +204,3 @@
return plugin->s;
}
-
--- a/tcc/gplugin-tcc-plugin.h Tue Feb 18 03:52:45 2020 -0600
+++ b/tcc/gplugin-tcc-plugin.h Tue Feb 18 03:55:12 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 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
@@ -38,4 +38,3 @@
G_END_DECLS
#endif /* GPLUGIN_TCC_PLUGIN_H */
-
--- a/tcc/tests/plugins/basic-plugin.c Tue Feb 18 03:52:45 2020 -0600
+++ b/tcc/tests/plugins/basic-plugin.c Tue Feb 18 03:55:12 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 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
@@ -52,4 +52,3 @@
{
return TRUE;
}
-
--- a/tcc/tests/plugins/dependent.c Tue Feb 18 03:52:45 2020 -0600
+++ b/tcc/tests/plugins/dependent.c Tue Feb 18 03:55:12 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 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
@@ -46,4 +46,3 @@
{
return TRUE;
}
-
--- a/tcc/tests/plugins/load-exception.c Tue Feb 18 03:52:45 2020 -0600
+++ b/tcc/tests/plugins/load-exception.c Tue Feb 18 03:55:12 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 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
@@ -39,4 +39,3 @@
{
return TRUE;
}
-
--- a/tcc/tests/plugins/load-failed.c Tue Feb 18 03:52:45 2020 -0600
+++ b/tcc/tests/plugins/load-failed.c Tue Feb 18 03:55:12 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 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
@@ -39,4 +39,3 @@
{
return TRUE;
}
-
--- a/tcc/tests/plugins/unload-failed.c Tue Feb 18 03:52:45 2020 -0600
+++ b/tcc/tests/plugins/unload-failed.c Tue Feb 18 03:55:12 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 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
@@ -39,4 +39,3 @@
return FALSE;
}
-
--- a/tcc/tests/test-tcc-loader.c Tue Feb 18 03:52:45 2020 -0600
+++ b/tcc/tests/test-tcc-loader.c Tue Feb 18 03:55:12 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 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
@@ -28,4 +28,3 @@
return g_test_run();
}
-