aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers
diff options
context:
space:
mode:
authorPatrick Quist <partouf@gmail.com>2020-09-27 00:26:02 +0200
committerGitHub <noreply@github.com>2020-09-26 18:26:02 -0400
commita2eed58cd0c517c58a89aef1987eb8bdf90c5fd1 (patch)
tree646c5a68cb3989a31764db2b142c55d8497616a2 /lib/compilers
parent044dcfbf8885d0115e64cf75f74a0f40f54e2370 (diff)
downloadcompiler-explorer-a2eed58cd0c517c58a89aef1987eb8bdf90c5fd1.tar.gz
compiler-explorer-a2eed58cd0c517c58a89aef1987eb8bdf90c5fd1.zip
Transfer copyright to compiler explorer authors (#2232)
Diffstat (limited to 'lib/compilers')
-rw-r--r--lib/compilers/assembly.js2
-rw-r--r--lib/compilers/pascal.js2
-rw-r--r--lib/compilers/ppci.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/compilers/assembly.js b/lib/compilers/assembly.js
index c6b5e9d12..fd38511b5 100644
--- a/lib/compilers/assembly.js
+++ b/lib/compilers/assembly.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2018, Patrick Quist
+// Copyright (c) 2018, Compiler Explorer Authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
diff --git a/lib/compilers/pascal.js b/lib/compilers/pascal.js
index 104f1fbc7..15c805afb 100644
--- a/lib/compilers/pascal.js
+++ b/lib/compilers/pascal.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, Patrick Quist
+// Copyright (c) 2017, Compiler Explorer Authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
diff --git a/lib/compilers/ppci.js b/lib/compilers/ppci.js
index ac9aba87b..8fc10e049 100644
--- a/lib/compilers/ppci.js
+++ b/lib/compilers/ppci.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, Windel Bouwman & Patrick Quist
+// Copyright (c) 2017, Windel Bouwman & Compiler Explorer Authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without