Skip to content

Commit 14e8319

Browse files
committed
chore: update license headers to Apache 2.0 across all source files
Automated fix via eslint --fix after restoring the Apache 2.0 license header template.
1 parent 6c01439 commit 14e8319

155 files changed

Lines changed: 1860 additions & 620 deletions

File tree

Some content is hidden

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

end-to-end/integration.fuzz.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
/*
2-
* Copyright 2023 Code Intelligence GmbH
2+
* Copyright 2026 Code Intelligence GmbH
33
*
4-
* Unless required by applicable law or agreed to in writing, this software
5-
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
6-
* ANY KIND, either express or implied.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
715
*/
816

917
import "@jazzer.js/jest-runner";

end-to-end/integration.test.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
/*
2-
* Copyright 2023 Code Intelligence GmbH
2+
* Copyright 2026 Code Intelligence GmbH
33
*
4-
* Unless required by applicable law or agreed to in writing, this software
5-
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
6-
* ANY KIND, either express or implied.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
715
*/
816

917
import * as target from "./target";

end-to-end/jest.config.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
/*
2-
* Copyright 2023 Code Intelligence GmbH
2+
* Copyright 2026 Code Intelligence GmbH
33
*
4-
* Unless required by applicable law or agreed to in writing, this software
5-
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
6-
* ANY KIND, either express or implied.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
715
*/
816
import type { Config } from "jest";
917

end-to-end/target.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
/*
2-
* Copyright 2023 Code Intelligence GmbH
2+
* Copyright 2026 Code Intelligence GmbH
33
*
4-
* Unless required by applicable law or agreed to in writing, this software
5-
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
6-
* ANY KIND, either express or implied.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
715
*/
816

917
export function fuzzMe(data: Buffer) {

examples/FuzzedDataProvider/fuzz.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
/*
2-
* Copyright 2023 Code Intelligence GmbH
2+
* Copyright 2026 Code Intelligence GmbH
33
*
4-
* Unless required by applicable law or agreed to in writing, this software
5-
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
6-
* ANY KIND, either express or implied.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
715
*/
816

917
const { FuzzedDataProvider } = require("@jazzer.js/core");

examples/bug-detectors/command-injection/custom-hooks.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
/*
2-
* Copyright 2023 Code Intelligence GmbH
2+
* Copyright 2026 Code Intelligence GmbH
33
*
4-
* Unless required by applicable law or agreed to in writing, this software
5-
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
6-
* ANY KIND, either express or implied.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
715
*/
816

917
const {

examples/bug-detectors/command-injection/fuzz.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
/*
2-
* Copyright 2023 Code Intelligence GmbH
2+
* Copyright 2026 Code Intelligence GmbH
33
*
4-
* Unless required by applicable law or agreed to in writing, this software
5-
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
6-
* ANY KIND, either express or implied.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
715
*/
816

917
const root = require("global-modules-path");

examples/bug-detectors/path-traversal/fuzz.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
/*
2-
* Copyright 2023 Code Intelligence GmbH
2+
* Copyright 2026 Code Intelligence GmbH
33
*
4-
* Unless required by applicable law or agreed to in writing, this software
5-
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
6-
* ANY KIND, either express or implied.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
715
*/
816

917
const path = require("path");

examples/bug-detectors/prototype-pollution/config.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
/*
2-
* Copyright 2023 Code Intelligence GmbH
2+
* Copyright 2026 Code Intelligence GmbH
33
*
4-
* Unless required by applicable law or agreed to in writing, this software
5-
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
6-
* ANY KIND, either express or implied.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
715
*/
816

917
const {

examples/bug-detectors/prototype-pollution/fuzz.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
/*
2-
* Copyright 2023 Code Intelligence GmbH
2+
* Copyright 2026 Code Intelligence GmbH
33
*
4-
* Unless required by applicable law or agreed to in writing, this software
5-
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
6-
* ANY KIND, either express or implied.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
715
*/
816

917
const protobuf = require("protobufjs");

0 commit comments

Comments
 (0)