From fc75208dac60627bba6d21cdbca789d68d660259 Mon Sep 17 00:00:00 2001 From: RabsRincon Date: Mon, 1 Jan 2018 16:44:04 +0100 Subject: [PATCH] New year, new date --- LICENSE | 2 +- app.js | 2 +- lib/asm-cl.js | 2 +- lib/asm.js | 2 +- lib/aws.js | 2 +- lib/base-compiler.js | 2 +- lib/cfg.js | 2 +- lib/cl-support.js | 2 +- lib/compilation-env.js | 2 +- lib/compilers/WSL-CL.js | 2 +- lib/compilers/Wine-CL.js | 2 +- lib/compilers/argument-parsers.js | 2 +- lib/compilers/default.js | 2 +- lib/compilers/fake-for-test.js | 2 +- lib/compilers/golang.js | 2 +- lib/compilers/ldc.js | 2 +- lib/compilers/pascal.js | 2 +- lib/compilers/rust.js | 2 +- lib/exec.js | 2 +- lib/google.js | 2 +- lib/handlers/api.js | 2 +- lib/handlers/asm-docs-api.js | 2 +- lib/handlers/compile.js | 2 +- lib/handlers/health-check.js | 2 +- lib/handlers/source.js | 2 +- lib/languages.js | 2 +- lib/logger.js | 2 +- lib/pascal-support.js | 2 +- lib/properties.js | 2 +- lib/sources/browser.js | 2 +- lib/sources/builtin.js | 2 +- lib/symbol-store.js | 2 +- lib/utils.js | 2 +- static/alert.js | 2 +- static/analytics.js | 2 +- static/asm-mode.js | 2 +- static/ast-view.js | 2 +- static/cfg-view.js | 2 +- static/colour.js | 2 +- static/compiler-service.js | 2 +- static/compiler.js | 2 +- static/components.js | 2 +- static/conformance-view.js | 2 +- static/d-mode.js | 2 +- static/diff.js | 2 +- static/editor.js | 2 +- static/fontscale.js | 2 +- static/haskell-mode.js | 2 +- static/hub.js | 2 +- static/loadSave.js | 2 +- static/local.js | 2 +- static/main.js | 2 +- static/monaco.js | 2 +- static/opt-view.js | 2 +- static/options.js | 2 +- static/output.js | 2 +- static/pascal-mode.js | 2 +- static/rust-mode.js | 2 +- static/settings.js | 2 +- static/sharing.js | 2 +- static/themes.js | 2 +- static/toggles.js | 2 +- static/url.js | 2 +- static/urlshorten-google.js | 2 +- test/aws-tests.js | 2 +- test/builtin-tests.js | 2 +- test/compilation-env.js | 2 +- test/compilers/argument-parsers-tests.js | 2 +- test/exec-tests.js | 2 +- test/filter-tests.js | 2 +- test/google-tests.js | 2 +- test/handlers/api-tests.js | 2 +- test/handlers/asm-docs-tests.js | 2 +- test/handlers/compile-tests.js | 2 +- test/handlers/health-check-tests.js | 2 +- test/handlers/source-tests.js | 2 +- test/lang-tests.js | 2 +- test/pascal-tests.js | 2 +- test/properties-test.js | 2 +- test/symbol-store-tests.js | 2 +- test/utils-tests.js | 2 +- test/win-path-tests.js | 2 +- 82 files changed, 82 insertions(+), 82 deletions(-) diff --git a/LICENSE b/LICENSE index 8a8e4b6c1..49bea031f 100644 --- a/LICENSE +++ b/LICENSE @@ -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/app.js b/app.js index 0c5a3184c..657368719 100755 --- a/app.js +++ b/app.js @@ -1,6 +1,6 @@ #!/usr/bin/env node -// 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/asm-cl.js b/lib/asm-cl.js index 35d0abdf5..536951f2e 100644 --- a/lib/asm-cl.js +++ b/lib/asm-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/asm.js b/lib/asm.js index 9d93a1e65..bc15d5f1e 100644 --- a/lib/asm.js +++ b/lib/asm.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/aws.js b/lib/aws.js index 50eb8a0fb..794863a38 100644 --- a/lib/aws.js +++ b/lib/aws.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/base-compiler.js b/lib/base-compiler.js index 747e3e6f4..64067288f 100644 --- a/lib/base-compiler.js +++ b/lib/base-compiler.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/cfg.js b/lib/cfg.js index 3ddfc4fd5..8751c2e29 100644 --- a/lib/cfg.js +++ b/lib/cfg.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Najjar Chedy +// Copyright (c) 2012-2018, Najjar Chedy // // All rights reserved. // diff --git a/lib/cl-support.js b/lib/cl-support.js index 2e8be0bc1..15fcc04ce 100644 --- a/lib/cl-support.js +++ b/lib/cl-support.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/compilation-env.js b/lib/compilation-env.js index 79bede1bd..bdb7bb179 100644 --- a/lib/compilation-env.js +++ b/lib/compilation-env.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/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 diff --git a/lib/exec.js b/lib/exec.js index 991b24480..e6ad5bd4d 100644 --- a/lib/exec.js +++ b/lib/exec.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/google.js b/lib/google.js index 4b8d9bf6f..8801cab61 100644 --- a/lib/google.js +++ b/lib/google.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/handlers/api.js b/lib/handlers/api.js index 2bf7fbaa4..0ed140c5d 100644 --- a/lib/handlers/api.js +++ b/lib/handlers/api.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/handlers/asm-docs-api.js b/lib/handlers/asm-docs-api.js index 278b431fa..37a9a9499 100644 --- a/lib/handlers/asm-docs-api.js +++ b/lib/handlers/asm-docs-api.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/lib/handlers/compile.js b/lib/handlers/compile.js index ab29a5497..e151dea43 100644 --- a/lib/handlers/compile.js +++ b/lib/handlers/compile.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/handlers/health-check.js b/lib/handlers/health-check.js index 7cfb67ff2..e9cbe9d6b 100644 --- a/lib/handlers/health-check.js +++ b/lib/handlers/health-check.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/handlers/source.js b/lib/handlers/source.js index 637e8afbb..2932a4161 100644 --- a/lib/handlers/source.js +++ b/lib/handlers/source.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/languages.js b/lib/languages.js index 3723686ca..9d2d86833 100644 --- a/lib/languages.js +++ b/lib/languages.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/lib/logger.js b/lib/logger.js index 803fa4e80..61123ae49 100644 --- a/lib/logger.js +++ b/lib/logger.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/pascal-support.js b/lib/pascal-support.js index 4a7ff730f..80f8f6756 100644 --- a/lib/pascal-support.js +++ b/lib/pascal-support.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/properties.js b/lib/properties.js index 09c3bbc71..0b2d8cb6c 100644 --- a/lib/properties.js +++ b/lib/properties.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/sources/browser.js b/lib/sources/browser.js index 376551a92..f6cb91efb 100644 --- a/lib/sources/browser.js +++ b/lib/sources/browser.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/sources/builtin.js b/lib/sources/builtin.js index aaf78b3be..62311116b 100644 --- a/lib/sources/builtin.js +++ b/lib/sources/builtin.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/symbol-store.js b/lib/symbol-store.js index d83041dcf..b1dfa997e 100644 --- a/lib/symbol-store.js +++ b/lib/symbol-store.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/utils.js b/lib/utils.js index 422fc8a63..bf896763c 100644 --- a/lib/utils.js +++ b/lib/utils.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/static/alert.js b/static/alert.js index cc6a1e44e..fbd55c2ca 100644 --- a/static/alert.js +++ b/static/alert.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. // diff --git a/static/analytics.js b/static/analytics.js index b94177c9e..9a5cd3a34 100644 --- a/static/analytics.js +++ b/static/analytics.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/asm-mode.js b/static/asm-mode.js index 3d473bec3..87f45cca1 100644 --- a/static/asm-mode.js +++ b/static/asm-mode.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/static/ast-view.js b/static/ast-view.js index d45ffef27..87cef5b0f 100644 --- a/static/ast-view.js +++ b/static/ast-view.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Simon Brand +// Copyright (c) 2012-2018, Simon Brand // // All rights reserved. // diff --git a/static/cfg-view.js b/static/cfg-view.js index 7dff010e5..e055c663d 100644 --- a/static/cfg-view.js +++ b/static/cfg-view.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Najjar Chedy +// Copyright (c) 2012-2018, Najjar Chedy // // All rights reserved. // diff --git a/static/colour.js b/static/colour.js index 7e15eec53..174a55a3a 100644 --- a/static/colour.js +++ b/static/colour.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/compiler-service.js b/static/compiler-service.js index 2c521f616..67e371321 100644 --- a/static/compiler-service.js +++ b/static/compiler-service.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/compiler.js b/static/compiler.js index 71b6959f8..f4fd3ba5d 100644 --- a/static/compiler.js +++ b/static/compiler.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/components.js b/static/components.js index 531ea62b3..4ee57d869 100644 --- a/static/components.js +++ b/static/components.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/conformance-view.js b/static/conformance-view.js index 39a51603e..168caa817 100644 --- a/static/conformance-view.js +++ b/static/conformance-view.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Rubén Rincón +// Copyright (c) 2012-2018, Rubén Rincón // // All rights reserved. // diff --git a/static/d-mode.js b/static/d-mode.js index 3693737f3..476719f03 100644 --- a/static/d-mode.js +++ b/static/d-mode.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/static/diff.js b/static/diff.js index 2d3c25b0a..b5de6289b 100644 --- a/static/diff.js +++ b/static/diff.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/editor.js b/static/editor.js index 811d288e2..43b71c40f 100644 --- a/static/editor.js +++ b/static/editor.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/fontscale.js b/static/fontscale.js index 492174a69..8b663eccf 100644 --- a/static/fontscale.js +++ b/static/fontscale.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/haskell-mode.js b/static/haskell-mode.js index 0a1a9c157..e3b49aab7 100644 --- a/static/haskell-mode.js +++ b/static/haskell-mode.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt, Rubén Rincón, byteally +// Copyright (c) 2012-2018, Matt Godbolt, Rubén Rincón, byteally // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/static/hub.js b/static/hub.js index 1fc27dd55..8d1e314bc 100644 --- a/static/hub.js +++ b/static/hub.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/loadSave.js b/static/loadSave.js index c1d16a455..468a9f127 100644 --- a/static/loadSave.js +++ b/static/loadSave.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/local.js b/static/local.js index 832716f77..7d6cf86ca 100644 --- a/static/local.js +++ b/static/local.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/main.js b/static/main.js index f424162f8..7cca76f5e 100644 --- a/static/main.js +++ b/static/main.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/monaco.js b/static/monaco.js index de6948709..90ffb4d68 100644 --- a/static/monaco.js +++ b/static/monaco.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/opt-view.js b/static/opt-view.js index 72c8fbcca..eaf3b9f1f 100644 --- a/static/opt-view.js +++ b/static/opt-view.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Jared Wyles +// Copyright (c) 2012-2018, Jared Wyles // // All rights reserved. // diff --git a/static/options.js b/static/options.js index 2ec01da19..74154d5c2 100644 --- a/static/options.js +++ b/static/options.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/output.js b/static/output.js index 17e186ec0..bf9f6749a 100644 --- a/static/output.js +++ b/static/output.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/pascal-mode.js b/static/pascal-mode.js index b71024339..df70ac895 100644 --- a/static/pascal-mode.js +++ b/static/pascal-mode.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/static/rust-mode.js b/static/rust-mode.js index 8b58f9b0b..0631b5ee2 100644 --- a/static/rust-mode.js +++ b/static/rust-mode.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/static/settings.js b/static/settings.js index fbf3d6099..faddd6825 100644 --- a/static/settings.js +++ b/static/settings.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/sharing.js b/static/sharing.js index afaf5713e..598ee2d41 100644 --- a/static/sharing.js +++ b/static/sharing.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/themes.js b/static/themes.js index 46460b30c..4d340c266 100644 --- a/static/themes.js +++ b/static/themes.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. // diff --git a/static/toggles.js b/static/toggles.js index 6db393a5f..b288ea1a2 100644 --- a/static/toggles.js +++ b/static/toggles.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/url.js b/static/url.js index 967ea4021..271dd01ca 100644 --- a/static/url.js +++ b/static/url.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/static/urlshorten-google.js b/static/urlshorten-google.js index d7ccc4240..8aa988147 100644 --- a/static/urlshorten-google.js +++ b/static/urlshorten-google.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Matt Godbolt +// Copyright (c) 2012-2018, Matt Godbolt // // All rights reserved. // diff --git a/test/aws-tests.js b/test/aws-tests.js index a3bd58aa4..cc2c05aa5 100644 --- a/test/aws-tests.js +++ b/test/aws-tests.js @@ -1,4 +1,4 @@ -// Copyright (c) 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/test/builtin-tests.js b/test/builtin-tests.js index 4201abf8b..71f7de1cb 100644 --- a/test/builtin-tests.js +++ b/test/builtin-tests.js @@ -1,4 +1,4 @@ -// Copyright (c) 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/test/compilation-env.js b/test/compilation-env.js index b3fb6aa4b..8ada61aef 100644 --- a/test/compilation-env.js +++ b/test/compilation-env.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/test/compilers/argument-parsers-tests.js b/test/compilers/argument-parsers-tests.js index 53e123509..a8faea8a2 100644 --- a/test/compilers/argument-parsers-tests.js +++ b/test/compilers/argument-parsers-tests.js @@ -1,4 +1,4 @@ -// Copyright (c) 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/test/exec-tests.js b/test/exec-tests.js index 209a37e2f..8cf0af2b9 100644 --- a/test/exec-tests.js +++ b/test/exec-tests.js @@ -1,4 +1,4 @@ -// Copyright (c) 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/test/filter-tests.js b/test/filter-tests.js index 32f09eee6..10dda020e 100755 --- a/test/filter-tests.js +++ b/test/filter-tests.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/test/google-tests.js b/test/google-tests.js index 4f667c5af..d1d13521d 100644 --- a/test/google-tests.js +++ b/test/google-tests.js @@ -1,4 +1,4 @@ -// Copyright (c) 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/test/handlers/api-tests.js b/test/handlers/api-tests.js index a543a97eb..5a2dcc7db 100644 --- a/test/handlers/api-tests.js +++ b/test/handlers/api-tests.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/test/handlers/asm-docs-tests.js b/test/handlers/asm-docs-tests.js index f48ec5f1a..99623892b 100644 --- a/test/handlers/asm-docs-tests.js +++ b/test/handlers/asm-docs-tests.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/test/handlers/compile-tests.js b/test/handlers/compile-tests.js index 32a0c71f4..2d689d8bd 100644 --- a/test/handlers/compile-tests.js +++ b/test/handlers/compile-tests.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/test/handlers/health-check-tests.js b/test/handlers/health-check-tests.js index 8aecbd6fa..feea4799c 100644 --- a/test/handlers/health-check-tests.js +++ b/test/handlers/health-check-tests.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/test/handlers/source-tests.js b/test/handlers/source-tests.js index ac2e8961f..6c3c63d6c 100644 --- a/test/handlers/source-tests.js +++ b/test/handlers/source-tests.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/test/lang-tests.js b/test/lang-tests.js index 1393d0fc0..0b6dcd36f 100644 --- a/test/lang-tests.js +++ b/test/lang-tests.js @@ -1,4 +1,4 @@ -// Copyright (c) 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/test/pascal-tests.js b/test/pascal-tests.js index 2775933eb..5bc5972ef 100644 --- a/test/pascal-tests.js +++ b/test/pascal-tests.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/test/properties-test.js b/test/properties-test.js index 505c9bd48..c28a7d771 100644 --- a/test/properties-test.js +++ b/test/properties-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2017, Rubén Rincón +// Copyright (c) 2012-2018, Rubén Rincón // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/test/symbol-store-tests.js b/test/symbol-store-tests.js index f0ab220f4..405da5c61 100644 --- a/test/symbol-store-tests.js +++ b/test/symbol-store-tests.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/test/utils-tests.js b/test/utils-tests.js index 56a18211f..2002abf11 100644 --- a/test/utils-tests.js +++ b/test/utils-tests.js @@ -1,4 +1,4 @@ -// Copyright (c) 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/test/win-path-tests.js b/test/win-path-tests.js index 1bcecd6bf..1b4cb7178 100644 --- a/test/win-path-tests.js +++ b/test/win-path-tests.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