From aa92adeedf345b4e66a2ccdd3153510cfbf5f620 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 1 Jan 2021 14:57:50 +0100 Subject: [PATCH] LibJS: Fix email in TypedArray{Constructor,Prototype} copyright headers --- Libraries/LibJS/Runtime/TypedArrayConstructor.cpp | 2 +- Libraries/LibJS/Runtime/TypedArrayConstructor.h | 2 +- Libraries/LibJS/Runtime/TypedArrayPrototype.cpp | 2 +- Libraries/LibJS/Runtime/TypedArrayPrototype.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Libraries/LibJS/Runtime/TypedArrayConstructor.cpp b/Libraries/LibJS/Runtime/TypedArrayConstructor.cpp index 14af8c2eb8..d7d57cb50b 100644 --- a/Libraries/LibJS/Runtime/TypedArrayConstructor.cpp +++ b/Libraries/LibJS/Runtime/TypedArrayConstructor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Linus Groh * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Libraries/LibJS/Runtime/TypedArrayConstructor.h b/Libraries/LibJS/Runtime/TypedArrayConstructor.h index cd43298e80..b99a957ae4 100644 --- a/Libraries/LibJS/Runtime/TypedArrayConstructor.h +++ b/Libraries/LibJS/Runtime/TypedArrayConstructor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Linus Groh * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Libraries/LibJS/Runtime/TypedArrayPrototype.cpp b/Libraries/LibJS/Runtime/TypedArrayPrototype.cpp index bb94db292d..f1f3ff84d2 100644 --- a/Libraries/LibJS/Runtime/TypedArrayPrototype.cpp +++ b/Libraries/LibJS/Runtime/TypedArrayPrototype.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Linus Groh * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Libraries/LibJS/Runtime/TypedArrayPrototype.h b/Libraries/LibJS/Runtime/TypedArrayPrototype.h index 108ac5352b..8c39f31c31 100644 --- a/Libraries/LibJS/Runtime/TypedArrayPrototype.h +++ b/Libraries/LibJS/Runtime/TypedArrayPrototype.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Linus Groh * All rights reserved. * * Redistribution and use in source and binary forms, with or without