aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers')
-rw-r--r--lib/compilers/WSL-CL.js2
-rw-r--r--lib/compilers/Wine-CL.js2
-rw-r--r--lib/compilers/argument-parsers.js2
-rw-r--r--lib/compilers/default.js2
-rw-r--r--lib/compilers/fake-for-test.js2
-rw-r--r--lib/compilers/golang.js2
-rw-r--r--lib/compilers/ldc.js2
-rw-r--r--lib/compilers/pascal.js2
-rw-r--r--lib/compilers/rust.js2
9 files changed, 9 insertions, 9 deletions
diff --git a/lib/compilers/WSL-CL.js b/lib/compilers/WSL-CL.js
index b91f1007e..aacfece45 100644
--- a/lib/compilers/WSL-CL.js
+++ b/lib/compilers/WSL-CL.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, Andrew Pardoe
+// Copyright (c) 2012-2018, Andrew Pardoe
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
diff --git a/lib/compilers/Wine-CL.js b/lib/compilers/Wine-CL.js
index 60d12b41c..65a548825 100644
--- a/lib/compilers/Wine-CL.js
+++ b/lib/compilers/Wine-CL.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2017, Matt Godbolt
+// Copyright (c) 2012-2018, Matt Godbolt
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
diff --git a/lib/compilers/argument-parsers.js b/lib/compilers/argument-parsers.js
index 5022def1b..a0803a676 100644
--- a/lib/compilers/argument-parsers.js
+++ b/lib/compilers/argument-parsers.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2017, Jared Wyles
+// Copyright (c) 2012-2018, Jared Wyles
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
diff --git a/lib/compilers/default.js b/lib/compilers/default.js
index 759d2bbe8..bc65d81d6 100644
--- a/lib/compilers/default.js
+++ b/lib/compilers/default.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2017, Matt Godbolt
+// Copyright (c) 2012-2018, Matt Godbolt
// 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 843290206..e698a9366 100644
--- a/lib/compilers/fake-for-test.js
+++ b/lib/compilers/fake-for-test.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2017, Matt Godbolt
+// Copyright (c) 2012-2018, Matt Godbolt
// 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 c94b1147b..ee6fd8096 100644
--- a/lib/compilers/golang.js
+++ b/lib/compilers/golang.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2017, Matt Godbolt & Rubén Rincón
+// Copyright (c) 2012-2018, Matt Godbolt & Rubén Rincón
// 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 11de1e66c..6c4982784 100644
--- a/lib/compilers/ldc.js
+++ b/lib/compilers/ldc.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2017, Matt Godbolt
+// Copyright (c) 2012-2018, Matt Godbolt
// 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 21049ad98..201ecf5b8 100644
--- a/lib/compilers/pascal.js
+++ b/lib/compilers/pascal.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, Patrick Quist
+// Copyright (c) 2012-2018, Patrick Quist
// 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 6d2295cbe..8b11d2dfe 100644
--- a/lib/compilers/rust.js
+++ b/lib/compilers/rust.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2017, Matt Godbolt
+// Copyright (c) 2012-2018, Matt Godbolt
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without