From b458346f5a275decb23e229dfd61e54308377933 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Tue, 10 Oct 2017 23:12:53 +0100 Subject: [PATCH] Fix invalid date range for copyright assignment Signed-off-by: Ikey Doherty --- src/frontend/main.c | 2 +- src/intercept/main.c | 2 +- src/lsi/lsi.c | 2 +- src/lsi/lsi.h | 2 +- src/shim/shim.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/frontend/main.c b/src/frontend/main.c index e5f57c7..1008ba3 100644 --- a/src/frontend/main.c +++ b/src/frontend/main.c @@ -1,7 +1,7 @@ /* * This file is part of linux-steam-integration. * - * Copyright © 2016 Ikey Doherty + * Copyright © 2016-2017 Ikey Doherty * * linux-steam-integration is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as diff --git a/src/intercept/main.c b/src/intercept/main.c index 97cf01b..93b0f0e 100644 --- a/src/intercept/main.c +++ b/src/intercept/main.c @@ -1,7 +1,7 @@ /* * This file is part of linux-steam-integration. * - * Copyright © 2016-2017 Ikey Doherty + * Copyright © 2016-2017 Ikey Doherty * * linux-steam-integration is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as diff --git a/src/lsi/lsi.c b/src/lsi/lsi.c index c5a0766..474b8a4 100644 --- a/src/lsi/lsi.c +++ b/src/lsi/lsi.c @@ -1,7 +1,7 @@ /* * This file is part of linux-steam-integration. * - * Copyright © 2016 Ikey Doherty + * Copyright © 2016-2017 Ikey Doherty * * linux-steam-integration is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as diff --git a/src/lsi/lsi.h b/src/lsi/lsi.h index 2d4da34..915b5eb 100644 --- a/src/lsi/lsi.h +++ b/src/lsi/lsi.h @@ -1,7 +1,7 @@ /* * This file is part of linux-steam-integration. * - * Copyright © 2016 Ikey Doherty + * Copyright © 2016-2017 Ikey Doherty * * linux-steam-integration is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as diff --git a/src/shim/shim.c b/src/shim/shim.c index 6cee799..e5a5b33 100644 --- a/src/shim/shim.c +++ b/src/shim/shim.c @@ -1,7 +1,7 @@ /* * This file is part of linux-steam-integration. * - * Copyright © 2016 Ikey Doherty + * Copyright © 2016-2017 Ikey Doherty * * linux-steam-integration is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as