Skip to content

Commit

Permalink
Include preferred name in copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Jun 4, 2021
1 parent 6194b63 commit 3aa642f
Show file tree
Hide file tree
Showing 340 changed files with 683 additions and 683 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2020 Matthew Glazar
# Copyright (C) 2020 Matthew "strager" Glazar
# See end of file for extended copyright information.

cmake_minimum_required(VERSION 3.10)
Expand Down Expand Up @@ -66,7 +66,7 @@ if (BUILD_TESTING)
endif ()

# quick-lint-js finds bugs in JavaScript programs.
# Copyright (C) 2020 Matthew Glazar
# Copyright (C) 2020 Matthew "strager" Glazar
#
# This file is part of quick-lint-js.
#
Expand Down
4 changes: 2 additions & 2 deletions Formula/quick-lint-js.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2020 Matthew Glazar
# Copyright (C) 2020 Matthew "strager" Glazar
# See end of file for extended copyright information.

class QuickLintJs < Formula
Expand All @@ -24,7 +24,7 @@ def install
end

# quick-lint-js finds bugs in JavaScript programs.
# Copyright (C) 2020 Matthew Glazar
# Copyright (C) 2020 Matthew "strager" Glazar
#
# This file is part of quick-lint-js.
#
Expand Down
4 changes: 2 additions & 2 deletions benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2020 Matthew Glazar
# Copyright (C) 2020 Matthew "strager" Glazar
# See end of file for extended copyright information.

cmake_minimum_required(VERSION 3.10)
Expand Down Expand Up @@ -71,7 +71,7 @@ target_include_directories(quick-lint-js-benchmark-support PUBLIC .)
target_link_libraries(quick-lint-js-benchmark-support PUBLIC quick-lint-js-lib)

# quick-lint-js finds bugs in JavaScript programs.
# Copyright (C) 2020 Matthew Glazar
# Copyright (C) 2020 Matthew "strager" Glazar
#
# This file is part of quick-lint-js.
#
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-cli-location.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
// See end of file for extended copyright information.

#include <benchmark/benchmark.h>
Expand Down Expand Up @@ -71,7 +71,7 @@ BENCHMARK(benchmark_location_realisticish)->Arg(1)->Arg(50);
} // namespace quick_lint_js

// quick-lint-js finds bugs in JavaScript programs.
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
//
// This file is part of quick-lint-js.
//
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-configuration-loader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
// See end of file for extended copyright information.

#include <benchmark/benchmark.h>
Expand Down Expand Up @@ -46,7 +46,7 @@ BENCHMARK(benchmark_no_config_file)
} // namespace quick_lint_js

// quick-lint-js finds bugs in JavaScript programs.
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
//
// This file is part of quick-lint-js.
//
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-document.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
// See end of file for extended copyright information.

#include <benchmark/benchmark.h>
Expand Down Expand Up @@ -56,7 +56,7 @@ BENCHMARK(benchmark_lsp_create_and_insert_single_characters);
} // namespace quick_lint_js

// quick-lint-js finds bugs in JavaScript programs.
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
//
// This file is part of quick-lint-js.
//
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-lex.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
// See end of file for extended copyright information.

#include <benchmark/benchmark.h>
Expand Down Expand Up @@ -69,7 +69,7 @@ function buildFragment( elems, context, scripts, selection, ignored ) {
} // namespace quick_lint_js

// quick-lint-js finds bugs in JavaScript programs.
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
//
// This file is part of quick-lint-js.
//
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-lint.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
// See end of file for extended copyright information.

#include <benchmark/benchmark.h>
Expand Down Expand Up @@ -70,7 +70,7 @@ BENCHMARK(benchmark_parse_and_lint);
} // namespace quick_lint_js

// quick-lint-js finds bugs in JavaScript programs.
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
//
// This file is part of quick-lint-js.
//
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-lsp-location.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
// See end of file for extended copyright information.

#include <benchmark/benchmark.h>
Expand Down Expand Up @@ -123,7 +123,7 @@ BENCHMARK(benchmark_from_position_realisticish)->Arg(1)->Arg(50);
} // namespace quick_lint_js

// quick-lint-js finds bugs in JavaScript programs.
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
//
// This file is part of quick-lint-js.
//
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-lsp.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
// See end of file for extended copyright information.

#include <array>
Expand Down Expand Up @@ -176,7 +176,7 @@ BENCHMARK(benchmark_lsp_tiny_change_on_large_document);
}

