Skip to content

Commit 3aa642f

Browse files
committed
Include preferred name in copyright notices
1 parent 6194b63 commit 3aa642f

File tree

340 files changed

+683
-683
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

340 files changed

+683
-683
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020 Matthew Glazar
1+
# Copyright (C) 2020 Matthew "strager" Glazar
22
# See end of file for extended copyright information.
33

44
cmake_minimum_required(VERSION 3.10)
@@ -66,7 +66,7 @@ if (BUILD_TESTING)
6666
endif ()
6767

6868
# quick-lint-js finds bugs in JavaScript programs.
69-
# Copyright (C) 2020 Matthew Glazar
69+
# Copyright (C) 2020 Matthew "strager" Glazar
7070
#
7171
# This file is part of quick-lint-js.
7272
#

Formula/quick-lint-js.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020 Matthew Glazar
1+
# Copyright (C) 2020 Matthew "strager" Glazar
22
# See end of file for extended copyright information.
33

44
class QuickLintJs < Formula
@@ -24,7 +24,7 @@ def install
2424
end
2525

2626
# quick-lint-js finds bugs in JavaScript programs.
27-
# Copyright (C) 2020 Matthew Glazar
27+
# Copyright (C) 2020 Matthew "strager" Glazar
2828
#
2929
# This file is part of quick-lint-js.
3030
#

benchmark/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020 Matthew Glazar
1+
# Copyright (C) 2020 Matthew "strager" Glazar
22
# See end of file for extended copyright information.
33

44
cmake_minimum_required(VERSION 3.10)
@@ -71,7 +71,7 @@ target_include_directories(quick-lint-js-benchmark-support PUBLIC .)
7171
target_link_libraries(quick-lint-js-benchmark-support PUBLIC quick-lint-js-lib)
7272

7373
# quick-lint-js finds bugs in JavaScript programs.
74-
# Copyright (C) 2020 Matthew Glazar
74+
# Copyright (C) 2020 Matthew "strager" Glazar
7575
#
7676
# This file is part of quick-lint-js.
7777
#

benchmark/benchmark-cli-location.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020 Matthew Glazar
1+
// Copyright (C) 2020 Matthew "strager" Glazar
22
// See end of file for extended copyright information.
33

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

7373
// quick-lint-js finds bugs in JavaScript programs.
74-
// Copyright (C) 2020 Matthew Glazar
74+
// Copyright (C) 2020 Matthew "strager" Glazar
7575
//
7676
// This file is part of quick-lint-js.
7777
//

benchmark/benchmark-configuration-loader.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020 Matthew Glazar
1+
// Copyright (C) 2020 Matthew "strager" Glazar
22
// See end of file for extended copyright information.
33

44
#include <benchmark/benchmark.h>
@@ -46,7 +46,7 @@ BENCHMARK(benchmark_no_config_file)
4646
} // namespace quick_lint_js
4747

4848
// quick-lint-js finds bugs in JavaScript programs.
49-
// Copyright (C) 2020 Matthew Glazar
49+
// Copyright (C) 2020 Matthew "strager" Glazar
5050
//
5151
// This file is part of quick-lint-js.
5252
//

benchmark/benchmark-document.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020 Matthew Glazar
1+
// Copyright (C) 2020 Matthew "strager" Glazar
22
// See end of file for extended copyright information.
33

44
#include <benchmark/benchmark.h>
@@ -56,7 +56,7 @@ BENCHMARK(benchmark_lsp_create_and_insert_single_characters);
5656
} // namespace quick_lint_js
5757

5858
// quick-lint-js finds bugs in JavaScript programs.
59-
// Copyright (C) 2020 Matthew Glazar
59+
// Copyright (C) 2020 Matthew "strager" Glazar
6060
//
6161
// This file is part of quick-lint-js.
6262
//

benchmark/benchmark-lex.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020 Matthew Glazar
1+
// Copyright (C) 2020 Matthew "strager" Glazar
22
// See end of file for extended copyright information.
33

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

7171
// quick-lint-js finds bugs in JavaScript programs.
72-
// Copyright (C) 2020 Matthew Glazar
72+
// Copyright (C) 2020 Matthew "strager" Glazar
7373
//
7474
// This file is part of quick-lint-js.
7575
//

benchmark/benchmark-lint.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020 Matthew Glazar
1+
// Copyright (C) 2020 Matthew "strager" Glazar
22
// See end of file for extended copyright information.
33

44
#include <benchmark/benchmark.h>
@@ -70,7 +70,7 @@ BENCHMARK(benchmark_parse_and_lint);
7070
} // namespace quick_lint_js
7171

7272
// quick-lint-js finds bugs in JavaScript programs.
73-
// Copyright (C) 2020 Matthew Glazar
73+
// Copyright (C) 2020 Matthew "strager" Glazar
7474
//
7575
// This file is part of quick-lint-js.
7676
//

benchmark/benchmark-lsp-location.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020 Matthew Glazar
1+
// Copyright (C) 2020 Matthew "strager" Glazar
22
// See end of file for extended copyright information.
33

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

125125
// quick-lint-js finds bugs in JavaScript programs.
126-
// Copyright (C) 2020 Matthew Glazar
126+
// Copyright (C) 2020 Matthew "strager" Glazar
127127
//
128128
// This file is part of quick-lint-js.
129129
//

benchmark/benchmark-lsp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020 Matthew Glazar
1+
// Copyright (C) 2020 Matthew "strager" Glazar
22
// See end of file for extended copyright information.
33

44
#include <array>
@@ -176,7 +176,7 @@ BENCHMARK(benchmark_lsp_tiny_change_on_large_document);
176176
}
177177

178178
// quick-lint-js finds bugs in JavaScript programs.
179-
// Copyright (C) 2020 Matthew Glazar
179+
// Copyright (C) 2020 Matthew "strager" Glazar
180180
//
181181
// This file is part of quick-lint-js.
182182
//

0 commit comments

Comments
 (0)