瀏覽代碼

LibJS: Fix email in TypedArray{Constructor,Prototype} copyright headers

Linus Groh 4 年之前
父節點
當前提交
aa92adeedf

+ 1 - 1
Libraries/LibJS/Runtime/TypedArrayConstructor.cpp

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de
+ * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without
  * Redistribution and use in source and binary forms, with or without

+ 1 - 1
Libraries/LibJS/Runtime/TypedArrayConstructor.h

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de
+ * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without
  * Redistribution and use in source and binary forms, with or without

+ 1 - 1
Libraries/LibJS/Runtime/TypedArrayPrototype.cpp

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de
+ * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without
  * Redistribution and use in source and binary forms, with or without

+ 1 - 1
Libraries/LibJS/Runtime/TypedArrayPrototype.h

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de
+ * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without
  * Redistribution and use in source and binary forms, with or without