diff options
Diffstat (limited to 'lib/compilers')
-rw-r--r-- | lib/compilers/assembly.js | 2 | ||||
-rw-r--r-- | lib/compilers/pascal.js | 2 | ||||
-rw-r--r-- | lib/compilers/ppci.js | 2 |
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 |