From 58f25092c795c51af9ac345dea236b896ba464c9 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Wed, 20 Jan 2021 21:36:13 +0100 Subject: [PATCH] Meta: Fix silly copyright line --- Userland/Libraries/LibELF/DynamicLinker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Libraries/LibELF/DynamicLinker.h b/Userland/Libraries/LibELF/DynamicLinker.h index d476443976..36ae758a7d 100644 --- a/Userland/Libraries/LibELF/DynamicLinker.h +++ b/Userland/Libraries/LibELF/DynamicLinker.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 (c), the SerenityOS developers. + * Copyright (c) 2021, the SerenityOS developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without