From ae0ff13f66c0b82f8145bbd6b5e45e99aee92658 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 10 Aug 2020 20:44:36 +0200 Subject: [PATCH] LibGfx: Correct copyright years for {Classic,}WindowTheme.{cpp,h} --- Libraries/LibGfx/ClassicWindowTheme.cpp | 2 +- Libraries/LibGfx/ClassicWindowTheme.h | 2 +- Libraries/LibGfx/WindowTheme.cpp | 2 +- Libraries/LibGfx/WindowTheme.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Libraries/LibGfx/ClassicWindowTheme.cpp b/Libraries/LibGfx/ClassicWindowTheme.cpp index 39d6a16622..01957ebeea 100644 --- a/Libraries/LibGfx/ClassicWindowTheme.cpp +++ b/Libraries/LibGfx/ClassicWindowTheme.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Andreas Kling * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Libraries/LibGfx/ClassicWindowTheme.h b/Libraries/LibGfx/ClassicWindowTheme.h index fd36688aab..a4608ea4a9 100644 --- a/Libraries/LibGfx/ClassicWindowTheme.h +++ b/Libraries/LibGfx/ClassicWindowTheme.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Andreas Kling * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Libraries/LibGfx/WindowTheme.cpp b/Libraries/LibGfx/WindowTheme.cpp index 350333959b..dddf8d0630 100644 --- a/Libraries/LibGfx/WindowTheme.cpp +++ b/Libraries/LibGfx/WindowTheme.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Andreas Kling * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Libraries/LibGfx/WindowTheme.h b/Libraries/LibGfx/WindowTheme.h index a04a4e37ed..21c5f07975 100644 --- a/Libraries/LibGfx/WindowTheme.h +++ b/Libraries/LibGfx/WindowTheme.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Andreas Kling * All rights reserved. * * Redistribution and use in source and binary forms, with or without