aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Godbolt <matt@godbolt.org>2021-07-24 08:46:18 -0500
committerMatt Godbolt <matt@godbolt.org>2021-07-24 08:46:18 -0500
commit25f48a89a08d1cb92a541bab920b19135636feb3 (patch)
tree2c33a5398d898aac787db703171a2e133ee59f41
parentdb6626e3e8101df79cdcc1aae216ff6007326446 (diff)
downloadcompiler-explorer-25f48a89a08d1cb92a541bab920b19135636feb3.tar.gz
compiler-explorer-25f48a89a08d1cb92a541bab920b19135636feb3.zip
Reassign my copyright to Compiler Explorer Authors
-rw-r--r--AUTHORS.md5
-rw-r--r--lib/compilation-env.js2
-rw-r--r--lib/compilers/golang.js2
-rw-r--r--lib/compilers/ispc.js2
-rw-r--r--lib/compilers/swift.js2
-rw-r--r--lib/languages.js2
-rw-r--r--static/alert.js2
-rw-r--r--static/themes.js2
-rw-r--r--test/lang-tests.js2
9 files changed, 12 insertions, 9 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index adc194237..dbf3a9806 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,9 +5,12 @@ Currently, the people referred to when the documentation or policies mention
- [Patrick Quist](https://github.com/partouf)
- [Austin Morton](https://github.com/apmorton)
-##
+---
+
Additionally, these people have been immensely helpful in the development of Compiler Explorer:
- [Jared Wyles](https://github.com/jaredwy)
- [Chedy Najjar](https://github.com/CppChedy)
- [Simon Brand](https://blog.tartanllama.xyz/)
- [Filipe Cabecinhas](https://github.com/filcab)
+
+Please also see our [Contributors](CONTRIBUTORS.md) for a full list. \ No newline at end of file
diff --git a/lib/compilation-env.js b/lib/compilation-env.js
index 6daa83251..50ba82474 100644
--- a/lib/compilation-env.js
+++ b/lib/compilation-env.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2016, Matt Godbolt & Rubén Rincón
+// Copyright (c) 2016, Rubén Rincón & Compiler Explorer Authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
diff --git a/lib/compilers/golang.js b/lib/compilers/golang.js
index e3a83b5c9..ac59c63e7 100644
--- a/lib/compilers/golang.js
+++ b/lib/compilers/golang.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2016, Matt Godbolt & Rubén Rincón
+// Copyright (c) 2016, Rubén Rincón & Compiler Explorer Authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
diff --git a/lib/compilers/ispc.js b/lib/compilers/ispc.js
index d18797d33..e72f05afd 100644
--- a/lib/compilers/ispc.js
+++ b/lib/compilers/ispc.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, Matt Godbolt & Compiler Explorer Authors
+// 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/swift.js b/lib/compilers/swift.js
index 7192c4087..9a305cded 100644
--- a/lib/compilers/swift.js
+++ b/lib/compilers/swift.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, Matt Godbolt & Compiler Explorer Authors
+// Copyright (c) 2017, Compiler Explorer Authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
diff --git a/lib/languages.js b/lib/languages.js
index 47ab84673..b3284c186 100644
--- a/lib/languages.js
+++ b/lib/languages.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, Matt Godbolt & Compiler Explorer Authors
+// Copyright (c) 2017, Compiler Explorer Authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
diff --git a/static/alert.js b/static/alert.js
index 84ac87b63..f65a6b8e8 100644
--- a/static/alert.js
+++ b/static/alert.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, Matt Godbolt & Compiler Explorer Authors
+// Copyright (c) 2017, Compiler Explorer Authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
diff --git a/static/themes.js b/static/themes.js
index c7d9cf285..24fb87954 100644
--- a/static/themes.js
+++ b/static/themes.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, Matt Godbolt & Compiler Explorer Authors
+// Copyright (c) 2017, Compiler Explorer Authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
diff --git a/test/lang-tests.js b/test/lang-tests.js
index 8bc86fcf2..e2dd0d076 100644
--- a/test/lang-tests.js
+++ b/test/lang-tests.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, Matt Godbolt & Compiler Explorer Authors
+// Copyright (c) 2017, Compiler Explorer Authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without