diff --git a/.github/scripts/echoBuildBuddyConfig.sh b/.github/scripts/echoBuildBuddyConfig.sh index 5f04200b5..802e0d295 100755 --- a/.github/scripts/echoBuildBuddyConfig.sh +++ b/.github/scripts/echoBuildBuddyConfig.sh @@ -3,10 +3,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # if [ -n "${1}" ]; then diff --git a/bazel/compat.bzl b/bazel/compat.bzl index 1a63be17b..f34eddc64 100644 --- a/bazel/compat.bzl +++ b/bazel/compat.bzl @@ -1,12 +1,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 # -# This file also contains code licensed under Apache2 license. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # SKIP_ON_MACOS = select({ diff --git a/bazel/coverage/coverage.sh b/bazel/coverage/coverage.sh index 185a7acbe..9c5586e92 100755 --- a/bazel/coverage/coverage.sh +++ b/bazel/coverage/coverage.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # diff --git a/bazel/fuzz_target.bzl b/bazel/fuzz_target.bzl index db45a8283..63f77ced0 100644 --- a/bazel/fuzz_target.bzl +++ b/bazel/fuzz_target.bzl @@ -1,10 +1,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # def java_fuzz_target_test( diff --git a/bazel/jar.bzl b/bazel/jar.bzl index 15eeaa52b..4383c4b2d 100644 --- a/bazel/jar.bzl +++ b/bazel/jar.bzl @@ -1,10 +1,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # def _strip_jar(ctx): diff --git a/bazel/kotlin.bzl b/bazel/kotlin.bzl index 5f4e3960b..c76f0fde0 100644 --- a/bazel/kotlin.bzl +++ b/bazel/kotlin.bzl @@ -1,10 +1,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # load("@rules_kotlin//kotlin:lint.bzl", "ktlint_fix", "ktlint_test") diff --git a/bazel/tools/compute_benchmark_stats.sh b/bazel/tools/compute_benchmark_stats.sh index e1b37fd46..81ce11df6 100755 --- a/bazel/tools/compute_benchmark_stats.sh +++ b/bazel/tools/compute_benchmark_stats.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # diff --git a/bazel/tools/java/com/code_intelligence/jazzer/tools/FuzzTargetTestWrapper.java b/bazel/tools/java/com/code_intelligence/jazzer/tools/FuzzTargetTestWrapper.java index 86dc8023e..dd6a3b846 100644 --- a/bazel/tools/java/com/code_intelligence/jazzer/tools/FuzzTargetTestWrapper.java +++ b/bazel/tools/java/com/code_intelligence/jazzer/tools/FuzzTargetTestWrapper.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.tools; diff --git a/bazel/tools/java/com/code_intelligence/jazzer/tools/JarStripper.java b/bazel/tools/java/com/code_intelligence/jazzer/tools/JarStripper.java index ec26d331d..cb637c30e 100644 --- a/bazel/tools/java/com/code_intelligence/jazzer/tools/JarStripper.java +++ b/bazel/tools/java/com/code_intelligence/jazzer/tools/JarStripper.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.tools; diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 43397f7c5..ccaa86d9e 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # set -eu diff --git a/deploy/deploy_local.sh b/deploy/deploy_local.sh index 11f6a716c..6cbcbd131 100755 --- a/deploy/deploy_local.sh +++ b/deploy/deploy_local.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # cd "$BUILD_WORKSPACE_DIRECTORY" || fail "BUILD_WORKSPACE_DIRECTORY not found" diff --git a/deploy/jazzer-api.pom b/deploy/jazzer-api.pom index 423599f2c..8c72e803c 100644 --- a/deploy/jazzer-api.pom +++ b/deploy/jazzer-api.pom @@ -1,10 +1,17 @@ diff --git a/deploy/jazzer-api_artifact_test.sh b/deploy/jazzer-api_artifact_test.sh index 106e0f27c..c1aabbc88 100755 --- a/deploy/jazzer-api_artifact_test.sh +++ b/deploy/jazzer-api_artifact_test.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # [ -f "$1" ] || exit 1 diff --git a/deploy/jazzer-junit.pom b/deploy/jazzer-junit.pom index b529f54be..bf7f30eef 100644 --- a/deploy/jazzer-junit.pom +++ b/deploy/jazzer-junit.pom @@ -1,10 +1,17 @@ diff --git a/deploy/jazzer-junit_artifact_test.sh b/deploy/jazzer-junit_artifact_test.sh index 8dc8d7424..3ce0c8fcf 100755 --- a/deploy/jazzer-junit_artifact_test.sh +++ b/deploy/jazzer-junit_artifact_test.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # [ -f "$1" ] || exit 1 diff --git a/deploy/jazzer.pom b/deploy/jazzer.pom index 31e5382eb..6f85485a8 100644 --- a/deploy/jazzer.pom +++ b/deploy/jazzer.pom @@ -1,10 +1,17 @@ diff --git a/deploy/jazzer_artifact_test.sh b/deploy/jazzer_artifact_test.sh index 9aabd337d..55cbd6a7f 100755 --- a/deploy/jazzer_artifact_test.sh +++ b/deploy/jazzer_artifact_test.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # [ -f "$1" ] || exit 1 diff --git a/deploy/jazzer_version_test.sh b/deploy/jazzer_version_test.sh index 451b3ede0..af2c780f6 100755 --- a/deploy/jazzer_version_test.sh +++ b/deploy/jazzer_version_test.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # --- begin runfiles.bash initialization v3 --- diff --git a/examples/check_for_finding.sh b/examples/check_for_finding.sh index 106019d3f..dc6dcaa51 100755 --- a/examples/check_for_finding.sh +++ b/examples/check_for_finding.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # --- begin runfiles.bash initialization v2 --- diff --git a/examples/junit-spring-web/build-and-run-tests.sh b/examples/junit-spring-web/build-and-run-tests.sh index ce166d88b..7405d0607 100755 --- a/examples/junit-spring-web/build-and-run-tests.sh +++ b/examples/junit-spring-web/build-and-run-tests.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # Development-only. This script builds the example project against the local version of Jazzer, diff --git a/examples/junit-spring-web/pom.xml b/examples/junit-spring-web/pom.xml index 00625cc71..c4608bc74 100644 --- a/examples/junit-spring-web/pom.xml +++ b/examples/junit-spring-web/pom.xml @@ -2,10 +2,17 @@ + ~ Copyright 2024 Code Intelligence GmbH + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> #include diff --git a/launcher/jazzer_main.cpp b/launcher/jazzer_main.cpp index 701f1716b..f3999eda7 100644 --- a/launcher/jazzer_main.cpp +++ b/launcher/jazzer_main.cpp @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * Jazzer's native main function, which starts a JVM suitably configured for diff --git a/launcher/jvm_tooling.cpp b/launcher/jvm_tooling.cpp index b3e6e2151..2a7384fdf 100644 --- a/launcher/jvm_tooling.cpp +++ b/launcher/jvm_tooling.cpp @@ -1,12 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 // -// This file also contains code licensed under Apache2 license. +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include "jvm_tooling.h" diff --git a/launcher/jvm_tooling.h b/launcher/jvm_tooling.h index 8e593ee7b..0788afd83 100644 --- a/launcher/jvm_tooling.h +++ b/launcher/jvm_tooling.h @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #pragma once diff --git a/launcher/jvm_tooling_test.cpp b/launcher/jvm_tooling_test.cpp index 2043fa24b..24b76ce4a 100644 --- a/launcher/jvm_tooling_test.cpp +++ b/launcher/jvm_tooling_test.cpp @@ -1,12 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 // -// This file also contains code licensed under Apache2 license. +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include "jvm_tooling.h" diff --git a/launcher/test_main.cpp b/launcher/test_main.cpp index 757b9937e..6d8263a95 100644 --- a/launcher/test_main.cpp +++ b/launcher/test_main.cpp @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include diff --git a/launcher/testdata/test/ModifiedUtf8Encoder.java b/launcher/testdata/test/ModifiedUtf8Encoder.java index 6fe4d854f..647b2788c 100644 --- a/launcher/testdata/test/ModifiedUtf8Encoder.java +++ b/launcher/testdata/test/ModifiedUtf8Encoder.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package test; diff --git a/launcher/testdata/test/PropertyPrinter.java b/launcher/testdata/test/PropertyPrinter.java index 69958ca98..ba2ef3278 100644 --- a/launcher/testdata/test/PropertyPrinter.java +++ b/launcher/testdata/test/PropertyPrinter.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package test; diff --git a/sanitizers/sanitizers.bzl b/sanitizers/sanitizers.bzl index 8fa0780c3..0ac523fe2 100644 --- a/sanitizers/sanitizers.bzl +++ b/sanitizers/sanitizers.bzl @@ -1,12 +1,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 # -# This file also contains code licensed under Apache2 license. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # _sanitizer_package_prefix = "com.code_intelligence.jazzer.sanitizers." diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ClojureLangHooks.java b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ClojureLangHooks.java index d5aa3f289..bd56117c0 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ClojureLangHooks.java +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ClojureLangHooks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.sanitizers; diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/Deserialization.kt b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/Deserialization.kt index 996a3f10f..bd35ba3ef 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/Deserialization.kt +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/Deserialization.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.sanitizers diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ExpressionLanguageInjection.kt b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ExpressionLanguageInjection.kt index cfe245b6f..3de0dc299 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ExpressionLanguageInjection.kt +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ExpressionLanguageInjection.kt @@ -2,10 +2,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.sanitizers diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/LdapInjection.kt b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/LdapInjection.kt index bb2dbaa1d..54db3d868 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/LdapInjection.kt +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/LdapInjection.kt @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.sanitizers diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/NamingContextLookup.kt b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/NamingContextLookup.kt index e058a9895..586acb426 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/NamingContextLookup.kt +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/NamingContextLookup.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.sanitizers diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/OsCommandInjection.kt b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/OsCommandInjection.kt index 0398b2360..5ecb08f0f 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/OsCommandInjection.kt +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/OsCommandInjection.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.sanitizers diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ReflectiveCall.kt b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ReflectiveCall.kt index ea71535e9..2c1db911c 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ReflectiveCall.kt +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ReflectiveCall.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.sanitizers diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/RegexInjection.kt b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/RegexInjection.kt index 67fbdcfd8..d2faa11ca 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/RegexInjection.kt +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/RegexInjection.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.sanitizers diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/RegexRoadblocks.java b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/RegexRoadblocks.java index 6903e3163..5bc3282e7 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/RegexRoadblocks.java +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/RegexRoadblocks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.sanitizers; diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ScriptEngineInjection.java b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ScriptEngineInjection.java index 5c5d5d73f..267b13621 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ScriptEngineInjection.java +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ScriptEngineInjection.java @@ -1,16 +1,18 @@ -// Copyright 2023 Code Intelligence GmbH -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +/* + * Copyright 2024 Code Intelligence GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.code_intelligence.jazzer.sanitizers; diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ServerSideRequestForgery.java b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ServerSideRequestForgery.java index 6c573a0b3..5ac3f795d 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ServerSideRequestForgery.java +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/ServerSideRequestForgery.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.sanitizers; diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/SqlInjection.java b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/SqlInjection.java index c5bb6813e..5d9e2c78d 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/SqlInjection.java +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/SqlInjection.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.sanitizers; diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/Utils.kt b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/Utils.kt index 8e1d5df9e..9e1beef51 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/Utils.kt +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/Utils.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.sanitizers diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/XPathInjection.kt b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/XPathInjection.kt index b54d0839b..cc5095cc3 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/XPathInjection.kt +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/XPathInjection.kt @@ -1,16 +1,18 @@ -// Copyright 2022 Code Intelligence GmbH -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +/* + * Copyright 2024 Code Intelligence GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.code_intelligence.jazzer.sanitizers diff --git a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/utils/ReflectionUtils.java b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/utils/ReflectionUtils.java index 2563c4424..52bf881a0 100644 --- a/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/utils/ReflectionUtils.java +++ b/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/utils/ReflectionUtils.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.sanitizers.utils; diff --git a/sanitizers/src/test/java/com/example/ClassLoaderLoadClass.java b/sanitizers/src/test/java/com/example/ClassLoaderLoadClass.java index 18f120041..299279db5 100644 --- a/sanitizers/src/test/java/com/example/ClassLoaderLoadClass.java +++ b/sanitizers/src/test/java/com/example/ClassLoaderLoadClass.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/ClojureTests.java b/sanitizers/src/test/java/com/example/ClojureTests.java index 67ffb0366..65f8bbdd6 100644 --- a/sanitizers/src/test/java/com/example/ClojureTests.java +++ b/sanitizers/src/test/java/com/example/ClojureTests.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/DisabledHooksTest.java b/sanitizers/src/test/java/com/example/DisabledHooksTest.java index 3246c8a0b..98d84ba09 100644 --- a/sanitizers/src/test/java/com/example/DisabledHooksTest.java +++ b/sanitizers/src/test/java/com/example/DisabledHooksTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/ExpressionLanguageInjection.java b/sanitizers/src/test/java/com/example/ExpressionLanguageInjection.java index cd923053b..307dcab02 100644 --- a/sanitizers/src/test/java/com/example/ExpressionLanguageInjection.java +++ b/sanitizers/src/test/java/com/example/ExpressionLanguageInjection.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/LdapDnInjection.java b/sanitizers/src/test/java/com/example/LdapDnInjection.java index 323c58a7f..2563da649 100644 --- a/sanitizers/src/test/java/com/example/LdapDnInjection.java +++ b/sanitizers/src/test/java/com/example/LdapDnInjection.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/LdapSearchInjection.java b/sanitizers/src/test/java/com/example/LdapSearchInjection.java index 2fae0313f..a4202835c 100644 --- a/sanitizers/src/test/java/com/example/LdapSearchInjection.java +++ b/sanitizers/src/test/java/com/example/LdapSearchInjection.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/LibraryLoad.java b/sanitizers/src/test/java/com/example/LibraryLoad.java index fd00e2e18..d94db7d27 100644 --- a/sanitizers/src/test/java/com/example/LibraryLoad.java +++ b/sanitizers/src/test/java/com/example/LibraryLoad.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/ObjectInputStreamDeserialization.java b/sanitizers/src/test/java/com/example/ObjectInputStreamDeserialization.java index 77b0dd0de..0f42ac7f3 100644 --- a/sanitizers/src/test/java/com/example/ObjectInputStreamDeserialization.java +++ b/sanitizers/src/test/java/com/example/ObjectInputStreamDeserialization.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/OsCommandInjectionProcessBuilder.java b/sanitizers/src/test/java/com/example/OsCommandInjectionProcessBuilder.java index cf2ae7764..2ff084798 100644 --- a/sanitizers/src/test/java/com/example/OsCommandInjectionProcessBuilder.java +++ b/sanitizers/src/test/java/com/example/OsCommandInjectionProcessBuilder.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/OsCommandInjectionRuntimeExec.java b/sanitizers/src/test/java/com/example/OsCommandInjectionRuntimeExec.java index f964e6941..e69b9680d 100644 --- a/sanitizers/src/test/java/com/example/OsCommandInjectionRuntimeExec.java +++ b/sanitizers/src/test/java/com/example/OsCommandInjectionRuntimeExec.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/ReflectiveCall.java b/sanitizers/src/test/java/com/example/ReflectiveCall.java index cc035fec8..2883c7bc0 100644 --- a/sanitizers/src/test/java/com/example/ReflectiveCall.java +++ b/sanitizers/src/test/java/com/example/ReflectiveCall.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/RegexCanonEqInjection.java b/sanitizers/src/test/java/com/example/RegexCanonEqInjection.java index 339e4dfad..9801b1fd1 100644 --- a/sanitizers/src/test/java/com/example/RegexCanonEqInjection.java +++ b/sanitizers/src/test/java/com/example/RegexCanonEqInjection.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/RegexInsecureQuoteInjection.java b/sanitizers/src/test/java/com/example/RegexInsecureQuoteInjection.java index 9838d16fb..1f08eedc2 100644 --- a/sanitizers/src/test/java/com/example/RegexInsecureQuoteInjection.java +++ b/sanitizers/src/test/java/com/example/RegexInsecureQuoteInjection.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/RegexRoadblocks.java b/sanitizers/src/test/java/com/example/RegexRoadblocks.java index 02d39d703..2c16c8d82 100644 --- a/sanitizers/src/test/java/com/example/RegexRoadblocks.java +++ b/sanitizers/src/test/java/com/example/RegexRoadblocks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/ScriptEngineInjection.java b/sanitizers/src/test/java/com/example/ScriptEngineInjection.java index 247997de3..dbc763c11 100644 --- a/sanitizers/src/test/java/com/example/ScriptEngineInjection.java +++ b/sanitizers/src/test/java/com/example/ScriptEngineInjection.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/SqlInjection.java b/sanitizers/src/test/java/com/example/SqlInjection.java index 8bfbfbcda..9a005d974 100644 --- a/sanitizers/src/test/java/com/example/SqlInjection.java +++ b/sanitizers/src/test/java/com/example/SqlInjection.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/SsrfHttpClient.java b/sanitizers/src/test/java/com/example/SsrfHttpClient.java index 8c471808c..fe0ef01c2 100644 --- a/sanitizers/src/test/java/com/example/SsrfHttpClient.java +++ b/sanitizers/src/test/java/com/example/SsrfHttpClient.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/SsrfSocketConnect.java b/sanitizers/src/test/java/com/example/SsrfSocketConnect.java index 6a3528873..0f34f4c51 100644 --- a/sanitizers/src/test/java/com/example/SsrfSocketConnect.java +++ b/sanitizers/src/test/java/com/example/SsrfSocketConnect.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/SsrfSocketConnectToHost.java b/sanitizers/src/test/java/com/example/SsrfSocketConnectToHost.java index d53df515d..0dc9f5b38 100644 --- a/sanitizers/src/test/java/com/example/SsrfSocketConnectToHost.java +++ b/sanitizers/src/test/java/com/example/SsrfSocketConnectToHost.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/SsrfUrlConnection.java b/sanitizers/src/test/java/com/example/SsrfUrlConnection.java index 885711589..a9899c0ff 100644 --- a/sanitizers/src/test/java/com/example/SsrfUrlConnection.java +++ b/sanitizers/src/test/java/com/example/SsrfUrlConnection.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/StackOverflowRegexInjection.java b/sanitizers/src/test/java/com/example/StackOverflowRegexInjection.java index 6f66de2b0..0241d00c0 100644 --- a/sanitizers/src/test/java/com/example/StackOverflowRegexInjection.java +++ b/sanitizers/src/test/java/com/example/StackOverflowRegexInjection.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/sanitizers/src/test/java/com/example/XPathInjection.java b/sanitizers/src/test/java/com/example/XPathInjection.java index e8fe22a0d..b8068216e 100644 --- a/sanitizers/src/test/java/com/example/XPathInjection.java +++ b/sanitizers/src/test/java/com/example/XPathInjection.java @@ -1,16 +1,18 @@ -// Copyright 2022 Code Intelligence GmbH -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +/* + * Copyright 2024 Code Intelligence GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.example; diff --git a/sanitizers/src/test/java/com/example/el/InsecureEmailValidator.java b/sanitizers/src/test/java/com/example/el/InsecureEmailValidator.java index 945883734..0ddf4f98c 100644 --- a/sanitizers/src/test/java/com/example/el/InsecureEmailValidator.java +++ b/sanitizers/src/test/java/com/example/el/InsecureEmailValidator.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example.el; diff --git a/sanitizers/src/test/java/com/example/el/UserData.java b/sanitizers/src/test/java/com/example/el/UserData.java index c94b7ae49..c266fc4bb 100644 --- a/sanitizers/src/test/java/com/example/el/UserData.java +++ b/sanitizers/src/test/java/com/example/el/UserData.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example.el; diff --git a/sanitizers/src/test/java/com/example/ldap/MockLdapContext.java b/sanitizers/src/test/java/com/example/ldap/MockLdapContext.java index 1a7b00492..fc325c9b4 100644 --- a/sanitizers/src/test/java/com/example/ldap/MockLdapContext.java +++ b/sanitizers/src/test/java/com/example/ldap/MockLdapContext.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example.ldap; diff --git a/selffuzz/ci-settings.xml b/selffuzz/ci-settings.xml index d1c8729ff..7ef0a99c6 100644 --- a/selffuzz/ci-settings.xml +++ b/selffuzz/ci-settings.xml @@ -1,10 +1,17 @@ diff --git a/selffuzz/cifuzz.yaml b/selffuzz/cifuzz.yaml index 12c60ed43..2ff9cc67f 100644 --- a/selffuzz/cifuzz.yaml +++ b/selffuzz/cifuzz.yaml @@ -1,10 +1,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # ## Configuration for a CI Fuzz project diff --git a/selffuzz/pom.xml b/selffuzz/pom.xml index 9e5b8603d..242b7e2a1 100644 --- a/selffuzz/pom.xml +++ b/selffuzz/pom.xml @@ -2,10 +2,17 @@ diff --git a/selffuzz/src/test/java/com/code_intelligence/selffuzz/Helpers.java b/selffuzz/src/test/java/com/code_intelligence/selffuzz/Helpers.java index ab6bf7902..44c0b5a95 100644 --- a/selffuzz/src/test/java/com/code_intelligence/selffuzz/Helpers.java +++ b/selffuzz/src/test/java/com/code_intelligence/selffuzz/Helpers.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.selffuzz; diff --git a/selffuzz/src/test/java/com/code_intelligence/selffuzz/driver/FuzzedDataProviderImplFuzzTest.java b/selffuzz/src/test/java/com/code_intelligence/selffuzz/driver/FuzzedDataProviderImplFuzzTest.java index adf10474b..2e5d0fdc0 100644 --- a/selffuzz/src/test/java/com/code_intelligence/selffuzz/driver/FuzzedDataProviderImplFuzzTest.java +++ b/selffuzz/src/test/java/com/code_intelligence/selffuzz/driver/FuzzedDataProviderImplFuzzTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.selffuzz.driver; diff --git a/selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/mutator/lang/FloatingPointMutatorFuzzTests.java b/selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/mutator/lang/FloatingPointMutatorFuzzTests.java index e7bd4a7b8..4202ba5ac 100644 --- a/selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/mutator/lang/FloatingPointMutatorFuzzTests.java +++ b/selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/mutator/lang/FloatingPointMutatorFuzzTests.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.selffuzz.mutation.mutator.lang; diff --git a/selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/mutator/lang/StringMutatorFuzzTest.java b/selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/mutator/lang/StringMutatorFuzzTest.java index c4ebef016..0c0b94b4b 100644 --- a/selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/mutator/lang/StringMutatorFuzzTest.java +++ b/selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/mutator/lang/StringMutatorFuzzTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.selffuzz.mutation.mutator.lang; diff --git a/selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/mutator/proto/ProtobufMutatorFuzzTest.java b/selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/mutator/proto/ProtobufMutatorFuzzTest.java index 3cff2559b..14145e2e5 100644 --- a/selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/mutator/proto/ProtobufMutatorFuzzTest.java +++ b/selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/mutator/proto/ProtobufMutatorFuzzTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.selffuzz.mutation.mutator.proto; diff --git a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationBenchmark.java b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationBenchmark.java index ba44ca84a..ac2d797a3 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationBenchmark.java +++ b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationBenchmark.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/DirectByteBuffer2CoverageMap.java b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/DirectByteBuffer2CoverageMap.java index 5455a78ec..b7c9492e1 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/DirectByteBuffer2CoverageMap.java +++ b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/DirectByteBuffer2CoverageMap.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/DirectByteBufferCoverageMap.java b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/DirectByteBufferCoverageMap.java index 1dbcc1af6..b44f89f2f 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/DirectByteBufferCoverageMap.java +++ b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/DirectByteBufferCoverageMap.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/DirectByteBufferStrategy.kt b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/DirectByteBufferStrategy.kt index d71f4a03a..fdb79d24d 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/DirectByteBufferStrategy.kt +++ b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/DirectByteBufferStrategy.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/EdgeCoverageInstrumentation.java b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/EdgeCoverageInstrumentation.java index ed01b883c..86b238ffd 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/EdgeCoverageInstrumentation.java +++ b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/EdgeCoverageInstrumentation.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/EdgeCoverageTarget.java b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/EdgeCoverageTarget.java index 53dc85e5c..a5d8a7fd2 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/EdgeCoverageTarget.java +++ b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/EdgeCoverageTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/Unsafe2CoverageMap.java b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/Unsafe2CoverageMap.java index 0357cbf53..60da7429c 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/Unsafe2CoverageMap.java +++ b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/Unsafe2CoverageMap.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/UnsafeBranchfreeCoverageMap.java b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/UnsafeBranchfreeCoverageMap.java index 67d01f303..5d9af4c8a 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/UnsafeBranchfreeCoverageMap.java +++ b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/UnsafeBranchfreeCoverageMap.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/UnsafeCoverageMap.java b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/UnsafeCoverageMap.java index a24389334..61c3ae4a0 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/UnsafeCoverageMap.java +++ b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/UnsafeCoverageMap.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/UnsafeSimpleIncrementCoverageMap.java b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/UnsafeSimpleIncrementCoverageMap.java index 9ff1658b1..a0fe1d5c8 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/instrumentor/UnsafeSimpleIncrementCoverageMap.java +++ b/src/jmh/java/com/code_intelligence/jazzer/instrumentor/UnsafeSimpleIncrementCoverageMap.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/jmh/java/com/code_intelligence/jazzer/jmh.bzl b/src/jmh/java/com/code_intelligence/jazzer/jmh.bzl index b0ef84d50..2f084ba2d 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/jmh.bzl +++ b/src/jmh/java/com/code_intelligence/jazzer/jmh.bzl @@ -1,10 +1,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # JMH_TEST_ARGS = [ diff --git a/src/jmh/java/com/code_intelligence/jazzer/mutation/MutatorBenchmark.java b/src/jmh/java/com/code_intelligence/jazzer/mutation/MutatorBenchmark.java index df76c6363..ff22246c3 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/mutation/MutatorBenchmark.java +++ b/src/jmh/java/com/code_intelligence/jazzer/mutation/MutatorBenchmark.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation; diff --git a/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacks.java b/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacks.java index fcf0afd43..297abbefa 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacks.java +++ b/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksBenchmark.java b/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksBenchmark.java index 2860215b4..6477f5617 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksBenchmark.java +++ b/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksBenchmark.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksOptimizedCritical.java b/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksOptimizedCritical.java index 0600794d8..9e9bfbdf4 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksOptimizedCritical.java +++ b/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksOptimizedCritical.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksOptimizedNonCritical.java b/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksOptimizedNonCritical.java index e65d3e178..46256c01f 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksOptimizedNonCritical.java +++ b/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksOptimizedNonCritical.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksPanama.java b/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksPanama.java index d7b9df9a7..baf7ac6b3 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksPanama.java +++ b/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksPanama.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksWithPc.java b/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksWithPc.java index 4450ed5cf..dc65bdf86 100644 --- a/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksWithPc.java +++ b/src/jmh/java/com/code_intelligence/jazzer/runtime/FuzzerCallbacksWithPc.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/jmh/native/com/code_intelligence/jazzer/runtime/fuzzer_callbacks.cpp b/src/jmh/native/com/code_intelligence/jazzer/runtime/fuzzer_callbacks.cpp index c28aee84c..f349c5f13 100644 --- a/src/jmh/native/com/code_intelligence/jazzer/runtime/fuzzer_callbacks.cpp +++ b/src/jmh/native/com/code_intelligence/jazzer/runtime/fuzzer_callbacks.cpp @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include diff --git a/src/main/java/com/code_intelligence/jazzer/Jazzer.java b/src/main/java/com/code_intelligence/jazzer/Jazzer.java index c7e105dc6..62620d121 100644 --- a/src/main/java/com/code_intelligence/jazzer/Jazzer.java +++ b/src/main/java/com/code_intelligence/jazzer/Jazzer.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer; diff --git a/src/main/java/com/code_intelligence/jazzer/agent/Agent.kt b/src/main/java/com/code_intelligence/jazzer/agent/Agent.kt index d8fdb7eef..2ed7e814b 100644 --- a/src/main/java/com/code_intelligence/jazzer/agent/Agent.kt +++ b/src/main/java/com/code_intelligence/jazzer/agent/Agent.kt @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ @file:JvmName("Agent") diff --git a/src/main/java/com/code_intelligence/jazzer/agent/AgentInstaller.java b/src/main/java/com/code_intelligence/jazzer/agent/AgentInstaller.java index b7ee902f7..0ffaede69 100644 --- a/src/main/java/com/code_intelligence/jazzer/agent/AgentInstaller.java +++ b/src/main/java/com/code_intelligence/jazzer/agent/AgentInstaller.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.agent; diff --git a/src/main/java/com/code_intelligence/jazzer/agent/AgentUtils.java b/src/main/java/com/code_intelligence/jazzer/agent/AgentUtils.java index e108b9095..87a20c94f 100644 --- a/src/main/java/com/code_intelligence/jazzer/agent/AgentUtils.java +++ b/src/main/java/com/code_intelligence/jazzer/agent/AgentUtils.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.agent; diff --git a/src/main/java/com/code_intelligence/jazzer/agent/CoverageIdStrategy.kt b/src/main/java/com/code_intelligence/jazzer/agent/CoverageIdStrategy.kt index 88a58fb50..cf5c8291e 100644 --- a/src/main/java/com/code_intelligence/jazzer/agent/CoverageIdStrategy.kt +++ b/src/main/java/com/code_intelligence/jazzer/agent/CoverageIdStrategy.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.agent diff --git a/src/main/java/com/code_intelligence/jazzer/agent/RuntimeInstrumentor.kt b/src/main/java/com/code_intelligence/jazzer/agent/RuntimeInstrumentor.kt index 7a262e3d1..34ec4fd5b 100644 --- a/src/main/java/com/code_intelligence/jazzer/agent/RuntimeInstrumentor.kt +++ b/src/main/java/com/code_intelligence/jazzer/agent/RuntimeInstrumentor.kt @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.agent diff --git a/src/main/java/com/code_intelligence/jazzer/android/AndroidRuntime.java b/src/main/java/com/code_intelligence/jazzer/android/AndroidRuntime.java index 6c2ead5a3..b3ddadf4f 100644 --- a/src/main/java/com/code_intelligence/jazzer/android/AndroidRuntime.java +++ b/src/main/java/com/code_intelligence/jazzer/android/AndroidRuntime.java @@ -1,16 +1,18 @@ -// Copyright 2021 Code Intelligence GmbH -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +/* + * Copyright 2024 Code Intelligence GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.code_intelligence.jazzer.android; diff --git a/src/main/java/com/code_intelligence/jazzer/android/DexFileManager.java b/src/main/java/com/code_intelligence/jazzer/android/DexFileManager.java index 34711e616..d16fa4188 100644 --- a/src/main/java/com/code_intelligence/jazzer/android/DexFileManager.java +++ b/src/main/java/com/code_intelligence/jazzer/android/DexFileManager.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 Code Intelligence GmbH + * Copyright 2024 Code Intelligence GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/code_intelligence/jazzer/api/Autofuzz.java b/src/main/java/com/code_intelligence/jazzer/api/Autofuzz.java index 7bebbdc6b..ae525c6c5 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/Autofuzz.java +++ b/src/main/java/com/code_intelligence/jazzer/api/Autofuzz.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/AutofuzzConstructionException.java b/src/main/java/com/code_intelligence/jazzer/api/AutofuzzConstructionException.java index 3c4493f29..2ee790bf9 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/AutofuzzConstructionException.java +++ b/src/main/java/com/code_intelligence/jazzer/api/AutofuzzConstructionException.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/AutofuzzInvocationException.java b/src/main/java/com/code_intelligence/jazzer/api/AutofuzzInvocationException.java index bcd0affe7..0e56e0b69 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/AutofuzzInvocationException.java +++ b/src/main/java/com/code_intelligence/jazzer/api/AutofuzzInvocationException.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/BugDetectors.java b/src/main/java/com/code_intelligence/jazzer/api/BugDetectors.java index 1f47c301e..3784a7c2f 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/BugDetectors.java +++ b/src/main/java/com/code_intelligence/jazzer/api/BugDetectors.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/CannedFuzzedDataProvider.java b/src/main/java/com/code_intelligence/jazzer/api/CannedFuzzedDataProvider.java index 6961bacf9..a7184aa1b 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/CannedFuzzedDataProvider.java +++ b/src/main/java/com/code_intelligence/jazzer/api/CannedFuzzedDataProvider.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/Consumer1.java b/src/main/java/com/code_intelligence/jazzer/api/Consumer1.java index 8aa7f9590..07732a90d 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/Consumer1.java +++ b/src/main/java/com/code_intelligence/jazzer/api/Consumer1.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/Consumer2.java b/src/main/java/com/code_intelligence/jazzer/api/Consumer2.java index 9c61be041..d1bfb4903 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/Consumer2.java +++ b/src/main/java/com/code_intelligence/jazzer/api/Consumer2.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/Consumer3.java b/src/main/java/com/code_intelligence/jazzer/api/Consumer3.java index e220b985d..ecfd45a6d 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/Consumer3.java +++ b/src/main/java/com/code_intelligence/jazzer/api/Consumer3.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/Consumer4.java b/src/main/java/com/code_intelligence/jazzer/api/Consumer4.java index 13465d52a..6e189dba1 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/Consumer4.java +++ b/src/main/java/com/code_intelligence/jazzer/api/Consumer4.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/Consumer5.java b/src/main/java/com/code_intelligence/jazzer/api/Consumer5.java index b1a21e79b..05bc60b49 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/Consumer5.java +++ b/src/main/java/com/code_intelligence/jazzer/api/Consumer5.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/Function1.java b/src/main/java/com/code_intelligence/jazzer/api/Function1.java index 192a748cc..45d5366e5 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/Function1.java +++ b/src/main/java/com/code_intelligence/jazzer/api/Function1.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/Function2.java b/src/main/java/com/code_intelligence/jazzer/api/Function2.java index 7d1e647a8..26d611d4c 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/Function2.java +++ b/src/main/java/com/code_intelligence/jazzer/api/Function2.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/Function3.java b/src/main/java/com/code_intelligence/jazzer/api/Function3.java index e1923c6e6..9cf489dfa 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/Function3.java +++ b/src/main/java/com/code_intelligence/jazzer/api/Function3.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/Function4.java b/src/main/java/com/code_intelligence/jazzer/api/Function4.java index 025200d62..d11eea60c 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/Function4.java +++ b/src/main/java/com/code_intelligence/jazzer/api/Function4.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/Function5.java b/src/main/java/com/code_intelligence/jazzer/api/Function5.java index 5499bf790..480643f25 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/Function5.java +++ b/src/main/java/com/code_intelligence/jazzer/api/Function5.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/FuzzedDataProvider.java b/src/main/java/com/code_intelligence/jazzer/api/FuzzedDataProvider.java index 5ed1b92ed..1c3f805d8 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/FuzzedDataProvider.java +++ b/src/main/java/com/code_intelligence/jazzer/api/FuzzedDataProvider.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueCritical.java b/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueCritical.java index abd3100d6..69dec9257 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueCritical.java +++ b/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueCritical.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueHigh.java b/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueHigh.java index 28ca7aa64..187b52f99 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueHigh.java +++ b/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueHigh.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueLow.java b/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueLow.java index c754cd31e..f96e7479a 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueLow.java +++ b/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueLow.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueMedium.java b/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueMedium.java index 3c3574ff3..b45ed0731 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueMedium.java +++ b/src/main/java/com/code_intelligence/jazzer/api/FuzzerSecurityIssueMedium.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/HookType.java b/src/main/java/com/code_intelligence/jazzer/api/HookType.java index 4b5d0ef38..f5970e47b 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/HookType.java +++ b/src/main/java/com/code_intelligence/jazzer/api/HookType.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/Jazzer.java b/src/main/java/com/code_intelligence/jazzer/api/Jazzer.java index 59c90191c..3809479ec 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/Jazzer.java +++ b/src/main/java/com/code_intelligence/jazzer/api/Jazzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/MethodHook.java b/src/main/java/com/code_intelligence/jazzer/api/MethodHook.java index 01d36bc25..0df33c20d 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/MethodHook.java +++ b/src/main/java/com/code_intelligence/jazzer/api/MethodHook.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/MethodHooks.java b/src/main/java/com/code_intelligence/jazzer/api/MethodHooks.java index d489a97c1..ffd516090 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/MethodHooks.java +++ b/src/main/java/com/code_intelligence/jazzer/api/MethodHooks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/api/SilentCloseable.java b/src/main/java/com/code_intelligence/jazzer/api/SilentCloseable.java index 56bd6905c..61a2b1e7d 100644 --- a/src/main/java/com/code_intelligence/jazzer/api/SilentCloseable.java +++ b/src/main/java/com/code_intelligence/jazzer/api/SilentCloseable.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/main/java/com/code_intelligence/jazzer/autofuzz/AccessibleObjectLookup.java b/src/main/java/com/code_intelligence/jazzer/autofuzz/AccessibleObjectLookup.java index 47517d5f8..07cf414b7 100644 --- a/src/main/java/com/code_intelligence/jazzer/autofuzz/AccessibleObjectLookup.java +++ b/src/main/java/com/code_intelligence/jazzer/autofuzz/AccessibleObjectLookup.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.autofuzz; diff --git a/src/main/java/com/code_intelligence/jazzer/autofuzz/AutofuzzCodegenVisitor.java b/src/main/java/com/code_intelligence/jazzer/autofuzz/AutofuzzCodegenVisitor.java index e5dbe317a..ff4e427ba 100644 --- a/src/main/java/com/code_intelligence/jazzer/autofuzz/AutofuzzCodegenVisitor.java +++ b/src/main/java/com/code_intelligence/jazzer/autofuzz/AutofuzzCodegenVisitor.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.autofuzz; diff --git a/src/main/java/com/code_intelligence/jazzer/autofuzz/AutofuzzError.java b/src/main/java/com/code_intelligence/jazzer/autofuzz/AutofuzzError.java index f6aa1f237..a9604a2cb 100644 --- a/src/main/java/com/code_intelligence/jazzer/autofuzz/AutofuzzError.java +++ b/src/main/java/com/code_intelligence/jazzer/autofuzz/AutofuzzError.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.autofuzz; diff --git a/src/main/java/com/code_intelligence/jazzer/autofuzz/FuzzTarget.java b/src/main/java/com/code_intelligence/jazzer/autofuzz/FuzzTarget.java index ef1fa4750..175e64fb5 100644 --- a/src/main/java/com/code_intelligence/jazzer/autofuzz/FuzzTarget.java +++ b/src/main/java/com/code_intelligence/jazzer/autofuzz/FuzzTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.autofuzz; diff --git a/src/main/java/com/code_intelligence/jazzer/autofuzz/Meta.java b/src/main/java/com/code_intelligence/jazzer/autofuzz/Meta.java index c08210c0d..9cbe38451 100644 --- a/src/main/java/com/code_intelligence/jazzer/autofuzz/Meta.java +++ b/src/main/java/com/code_intelligence/jazzer/autofuzz/Meta.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.autofuzz; diff --git a/src/main/java/com/code_intelligence/jazzer/autofuzz/YourAverageJavaClass.java b/src/main/java/com/code_intelligence/jazzer/autofuzz/YourAverageJavaClass.java index e5ab358ba..a45fb27b7 100644 --- a/src/main/java/com/code_intelligence/jazzer/autofuzz/YourAverageJavaClass.java +++ b/src/main/java/com/code_intelligence/jazzer/autofuzz/YourAverageJavaClass.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.autofuzz; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/Constants.java b/src/main/java/com/code_intelligence/jazzer/driver/Constants.java index 2dc595710..538e50857 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/Constants.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/Constants.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/Driver.java b/src/main/java/com/code_intelligence/jazzer/driver/Driver.java index e1627329d..8d50b1a6c 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/Driver.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/Driver.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/ExceptionUtils.kt b/src/main/java/com/code_intelligence/jazzer/driver/ExceptionUtils.kt index 92f5a177a..ba7ca359e 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/ExceptionUtils.kt +++ b/src/main/java/com/code_intelligence/jazzer/driver/ExceptionUtils.kt @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ @file:JvmName("ExceptionUtils") diff --git a/src/main/java/com/code_intelligence/jazzer/driver/FuzzTargetFinder.java b/src/main/java/com/code_intelligence/jazzer/driver/FuzzTargetFinder.java index cdbfc1b24..fea2c0f9d 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/FuzzTargetFinder.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/FuzzTargetFinder.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/FuzzTargetHolder.java b/src/main/java/com/code_intelligence/jazzer/driver/FuzzTargetHolder.java index b07fd334e..96a32ab5e 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/FuzzTargetHolder.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/FuzzTargetHolder.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/FuzzTargetRunner.java b/src/main/java/com/code_intelligence/jazzer/driver/FuzzTargetRunner.java index fa93e2a2f..112c4a2df 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/FuzzTargetRunner.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/FuzzTargetRunner.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/FuzzedDataProviderImpl.java b/src/main/java/com/code_intelligence/jazzer/driver/FuzzedDataProviderImpl.java index fe9a92ba8..be2f90c65 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/FuzzedDataProviderImpl.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/FuzzedDataProviderImpl.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/LibFuzzerLifecycleMethodsInvoker.java b/src/main/java/com/code_intelligence/jazzer/driver/LibFuzzerLifecycleMethodsInvoker.java index 33928688f..831ee3fec 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/LibFuzzerLifecycleMethodsInvoker.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/LibFuzzerLifecycleMethodsInvoker.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/LifecycleMethodsInvoker.java b/src/main/java/com/code_intelligence/jazzer/driver/LifecycleMethodsInvoker.java index 7638dc82c..da715479a 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/LifecycleMethodsInvoker.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/LifecycleMethodsInvoker.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/OfflineInstrumentor.java b/src/main/java/com/code_intelligence/jazzer/driver/OfflineInstrumentor.java index f00b90c57..18e21c5d7 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/OfflineInstrumentor.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/OfflineInstrumentor.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/Opt.java b/src/main/java/com/code_intelligence/jazzer/driver/Opt.java index 1ce6e8e90..5840a7c19 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/Opt.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/Opt.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/OptItem.java b/src/main/java/com/code_intelligence/jazzer/driver/OptItem.java index f701aba53..539a4821f 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/OptItem.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/OptItem.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/OptParser.java b/src/main/java/com/code_intelligence/jazzer/driver/OptParser.java index c1a948e74..b35e8ddfb 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/OptParser.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/OptParser.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/RecordingFuzzedDataProvider.java b/src/main/java/com/code_intelligence/jazzer/driver/RecordingFuzzedDataProvider.java index f163cb2a7..aac57a9ae 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/RecordingFuzzedDataProvider.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/RecordingFuzzedDataProvider.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/ReflectionUtils.java b/src/main/java/com/code_intelligence/jazzer/driver/ReflectionUtils.java index 53b82cbb3..a0f6de981 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/ReflectionUtils.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/ReflectionUtils.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/ReproducerTemplate.java b/src/main/java/com/code_intelligence/jazzer/driver/ReproducerTemplate.java index d3d38b93b..b4c5953f6 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/ReproducerTemplate.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/ReproducerTemplate.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/SignalHandler.java b/src/main/java/com/code_intelligence/jazzer/driver/SignalHandler.java index a67ffeffb..88ca2c50c 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/SignalHandler.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/SignalHandler.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/junit/FuzzTestLister.java b/src/main/java/com/code_intelligence/jazzer/driver/junit/FuzzTestLister.java index 90d44bd5a..cdeabc054 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/junit/FuzzTestLister.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/junit/FuzzTestLister.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/driver/junit/JUnitRunner.java b/src/main/java/com/code_intelligence/jazzer/driver/junit/JUnitRunner.java index 6f37cf5be..d41f1bba3 100644 --- a/src/main/java/com/code_intelligence/jazzer/driver/junit/JUnitRunner.java +++ b/src/main/java/com/code_intelligence/jazzer/driver/junit/JUnitRunner.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/instrumentor/ClassInstrumentor.kt b/src/main/java/com/code_intelligence/jazzer/instrumentor/ClassInstrumentor.kt index 8476d0ee7..f024a7f63 100644 --- a/src/main/java/com/code_intelligence/jazzer/instrumentor/ClassInstrumentor.kt +++ b/src/main/java/com/code_intelligence/jazzer/instrumentor/ClassInstrumentor.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/main/java/com/code_intelligence/jazzer/instrumentor/CoverageRecorder.kt b/src/main/java/com/code_intelligence/jazzer/instrumentor/CoverageRecorder.kt index d2268aa88..2e6299d82 100644 --- a/src/main/java/com/code_intelligence/jazzer/instrumentor/CoverageRecorder.kt +++ b/src/main/java/com/code_intelligence/jazzer/instrumentor/CoverageRecorder.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/main/java/com/code_intelligence/jazzer/instrumentor/DescriptorUtils.kt b/src/main/java/com/code_intelligence/jazzer/instrumentor/DescriptorUtils.kt index d777414c7..ab4df625c 100644 --- a/src/main/java/com/code_intelligence/jazzer/instrumentor/DescriptorUtils.kt +++ b/src/main/java/com/code_intelligence/jazzer/instrumentor/DescriptorUtils.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/main/java/com/code_intelligence/jazzer/instrumentor/DeterministicRandom.kt b/src/main/java/com/code_intelligence/jazzer/instrumentor/DeterministicRandom.kt index fd657a392..90a98dfb2 100644 --- a/src/main/java/com/code_intelligence/jazzer/instrumentor/DeterministicRandom.kt +++ b/src/main/java/com/code_intelligence/jazzer/instrumentor/DeterministicRandom.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/main/java/com/code_intelligence/jazzer/instrumentor/EdgeCoverageInstrumentor.kt b/src/main/java/com/code_intelligence/jazzer/instrumentor/EdgeCoverageInstrumentor.kt index c79b7825c..6d9d1469b 100644 --- a/src/main/java/com/code_intelligence/jazzer/instrumentor/EdgeCoverageInstrumentor.kt +++ b/src/main/java/com/code_intelligence/jazzer/instrumentor/EdgeCoverageInstrumentor.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/main/java/com/code_intelligence/jazzer/instrumentor/Hook.kt b/src/main/java/com/code_intelligence/jazzer/instrumentor/Hook.kt index 98eea6207..1e1cb4877 100644 --- a/src/main/java/com/code_intelligence/jazzer/instrumentor/Hook.kt +++ b/src/main/java/com/code_intelligence/jazzer/instrumentor/Hook.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ @file:Suppress("PLATFORM_CLASS_MAPPED_TO_KOTLIN") diff --git a/src/main/java/com/code_intelligence/jazzer/instrumentor/HookInstrumentor.kt b/src/main/java/com/code_intelligence/jazzer/instrumentor/HookInstrumentor.kt index 298a98377..56a65ea0d 100644 --- a/src/main/java/com/code_intelligence/jazzer/instrumentor/HookInstrumentor.kt +++ b/src/main/java/com/code_intelligence/jazzer/instrumentor/HookInstrumentor.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/main/java/com/code_intelligence/jazzer/instrumentor/HookMethodVisitor.kt b/src/main/java/com/code_intelligence/jazzer/instrumentor/HookMethodVisitor.kt index 093336dd2..5b85fb4cc 100644 --- a/src/main/java/com/code_intelligence/jazzer/instrumentor/HookMethodVisitor.kt +++ b/src/main/java/com/code_intelligence/jazzer/instrumentor/HookMethodVisitor.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/main/java/com/code_intelligence/jazzer/instrumentor/Hooks.kt b/src/main/java/com/code_intelligence/jazzer/instrumentor/Hooks.kt index 1345fc949..658bf233e 100644 --- a/src/main/java/com/code_intelligence/jazzer/instrumentor/Hooks.kt +++ b/src/main/java/com/code_intelligence/jazzer/instrumentor/Hooks.kt @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/main/java/com/code_intelligence/jazzer/instrumentor/Instrumentor.kt b/src/main/java/com/code_intelligence/jazzer/instrumentor/Instrumentor.kt index bccb0129d..2fb5ae55f 100644 --- a/src/main/java/com/code_intelligence/jazzer/instrumentor/Instrumentor.kt +++ b/src/main/java/com/code_intelligence/jazzer/instrumentor/Instrumentor.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/main/java/com/code_intelligence/jazzer/instrumentor/StaticMethodStrategy.java b/src/main/java/com/code_intelligence/jazzer/instrumentor/StaticMethodStrategy.java index 3483003da..a2f7d2f12 100644 --- a/src/main/java/com/code_intelligence/jazzer/instrumentor/StaticMethodStrategy.java +++ b/src/main/java/com/code_intelligence/jazzer/instrumentor/StaticMethodStrategy.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/main/java/com/code_intelligence/jazzer/instrumentor/TraceDataFlowInstrumentor.kt b/src/main/java/com/code_intelligence/jazzer/instrumentor/TraceDataFlowInstrumentor.kt index b0d6c9e44..686ca6dc0 100644 --- a/src/main/java/com/code_intelligence/jazzer/instrumentor/TraceDataFlowInstrumentor.kt +++ b/src/main/java/com/code_intelligence/jazzer/instrumentor/TraceDataFlowInstrumentor.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/main/java/com/code_intelligence/jazzer/junit/AgentConfigurator.java b/src/main/java/com/code_intelligence/jazzer/junit/AgentConfigurator.java index 62553f6e2..fe758141a 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/AgentConfigurator.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/AgentConfigurator.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/AgentConfiguringArgumentsProvider.java b/src/main/java/com/code_intelligence/jazzer/junit/AgentConfiguringArgumentsProvider.java index e23702e52..c912410e7 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/AgentConfiguringArgumentsProvider.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/AgentConfiguringArgumentsProvider.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/ApiStats.java b/src/main/java/com/code_intelligence/jazzer/junit/ApiStats.java index 53cf64e15..568ac5cda 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/ApiStats.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/ApiStats.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/ApiStatsHolder.java b/src/main/java/com/code_intelligence/jazzer/junit/ApiStatsHolder.java index 01e18b44e..fabf7d938 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/ApiStatsHolder.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/ApiStatsHolder.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/ApiStatsInterval.java b/src/main/java/com/code_intelligence/jazzer/junit/ApiStatsInterval.java index 2f4882c53..c53948b23 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/ApiStatsInterval.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/ApiStatsInterval.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/ApiStatsNoop.java b/src/main/java/com/code_intelligence/jazzer/junit/ApiStatsNoop.java index c018af7d5..824e11f4a 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/ApiStatsNoop.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/ApiStatsNoop.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/DictionaryEntries.java b/src/main/java/com/code_intelligence/jazzer/junit/DictionaryEntries.java index d562d6b7c..707359ad8 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/DictionaryEntries.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/DictionaryEntries.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/DictionaryEntriesList.java b/src/main/java/com/code_intelligence/jazzer/junit/DictionaryEntriesList.java index 43df44263..1d0ad0677 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/DictionaryEntriesList.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/DictionaryEntriesList.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/DictionaryFile.java b/src/main/java/com/code_intelligence/jazzer/junit/DictionaryFile.java index 6591e2a98..1fdaddb61 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/DictionaryFile.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/DictionaryFile.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/DictionaryFiles.java b/src/main/java/com/code_intelligence/jazzer/junit/DictionaryFiles.java index cbc6e912c..f15fbb88b 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/DictionaryFiles.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/DictionaryFiles.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/ExitCodeException.java b/src/main/java/com/code_intelligence/jazzer/junit/ExitCodeException.java index 4dd8d56f0..ede97d91a 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/ExitCodeException.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/ExitCodeException.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/FuzzTest.java b/src/main/java/com/code_intelligence/jazzer/junit/FuzzTest.java index 807a0601d..aec397520 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/FuzzTest.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/FuzzTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestConfigurationError.java b/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestConfigurationError.java index e6b22b7b3..6e5903458 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestConfigurationError.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestConfigurationError.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestExecutor.java b/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestExecutor.java index 00c47a900..66befa431 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestExecutor.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestExecutor.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestExtensions.java b/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestExtensions.java index bddf5c066..bed66f292 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestExtensions.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestExtensions.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestFindingException.java b/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestFindingException.java index f03813648..8fa48e057 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestFindingException.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/FuzzTestFindingException.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/FuzzerDictionary.java b/src/main/java/com/code_intelligence/jazzer/junit/FuzzerDictionary.java index 058189e07..fce61e1a7 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/FuzzerDictionary.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/FuzzerDictionary.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/FuzzingArgumentsProvider.java b/src/main/java/com/code_intelligence/jazzer/junit/FuzzingArgumentsProvider.java index 6f0ef373b..99108cb2e 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/FuzzingArgumentsProvider.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/FuzzingArgumentsProvider.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/JUnitLifecycleMethodsInvoker.java b/src/main/java/com/code_intelligence/jazzer/junit/JUnitLifecycleMethodsInvoker.java index e0461b3f4..cfbdfe57b 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/JUnitLifecycleMethodsInvoker.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/JUnitLifecycleMethodsInvoker.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/Lifecycle.java b/src/main/java/com/code_intelligence/jazzer/junit/Lifecycle.java index 81bfe3196..cd0df24f7 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/Lifecycle.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/Lifecycle.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/SeedArgumentsProvider.java b/src/main/java/com/code_intelligence/jazzer/junit/SeedArgumentsProvider.java index 0829f26de..d411fc7b0 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/SeedArgumentsProvider.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/SeedArgumentsProvider.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/SeedSerializer.java b/src/main/java/com/code_intelligence/jazzer/junit/SeedSerializer.java index b019c8e4f..8b2f87434 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/SeedSerializer.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/SeedSerializer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/SpringFuzzTestHelper.java b/src/main/java/com/code_intelligence/jazzer/junit/SpringFuzzTestHelper.java index 5191acc5a..d5f0fe394 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/SpringFuzzTestHelper.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/SpringFuzzTestHelper.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/junit/Utils.java b/src/main/java/com/code_intelligence/jazzer/junit/Utils.java index b499dcfdd..8794e4dc5 100644 --- a/src/main/java/com/code_intelligence/jazzer/junit/Utils.java +++ b/src/main/java/com/code_intelligence/jazzer/junit/Utils.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/ArgumentsMutator.java b/src/main/java/com/code_intelligence/jazzer/mutation/ArgumentsMutator.java index 210611429..86bfdd67c 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/ArgumentsMutator.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/ArgumentsMutator.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/Ascii.java b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/Ascii.java index 10625cca9..e6558d6fc 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/Ascii.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/Ascii.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.annotation; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/DoubleInRange.java b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/DoubleInRange.java index 7e575c547..fbb08bf7d 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/DoubleInRange.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/DoubleInRange.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.annotation; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/FloatInRange.java b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/FloatInRange.java index 8eceb3f7c..b34dcadde 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/FloatInRange.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/FloatInRange.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.annotation; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/InRange.java b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/InRange.java index 8feecce6d..001249a30 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/InRange.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/InRange.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.annotation; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/NotNull.java b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/NotNull.java index 0d714130e..440caa7e2 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/NotNull.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/NotNull.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.annotation; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/UrlSegment.java b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/UrlSegment.java index 0c603bc62..6a938dd61 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/UrlSegment.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/UrlSegment.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.annotation; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/WithLength.java b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/WithLength.java index 7d0a0b639..6dd7c4ffb 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/WithLength.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/WithLength.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.annotation; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/WithSize.java b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/WithSize.java index f4a5e5b85..e8e72888a 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/WithSize.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/WithSize.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.annotation; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/WithUtf8Length.java b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/WithUtf8Length.java index 617804609..ccc2bccc5 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/WithUtf8Length.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/WithUtf8Length.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.annotation; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/proto/AnySource.java b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/proto/AnySource.java index 473b864dc..5bdb7f800 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/proto/AnySource.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/proto/AnySource.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.annotation.proto; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/proto/WithDefaultInstance.java b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/proto/WithDefaultInstance.java index bcee3968d..323956bba 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/annotation/proto/WithDefaultInstance.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/annotation/proto/WithDefaultInstance.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.annotation.proto; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/api/Cache.java b/src/main/java/com/code_intelligence/jazzer/mutation/api/Cache.java index 44d133119..6fe5b6aa0 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/api/Cache.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/api/Cache.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.api; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/api/Debuggable.java b/src/main/java/com/code_intelligence/jazzer/mutation/api/Debuggable.java index c6a21572d..080643ffb 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/api/Debuggable.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/api/Debuggable.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.api; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/api/Detacher.java b/src/main/java/com/code_intelligence/jazzer/mutation/api/Detacher.java index a95f4cf9f..bf7f5e9ab 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/api/Detacher.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/api/Detacher.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.api; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/api/ExtendedMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/api/ExtendedMutatorFactory.java index eb59481c1..6e03fe1f9 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/api/ExtendedMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/api/ExtendedMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.api; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/api/InPlaceMutator.java b/src/main/java/com/code_intelligence/jazzer/mutation/api/InPlaceMutator.java index 2054bf665..01c8fc7d0 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/api/InPlaceMutator.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/api/InPlaceMutator.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.api; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/api/MutatorBase.java b/src/main/java/com/code_intelligence/jazzer/mutation/api/MutatorBase.java index 27b5f5a84..2548f7915 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/api/MutatorBase.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/api/MutatorBase.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.api; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/api/MutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/api/MutatorFactory.java index 2fba12ac4..82614f95c 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/api/MutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/api/MutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.api; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/api/PseudoRandom.java b/src/main/java/com/code_intelligence/jazzer/mutation/api/PseudoRandom.java index c2df0f7a6..e144eb9f4 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/api/PseudoRandom.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/api/PseudoRandom.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.api; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/api/Serializer.java b/src/main/java/com/code_intelligence/jazzer/mutation/api/Serializer.java index 7ae5bb3df..e5f64a251 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/api/Serializer.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/api/Serializer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.api; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/api/SerializingInPlaceMutator.java b/src/main/java/com/code_intelligence/jazzer/mutation/api/SerializingInPlaceMutator.java index 4f300d0f7..dced6b688 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/api/SerializingInPlaceMutator.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/api/SerializingInPlaceMutator.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.api; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/api/SerializingMutator.java b/src/main/java/com/code_intelligence/jazzer/mutation/api/SerializingMutator.java index ff6a6b4cc..791c584fc 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/api/SerializingMutator.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/api/SerializingMutator.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.api; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/api/ValueMutator.java b/src/main/java/com/code_intelligence/jazzer/mutation/api/ValueMutator.java index e7ebe56fe..73c6ff06e 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/api/ValueMutator.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/api/ValueMutator.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.api; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/combinator/InPlaceProductMutator.java b/src/main/java/com/code_intelligence/jazzer/mutation/combinator/InPlaceProductMutator.java index b812b3304..2ef8e21f4 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/combinator/InPlaceProductMutator.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/combinator/InPlaceProductMutator.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.combinator; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/combinator/MutatorCombinators.java b/src/main/java/com/code_intelligence/jazzer/mutation/combinator/MutatorCombinators.java index bb6bb41b6..567194435 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/combinator/MutatorCombinators.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/combinator/MutatorCombinators.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.combinator; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/combinator/PostComposedMutator.java b/src/main/java/com/code_intelligence/jazzer/mutation/combinator/PostComposedMutator.java index 626dc7ca9..4e5d73c8d 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/combinator/PostComposedMutator.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/combinator/PostComposedMutator.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.combinator; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/combinator/ProductMutator.java b/src/main/java/com/code_intelligence/jazzer/mutation/combinator/ProductMutator.java index b3386d537..b6d07c7f3 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/combinator/ProductMutator.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/combinator/ProductMutator.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.combinator; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/engine/ChainedMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/engine/ChainedMutatorFactory.java index 02df1c98f..4c3a05246 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/engine/ChainedMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/engine/ChainedMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.engine; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/engine/IdentityCache.java b/src/main/java/com/code_intelligence/jazzer/mutation/engine/IdentityCache.java index cc18b6498..796e01f8a 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/engine/IdentityCache.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/engine/IdentityCache.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.engine; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/engine/SeededPseudoRandom.java b/src/main/java/com/code_intelligence/jazzer/mutation/engine/SeededPseudoRandom.java index a145b7861..8e3acd22a 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/engine/SeededPseudoRandom.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/engine/SeededPseudoRandom.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.engine; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/Mutators.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/Mutators.java index 77cdaf747..381e47f95 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/Mutators.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/Mutators.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/AggregateMutators.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/AggregateMutators.java index 2f07660e9..bd65b35c1 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/AggregateMutators.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/AggregateMutators.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.aggregate; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/AggregatesHelper.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/AggregatesHelper.java index aba0a7724..33248356b 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/AggregatesHelper.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/AggregatesHelper.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.aggregate; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/BeanSupport.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/BeanSupport.java index 9466ed7c9..fd8b0ff52 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/BeanSupport.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/BeanSupport.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.aggregate; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/CachedConstructorMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/CachedConstructorMutatorFactory.java index 80804512c..3098cf1ce 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/CachedConstructorMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/CachedConstructorMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.aggregate; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/ConstructorBasedBeanMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/ConstructorBasedBeanMutatorFactory.java index 46218415c..9b2705e55 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/ConstructorBasedBeanMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/ConstructorBasedBeanMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.aggregate; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/RecordMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/RecordMutatorFactory.java index 8c9cd7ba7..0bfb7674a 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/RecordMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/RecordMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.aggregate; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SetterBasedBeanMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SetterBasedBeanMutatorFactory.java index 0aa550783..3a544a3ce 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SetterBasedBeanMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SetterBasedBeanMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.aggregate; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SuperBuilderMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SuperBuilderMutatorFactory.java index 68dd5a143..588080f34 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SuperBuilderMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SuperBuilderMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.aggregate; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ArrayMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ArrayMutatorFactory.java index 19189e11f..16875f77d 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ArrayMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ArrayMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.collection; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ChunkCrossOvers.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ChunkCrossOvers.java index 0a9769609..40321cb66 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ChunkCrossOvers.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ChunkCrossOvers.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.collection; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ChunkMutations.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ChunkMutations.java index 0740966fc..b32d2e6af 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ChunkMutations.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ChunkMutations.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.collection; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/CollectionMutators.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/CollectionMutators.java index d67a46305..88152589e 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/CollectionMutators.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/CollectionMutators.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.collection; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ListMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ListMutatorFactory.java index 214879766..a54a0a754 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ListMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ListMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.collection; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/MapMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/MapMutatorFactory.java index db48710e8..6e2e4f171 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/MapMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/MapMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.collection; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/BooleanMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/BooleanMutatorFactory.java index e0c95017a..b8dbec0d9 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/BooleanMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/BooleanMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/EnumMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/EnumMutatorFactory.java index b32861376..c6705d329 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/EnumMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/EnumMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/FloatingPointMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/FloatingPointMutatorFactory.java index 6b895ac9c..356495d17 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/FloatingPointMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/FloatingPointMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/InputStreamMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/InputStreamMutatorFactory.java index 10353e172..eb8f65aae 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/InputStreamMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/InputStreamMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/IntegralMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/IntegralMutatorFactory.java index ea6715280..5f75cf5e3 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/IntegralMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/IntegralMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/LangMutators.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/LangMutators.java index c23a458e6..0fcf278fa 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/LangMutators.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/LangMutators.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/NullableMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/NullableMutatorFactory.java index e992f1881..ebdc92092 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/NullableMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/NullableMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/PrimitiveArrayMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/PrimitiveArrayMutatorFactory.java index 352e08035..c21060fab 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/PrimitiveArrayMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/PrimitiveArrayMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/StringMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/StringMutatorFactory.java index 09f1a841b..32f8852c3 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/StringMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/StringMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/FuzzedDataProviderMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/FuzzedDataProviderMutatorFactory.java index ec59261a7..fbff5d36a 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/FuzzedDataProviderMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/FuzzedDataProviderMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.libfuzzer; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/LibFuzzerMutate.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/LibFuzzerMutate.java index 355424dd9..d32a4a5f4 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/LibFuzzerMutate.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/LibFuzzerMutate.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.libfuzzer; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/LibFuzzerMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/LibFuzzerMutatorFactory.java index 9868a6247..79e0632c7 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/LibFuzzerMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/LibFuzzerMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.libfuzzer; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/LibFuzzerMutators.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/LibFuzzerMutators.java index 9605e0910..edc7b5b4f 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/LibFuzzerMutators.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/LibFuzzerMutators.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.libfuzzer; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderAdapters.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderAdapters.java index b40c60f4d..b69196ac1 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderAdapters.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderAdapters.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.proto; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderMutatorFactory.java index 615ca15d1..415166100 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.proto; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/ByteStringMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/ByteStringMutatorFactory.java index 3612bdd42..218d03c59 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/ByteStringMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/ByteStringMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.proto; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/MessageMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/MessageMutatorFactory.java index b3842d027..ecaf6fee1 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/MessageMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/MessageMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.proto; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/ProtoMutators.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/ProtoMutators.java index bf09bb42b..ec7b4b9a7 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/ProtoMutators.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/ProtoMutators.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.proto; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/TypeLibrary.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/TypeLibrary.java index 238c7fe29..3bc71b304 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/TypeLibrary.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/TypeLibrary.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.proto; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateMutatorFactory.java index 08bb79f30..cf8e9b551 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.time; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateTimeMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateTimeMutatorFactory.java index 0b0575f13..3780f6554 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateTimeMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateTimeMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.time; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalTimeMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalTimeMutatorFactory.java index a9de47479..125acdfd2 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalTimeMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalTimeMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.time; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/TimeMutators.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/TimeMutators.java index 825002816..c4794a4d2 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/TimeMutators.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/TimeMutators.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.time; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/ZonedDateTimeMutatorFactory.java b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/ZonedDateTimeMutatorFactory.java index d7ef33364..35c972245 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/ZonedDateTimeMutatorFactory.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/mutator/time/ZonedDateTimeMutatorFactory.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.time; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/support/AnnotationSupport.java b/src/main/java/com/code_intelligence/jazzer/mutation/support/AnnotationSupport.java index 4c4622914..b3a309327 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/support/AnnotationSupport.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/support/AnnotationSupport.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/support/ExceptionSupport.java b/src/main/java/com/code_intelligence/jazzer/mutation/support/ExceptionSupport.java index 34adb3309..d961c7d70 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/support/ExceptionSupport.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/support/ExceptionSupport.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/support/InputStreamSupport.java b/src/main/java/com/code_intelligence/jazzer/mutation/support/InputStreamSupport.java index 0ad1fb63f..9f257b9cf 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/support/InputStreamSupport.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/support/InputStreamSupport.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/support/Preconditions.java b/src/main/java/com/code_intelligence/jazzer/mutation/support/Preconditions.java index 4e956b9b8..864793c0d 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/support/Preconditions.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/support/Preconditions.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/support/PropertyConstraintSupport.java b/src/main/java/com/code_intelligence/jazzer/mutation/support/PropertyConstraintSupport.java index f32eaf464..def5547db 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/support/PropertyConstraintSupport.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/support/PropertyConstraintSupport.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/support/RandomSupport.java b/src/main/java/com/code_intelligence/jazzer/mutation/support/RandomSupport.java index 9aa6beaf5..b0b409b2a 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/support/RandomSupport.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/support/RandomSupport.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/support/ReflectionSupport.java b/src/main/java/com/code_intelligence/jazzer/mutation/support/ReflectionSupport.java index 4c0363b25..b7075eda6 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/support/ReflectionSupport.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/support/ReflectionSupport.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/support/StreamSupport.java b/src/main/java/com/code_intelligence/jazzer/mutation/support/StreamSupport.java index cc605455f..653dee080 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/support/StreamSupport.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/support/StreamSupport.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/support/TypeHolder.java b/src/main/java/com/code_intelligence/jazzer/mutation/support/TypeHolder.java index c5ae775ed..b34372edf 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/support/TypeHolder.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/support/TypeHolder.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/support/TypeSupport.java b/src/main/java/com/code_intelligence/jazzer/mutation/support/TypeSupport.java index f55b18d22..5bdb8aa13 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/support/TypeSupport.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/support/TypeSupport.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/support/WeakIdentityHashMap.java b/src/main/java/com/code_intelligence/jazzer/mutation/support/WeakIdentityHashMap.java index 9059c27a3..ce486a95e 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/support/WeakIdentityHashMap.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/support/WeakIdentityHashMap.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/utils/AppliesTo.java b/src/main/java/com/code_intelligence/jazzer/mutation/utils/AppliesTo.java index fc9887766..c8b355ccb 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/utils/AppliesTo.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/utils/AppliesTo.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.utils; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/utils/PropertyConstraint.java b/src/main/java/com/code_intelligence/jazzer/mutation/utils/PropertyConstraint.java index 852922b6b..324fc3c39 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/utils/PropertyConstraint.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/utils/PropertyConstraint.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.utils; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/utils/ValidateContainerDimensions.java b/src/main/java/com/code_intelligence/jazzer/mutation/utils/ValidateContainerDimensions.java index c2ff87952..3b5ebe5c5 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/utils/ValidateContainerDimensions.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/utils/ValidateContainerDimensions.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.utils; diff --git a/src/main/java/com/code_intelligence/jazzer/mutation/utils/ValidateMinMax.java b/src/main/java/com/code_intelligence/jazzer/mutation/utils/ValidateMinMax.java index 83b766bc4..3b3e4216c 100644 --- a/src/main/java/com/code_intelligence/jazzer/mutation/utils/ValidateMinMax.java +++ b/src/main/java/com/code_intelligence/jazzer/mutation/utils/ValidateMinMax.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.utils; diff --git a/src/main/java/com/code_intelligence/jazzer/replay/Replayer.java b/src/main/java/com/code_intelligence/jazzer/replay/Replayer.java index 06660538f..3e2d0b027 100644 --- a/src/main/java/com/code_intelligence/jazzer/replay/Replayer.java +++ b/src/main/java/com/code_intelligence/jazzer/replay/Replayer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.replay; diff --git a/src/main/java/com/code_intelligence/jazzer/runtime/Constants.java b/src/main/java/com/code_intelligence/jazzer/runtime/Constants.java index 45d17a514..25306f006 100644 --- a/src/main/java/com/code_intelligence/jazzer/runtime/Constants.java +++ b/src/main/java/com/code_intelligence/jazzer/runtime/Constants.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/main/java/com/code_intelligence/jazzer/runtime/CoverageMap.java b/src/main/java/com/code_intelligence/jazzer/runtime/CoverageMap.java index 083f04d48..c4442b403 100644 --- a/src/main/java/com/code_intelligence/jazzer/runtime/CoverageMap.java +++ b/src/main/java/com/code_intelligence/jazzer/runtime/CoverageMap.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/main/java/com/code_intelligence/jazzer/runtime/FuzzTargetRunnerNatives.java b/src/main/java/com/code_intelligence/jazzer/runtime/FuzzTargetRunnerNatives.java index 73bd2b325..3b19c497d 100644 --- a/src/main/java/com/code_intelligence/jazzer/runtime/FuzzTargetRunnerNatives.java +++ b/src/main/java/com/code_intelligence/jazzer/runtime/FuzzTargetRunnerNatives.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/main/java/com/code_intelligence/jazzer/runtime/HardToCatchError.java b/src/main/java/com/code_intelligence/jazzer/runtime/HardToCatchError.java index ee4d700fd..c8a9b9c85 100644 --- a/src/main/java/com/code_intelligence/jazzer/runtime/HardToCatchError.java +++ b/src/main/java/com/code_intelligence/jazzer/runtime/HardToCatchError.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/main/java/com/code_intelligence/jazzer/runtime/JazzerInternal.java b/src/main/java/com/code_intelligence/jazzer/runtime/JazzerInternal.java index 5c6312588..928777b52 100644 --- a/src/main/java/com/code_intelligence/jazzer/runtime/JazzerInternal.java +++ b/src/main/java/com/code_intelligence/jazzer/runtime/JazzerInternal.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/main/java/com/code_intelligence/jazzer/runtime/Mutator.java b/src/main/java/com/code_intelligence/jazzer/runtime/Mutator.java index 0fdaf0391..bb3252e47 100644 --- a/src/main/java/com/code_intelligence/jazzer/runtime/Mutator.java +++ b/src/main/java/com/code_intelligence/jazzer/runtime/Mutator.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/main/java/com/code_intelligence/jazzer/runtime/NativeLibHooks.java b/src/main/java/com/code_intelligence/jazzer/runtime/NativeLibHooks.java index 3c180f9e2..f36212d7d 100644 --- a/src/main/java/com/code_intelligence/jazzer/runtime/NativeLibHooks.java +++ b/src/main/java/com/code_intelligence/jazzer/runtime/NativeLibHooks.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/main/java/com/code_intelligence/jazzer/runtime/TraceCmpHooks.java b/src/main/java/com/code_intelligence/jazzer/runtime/TraceCmpHooks.java index 8f56932e8..36bafd871 100644 --- a/src/main/java/com/code_intelligence/jazzer/runtime/TraceCmpHooks.java +++ b/src/main/java/com/code_intelligence/jazzer/runtime/TraceCmpHooks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/main/java/com/code_intelligence/jazzer/runtime/TraceDataFlowNativeCallbacks.java b/src/main/java/com/code_intelligence/jazzer/runtime/TraceDataFlowNativeCallbacks.java index a2aeb221c..708db267c 100644 --- a/src/main/java/com/code_intelligence/jazzer/runtime/TraceDataFlowNativeCallbacks.java +++ b/src/main/java/com/code_intelligence/jazzer/runtime/TraceDataFlowNativeCallbacks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/main/java/com/code_intelligence/jazzer/runtime/TraceDivHooks.java b/src/main/java/com/code_intelligence/jazzer/runtime/TraceDivHooks.java index 5cc7816dc..bc3a25763 100644 --- a/src/main/java/com/code_intelligence/jazzer/runtime/TraceDivHooks.java +++ b/src/main/java/com/code_intelligence/jazzer/runtime/TraceDivHooks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/main/java/com/code_intelligence/jazzer/runtime/TraceIndirHooks.java b/src/main/java/com/code_intelligence/jazzer/runtime/TraceIndirHooks.java index 233e33d61..1251a496e 100644 --- a/src/main/java/com/code_intelligence/jazzer/runtime/TraceIndirHooks.java +++ b/src/main/java/com/code_intelligence/jazzer/runtime/TraceIndirHooks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/main/java/com/code_intelligence/jazzer/runtime/verify_shading.sh b/src/main/java/com/code_intelligence/jazzer/runtime/verify_shading.sh index 3c85998e0..7bdc10716 100755 --- a/src/main/java/com/code_intelligence/jazzer/runtime/verify_shading.sh +++ b/src/main/java/com/code_intelligence/jazzer/runtime/verify_shading.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # [ -f "$1" ] || exit 1 diff --git a/src/main/java/com/code_intelligence/jazzer/utils/ClassNameGlobber.kt b/src/main/java/com/code_intelligence/jazzer/utils/ClassNameGlobber.kt index 10fb84c78..0a7346538 100644 --- a/src/main/java/com/code_intelligence/jazzer/utils/ClassNameGlobber.kt +++ b/src/main/java/com/code_intelligence/jazzer/utils/ClassNameGlobber.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.utils diff --git a/src/main/java/com/code_intelligence/jazzer/utils/Log.java b/src/main/java/com/code_intelligence/jazzer/utils/Log.java index 64b71f39c..555cc9c50 100644 --- a/src/main/java/com/code_intelligence/jazzer/utils/Log.java +++ b/src/main/java/com/code_intelligence/jazzer/utils/Log.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.utils; diff --git a/src/main/java/com/code_intelligence/jazzer/utils/ManifestUtils.kt b/src/main/java/com/code_intelligence/jazzer/utils/ManifestUtils.kt index b7cb8095d..c448c17ef 100644 --- a/src/main/java/com/code_intelligence/jazzer/utils/ManifestUtils.kt +++ b/src/main/java/com/code_intelligence/jazzer/utils/ManifestUtils.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.utils diff --git a/src/main/java/com/code_intelligence/jazzer/utils/SimpleGlobMatcher.kt b/src/main/java/com/code_intelligence/jazzer/utils/SimpleGlobMatcher.kt index 2a858bdce..47a1e09a0 100644 --- a/src/main/java/com/code_intelligence/jazzer/utils/SimpleGlobMatcher.kt +++ b/src/main/java/com/code_intelligence/jazzer/utils/SimpleGlobMatcher.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.utils diff --git a/src/main/java/com/code_intelligence/jazzer/utils/UnsafeProvider.java b/src/main/java/com/code_intelligence/jazzer/utils/UnsafeProvider.java index 2906236a7..f314a42df 100644 --- a/src/main/java/com/code_intelligence/jazzer/utils/UnsafeProvider.java +++ b/src/main/java/com/code_intelligence/jazzer/utils/UnsafeProvider.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.utils; diff --git a/src/main/java/com/code_intelligence/jazzer/utils/UnsafeUtils.java b/src/main/java/com/code_intelligence/jazzer/utils/UnsafeUtils.java index 5cd9496eb..9f2754f61 100644 --- a/src/main/java/com/code_intelligence/jazzer/utils/UnsafeUtils.java +++ b/src/main/java/com/code_intelligence/jazzer/utils/UnsafeUtils.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.utils; diff --git a/src/main/java/com/code_intelligence/jazzer/utils/Utils.kt b/src/main/java/com/code_intelligence/jazzer/utils/Utils.kt index 83b7cc676..92076813b 100644 --- a/src/main/java/com/code_intelligence/jazzer/utils/Utils.kt +++ b/src/main/java/com/code_intelligence/jazzer/utils/Utils.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ @file:JvmName("Utils") diff --git a/src/main/java/com/code_intelligence/jazzer/utils/ZipUtils.java b/src/main/java/com/code_intelligence/jazzer/utils/ZipUtils.java index f33fae1a3..9511b54c6 100644 --- a/src/main/java/com/code_intelligence/jazzer/utils/ZipUtils.java +++ b/src/main/java/com/code_intelligence/jazzer/utils/ZipUtils.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.utils; diff --git a/src/main/java/jaz/Ter.java b/src/main/java/jaz/Ter.java index c1984cb3e..77d93c0a7 100644 --- a/src/main/java/jaz/Ter.java +++ b/src/main/java/jaz/Ter.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package jaz; diff --git a/src/main/java/jaz/Zer.java b/src/main/java/jaz/Zer.java index a511b1b10..367723a28 100644 --- a/src/main/java/jaz/Zer.java +++ b/src/main/java/jaz/Zer.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package jaz; diff --git a/src/main/native/com/code_intelligence/jazzer/driver/com_code_intelligence_selffuzz_jazzer_driver_FuzzedDataProviderImpl.h b/src/main/native/com/code_intelligence/jazzer/driver/com_code_intelligence_selffuzz_jazzer_driver_FuzzedDataProviderImpl.h index 9fdf45df5..1bdd11bfb 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/com_code_intelligence_selffuzz_jazzer_driver_FuzzedDataProviderImpl.h +++ b/src/main/native/com/code_intelligence/jazzer/driver/com_code_intelligence_selffuzz_jazzer_driver_FuzzedDataProviderImpl.h @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* This file was originally generated by cc_jni_library(name = jazzer_fuzzed_data_provider_impl) and copied here and modified diff --git a/src/main/native/com/code_intelligence/jazzer/driver/coverage_tracker.cpp b/src/main/native/com/code_intelligence/jazzer/driver/coverage_tracker.cpp index d152a3f42..58a05f1a7 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/coverage_tracker.cpp +++ b/src/main/native/com/code_intelligence/jazzer/driver/coverage_tracker.cpp @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include "coverage_tracker.h" diff --git a/src/main/native/com/code_intelligence/jazzer/driver/coverage_tracker.h b/src/main/native/com/code_intelligence/jazzer/driver/coverage_tracker.h index 040399bf7..34631af8c 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/coverage_tracker.h +++ b/src/main/native/com/code_intelligence/jazzer/driver/coverage_tracker.h @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #pragma once diff --git a/src/main/native/com/code_intelligence/jazzer/driver/fuzz_target_runner.cpp b/src/main/native/com/code_intelligence/jazzer/driver/fuzz_target_runner.cpp index 517557cef..cdcfc3082 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/fuzz_target_runner.cpp +++ b/src/main/native/com/code_intelligence/jazzer/driver/fuzz_target_runner.cpp @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * A native wrapper around the FuzzTargetRunner Java class that executes it as a diff --git a/src/main/native/com/code_intelligence/jazzer/driver/fuzz_target_runner.h b/src/main/native/com/code_intelligence/jazzer/driver/fuzz_target_runner.h index 5e005f5b8..75506ffd7 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/fuzz_target_runner.h +++ b/src/main/native/com/code_intelligence/jazzer/driver/fuzz_target_runner.h @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #pragma once diff --git a/src/main/native/com/code_intelligence/jazzer/driver/fuzzed_data_provider.cpp b/src/main/native/com/code_intelligence/jazzer/driver/fuzzed_data_provider.cpp index c3964e8b4..cc40223cb 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/fuzzed_data_provider.cpp +++ b/src/main/native/com/code_intelligence/jazzer/driver/fuzzed_data_provider.cpp @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include #include diff --git a/src/main/native/com/code_intelligence/jazzer/driver/fuzzed_data_provider_test.cpp b/src/main/native/com/code_intelligence/jazzer/driver/fuzzed_data_provider_test.cpp index cdfd6cb34..8f5d6793f 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/fuzzed_data_provider_test.cpp +++ b/src/main/native/com/code_intelligence/jazzer/driver/fuzzed_data_provider_test.cpp @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include diff --git a/src/main/native/com/code_intelligence/jazzer/driver/init_jazzer_preload.cpp b/src/main/native/com/code_intelligence/jazzer/driver/init_jazzer_preload.cpp index 6fdfe7e94..435e07b47 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/init_jazzer_preload.cpp +++ b/src/main/native/com/code_intelligence/jazzer/driver/init_jazzer_preload.cpp @@ -1,12 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 // -// This file also contains code licensed under Apache2 license. +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include #include diff --git a/src/main/native/com/code_intelligence/jazzer/driver/jazzer_fuzzer_callbacks.cpp b/src/main/native/com/code_intelligence/jazzer/driver/jazzer_fuzzer_callbacks.cpp index 7f425f503..c0467d86f 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/jazzer_fuzzer_callbacks.cpp +++ b/src/main/native/com/code_intelligence/jazzer/driver/jazzer_fuzzer_callbacks.cpp @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include diff --git a/src/main/native/com/code_intelligence/jazzer/driver/libfuzzer_callbacks.cpp b/src/main/native/com/code_intelligence/jazzer/driver/libfuzzer_callbacks.cpp index 2eaa117b0..3e1f255c2 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/libfuzzer_callbacks.cpp +++ b/src/main/native/com/code_intelligence/jazzer/driver/libfuzzer_callbacks.cpp @@ -1,12 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 // -// This file also contains code licensed under Apache2 license. +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include diff --git a/src/main/native/com/code_intelligence/jazzer/driver/mutator.cpp b/src/main/native/com/code_intelligence/jazzer/driver/mutator.cpp index 055ea9e70..35b167e09 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/mutator.cpp +++ b/src/main/native/com/code_intelligence/jazzer/driver/mutator.cpp @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include #include diff --git a/src/main/native/com/code_intelligence/jazzer/driver/sanitizer_hooks_with_pc.h b/src/main/native/com/code_intelligence/jazzer/driver/sanitizer_hooks_with_pc.h index 046964bc8..3dda9a63c 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/sanitizer_hooks_with_pc.h +++ b/src/main/native/com/code_intelligence/jazzer/driver/sanitizer_hooks_with_pc.h @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #pragma once diff --git a/src/main/native/com/code_intelligence/jazzer/driver/sanitizer_symbols.cpp b/src/main/native/com/code_intelligence/jazzer/driver/sanitizer_symbols.cpp index f9656e009..4c420f260 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/sanitizer_symbols.cpp +++ b/src/main/native/com/code_intelligence/jazzer/driver/sanitizer_symbols.cpp @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Suppress libFuzzer warnings about missing sanitizer methods in non-sanitizer // builds. diff --git a/src/main/native/com/code_intelligence/jazzer/driver/signal_handler.cpp b/src/main/native/com/code_intelligence/jazzer/driver/signal_handler.cpp index 27f61fbfc..1be65c2cb 100644 --- a/src/main/native/com/code_intelligence/jazzer/driver/signal_handler.cpp +++ b/src/main/native/com/code_intelligence/jazzer/driver/signal_handler.cpp @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include diff --git a/src/main/native/com/code_intelligence/jazzer/jazzer_preload.c b/src/main/native/com/code_intelligence/jazzer/jazzer_preload.c index 4560ef445..e5e832728 100644 --- a/src/main/native/com/code_intelligence/jazzer/jazzer_preload.c +++ b/src/main/native/com/code_intelligence/jazzer/jazzer_preload.c @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * Dynamically exported definitions of fuzzer hooks and libc functions that diff --git a/src/test/java/com/code_intelligence/jazzer/JazzerTest.java b/src/test/java/com/code_intelligence/jazzer/JazzerTest.java index f2d76892b..fec23fa00 100644 --- a/src/test/java/com/code_intelligence/jazzer/JazzerTest.java +++ b/src/test/java/com/code_intelligence/jazzer/JazzerTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer; diff --git a/src/test/java/com/code_intelligence/jazzer/api/AutofuzzTest.java b/src/test/java/com/code_intelligence/jazzer/api/AutofuzzTest.java index 1745772ae..02d8da486 100644 --- a/src/test/java/com/code_intelligence/jazzer/api/AutofuzzTest.java +++ b/src/test/java/com/code_intelligence/jazzer/api/AutofuzzTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.api; diff --git a/src/test/java/com/code_intelligence/jazzer/autofuzz/AutofuzzCodegenVisitorTest.java b/src/test/java/com/code_intelligence/jazzer/autofuzz/AutofuzzCodegenVisitorTest.java index e9edfe654..bc8237a8b 100644 --- a/src/test/java/com/code_intelligence/jazzer/autofuzz/AutofuzzCodegenVisitorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/autofuzz/AutofuzzCodegenVisitorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.autofuzz; diff --git a/src/test/java/com/code_intelligence/jazzer/autofuzz/BuilderPatternTest.java b/src/test/java/com/code_intelligence/jazzer/autofuzz/BuilderPatternTest.java index 85f00e3f3..8d92748cf 100644 --- a/src/test/java/com/code_intelligence/jazzer/autofuzz/BuilderPatternTest.java +++ b/src/test/java/com/code_intelligence/jazzer/autofuzz/BuilderPatternTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.autofuzz; diff --git a/src/test/java/com/code_intelligence/jazzer/autofuzz/InterfaceCreationTest.java b/src/test/java/com/code_intelligence/jazzer/autofuzz/InterfaceCreationTest.java index 6c6e2fb1d..4e98ec896 100644 --- a/src/test/java/com/code_intelligence/jazzer/autofuzz/InterfaceCreationTest.java +++ b/src/test/java/com/code_intelligence/jazzer/autofuzz/InterfaceCreationTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.autofuzz; diff --git a/src/test/java/com/code_intelligence/jazzer/autofuzz/MetaTest.java b/src/test/java/com/code_intelligence/jazzer/autofuzz/MetaTest.java index 59ad3163c..967de53bb 100644 --- a/src/test/java/com/code_intelligence/jazzer/autofuzz/MetaTest.java +++ b/src/test/java/com/code_intelligence/jazzer/autofuzz/MetaTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.autofuzz; diff --git a/src/test/java/com/code_intelligence/jazzer/autofuzz/SettersTest.java b/src/test/java/com/code_intelligence/jazzer/autofuzz/SettersTest.java index d84948da2..a162db01b 100644 --- a/src/test/java/com/code_intelligence/jazzer/autofuzz/SettersTest.java +++ b/src/test/java/com/code_intelligence/jazzer/autofuzz/SettersTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.autofuzz; diff --git a/src/test/java/com/code_intelligence/jazzer/autofuzz/TestHelpers.java b/src/test/java/com/code_intelligence/jazzer/autofuzz/TestHelpers.java index 3277d026d..41c959094 100644 --- a/src/test/java/com/code_intelligence/jazzer/autofuzz/TestHelpers.java +++ b/src/test/java/com/code_intelligence/jazzer/autofuzz/TestHelpers.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.autofuzz; diff --git a/src/test/java/com/code_intelligence/jazzer/autofuzz/testdata/EmployeeWithSetters.java b/src/test/java/com/code_intelligence/jazzer/autofuzz/testdata/EmployeeWithSetters.java index f57fbc6a2..e34eeb908 100644 --- a/src/test/java/com/code_intelligence/jazzer/autofuzz/testdata/EmployeeWithSetters.java +++ b/src/test/java/com/code_intelligence/jazzer/autofuzz/testdata/EmployeeWithSetters.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.autofuzz.testdata; diff --git a/src/test/java/com/code_intelligence/jazzer/driver/FuzzTargetRunnerTest.java b/src/test/java/com/code_intelligence/jazzer/driver/FuzzTargetRunnerTest.java index 23c7b22b5..0c91f00a1 100644 --- a/src/test/java/com/code_intelligence/jazzer/driver/FuzzTargetRunnerTest.java +++ b/src/test/java/com/code_intelligence/jazzer/driver/FuzzTargetRunnerTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/test/java/com/code_intelligence/jazzer/driver/FuzzedDataProviderImplTest.java b/src/test/java/com/code_intelligence/jazzer/driver/FuzzedDataProviderImplTest.java index f882ea986..4c4ff0105 100644 --- a/src/test/java/com/code_intelligence/jazzer/driver/FuzzedDataProviderImplTest.java +++ b/src/test/java/com/code_intelligence/jazzer/driver/FuzzedDataProviderImplTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/test/java/com/code_intelligence/jazzer/driver/OptItemTest.java b/src/test/java/com/code_intelligence/jazzer/driver/OptItemTest.java index 0c52fd359..3f264318e 100644 --- a/src/test/java/com/code_intelligence/jazzer/driver/OptItemTest.java +++ b/src/test/java/com/code_intelligence/jazzer/driver/OptItemTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/test/java/com/code_intelligence/jazzer/driver/RecordingFuzzedDataProviderTest.java b/src/test/java/com/code_intelligence/jazzer/driver/RecordingFuzzedDataProviderTest.java index 6add6c3ea..81f33ce5e 100644 --- a/src/test/java/com/code_intelligence/jazzer/driver/RecordingFuzzedDataProviderTest.java +++ b/src/test/java/com/code_intelligence/jazzer/driver/RecordingFuzzedDataProviderTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.driver; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooks.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooks.java index dd65bb5f4..cefa5edaa 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooks.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooksPatchTest.kt b/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooksPatchTest.kt index 6c80ea752..d122e844a 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooksPatchTest.kt +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooksPatchTest.kt @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooksTarget.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooksTarget.java index 3ad55af04..17d9c37f3 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooksTarget.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooksTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooksTargetContract.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooksTargetContract.java index cce4a0a6c..3dd760b40 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooksTargetContract.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/AfterHooksTargetContract.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooks.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooks.java index 5a4e05ca6..8b8aaeefb 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooks.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooksPatchTest.kt b/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooksPatchTest.kt index 9d0fe4ede..971455ffb 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooksPatchTest.kt +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooksPatchTest.kt @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooksTarget.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooksTarget.java index 8981359d3..a41d2cefa 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooksTarget.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooksTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooksTargetContract.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooksTargetContract.java index 327156c1a..377f90f55 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooksTargetContract.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/BeforeHooksTargetContract.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationSpecialCasesTarget.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationSpecialCasesTarget.java index 71ebe6400..3f3295ebc 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationSpecialCasesTarget.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationSpecialCasesTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationTarget.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationTarget.java index 42063c556..6d167b7d9 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationTarget.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationTest.kt b/src/test/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationTest.kt index a38f6ff83..23e2dd4da 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationTest.kt +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/CoverageInstrumentationTest.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/DescriptorUtilsTest.kt b/src/test/java/com/code_intelligence/jazzer/instrumentor/DescriptorUtilsTest.kt index 032b022a4..4695c3600 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/DescriptorUtilsTest.kt +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/DescriptorUtilsTest.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/DynamicTestContract.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/DynamicTestContract.java index e02f4f501..cc4d9a43e 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/DynamicTestContract.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/DynamicTestContract.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/HookValidationTest.kt b/src/test/java/com/code_intelligence/jazzer/instrumentor/HookValidationTest.kt index ab21e19e1..35b01f8f9 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/HookValidationTest.kt +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/HookValidationTest.kt @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/InvalidHookMocks.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/InvalidHookMocks.java index 12ca75f8a..2b9312385 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/InvalidHookMocks.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/InvalidHookMocks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/MockCoverageMap.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/MockCoverageMap.java index aa853c632..fab2f34bc 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/MockCoverageMap.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/MockCoverageMap.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/MockTraceDataFlowCallbacks.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/MockTraceDataFlowCallbacks.java index 4d9c64384..b9d2341ab 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/MockTraceDataFlowCallbacks.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/MockTraceDataFlowCallbacks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/PatchTestUtils.kt b/src/test/java/com/code_intelligence/jazzer/instrumentor/PatchTestUtils.kt index 79ade42a6..d4cc35cbc 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/PatchTestUtils.kt +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/PatchTestUtils.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooks.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooks.java index ee9adedbc..0b0789e52 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooks.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksInit.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksInit.java index 68202a8c4..3ba5177d6 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksInit.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksInit.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksPatchTest.kt b/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksPatchTest.kt index 15ed6e46d..b2de1fe3e 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksPatchTest.kt +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksPatchTest.kt @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksTarget.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksTarget.java index 0882470d9..9ded0a589 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksTarget.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksTargetContract.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksTargetContract.java index cd99b6577..2cc83d5fc 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksTargetContract.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/ReplaceHooksTargetContract.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/TraceDataFlowInstrumentationTarget.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/TraceDataFlowInstrumentationTarget.java index 98e19530f..118e7d3fa 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/TraceDataFlowInstrumentationTarget.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/TraceDataFlowInstrumentationTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/TraceDataFlowInstrumentationTest.kt b/src/test/java/com/code_intelligence/jazzer/instrumentor/TraceDataFlowInstrumentationTest.kt index 20c484527..36c699911 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/TraceDataFlowInstrumentationTest.kt +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/TraceDataFlowInstrumentationTest.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor diff --git a/src/test/java/com/code_intelligence/jazzer/instrumentor/ValidHookMocks.java b/src/test/java/com/code_intelligence/jazzer/instrumentor/ValidHookMocks.java index 4368d80b5..bff3815c7 100644 --- a/src/test/java/com/code_intelligence/jazzer/instrumentor/ValidHookMocks.java +++ b/src/test/java/com/code_intelligence/jazzer/instrumentor/ValidHookMocks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.instrumentor; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/ApiStatsTest.java b/src/test/java/com/code_intelligence/jazzer/junit/ApiStatsTest.java index 53eda3209..97f3fcddd 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/ApiStatsTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/ApiStatsTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/CorpusDirectoryTest.java b/src/test/java/com/code_intelligence/jazzer/junit/CorpusDirectoryTest.java index cbc6d4177..d952b3513 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/CorpusDirectoryTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/CorpusDirectoryTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/CoverageTest.java b/src/test/java/com/code_intelligence/jazzer/junit/CoverageTest.java index e12950633..e36764c89 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/CoverageTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/CoverageTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/DirectoryInputsTest.java b/src/test/java/com/code_intelligence/jazzer/junit/DirectoryInputsTest.java index e4f7fbe72..f85f98d2d 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/DirectoryInputsTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/DirectoryInputsTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/FindingsBaseDirTest.java b/src/test/java/com/code_intelligence/jazzer/junit/FindingsBaseDirTest.java index 9286d67c4..d074b03e6 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/FindingsBaseDirTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/FindingsBaseDirTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/FuzzerDictionaryTest.java b/src/test/java/com/code_intelligence/jazzer/junit/FuzzerDictionaryTest.java index 99f8071c8..0d4e7a44b 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/FuzzerDictionaryTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/FuzzerDictionaryTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/FuzzingWithCrashTest.java b/src/test/java/com/code_intelligence/jazzer/junit/FuzzingWithCrashTest.java index 2cb3c9dcb..33c436fc4 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/FuzzingWithCrashTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/FuzzingWithCrashTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/FuzzingWithoutCrashTest.java b/src/test/java/com/code_intelligence/jazzer/junit/FuzzingWithoutCrashTest.java index 9444f1bf8..b6a584379 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/FuzzingWithoutCrashTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/FuzzingWithoutCrashTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/HermeticInstrumentationTest.java b/src/test/java/com/code_intelligence/jazzer/junit/HermeticInstrumentationTest.java index f756ec6b9..fc7cf0d9c 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/HermeticInstrumentationTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/HermeticInstrumentationTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/InvalidMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/junit/InvalidMutatorTest.java index de8ceb53d..d0952f45f 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/InvalidMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/InvalidMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/MutatorTest.java b/src/test/java/com/code_intelligence/jazzer/junit/MutatorTest.java index 21f68eb9d..10da5620c 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/MutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/MutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/PerExecutionLifecycleTest.java b/src/test/java/com/code_intelligence/jazzer/junit/PerExecutionLifecycleTest.java index f3b6d34a1..a0f236cfa 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/PerExecutionLifecycleTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/PerExecutionLifecycleTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/PerExecutionLifecycleWithFindingTest.java b/src/test/java/com/code_intelligence/jazzer/junit/PerExecutionLifecycleWithFindingTest.java index d071d94c7..eedc7d0e8 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/PerExecutionLifecycleWithFindingTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/PerExecutionLifecycleWithFindingTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/PerTestLifecycleTest.java b/src/test/java/com/code_intelligence/jazzer/junit/PerTestLifecycleTest.java index 2dfa269dc..2e046ec39 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/PerTestLifecycleTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/PerTestLifecycleTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/RegressionTestTest.java b/src/test/java/com/code_intelligence/jazzer/junit/RegressionTestTest.java index 5e389ef69..df280cc97 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/RegressionTestTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/RegressionTestTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/TestMethod.java b/src/test/java/com/code_intelligence/jazzer/junit/TestMethod.java index fbd4c97cd..97e3d8b7c 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/TestMethod.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/TestMethod.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/UtilsTest.java b/src/test/java/com/code_intelligence/jazzer/junit/UtilsTest.java index 6d970134d..02349ea64 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/UtilsTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/UtilsTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/junit/ValueProfileTest.java b/src/test/java/com/code_intelligence/jazzer/junit/ValueProfileTest.java index 034da5077..b20ed03d1 100644 --- a/src/test/java/com/code_intelligence/jazzer/junit/ValueProfileTest.java +++ b/src/test/java/com/code_intelligence/jazzer/junit/ValueProfileTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.junit; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/ArgumentsMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/ArgumentsMutatorTest.java index 9922fb48d..d2920de69 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/ArgumentsMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/ArgumentsMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/combinator/MutatorCombinatorsTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/combinator/MutatorCombinatorsTest.java index 9b8303e32..b2031a60c 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/combinator/MutatorCombinatorsTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/combinator/MutatorCombinatorsTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.combinator; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/engine/ChainedMutatorFactoryTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/engine/ChainedMutatorFactoryTest.java index d55d8045a..0def85061 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/engine/ChainedMutatorFactoryTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/engine/ChainedMutatorFactoryTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.engine; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/engine/SeededPseudoRandomTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/engine/SeededPseudoRandomTest.java index b45c7cb5c..d614f3409 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/engine/SeededPseudoRandomTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/engine/SeededPseudoRandomTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.engine; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/StressTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/StressTest.java index 66bcf79aa..cb01c1e27 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/StressTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/StressTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/CachedConstructorMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/CachedConstructorMutatorTest.java index d4dc383ce..03448655e 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/CachedConstructorMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/CachedConstructorMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.aggregate; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/ConstructorBasedBeanMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/ConstructorBasedBeanMutatorTest.java index 71b907b91..23d36c652 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/ConstructorBasedBeanMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/ConstructorBasedBeanMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.aggregate; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/RecordMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/RecordMutatorTest.java index ef5f484e4..c75c0a69f 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/RecordMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/RecordMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.aggregate; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SetterBasedBeanMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SetterBasedBeanMutatorTest.java index 8ab3a3166..a408397d6 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SetterBasedBeanMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SetterBasedBeanMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.aggregate; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SuperBuilderMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SuperBuilderMutatorTest.java index 79a25e8e8..653e2c5a7 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SuperBuilderMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/SuperBuilderMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.aggregate; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/ArrayMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/ArrayMutatorTest.java index b23c21692..c76c402a3 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/ArrayMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/ArrayMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.collection; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/ChunkMutationsTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/ChunkMutationsTest.java index 12ce7936c..c73b22a06 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/ChunkMutationsTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/ChunkMutationsTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.collection; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/ListMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/ListMutatorTest.java index 48515d85a..b0b98c8e5 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/ListMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/ListMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.collection; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/MapMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/MapMutatorTest.java index 80bc9d421..2a9fb21de 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/MapMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/collection/MapMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.collection; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/BooleanMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/BooleanMutatorTest.java index 6cb6a6ad1..8a19d2a12 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/BooleanMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/BooleanMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/ByteArrayMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/ByteArrayMutatorTest.java index 793bfe749..22881b334 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/ByteArrayMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/ByteArrayMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/EnumMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/EnumMutatorTest.java index e856aa2cb..f9fa66c12 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/EnumMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/EnumMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/FloatingPointMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/FloatingPointMutatorTest.java index be7231da6..30d984dc7 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/FloatingPointMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/FloatingPointMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/InputStreamMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/InputStreamMutatorTest.java index b909cc362..eea4baeff 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/InputStreamMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/InputStreamMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/IntegralMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/IntegralMutatorTest.java index a45f1703c..e78c16ca1 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/IntegralMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/IntegralMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/NullableMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/NullableMutatorTest.java index 8aedbb1ec..a03658ca7 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/NullableMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/NullableMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/PCharGenerator.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/PCharGenerator.java index 1a7a97ef9..12f592830 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/PCharGenerator.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/PCharGenerator.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/PrimitiveArrayMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/PrimitiveArrayMutatorTest.java index beab764aa..219414470 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/PrimitiveArrayMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/PrimitiveArrayMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/StringMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/StringMutatorTest.java index 25433b689..4da06e7fe 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/StringMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/StringMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.lang; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderAdaptersTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderAdaptersTest.java index 589107632..748dacfaa 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderAdaptersTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderAdaptersTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.proto; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderMutatorProto2Test.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderMutatorProto2Test.java index 7b0fb8700..9ffe9cca4 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderMutatorProto2Test.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderMutatorProto2Test.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.proto; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderMutatorProto3Test.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderMutatorProto3Test.java index 84daa67a3..6e4b082dd 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderMutatorProto3Test.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/BuilderMutatorProto3Test.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.proto; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/MessageMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/MessageMutatorTest.java index dd304257f..3d51fa3d9 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/MessageMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/MessageMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.proto; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/proto2.proto b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/proto2.proto index 73c488d71..9c6fb0f56 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/proto2.proto +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/proto2.proto @@ -1,10 +1,17 @@ // // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -// located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // syntax = "proto2"; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/proto3.proto b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/proto3.proto index b0b4872bb..b563b8f91 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/proto3.proto +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/proto3.proto @@ -1,10 +1,17 @@ // // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -// located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // syntax = "proto3"; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateMutatorTest.java index ff9778560..92c1f3770 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.time; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateTimeMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateTimeMutatorTest.java index 44f7e8aa5..752142a2c 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateTimeMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalDateTimeMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.time; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalTimeMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalTimeMutatorTest.java index 937c46ccc..f68c76806 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalTimeMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/LocalTimeMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.time; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/ZonedDateTimeMutatorTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/ZonedDateTimeMutatorTest.java index 0732adfdb..5da567819 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/ZonedDateTimeMutatorTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/mutator/time/ZonedDateTimeMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.mutator.time; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/support/AnnotationSupportTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/support/AnnotationSupportTest.java index 9bae82e4f..7731642b2 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/support/AnnotationSupportTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/support/AnnotationSupportTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/support/ExceptionSupportTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/support/ExceptionSupportTest.java index a02029dd2..42a279795 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/support/ExceptionSupportTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/support/ExceptionSupportTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/support/HolderTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/support/HolderTest.java index e48dc9415..205f72ca7 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/support/HolderTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/support/HolderTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/support/InputStreamSupportTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/support/InputStreamSupportTest.java index f063d406b..36ce829d8 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/support/InputStreamSupportTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/support/InputStreamSupportTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/support/PropertyConstraintSupportTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/support/PropertyConstraintSupportTest.java index 16c012477..82851fa6c 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/support/PropertyConstraintSupportTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/support/PropertyConstraintSupportTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/support/TestSupport.java b/src/test/java/com/code_intelligence/jazzer/mutation/support/TestSupport.java index 07a43c3da..8417ed238 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/support/TestSupport.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/support/TestSupport.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/support/TypeSupportTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/support/TypeSupportTest.java index 8f7da5afb..50944761f 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/support/TypeSupportTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/support/TypeSupportTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/test/java/com/code_intelligence/jazzer/mutation/support/WeakIdentityHashMapTest.java b/src/test/java/com/code_intelligence/jazzer/mutation/support/WeakIdentityHashMapTest.java index 783946b90..6ffe9227b 100644 --- a/src/test/java/com/code_intelligence/jazzer/mutation/support/WeakIdentityHashMapTest.java +++ b/src/test/java/com/code_intelligence/jazzer/mutation/support/WeakIdentityHashMapTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.mutation.support; diff --git a/src/test/java/com/code_intelligence/jazzer/runtime/TraceCmpHooksTest.java b/src/test/java/com/code_intelligence/jazzer/runtime/TraceCmpHooksTest.java index 24e465bb1..5c80184c0 100644 --- a/src/test/java/com/code_intelligence/jazzer/runtime/TraceCmpHooksTest.java +++ b/src/test/java/com/code_intelligence/jazzer/runtime/TraceCmpHooksTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.runtime; diff --git a/src/test/java/com/code_intelligence/jazzer/utils/CapturedOutput.java b/src/test/java/com/code_intelligence/jazzer/utils/CapturedOutput.java index 647bf97c4..fdc8b720a 100644 --- a/src/test/java/com/code_intelligence/jazzer/utils/CapturedOutput.java +++ b/src/test/java/com/code_intelligence/jazzer/utils/CapturedOutput.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.code_intelligence.jazzer.utils; diff --git a/tests/benchmarks/src/test/java/com/example/ListOfIntegersFuzzer.java b/tests/benchmarks/src/test/java/com/example/ListOfIntegersFuzzer.java index b43a7b656..44c2f2c4f 100644 --- a/tests/benchmarks/src/test/java/com/example/ListOfIntegersFuzzer.java +++ b/tests/benchmarks/src/test/java/com/example/ListOfIntegersFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/benchmarks/src/test/java/com/example/StructuredMutatorMazeFuzzer.java b/tests/benchmarks/src/test/java/com/example/StructuredMutatorMazeFuzzer.java index 75269667c..16d81712c 100644 --- a/tests/benchmarks/src/test/java/com/example/StructuredMutatorMazeFuzzer.java +++ b/tests/benchmarks/src/test/java/com/example/StructuredMutatorMazeFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/benchmarks/src/test/java/com/example/UnstructuredPackedMazeFuzzer.java b/tests/benchmarks/src/test/java/com/example/UnstructuredPackedMazeFuzzer.java index b293db9cf..6033fc458 100644 --- a/tests/benchmarks/src/test/java/com/example/UnstructuredPackedMazeFuzzer.java +++ b/tests/benchmarks/src/test/java/com/example/UnstructuredPackedMazeFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/cc/complex_proto_fuzzer.cc b/tests/src/test/cc/complex_proto_fuzzer.cc index 134e28e44..8a7f47ca4 100644 --- a/tests/src/test/cc/complex_proto_fuzzer.cc +++ b/tests/src/test/cc/complex_proto_fuzzer.cc @@ -1,9 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -// located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include "src/libfuzzer/libfuzzer_macro.h" #include "src/test/java/com/code_intelligence/jazzer/mutation/mutator/proto/proto2.pb.h" diff --git a/tests/src/test/java/com/example/AutofuzzAssertionErrorTarget.java b/tests/src/test/java/com/example/AutofuzzAssertionErrorTarget.java index bcfdbf221..f663ad505 100644 --- a/tests/src/test/java/com/example/AutofuzzAssertionErrorTarget.java +++ b/tests/src/test/java/com/example/AutofuzzAssertionErrorTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/AutofuzzCrashingSetterTarget.java b/tests/src/test/java/com/example/AutofuzzCrashingSetterTarget.java index c4cd0b14d..14ae89b6b 100644 --- a/tests/src/test/java/com/example/AutofuzzCrashingSetterTarget.java +++ b/tests/src/test/java/com/example/AutofuzzCrashingSetterTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/AutofuzzIgnoreTarget.java b/tests/src/test/java/com/example/AutofuzzIgnoreTarget.java index 667e85780..bb23f9e1f 100644 --- a/tests/src/test/java/com/example/AutofuzzIgnoreTarget.java +++ b/tests/src/test/java/com/example/AutofuzzIgnoreTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/AutofuzzInnerClassTarget.java b/tests/src/test/java/com/example/AutofuzzInnerClassTarget.java index e4f763b4d..dabac610c 100644 --- a/tests/src/test/java/com/example/AutofuzzInnerClassTarget.java +++ b/tests/src/test/java/com/example/AutofuzzInnerClassTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/BytesMemoryLeakFuzzer.java b/tests/src/test/java/com/example/BytesMemoryLeakFuzzer.java index dc4304192..9f0f18caf 100644 --- a/tests/src/test/java/com/example/BytesMemoryLeakFuzzer.java +++ b/tests/src/test/java/com/example/BytesMemoryLeakFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/CoverageFuzzer.java b/tests/src/test/java/com/example/CoverageFuzzer.java index de7f19adf..c2ddb3919 100644 --- a/tests/src/test/java/com/example/CoverageFuzzer.java +++ b/tests/src/test/java/com/example/CoverageFuzzer.java @@ -1,12 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This file also contains code licensed under Apache2 license. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/CrashResistantCoverageTarget.java b/tests/src/test/java/com/example/CrashResistantCoverageTarget.java index d644e2040..849560381 100644 --- a/tests/src/test/java/com/example/CrashResistantCoverageTarget.java +++ b/tests/src/test/java/com/example/CrashResistantCoverageTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/DisabledHooksFuzzer.java b/tests/src/test/java/com/example/DisabledHooksFuzzer.java index 00e89673f..51a377f22 100644 --- a/tests/src/test/java/com/example/DisabledHooksFuzzer.java +++ b/tests/src/test/java/com/example/DisabledHooksFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/ForkModeFuzzer.java b/tests/src/test/java/com/example/ForkModeFuzzer.java index 9e923e941..2970a94bd 100644 --- a/tests/src/test/java/com/example/ForkModeFuzzer.java +++ b/tests/src/test/java/com/example/ForkModeFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/HookDependenciesFuzzer.java b/tests/src/test/java/com/example/HookDependenciesFuzzer.java index bea4ba75e..f4e4fae0e 100644 --- a/tests/src/test/java/com/example/HookDependenciesFuzzer.java +++ b/tests/src/test/java/com/example/HookDependenciesFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/HookDependenciesFuzzerHooks.java b/tests/src/test/java/com/example/HookDependenciesFuzzerHooks.java index 8c48d68fb..83da52a89 100644 --- a/tests/src/test/java/com/example/HookDependenciesFuzzerHooks.java +++ b/tests/src/test/java/com/example/HookDependenciesFuzzerHooks.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/InitializationErrorTest.java b/tests/src/test/java/com/example/InitializationErrorTest.java index bf300e8a0..9d348fd62 100644 --- a/tests/src/test/java/com/example/InitializationErrorTest.java +++ b/tests/src/test/java/com/example/InitializationErrorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/InvalidMutatorTest.java b/tests/src/test/java/com/example/InvalidMutatorTest.java index b3c154e3c..36cd251ae 100644 --- a/tests/src/test/java/com/example/InvalidMutatorTest.java +++ b/tests/src/test/java/com/example/InvalidMutatorTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/JUnitAgentConfigurationFuzzTest.java b/tests/src/test/java/com/example/JUnitAgentConfigurationFuzzTest.java index faf2edc99..78073cd23 100644 --- a/tests/src/test/java/com/example/JUnitAgentConfigurationFuzzTest.java +++ b/tests/src/test/java/com/example/JUnitAgentConfigurationFuzzTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/JUnitAssertFuzzer.java b/tests/src/test/java/com/example/JUnitAssertFuzzer.java index 31dc44596..5715530c7 100644 --- a/tests/src/test/java/com/example/JUnitAssertFuzzer.java +++ b/tests/src/test/java/com/example/JUnitAssertFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/JUnitInvalidJavaSeedTest.java b/tests/src/test/java/com/example/JUnitInvalidJavaSeedTest.java index 082a54ce7..328c01296 100644 --- a/tests/src/test/java/com/example/JUnitInvalidJavaSeedTest.java +++ b/tests/src/test/java/com/example/JUnitInvalidJavaSeedTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/JUnitReproducerTest.java b/tests/src/test/java/com/example/JUnitReproducerTest.java index 97a33c9e1..0d4881ddf 100644 --- a/tests/src/test/java/com/example/JUnitReproducerTest.java +++ b/tests/src/test/java/com/example/JUnitReproducerTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/JUnitSsrfAllowConnectionsBeforeFuzzingFuzzer.java b/tests/src/test/java/com/example/JUnitSsrfAllowConnectionsBeforeFuzzingFuzzer.java index 996ff0ae7..2466c678b 100644 --- a/tests/src/test/java/com/example/JUnitSsrfAllowConnectionsBeforeFuzzingFuzzer.java +++ b/tests/src/test/java/com/example/JUnitSsrfAllowConnectionsBeforeFuzzingFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/JUnitSsrfAllowListFuzzer.java b/tests/src/test/java/com/example/JUnitSsrfAllowListFuzzer.java index 3f8b0eb75..0238b0a50 100644 --- a/tests/src/test/java/com/example/JUnitSsrfAllowListFuzzer.java +++ b/tests/src/test/java/com/example/JUnitSsrfAllowListFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/JUnitSsrfFindingFuzzer.java b/tests/src/test/java/com/example/JUnitSsrfFindingFuzzer.java index c0c0a3d02..fedb69b86 100644 --- a/tests/src/test/java/com/example/JUnitSsrfFindingFuzzer.java +++ b/tests/src/test/java/com/example/JUnitSsrfFindingFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/JUnitTimeoutTest.java b/tests/src/test/java/com/example/JUnitTimeoutTest.java index afa213009..5511e66d3 100644 --- a/tests/src/test/java/com/example/JUnitTimeoutTest.java +++ b/tests/src/test/java/com/example/JUnitTimeoutTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/JazzerApiFuzzer.java b/tests/src/test/java/com/example/JazzerApiFuzzer.java index 8dda092b5..20630d42c 100644 --- a/tests/src/test/java/com/example/JazzerApiFuzzer.java +++ b/tests/src/test/java/com/example/JazzerApiFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/KotlinStringCompareFuzzer.kt b/tests/src/test/java/com/example/KotlinStringCompareFuzzer.kt index 4a092c0a6..e2a19b783 100644 --- a/tests/src/test/java/com/example/KotlinStringCompareFuzzer.kt +++ b/tests/src/test/java/com/example/KotlinStringCompareFuzzer.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example diff --git a/tests/src/test/java/com/example/KotlinVararg.kt b/tests/src/test/java/com/example/KotlinVararg.kt index e179d49cc..b4933c587 100644 --- a/tests/src/test/java/com/example/KotlinVararg.kt +++ b/tests/src/test/java/com/example/KotlinVararg.kt @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example diff --git a/tests/src/test/java/com/example/KotlinVarargFuzzer.java b/tests/src/test/java/com/example/KotlinVarargFuzzer.java index 6238c1cf2..3d86b8825 100644 --- a/tests/src/test/java/com/example/KotlinVarargFuzzer.java +++ b/tests/src/test/java/com/example/KotlinVarargFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/LocalDateTimeFuzzer.java b/tests/src/test/java/com/example/LocalDateTimeFuzzer.java index 877aa5954..1f39a1712 100644 --- a/tests/src/test/java/com/example/LocalDateTimeFuzzer.java +++ b/tests/src/test/java/com/example/LocalDateTimeFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/LongStringFuzzer.java b/tests/src/test/java/com/example/LongStringFuzzer.java index c9347deac..dd1e8fcbf 100644 --- a/tests/src/test/java/com/example/LongStringFuzzer.java +++ b/tests/src/test/java/com/example/LongStringFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/MapFuzzer.java b/tests/src/test/java/com/example/MapFuzzer.java index 0fbb421c7..466d2dbe2 100644 --- a/tests/src/test/java/com/example/MapFuzzer.java +++ b/tests/src/test/java/com/example/MapFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/MemoryLeakFuzzer.java b/tests/src/test/java/com/example/MemoryLeakFuzzer.java index eda6c6034..ca51f785c 100644 --- a/tests/src/test/java/com/example/MemoryLeakFuzzer.java +++ b/tests/src/test/java/com/example/MemoryLeakFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/MutatorComplexProtoFuzzer.java b/tests/src/test/java/com/example/MutatorComplexProtoFuzzer.java index 6b4c67ff3..875125fdb 100644 --- a/tests/src/test/java/com/example/MutatorComplexProtoFuzzer.java +++ b/tests/src/test/java/com/example/MutatorComplexProtoFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/MutatorDynamicProtoFuzzer.java b/tests/src/test/java/com/example/MutatorDynamicProtoFuzzer.java index 12866f27c..6d115f0e5 100644 --- a/tests/src/test/java/com/example/MutatorDynamicProtoFuzzer.java +++ b/tests/src/test/java/com/example/MutatorDynamicProtoFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/MutatorFuzzer.java b/tests/src/test/java/com/example/MutatorFuzzer.java index f9ff6fd7e..e0b17b77a 100644 --- a/tests/src/test/java/com/example/MutatorFuzzer.java +++ b/tests/src/test/java/com/example/MutatorFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/NativeValueProfileFuzzer.java b/tests/src/test/java/com/example/NativeValueProfileFuzzer.java index 24c65d8c8..cab55ca65 100644 --- a/tests/src/test/java/com/example/NativeValueProfileFuzzer.java +++ b/tests/src/test/java/com/example/NativeValueProfileFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/NoCoverageFuzzer.java b/tests/src/test/java/com/example/NoCoverageFuzzer.java index 0fbfbc5ec..9dec3ae67 100644 --- a/tests/src/test/java/com/example/NoCoverageFuzzer.java +++ b/tests/src/test/java/com/example/NoCoverageFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/NoSeedFuzzer.java b/tests/src/test/java/com/example/NoSeedFuzzer.java index 3a0f51e79..0c3cc78c3 100644 --- a/tests/src/test/java/com/example/NoSeedFuzzer.java +++ b/tests/src/test/java/com/example/NoSeedFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/ObjectEqualsIntegerFuzzer.java b/tests/src/test/java/com/example/ObjectEqualsIntegerFuzzer.java index 836383d45..6a9cc5a76 100644 --- a/tests/src/test/java/com/example/ObjectEqualsIntegerFuzzer.java +++ b/tests/src/test/java/com/example/ObjectEqualsIntegerFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/ObjectEqualsStringFuzzer.java b/tests/src/test/java/com/example/ObjectEqualsStringFuzzer.java index fc2b57f9c..c46cc40cd 100644 --- a/tests/src/test/java/com/example/ObjectEqualsStringFuzzer.java +++ b/tests/src/test/java/com/example/ObjectEqualsStringFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/OfflineInstrumentedFuzzer.java b/tests/src/test/java/com/example/OfflineInstrumentedFuzzer.java index 05a514b96..9a722ca82 100644 --- a/tests/src/test/java/com/example/OfflineInstrumentedFuzzer.java +++ b/tests/src/test/java/com/example/OfflineInstrumentedFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/OfflineInstrumentedTarget.java b/tests/src/test/java/com/example/OfflineInstrumentedTarget.java index a4ce848fd..e9b47881c 100644 --- a/tests/src/test/java/com/example/OfflineInstrumentedTarget.java +++ b/tests/src/test/java/com/example/OfflineInstrumentedTarget.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/PrimitiveTypeCompareHookFuzzer.java b/tests/src/test/java/com/example/PrimitiveTypeCompareHookFuzzer.java index 4b3e4971a..6051dfc71 100644 --- a/tests/src/test/java/com/example/PrimitiveTypeCompareHookFuzzer.java +++ b/tests/src/test/java/com/example/PrimitiveTypeCompareHookFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/RegressionModeTest.java b/tests/src/test/java/com/example/RegressionModeTest.java index 9ff2a2946..4727007a5 100644 --- a/tests/src/test/java/com/example/RegressionModeTest.java +++ b/tests/src/test/java/com/example/RegressionModeTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/SeedFuzzer.java b/tests/src/test/java/com/example/SeedFuzzer.java index 5a519dadb..3989b01b2 100644 --- a/tests/src/test/java/com/example/SeedFuzzer.java +++ b/tests/src/test/java/com/example/SeedFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/SilencedFuzzer.java b/tests/src/test/java/com/example/SilencedFuzzer.java index bd6afb95d..7b55fb8f8 100644 --- a/tests/src/test/java/com/example/SilencedFuzzer.java +++ b/tests/src/test/java/com/example/SilencedFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/StringCompareFuzzer.java b/tests/src/test/java/com/example/StringCompareFuzzer.java index 96c312ccf..0ddcb23bc 100644 --- a/tests/src/test/java/com/example/StringCompareFuzzer.java +++ b/tests/src/test/java/com/example/StringCompareFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/SwitchCoverageHelper.java b/tests/src/test/java/com/example/SwitchCoverageHelper.java index ed782a533..16b6a8490 100644 --- a/tests/src/test/java/com/example/SwitchCoverageHelper.java +++ b/tests/src/test/java/com/example/SwitchCoverageHelper.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/SwitchMultipleCaseLabelsOfStrings.java b/tests/src/test/java/com/example/SwitchMultipleCaseLabelsOfStrings.java index 61d6d942e..348e6e30e 100644 --- a/tests/src/test/java/com/example/SwitchMultipleCaseLabelsOfStrings.java +++ b/tests/src/test/java/com/example/SwitchMultipleCaseLabelsOfStrings.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/SwitchOnIntegersFuzzer.java b/tests/src/test/java/com/example/SwitchOnIntegersFuzzer.java index 760995001..2b10003e1 100644 --- a/tests/src/test/java/com/example/SwitchOnIntegersFuzzer.java +++ b/tests/src/test/java/com/example/SwitchOnIntegersFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/SwitchOnStringsFuzzer.java b/tests/src/test/java/com/example/SwitchOnStringsFuzzer.java index 4d7cd435e..dceee7368 100644 --- a/tests/src/test/java/com/example/SwitchOnStringsFuzzer.java +++ b/tests/src/test/java/com/example/SwitchOnStringsFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/SwitchPatternMatchingWithGuardOverTypes.java b/tests/src/test/java/com/example/SwitchPatternMatchingWithGuardOverTypes.java index 9d2bca3e5..29b78da89 100644 --- a/tests/src/test/java/com/example/SwitchPatternMatchingWithGuardOverTypes.java +++ b/tests/src/test/java/com/example/SwitchPatternMatchingWithGuardOverTypes.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/SwitchStatementOnIntegersFuzzer.java b/tests/src/test/java/com/example/SwitchStatementOnIntegersFuzzer.java index 2421ea2ff..34b039b35 100644 --- a/tests/src/test/java/com/example/SwitchStatementOnIntegersFuzzer.java +++ b/tests/src/test/java/com/example/SwitchStatementOnIntegersFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/SwitchStatementOnStringsFuzzer.java b/tests/src/test/java/com/example/SwitchStatementOnStringsFuzzer.java index 20fabb4d5..98e0ea02b 100644 --- a/tests/src/test/java/com/example/SwitchStatementOnStringsFuzzer.java +++ b/tests/src/test/java/com/example/SwitchStatementOnStringsFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/TestMethodInManifestFuzzer.java b/tests/src/test/java/com/example/TestMethodInManifestFuzzer.java index 56bbd1b95..8f6a3e8c9 100644 --- a/tests/src/test/java/com/example/TestMethodInManifestFuzzer.java +++ b/tests/src/test/java/com/example/TestMethodInManifestFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/TimeoutFuzzer.java b/tests/src/test/java/com/example/TimeoutFuzzer.java index 5675edc7d..88d3f14fd 100644 --- a/tests/src/test/java/com/example/TimeoutFuzzer.java +++ b/tests/src/test/java/com/example/TimeoutFuzzer.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/java/com/example/TimeoutTest.java b/tests/src/test/java/com/example/TimeoutTest.java index 897e2170f..2d16a24a8 100644 --- a/tests/src/test/java/com/example/TimeoutTest.java +++ b/tests/src/test/java/com/example/TimeoutTest.java @@ -1,10 +1,17 @@ /* * Copyright 2024 Code Intelligence GmbH * - * By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt - * located in the root directory of the project. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.example; diff --git a/tests/src/test/native/com/example/native_value_profile_fuzzer.cpp b/tests/src/test/native/com/example/native_value_profile_fuzzer.cpp index 1b182277b..542dbef03 100644 --- a/tests/src/test/native/com/example/native_value_profile_fuzzer.cpp +++ b/tests/src/test/native/com/example/native_value_profile_fuzzer.cpp @@ -1,10 +1,16 @@ // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and -// Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in -// LICENSE-JAZZER.txt located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include #include diff --git a/tests/src/test/proto/simple_proto.proto b/tests/src/test/proto/simple_proto.proto index cbbfc354b..13ee59137 100644 --- a/tests/src/test/proto/simple_proto.proto +++ b/tests/src/test/proto/simple_proto.proto @@ -1,10 +1,17 @@ // // Copyright 2024 Code Intelligence GmbH // -// By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -// located in the root directory of the project. +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // syntax = "proto3"; diff --git a/tests/src/test/shell/crash_resistant_coverage_test.sh b/tests/src/test/shell/crash_resistant_coverage_test.sh index aed46c7fa..f631adca3 100755 --- a/tests/src/test/shell/crash_resistant_coverage_test.sh +++ b/tests/src/test/shell/crash_resistant_coverage_test.sh @@ -2,12 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 # -# This file also contains code licensed under Apache2 license. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # This test verifies that Jazzer's --nohook mode can be used to measure code coverage using the diff --git a/tests/src/test/shell/fuzz_test_lister_test.sh b/tests/src/test/shell/fuzz_test_lister_test.sh index 70663256c..8e2de4100 100755 --- a/tests/src/test/shell/fuzz_test_lister_test.sh +++ b/tests/src/test/shell/fuzz_test_lister_test.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # set -euf -o pipefail diff --git a/tests/src/test/shell/jazzer_from_path_test.sh b/tests/src/test/shell/jazzer_from_path_test.sh index 2d6966136..0a09f7f97 100755 --- a/tests/src/test/shell/jazzer_from_path_test.sh +++ b/tests/src/test/shell/jazzer_from_path_test.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # Verify that the Jazzer launcher finds the jar when executed from PATH. diff --git a/tests/src/test/shell/junit_agent_configuration_test.sh b/tests/src/test/shell/junit_agent_configuration_test.sh index 55e947a44..e50f174b6 100755 --- a/tests/src/test/shell/junit_agent_configuration_test.sh +++ b/tests/src/test/shell/junit_agent_configuration_test.sh @@ -2,10 +2,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # Verify that instrumentation filter defaults set by @FuzzTest work. diff --git a/third_party/jdk_8.bzl b/third_party/jdk_8.bzl index 88f8ec0d5..e6149ae27 100644 --- a/third_party/jdk_8.bzl +++ b/third_party/jdk_8.bzl @@ -1,10 +1,17 @@ # # Copyright 2024 Code Intelligence GmbH # -# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt -# located in the root directory of the project. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # load("@rules_java//toolchains:remote_java_repository.bzl", "remote_java_repository")