# HG changeset patch # User David Demelier # Date 1563913860 -7200 # Node ID c5301ad4dbd0d60ce51c02bb6ff37e5906f52c8f # Parent 657ee4987f4d36e2eb78a7a4fa0bb2576d4cbeb2 vanilla: fix invalid names diff -r 657ee4987f4d -r c5301ad4dbd0 compression/libarchive/libarchive.sh --- a/compression/libarchive/libarchive.sh Tue Jul 23 22:30:00 2019 +0200 +++ b/compression/libarchive/libarchive.sh Tue Jul 23 22:31:00 2019 +0200 @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2019 FirstName LastName +# Copyright (c) 2019 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r 657ee4987f4d -r c5301ad4dbd0 core/tree/tree.sh --- a/core/tree/tree.sh Tue Jul 23 22:30:00 2019 +0200 +++ b/core/tree/tree.sh Tue Jul 23 22:31:00 2019 +0200 @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2019 FirstName LastName +# Copyright (c) 2019 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r 657ee4987f4d -r c5301ad4dbd0 x11/libxscrnsaver/libxscrnsaver.sh --- a/x11/libxscrnsaver/libxscrnsaver.sh Tue Jul 23 22:30:00 2019 +0200 +++ b/x11/libxscrnsaver/libxscrnsaver.sh Tue Jul 23 22:31:00 2019 +0200 @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2019 FirstName LastName +# Copyright (c) 2019 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above