From d407dd65d58819210defd4d96eb8d4fb878c96ef Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Wed, 15 Feb 2012 19:16:24 +0100 Subject: Already in the year 2012 --- commands.c | 2 +- commands.h | 2 +- exif.c | 2 +- exif.h | 2 +- image.c | 2 +- image.h | 2 +- main.c | 2 +- options.c | 2 +- options.h | 2 +- thumbs.c | 2 +- thumbs.h | 2 +- util.c | 2 +- util.h | 2 +- window.c | 2 +- window.h | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/commands.c b/commands.c index 5f7ec66..921019b 100644 --- a/commands.c +++ b/commands.c @@ -1,5 +1,5 @@ /* sxiv: commands.c - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/commands.h b/commands.h index 065982b..ffba5a5 100644 --- a/commands.h +++ b/commands.h @@ -1,5 +1,5 @@ /* sxiv: commands.h - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/exif.c b/exif.c index 4703a66..07a89ac 100644 --- a/exif.c +++ b/exif.c @@ -1,5 +1,5 @@ /* sxiv: exif.c - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/exif.h b/exif.h index 6bb6f9c..aa43a30 100644 --- a/exif.h +++ b/exif.h @@ -1,5 +1,5 @@ /* sxiv: exif.h - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/image.c b/image.c index 6829dae..3410a0b 100644 --- a/image.c +++ b/image.c @@ -1,5 +1,5 @@ /* sxiv: image.c - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/image.h b/image.h index 51593e6..2712965 100644 --- a/image.h +++ b/image.h @@ -1,5 +1,5 @@ /* sxiv: image.h - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/main.c b/main.c index f528f60..19212ad 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,5 @@ /* sxiv: main.c - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/options.c b/options.c index 26c1339..474eaf4 100644 --- a/options.c +++ b/options.c @@ -1,5 +1,5 @@ /* sxiv: options.c - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/options.h b/options.h index a0faf5e..ae0476d 100644 --- a/options.h +++ b/options.h @@ -1,5 +1,5 @@ /* sxiv: options.h - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/thumbs.c b/thumbs.c index 420547a..42cbe96 100644 --- a/thumbs.c +++ b/thumbs.c @@ -1,5 +1,5 @@ /* sxiv: thumbs.c - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/thumbs.h b/thumbs.h index 4a32347..263ec0a 100644 --- a/thumbs.h +++ b/thumbs.h @@ -1,5 +1,5 @@ /* sxiv: thumbs.h - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/util.c b/util.c index c34146b..c73953c 100644 --- a/util.c +++ b/util.c @@ -1,5 +1,5 @@ /* sxiv: util.c - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/util.h b/util.h index 288d359..f1f4f14 100644 --- a/util.h +++ b/util.h @@ -1,5 +1,5 @@ /* sxiv: util.h - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/window.c b/window.c index eb1cfc6..7f36281 100644 --- a/window.c +++ b/window.c @@ -1,5 +1,5 @@ /* sxiv: window.c - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/window.h b/window.h index 6bf2bfd..8485b61 100644 --- a/window.h +++ b/window.h @@ -1,5 +1,5 @@ /* sxiv: window.h - * Copyright (c) 2011 Bert Muennich + * Copyright (c) 2012 Bert Muennich * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the -- cgit v1.2.3-54-g00ecf