// quick-lint-js finds bugs in JavaScript programs.
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
//
// This file is part of quick-lint-js.
//
Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark-lsp/COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
quick-lint-js's benchmark-lsp measures performance of LSP servers.

Copyright 2021 Matthew Glazar
Copyright 2021 Matthew "strager" Glazar
Copyright Luke Lau 2018-2020.
All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-lsp/LSPBenchmark.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2021 Matthew Glazar
-- Copyright 2021 Matthew "strager" Glazar
-- See end of file for extended copyright information.
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveGeneric #-}
Expand Down Expand Up @@ -232,7 +232,7 @@ instance NFData IO.Handle where

instance NFData Process.ProcessHandle where
rnf x = x `seq` ()
-- Copyright 2021 Matthew Glazar
-- Copyright 2021 Matthew "strager" Glazar
--
-- This file is part of quick-lint-js.
--
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-lsp/LSPClient.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2021 Matthew Glazar
-- Copyright 2021 Matthew "strager" Glazar
-- See end of file for extended copyright information.
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE ExplicitForAll #-}
Expand Down Expand Up @@ -223,7 +223,7 @@ logEndOfTransmission logging logLock =

lockMVar :: MVar.MVar a -> IO b -> IO b
lockMVar mvar m = MVar.withMVar mvar (\_value -> m)
-- Copyright 2021 Matthew Glazar
-- Copyright 2021 Matthew "strager" Glazar
--
-- This file is part of quick-lint-js.
--
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-lsp/LSPDecode.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Code in this file is derivative of lsp-test.
--
-- Copyright 2021 Matthew Glazar
-- Copyright 2021 Matthew "strager" Glazar
-- Copyright Luke Lau 2018-2020.
-- All rights reserved.
-- See end of file for extended copyright information.
Expand Down Expand Up @@ -89,7 +89,7 @@ decodeFromServerMsg reqMap bytes = unP $ Aeson.parse p obj
unP (Aeson.Success (LSP.FromServerMess m msg)) = (reqMap, LSP.FromServerMess m msg)
unP (Aeson.Success (LSP.FromServerRsp (Product.Pair m (Lens.Const newMap)) msg)) = (newMap, LSP.FromServerRsp m msg)
unP (Aeson.Error e) = error e
-- Copyright 2021 Matthew Glazar
-- Copyright 2021 Matthew "strager" Glazar
-- Copyright Luke Lau 2018-2020.
-- All rights reserved.
--
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-lsp/Main.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2021 Matthew Glazar
-- Copyright 2021 Matthew "strager" Glazar
-- See end of file for extended copyright information.
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
Expand Down Expand Up @@ -300,7 +300,7 @@ bgroupIf condition groupName benchmarks =
if condition
then benchmarks
else []
-- Copyright 2021 Matthew Glazar
-- Copyright 2021 Matthew "strager" Glazar
--
-- This file is part of quick-lint-js.
--
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-lsp/Setup.hs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-- Copyright 2021 Matthew Glazar
-- Copyright 2021 Matthew "strager" Glazar
-- See end of file for extended copyright information.
import Distribution.Simple

main :: IO ()
main = defaultMain
-- Copyright 2021 Matthew Glazar
-- Copyright 2021 Matthew "strager" Glazar
--
-- This file is part of quick-lint-js.
--
Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark-lsp/benchmark-lsp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 0.1.0.0
description: Measure speed of Language Server Protocol (LSP) servers
author: Matthew "strager" Glazar
maintainer: strager.nds@gmail.com
copyright: Copyright (C) 2020 Matthew Glazar
copyright: Copyright (C) 2020 Matthew "strager" Glazar
license: BSD3
license-file: COPYING
build-type: Simple
Expand Down
6 changes: 3 additions & 3 deletions benchmark/benchmark-lsp/package.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 2021 Matthew Glazar
# Copyright 2021 Matthew "strager" Glazar
# See end of file for extended copyright information.

name: benchmark-lsp

author: Matthew "strager" Glazar
copyright: Copyright (C) 2020 Matthew Glazar
copyright: Copyright (C) 2020 Matthew "strager" Glazar
description: Measure speed of Language Server Protocol (LSP) servers
license-file: COPYING
license: BSD3
Expand Down Expand Up @@ -45,7 +45,7 @@ executables:
- -rtsopts
- -with-rtsopts=-N1

# Copyright 2021 Matthew Glazar
# Copyright 2021 Matthew "strager" Glazar
#
# This file is part of quick-lint-js.
#
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-lsp/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021 Matthew Glazar
# Copyright 2021 Matthew "strager" Glazar
# See end of file for extended copyright information.

