diff options
Diffstat (limited to 'lib/compilers')
-rw-r--r-- | lib/compilers/default.js | 2 | ||||
-rw-r--r-- | lib/compilers/fake-for-test.js | 2 | ||||
-rw-r--r-- | lib/compilers/gcc.js | 2 | ||||
-rw-r--r-- | lib/compilers/ldc.js | 2 | ||||
-rw-r--r-- | lib/compilers/rust.js | 2 | ||||
-rw-r--r-- | lib/compilers/wine-vc.js | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/compilers/default.js b/lib/compilers/default.js index 3ef32f19b..ee5481977 100644 --- a/lib/compilers/default.js +++ b/lib/compilers/default.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Matt Godbolt +// Copyright (c) 2016, Compiler Explorer Authors // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/lib/compilers/fake-for-test.js b/lib/compilers/fake-for-test.js index a3f7f45a7..21f67a1e2 100644 --- a/lib/compilers/fake-for-test.js +++ b/lib/compilers/fake-for-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2017, Matt Godbolt +// 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/gcc.js b/lib/compilers/gcc.js index 592dde321..1cba974c8 100644 --- a/lib/compilers/gcc.js +++ b/lib/compilers/gcc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Matt Godbolt +// Copyright (c) 2016, Compiler Explorer Authors // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/lib/compilers/ldc.js b/lib/compilers/ldc.js index 823730572..8e27790a3 100644 --- a/lib/compilers/ldc.js +++ b/lib/compilers/ldc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Matt Godbolt +// Copyright (c) 2016, Compiler Explorer Authors // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/lib/compilers/rust.js b/lib/compilers/rust.js index 936554ade..d392975b1 100644 --- a/lib/compilers/rust.js +++ b/lib/compilers/rust.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Matt Godbolt +// Copyright (c) 2016, Compiler Explorer Authors // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/lib/compilers/wine-vc.js b/lib/compilers/wine-vc.js index 2e77a713b..6ff139e4e 100644 --- a/lib/compilers/wine-vc.js +++ b/lib/compilers/wine-vc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, Matt Godbolt +// Copyright (c) 2016, Compiler Explorer Authors // All rights reserved. // // Redistribution and use in source and binary forms, with or without |