gplugin/gplugin

Fix copyrights and trailing newlines in the lua directory
feature/docs-review
2020-02-18, Gary Kramlich
928a70e2cb97
Parents 726cb59dc9ca
Children ac67a1b959bb
Fix copyrights and trailing newlines in the lua directory
--- a/lua/gplugin-lua-core.c Tue Feb 18 03:44:39 2020 -0600
+++ b/lua/gplugin-lua-core.c Tue Feb 18 03:46:39 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2014 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
@@ -74,4 +74,3 @@
return FALSE;
}
-
--- a/lua/gplugin-lua-loader.c Tue Feb 18 03:44:39 2020 -0600
+++ b/lua/gplugin-lua-loader.c Tue Feb 18 03:46:39 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2014 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/lua/gplugin-lua-loader.h Tue Feb 18 03:44:39 2020 -0600
+++ b/lua/gplugin-lua-loader.h Tue Feb 18 03:46:39 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2014 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 @@
G_END_DECLS
#endif /* GPLUGIN_LUA_LOADER_H */
-
--- a/lua/gplugin-lua-plugin.c Tue Feb 18 03:44:39 2020 -0600
+++ b/lua/gplugin-lua-plugin.c Tue Feb 18 03:46:39 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2014 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/lua/gplugin-lua-plugin.h Tue Feb 18 03:44:39 2020 -0600
+++ b/lua/gplugin-lua-plugin.h Tue Feb 18 03:46:39 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2014 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
@@ -35,4 +35,3 @@
G_END_DECLS
#endif /* GPLUGIN_LUA_PLUGIN_H */
-
--- a/lua/gplugin-lua-test-lgi.c Tue Feb 18 03:44:39 2020 -0600
+++ b/lua/gplugin-lua-test-lgi.c Tue Feb 18 03:46:39 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2014 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
@@ -63,4 +63,3 @@
return ret;
}
-
--- a/lua/tests/plugins/basic.lua Tue Feb 18 03:44:39 2020 -0600
+++ b/lua/tests/plugins/basic.lua Tue Feb 18 03:46:39 2020 -0600
@@ -1,5 +1,5 @@
--[[
- Copyright (C) 2011-2014 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
@@ -40,5 +40,3 @@
function gplugin_unload(plugin)
return true
end
-
-print(gplugin_query())
--- a/lua/tests/plugins/dependent.lua Tue Feb 18 03:44:39 2020 -0600
+++ b/lua/tests/plugins/dependent.lua Tue Feb 18 03:46:39 2020 -0600
@@ -1,5 +1,5 @@
--[[
- Copyright (C) 2011-2014 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
@@ -32,4 +32,3 @@
function gplugin_unload(plugin)
return false
end
-
--- a/lua/tests/plugins/load-exception.lua Tue Feb 18 03:44:39 2020 -0600
+++ b/lua/tests/plugins/load-exception.lua Tue Feb 18 03:46:39 2020 -0600
@@ -1,5 +1,5 @@
--[[
- Copyright (C) 2011-2014 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 @@
function gplugin_unload(plugin)
return false
end
-
--- a/lua/tests/plugins/load-failed.lua Tue Feb 18 03:44:39 2020 -0600
+++ b/lua/tests/plugins/load-failed.lua Tue Feb 18 03:46:39 2020 -0600
@@ -1,5 +1,5 @@
--[[
- Copyright (C) 2011-2014 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 @@
function gplugin_unload(plugin)
return true
end
-
--- a/lua/tests/plugins/unload-failed.lua Tue Feb 18 03:44:39 2020 -0600
+++ b/lua/tests/plugins/unload-failed.lua Tue Feb 18 03:46:39 2020 -0600
@@ -1,5 +1,5 @@
--[[
- Copyright (C) 2011-2014 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 @@
function gplugin_unload(plugin)
return false
end
-
--- a/lua/tests/test-lua-loader.c Tue Feb 18 03:44:39 2020 -0600
+++ b/lua/tests/test-lua-loader.c Tue Feb 18 03:46:39 2020 -0600
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2014 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();
}
-