resolver: lts-17.9
Expand All @@ -23,7 +23,7 @@ extra-deps:
ghc-options:
"$locals": -Wall

# Copyright 2021 Matthew Glazar
# Copyright 2021 Matthew "strager" Glazar
#
# This file is part of quick-lint-js.
#
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-parse.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
// See end of file for extended copyright information.

#include <benchmark/benchmark.h>
Expand Down Expand Up @@ -40,7 +40,7 @@ BENCHMARK(benchmark_parse);
} // namespace quick_lint_js

// quick-lint-js finds bugs in JavaScript programs.
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
//
// This file is part of quick-lint-js.
//
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-translation.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
// See end of file for extended copyright information.

#include <benchmark/benchmark.h>
Expand Down Expand Up @@ -141,7 +141,7 @@ BENCHMARK(benchmark_load_translations_and_find_miss);
}

// quick-lint-js finds bugs in JavaScript programs.
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
//
// This file is part of quick-lint-js.
//
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-utf-8.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
// See end of file for extended copyright information.

#include <benchmark/benchmark.h>
Expand Down Expand Up @@ -54,7 +54,7 @@ BENCHMARK_CAPTURE(benchmark_advance_lsp_characters_in_utf_8, large_japanese,
} // namespace quick_lint_js

// quick-lint-js finds bugs in JavaScript programs.
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
//
// This file is part of quick-lint-js.
//
Expand Down
4 changes: 2 additions & 2 deletions benchmark/benchmark-vim-location.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
// See end of file for extended copyright information.

#include <benchmark/benchmark.h>
Expand Down Expand Up @@ -71,7 +71,7 @@ BENCHMARK(benchmark_location_realisticish)->Arg(1)->Arg(50);
} // namespace quick_lint_js

// quick-lint-js finds bugs in JavaScript programs.
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
//
// This file is part of quick-lint-js.
//
Expand Down
4 changes: 2 additions & 2 deletions benchmark/generate-code.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
// See end of file for extended copyright information.

#include <algorithm>
Expand Down Expand Up @@ -108,7 +108,7 @@ void partial_shuffle(std::vector<T> &items, std::mt19937_64 &rng, int rounds) {
}

// quick-lint-js finds bugs in JavaScript programs.
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
//
// This file is part of quick-lint-js.
//
Expand Down
4 changes: 2 additions & 2 deletions benchmark/quick-lint-js/generate-code.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
// See end of file for extended copyright information.

#ifndef QUICK_LINT_JS_GENERATE_CODE_H
Expand Down Expand Up @@ -34,7 +34,7 @@ source_code_with_spans make_realisticish_code(int line_count, int span_count);
#endif

// quick-lint-js finds bugs in JavaScript programs.
// Copyright (C) 2020 Matthew Glazar
// Copyright (C) 2020 Matthew "strager" Glazar
//
// This file is part of quick-lint-js.
//
Expand Down
4 changes: 2 additions & 2 deletions cmake/QuickLintJSCompiler.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2020 Matthew Glazar
# Copyright (C) 2020 Matthew "strager" Glazar
# See end of file for extended copyright information.

include(CheckCXXCompilerFlag)
Expand Down Expand Up @@ -178,7 +178,7 @@ function (quick_lint_js_have_charconv OUT_VAR)
endfunction ()

# quick-lint-js finds bugs in JavaScript programs.
# Copyright (C) 2020 Matthew Glazar
# Copyright (C) 2020 Matthew "strager" Glazar
#
# This file is part of quick-lint-js.
#
Expand Down
4 changes: 2 additions & 2 deletions cmake/QuickLintJSCopyright.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2020 Matthew Glazar
# Copyright (C) 2020 Matthew "strager" Glazar
# See end of file for extended copyright information.

set(QUICK_LINT_JS_COLLECT_COPYRIGHT "${CMAKE_CURRENT_LIST_DIR}/../tools/collect-copyright")
Expand Down Expand Up @@ -86,7 +86,7 @@ function (quick_lint_js_collect_copyright NAME)
endfunction ()

# quick-lint-js finds bugs in JavaScript programs.
# Copyright (C) 2020 Matthew Glazar
# Copyright (C) 2020 Matthew "strager" Glazar
#
# This file is part of quick-lint-js.
#
Expand Down
Loading

0 comments on commit 3aa642f

Please sign in to comment.