qulogic/gplugin

0ca3b6799266
Parents 438c749ee39e
Children 726cb59dc9ca
update copyrights and extra new lines at the end of files in the gplugin directory
  • +1 -2
    gplugin/gplugin-file-tree.c
  • +1 -2
    gplugin/gplugin-file-tree.h
  • +1 -2
    gplugin/gplugin-loader-tests.c
  • +1 -2
    gplugin/gplugin-loader-tests.h
  • +1 -1
    gplugin/gplugin-native-loader.c
  • +1 -2
    gplugin/gplugin-native-loader.h
  • +1 -2
    gplugin/gplugin-native-plugin.c
  • +1 -2
    gplugin/gplugin-native-plugin.h
  • +1 -2
    gplugin/gplugin-native-private.h
  • +1 -1
    gplugin/gplugin-native.h.in
  • +1 -2
    gplugin/gplugin-private.c
  • +1 -2
    gplugin/gplugin-private.h
  • +1 -2
    gplugin/gplugin-query.c
  • +1 -3
    gplugin/gplugin.h.in
  • +1 -2
    gplugin/tests/bad-plugins/query-error.c
  • +1 -2
    gplugin/tests/bind-local/bind-local.c
  • +1 -0
    gplugin/tests/dynamic-type/dynamic-test.h
  • +1 -1
    gplugin/tests/dynamic-type/dynamic-type-provider.c
  • +1 -1
    gplugin/tests/dynamic-type/dynamic-type-user.c
  • +1 -2
    gplugin/tests/id-collision/id-collision1.c
  • +1 -2
    gplugin/tests/id-collision/id-collision2.c
  • +1 -2
    gplugin/tests/load-on-query-fail/load-on-query-fail.c
  • +1 -2
    gplugin/tests/load-on-query-pass/load-on-query-pass.c
  • +1 -2
    gplugin/tests/plugins/basic-plugin.c
  • +1 -2
    gplugin/tests/plugins/broken-dependent-plugin.c
  • +1 -2
    gplugin/tests/plugins/dependent-plugin.c
  • +1 -2
    gplugin/tests/plugins/load-exception.c
  • +1 -2
    gplugin/tests/plugins/load-failed.c
  • +1 -2
    gplugin/tests/plugins/unload-failed.c
  • +1 -2
    gplugin/tests/unresolved-symbol/unresolved-symbol.c
  • +1 -2
    gplugin/tests/versioned-dependencies/bar.c
  • +1 -2
    gplugin/tests/versioned-dependencies/baz.c
  • +1 -2
    gplugin/tests/versioned-dependencies/exact1.c
  • +1 -2
    gplugin/tests/versioned-dependencies/exact2.c
  • +1 -2
    gplugin/tests/versioned-dependencies/fez.c
  • +1 -2
    gplugin/tests/versioned-dependencies/greater-equal.c
  • +1 -2
    gplugin/tests/versioned-dependencies/greater.c
  • +1 -2
    gplugin/tests/versioned-dependencies/less-equal.c
  • +1 -2
    gplugin/tests/versioned-dependencies/less.c
  • +1 -2
    gplugin/tests/versioned-dependencies/no-version.c
  • +1 -2
    gplugin/tests/versioned-dependencies/super-dependent.c
  • --- a/gplugin/gplugin-file-tree.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin-file-tree.c Tue Feb 18 03:40:09 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
    @@ -145,4 +145,3 @@
    g_node_destroy(root);
    }
    -
    --- a/gplugin/gplugin-file-tree.h Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin-file-tree.h Tue Feb 18 03:40:09 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
    @@ -33,4 +33,3 @@
    G_END_DECLS
    #endif /* GPLUGIN_FILE_TREE_H */
    -
    --- a/gplugin/gplugin-loader-tests.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin-loader-tests.c Tue Feb 18 03:40:09 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
    @@ -224,4 +224,3 @@
    gplugin_loader_tests_add_tests(short_name);
    }
    -
    --- a/gplugin/gplugin-loader-tests.h Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin-loader-tests.h Tue Feb 18 03:40:09 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
    @@ -29,4 +29,3 @@
    G_END_DECLS
    #endif /* GPLUGIN_OPTIONS_H */
    -
    --- a/gplugin/gplugin-native-loader.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin-native-loader.c Tue Feb 18 03:40:09 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/gplugin/gplugin-native-loader.h Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin-native-loader.h Tue Feb 18 03:40:09 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
    @@ -37,4 +37,3 @@
    G_END_DECLS
    #endif /* GPLUGIN_NATIVE_LOADER_H */
    -
    --- a/gplugin/gplugin-native-plugin.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin-native-plugin.c Tue Feb 18 03:40:09 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
    @@ -265,4 +265,3 @@
    return plugin->module;
    }
    -
    --- a/gplugin/gplugin-native-plugin.h Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin-native-plugin.h Tue Feb 18 03:40:09 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
    @@ -36,4 +36,3 @@
    G_END_DECLS
    #endif /* GPLUGIN_NATIVE_PLUGIN_H */
    -
    --- a/gplugin/gplugin-native-private.h Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin-native-private.h Tue Feb 18 03:40:09 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_PRIVATE_H */
    -
    --- a/gplugin/gplugin-native.h.in Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin-native.h.in Tue Feb 18 03:40:09 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/gplugin/gplugin-private.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin-private.c Tue Feb 18 03:40:09 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
    @@ -33,4 +33,3 @@
    return continue_emission;
    }
    -
    --- a/gplugin/gplugin-private.h Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin-private.h Tue Feb 18 03:40:09 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,4 +40,3 @@
    G_END_DECLS
    #endif /* GPLUGIN_PRIVATE_H */
    -
    --- a/gplugin/gplugin-query.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin-query.c Tue Feb 18 03:40:09 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
    @@ -347,4 +347,3 @@
    return ret;
    }
    -
    --- a/gplugin/gplugin.h.in Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/gplugin.h.in Tue Feb 18 03:40:09 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
    @@ -26,5 +26,3 @@
    #undef GPLUGIN_GLOBAL_HEADER_INSIDE
    #endif /* GPLUGIN_H */
    -
    -
    --- a/gplugin/tests/bad-plugins/query-error.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/bad-plugins/query-error.c Tue Feb 18 03:40:09 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
    @@ -38,4 +38,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/bind-local/bind-local.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/bind-local/bind-local.c Tue Feb 18 03:40:09 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
    @@ -41,4 +41,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/dynamic-type/dynamic-test.h Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/dynamic-type/dynamic-test.h Tue Feb 18 03:40:09 2020 -0600
    @@ -1,4 +1,5 @@
    /*
    + * Copyright (C) 2011-2020 Gary Kramlich <grim@reaperworld.com>
    * Copyright (C) 2013 Ankit Vani <a@nevitus.org>
    *
    * This library is free software; you can redistribute it and/or
    --- a/gplugin/tests/dynamic-type/dynamic-type-provider.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/dynamic-type/dynamic-type-provider.c Tue Feb 18 03:40:09 2020 -0600
    @@ -1,4 +1,5 @@
    /*
    + * Copyright (C) 2011-2020 Gary Kramlich <grim@reaperworld.com>
    * Copyright (C) 2013 Ankit Vani <a@nevitus.org>
    *
    * This library is free software; you can redistribute it and/or
    @@ -58,4 +59,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/dynamic-type/dynamic-type-user.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/dynamic-type/dynamic-type-user.c Tue Feb 18 03:40:09 2020 -0600
    @@ -1,4 +1,5 @@
    /*
    + * Copyright (C) 2011-2020 Gary Kramlich <grim@reaperworld.com>
    * Copyright (C) 2013 Ankit Vani <a@nevitus.org>
    *
    * This library is free software; you can redistribute it and/or
    @@ -66,4 +67,3 @@
    return TRUE;
    }
    -
    --- a/gplugin/tests/id-collision/id-collision1.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/id-collision/id-collision1.c Tue Feb 18 03:40:09 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
    @@ -41,4 +41,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/id-collision/id-collision2.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/id-collision/id-collision2.c Tue Feb 18 03:40:09 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
    @@ -41,4 +41,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/load-on-query-fail/load-on-query-fail.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/load-on-query-fail/load-on-query-fail.c Tue Feb 18 03:40:09 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
    @@ -43,4 +43,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/load-on-query-pass/load-on-query-pass.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/load-on-query-pass/load-on-query-pass.c Tue Feb 18 03:40:09 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
    @@ -41,4 +41,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/plugins/basic-plugin.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/plugins/basic-plugin.c Tue Feb 18 03:40:09 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
    @@ -53,4 +53,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/plugins/broken-dependent-plugin.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/plugins/broken-dependent-plugin.c Tue Feb 18 03:40:09 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
    @@ -46,4 +46,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/plugins/dependent-plugin.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/plugins/dependent-plugin.c Tue Feb 18 03:40:09 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
    @@ -47,4 +47,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/plugins/load-exception.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/plugins/load-exception.c Tue Feb 18 03:40:09 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,4 +40,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/plugins/load-failed.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/plugins/load-failed.c Tue Feb 18 03:40:09 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,4 +40,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/plugins/unload-failed.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/plugins/unload-failed.c Tue Feb 18 03:40:09 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,4 +40,3 @@
    return FALSE;
    }
    -
    --- a/gplugin/tests/unresolved-symbol/unresolved-symbol.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/unresolved-symbol/unresolved-symbol.c Tue Feb 18 03:40:09 2020 -0600
    @@ -1,5 +1,5 @@
    /*
    - * Copyright (C) 2011-2016 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,4 +40,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/versioned-dependencies/bar.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/versioned-dependencies/bar.c Tue Feb 18 03:40:09 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
    @@ -41,4 +41,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/versioned-dependencies/baz.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/versioned-dependencies/baz.c Tue Feb 18 03:40:09 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
    @@ -41,4 +41,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/versioned-dependencies/exact1.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/versioned-dependencies/exact1.c Tue Feb 18 03:40:09 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
    @@ -41,4 +41,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/versioned-dependencies/exact2.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/versioned-dependencies/exact2.c Tue Feb 18 03:40:09 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
    @@ -41,4 +41,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/versioned-dependencies/fez.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/versioned-dependencies/fez.c Tue Feb 18 03:40:09 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
    @@ -41,4 +41,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/versioned-dependencies/greater-equal.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/versioned-dependencies/greater-equal.c Tue Feb 18 03:40:09 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
    @@ -41,4 +41,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/versioned-dependencies/greater.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/versioned-dependencies/greater.c Tue Feb 18 03:40:09 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
    @@ -41,4 +41,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/versioned-dependencies/less-equal.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/versioned-dependencies/less-equal.c Tue Feb 18 03:40:09 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
    @@ -41,4 +41,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/versioned-dependencies/less.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/versioned-dependencies/less.c Tue Feb 18 03:40:09 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
    @@ -41,4 +41,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/versioned-dependencies/no-version.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/versioned-dependencies/no-version.c Tue Feb 18 03:40:09 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,4 +40,3 @@
    {
    return TRUE;
    }
    -
    --- a/gplugin/tests/versioned-dependencies/super-dependent.c Tue Feb 18 01:28:55 2020 -0600
    +++ b/gplugin/tests/versioned-dependencies/super-dependent.c Tue Feb 18 03:40:09 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
    @@ -56,4 +56,3 @@
    {
    return TRUE;
    }
    -