From c07c442640a54683d86cc57b8f4a97be14f21c6e Mon Sep 17 00:00:00 2001 From: thatlittlegit Date: Fri, 14 Feb 2020 18:06:41 -0500 Subject: [PATCH] Welcome: Change copyrights in my code to 'SerenityOS developers' --- Applications/Welcome/BackgroundWidget.cpp | 2 +- Applications/Welcome/BackgroundWidget.h | 2 +- Applications/Welcome/UnuncheckableButton.cpp | 2 +- Applications/Welcome/UnuncheckableButton.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Applications/Welcome/BackgroundWidget.cpp b/Applications/Welcome/BackgroundWidget.cpp index 6c19b56008..9e7963a70c 100644 --- a/Applications/Welcome/BackgroundWidget.cpp +++ b/Applications/Welcome/BackgroundWidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Andreas Kling + * Copyright (c) 2020, the SerenityOS developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Applications/Welcome/BackgroundWidget.h b/Applications/Welcome/BackgroundWidget.h index 92f71e1d9e..bc8bbf6970 100644 --- a/Applications/Welcome/BackgroundWidget.h +++ b/Applications/Welcome/BackgroundWidget.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Andreas Kling + * Copyright (c) 2020, the SerenityOS developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Applications/Welcome/UnuncheckableButton.cpp b/Applications/Welcome/UnuncheckableButton.cpp index d7d486b406..41a09f89c5 100644 --- a/Applications/Welcome/UnuncheckableButton.cpp +++ b/Applications/Welcome/UnuncheckableButton.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Andreas Kling + * Copyright (c) 2020, the SerenityOS developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Applications/Welcome/UnuncheckableButton.h b/Applications/Welcome/UnuncheckableButton.h index ae6bb6a7d5..5a57bd510c 100644 --- a/Applications/Welcome/UnuncheckableButton.h +++ b/Applications/Welcome/UnuncheckableButton.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Andreas Kling + * Copyright (c) 2020, the SerenityOS developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without