Mercurial > bcc
changeset 9:ab5c41277358
misc: update copyright years
author | David Demelier <markand@malikania.fr> |
---|---|
date | Mon, 12 Apr 2021 20:23:55 +0200 |
parents | 036573d2f94a |
children | 9ab498c63f57 |
files | LICENSE.md Makefile bcc.1 bcc.c |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/LICENSE.md Thu Apr 08 12:56:29 2021 +0200 +++ b/LICENSE.md Mon Apr 12 20:23:55 2021 +0200 @@ -1,7 +1,7 @@ bcc ISC LICENSE =============== -Copyright (c) 2020 David Demelier <markand@malikania.fr> +Copyright (c) 2020-2021 David Demelier <markand@malikania.fr> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above
--- a/Makefile Thu Apr 08 12:56:29 2021 +0200 +++ b/Makefile Mon Apr 12 20:23:55 2021 +0200 @@ -1,7 +1,7 @@ # # Makefile -- basic makefile for bcc # -# Copyright (c) 2020 David Demelier <markand@malikania.fr> +# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above
--- a/bcc.1 Thu Apr 08 12:56:29 2021 +0200 +++ b/bcc.1 Mon Apr 12 20:23:55 2021 +0200 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2020 David Demelier <markand@malikania.fr> +.\" Copyright (c) 2020-2021 David Demelier <markand@malikania.fr> .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above
--- a/bcc.c Thu Apr 08 12:56:29 2021 +0200 +++ b/bcc.c Mon Apr 12 20:23:55 2021 +0200 @@ -1,7 +1,7 @@ /* * bcc.c -- binary to C/C++ arrays converter * - * Copyright (c) 2020 David Demelier <markand@malikania.fr> + * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above