diff options
| -rw-r--r-- | fiv-thumbnail.c | 2 | ||||
| -rw-r--r-- | fiv-thumbnail.h | 2 | ||||
| -rw-r--r-- | fiv-view.c | 2 | ||||
| -rw-r--r-- | fiv-view.h | 2 | 
4 files changed, 4 insertions, 4 deletions
diff --git a/fiv-thumbnail.c b/fiv-thumbnail.c index ca45dc1..b69307d 100644 --- a/fiv-thumbnail.c +++ b/fiv-thumbnail.c @@ -1,7 +1,7 @@  //  // fiv-thumbnail.c: thumbnail management  // -// Copyright (c) 2021, Přemysl Eric Janouch <p@janouch.name> +// Copyright (c) 2021 - 2022, Přemysl Eric Janouch <p@janouch.name>  //  // Permission to use, copy, modify, and/or distribute this software for any  // purpose with or without fee is hereby granted. diff --git a/fiv-thumbnail.h b/fiv-thumbnail.h index 9dcf3f6..208ccac 100644 --- a/fiv-thumbnail.h +++ b/fiv-thumbnail.h @@ -1,7 +1,7 @@  //  // fiv-thumbnail.h: thumbnail management  // -// Copyright (c) 2021, Přemysl Eric Janouch <p@janouch.name> +// Copyright (c) 2021 - 2022, Přemysl Eric Janouch <p@janouch.name>  //  // Permission to use, copy, modify, and/or distribute this software for any  // purpose with or without fee is hereby granted. @@ -1,7 +1,7 @@  //  // fiv-view.c: image viewing widget  // -// Copyright (c) 2021, Přemysl Eric Janouch <p@janouch.name> +// Copyright (c) 2021 - 2022, Přemysl Eric Janouch <p@janouch.name>  //  // Permission to use, copy, modify, and/or distribute this software for any  // purpose with or without fee is hereby granted. @@ -1,7 +1,7 @@  //  // fiv-view.h: image viewing widget  // -// Copyright (c) 2021, Přemysl Eric Janouch <p@janouch.name> +// Copyright (c) 2021 - 2022, Přemysl Eric Janouch <p@janouch.name>  //  // Permission to use, copy, modify, and/or distribute this software for any  // purpose with or without fee is hereby granted.  | 
