diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000000..ff70b7f843 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,10 @@ +# This is the official list of Adversarial Robustness Toolbox authors for copyright purposes. +# This file is distinct from the CONTRIBUTORS files. +# See the latter for an explanation. + +# Names should be added to this file as: +# Name or Organization +# The email address is not required for organizations. + +International Business Machines Corporation (IBM) +Two Six Labs, LLC diff --git a/LICENSE b/LICENSE index c9e1abb2f4..874092c1e1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) IBM Corporation 2018 +Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/art/attacks/attack.py b/art/attacks/attack.py index 25044c853a..49677ffc10 100644 --- a/art/attacks/attack.py +++ b/art/attacks/attack.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/boundary.py b/art/attacks/evasion/boundary.py index 060b2f708c..64b5e6e19c 100644 --- a/art/attacks/evasion/boundary.py +++ b/art/attacks/evasion/boundary.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2019 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/carlini.py b/art/attacks/evasion/carlini.py index 75bcd5db24..d03578c558 100644 --- a/art/attacks/evasion/carlini.py +++ b/art/attacks/evasion/carlini.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/decision_tree_attack.py b/art/attacks/evasion/decision_tree_attack.py index 6ea44e2d6d..9416f112b5 100644 --- a/art/attacks/evasion/decision_tree_attack.py +++ b/art/attacks/evasion/decision_tree_attack.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/deepfool.py b/art/attacks/evasion/deepfool.py index e5cd5624b0..77327dce38 100644 --- a/art/attacks/evasion/deepfool.py +++ b/art/attacks/evasion/deepfool.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/dpatch.py b/art/attacks/evasion/dpatch.py index 6796fa5e79..54f59c7b09 100644 --- a/art/attacks/evasion/dpatch.py +++ b/art/attacks/evasion/dpatch.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/elastic_net.py b/art/attacks/evasion/elastic_net.py index 1f1a46aa81..bfdb7247c4 100644 --- a/art/attacks/evasion/elastic_net.py +++ b/art/attacks/evasion/elastic_net.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/fast_gradient.py b/art/attacks/evasion/fast_gradient.py index a07295a8cf..d7b5a204d1 100644 --- a/art/attacks/evasion/fast_gradient.py +++ b/art/attacks/evasion/fast_gradient.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/feature_adversaries.py b/art/attacks/evasion/feature_adversaries.py index 28c009cae6..0edf0648cb 100644 --- a/art/attacks/evasion/feature_adversaries.py +++ b/art/attacks/evasion/feature_adversaries.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/frame_saliency.py b/art/attacks/evasion/frame_saliency.py index 854560d888..115d9f8a2c 100644 --- a/art/attacks/evasion/frame_saliency.py +++ b/art/attacks/evasion/frame_saliency.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/hclu.py b/art/attacks/evasion/hclu.py index 3642c331f3..8a24d5d8d6 100644 --- a/art/attacks/evasion/hclu.py +++ b/art/attacks/evasion/hclu.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/hop_skip_jump.py b/art/attacks/evasion/hop_skip_jump.py index 94de8bdc34..a96be52711 100644 --- a/art/attacks/evasion/hop_skip_jump.py +++ b/art/attacks/evasion/hop_skip_jump.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2019 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/iterative_method.py b/art/attacks/evasion/iterative_method.py index 7b0dfc2f20..e77635fbff 100644 --- a/art/attacks/evasion/iterative_method.py +++ b/art/attacks/evasion/iterative_method.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/newtonfool.py b/art/attacks/evasion/newtonfool.py index ac19e31ac4..8494fb396c 100644 --- a/art/attacks/evasion/newtonfool.py +++ b/art/attacks/evasion/newtonfool.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/pixel_threshold.py b/art/attacks/evasion/pixel_threshold.py index 9f3321ab47..fcd03258d0 100644 --- a/art/attacks/evasion/pixel_threshold.py +++ b/art/attacks/evasion/pixel_threshold.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/projected_gradient_descent.py b/art/attacks/evasion/projected_gradient_descent.py index a4c4932d6f..323c8a65d8 100644 --- a/art/attacks/evasion/projected_gradient_descent.py +++ b/art/attacks/evasion/projected_gradient_descent.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/saliency_map.py b/art/attacks/evasion/saliency_map.py index b63d56da7d..ac7144412c 100644 --- a/art/attacks/evasion/saliency_map.py +++ b/art/attacks/evasion/saliency_map.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/spatial_transformation.py b/art/attacks/evasion/spatial_transformation.py index e72cf8a949..6d8a3a8458 100644 --- a/art/attacks/evasion/spatial_transformation.py +++ b/art/attacks/evasion/spatial_transformation.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/universal_perturbation.py b/art/attacks/evasion/universal_perturbation.py index 8ede0a2efa..da755165b9 100644 --- a/art/attacks/evasion/universal_perturbation.py +++ b/art/attacks/evasion/universal_perturbation.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/virtual_adversarial.py b/art/attacks/evasion/virtual_adversarial.py index c73a8156d7..013e9d1459 100644 --- a/art/attacks/evasion/virtual_adversarial.py +++ b/art/attacks/evasion/virtual_adversarial.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/evasion/zoo.py b/art/attacks/evasion/zoo.py index b5f6bd15df..89957caf5c 100644 --- a/art/attacks/evasion/zoo.py +++ b/art/attacks/evasion/zoo.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/extraction/copycat_cnn.py b/art/attacks/extraction/copycat_cnn.py index 36015125db..5c1ffe0725 100644 --- a/art/attacks/extraction/copycat_cnn.py +++ b/art/attacks/extraction/copycat_cnn.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2019 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/extraction/functionally_equivalent_extraction.py b/art/attacks/extraction/functionally_equivalent_extraction.py index 4eb5d8f68f..ff8a267a7d 100644 --- a/art/attacks/extraction/functionally_equivalent_extraction.py +++ b/art/attacks/extraction/functionally_equivalent_extraction.py @@ -1,6 +1,7 @@ # MIT License # -# Copyright (C) IBM Corporation 2019 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 +# # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit diff --git a/art/attacks/extraction/knockoff_nets.py b/art/attacks/extraction/knockoff_nets.py index 1b3271c5ea..a91ca4ab38 100644 --- a/art/attacks/extraction/knockoff_nets.py +++ b/art/attacks/extraction/knockoff_nets.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/poisoning/backdoor_attack.py b/art/attacks/poisoning/backdoor_attack.py index d67557350b..a09eeb704f 100644 --- a/art/attacks/poisoning/backdoor_attack.py +++ b/art/attacks/poisoning/backdoor_attack.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/attacks/poisoning/perturbations/image_perturbations.py b/art/attacks/poisoning/perturbations/image_perturbations.py index a5d968f71c..d1355029b7 100644 --- a/art/attacks/poisoning/perturbations/image_perturbations.py +++ b/art/attacks/poisoning/perturbations/image_perturbations.py @@ -1,3 +1,20 @@ +# MIT License +# +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 +# +# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +# documentation files (the "Software"), to deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit +# persons to whom the Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +# Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. """ Adversarial perturbations designed to work for images """ diff --git a/art/attacks/poisoning/poisoning_attack_svm.py b/art/attacks/poisoning/poisoning_attack_svm.py index 996e89587a..e5a51b6fb7 100644 --- a/art/attacks/poisoning/poisoning_attack_svm.py +++ b/art/attacks/poisoning/poisoning_attack_svm.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2019 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/config.py b/art/config.py index 7e855b645a..8b561f2a7f 100644 --- a/art/config.py +++ b/art/config.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/data_generators.py b/art/data_generators.py index 818b0c6b5a..d23eb71136 100644 --- a/art/data_generators.py +++ b/art/data_generators.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/detector/evasion/detector.py b/art/defences/detector/evasion/detector.py index 50479ef7b9..e2911b0996 100644 --- a/art/defences/detector/evasion/detector.py +++ b/art/defences/detector/evasion/detector.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/detector/evasion/subsetscanning/detector.py b/art/defences/detector/evasion/subsetscanning/detector.py index 2a82d7651f..196b14aad0 100644 --- a/art/defences/detector/evasion/subsetscanning/detector.py +++ b/art/defences/detector/evasion/subsetscanning/detector.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/detector/evasion/subsetscanning/scanner.py b/art/defences/detector/evasion/subsetscanning/scanner.py index c87b306b33..3f28667dc9 100644 --- a/art/defences/detector/evasion/subsetscanning/scanner.py +++ b/art/defences/detector/evasion/subsetscanning/scanner.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/detector/evasion/subsetscanning/scanningops.py b/art/defences/detector/evasion/subsetscanning/scanningops.py index 54674e48db..c440ad16c4 100644 --- a/art/defences/detector/evasion/subsetscanning/scanningops.py +++ b/art/defences/detector/evasion/subsetscanning/scanningops.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/detector/evasion/subsetscanning/scoring_functions.py b/art/defences/detector/evasion/subsetscanning/scoring_functions.py index 0f79644a95..f870e53f8e 100644 --- a/art/defences/detector/evasion/subsetscanning/scoring_functions.py +++ b/art/defences/detector/evasion/subsetscanning/scoring_functions.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/detector/poison/activation_defence.py b/art/defences/detector/poison/activation_defence.py index a6c39e6d04..e6aba18ef3 100644 --- a/art/defences/detector/poison/activation_defence.py +++ b/art/defences/detector/poison/activation_defence.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/detector/poison/clustering_analyzer.py b/art/defences/detector/poison/clustering_analyzer.py index a841efd3e3..8149f6eb36 100644 --- a/art/defences/detector/poison/clustering_analyzer.py +++ b/art/defences/detector/poison/clustering_analyzer.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/detector/poison/ground_truth_evaluator.py b/art/defences/detector/poison/ground_truth_evaluator.py index c9f50f2963..b454d0dc15 100644 --- a/art/defences/detector/poison/ground_truth_evaluator.py +++ b/art/defences/detector/poison/ground_truth_evaluator.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/detector/poison/poison_filtering_defence.py b/art/defences/detector/poison/poison_filtering_defence.py index 26cab06ade..907d0dea6d 100644 --- a/art/defences/detector/poison/poison_filtering_defence.py +++ b/art/defences/detector/poison/poison_filtering_defence.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/detector/poison/provenance_defense.py b/art/defences/detector/poison/provenance_defense.py index 1063b0359d..265f57b9ba 100644 --- a/art/defences/detector/poison/provenance_defense.py +++ b/art/defences/detector/poison/provenance_defense.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/detector/poison/roni.py b/art/defences/detector/poison/roni.py index 4398776ed1..75f80ffc2b 100644 --- a/art/defences/detector/poison/roni.py +++ b/art/defences/detector/poison/roni.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/postprocessor/class_labels.py b/art/defences/postprocessor/class_labels.py index 9f063df66b..06bf72a8d6 100644 --- a/art/defences/postprocessor/class_labels.py +++ b/art/defences/postprocessor/class_labels.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/postprocessor/gaussian_noise.py b/art/defences/postprocessor/gaussian_noise.py index 2f45bc8147..82ec625319 100644 --- a/art/defences/postprocessor/gaussian_noise.py +++ b/art/defences/postprocessor/gaussian_noise.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/postprocessor/high_confidence.py b/art/defences/postprocessor/high_confidence.py index ff014e8963..0c13261745 100644 --- a/art/defences/postprocessor/high_confidence.py +++ b/art/defences/postprocessor/high_confidence.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/postprocessor/postprocessor.py b/art/defences/postprocessor/postprocessor.py index 513e49036e..20c86c9d3b 100644 --- a/art/defences/postprocessor/postprocessor.py +++ b/art/defences/postprocessor/postprocessor.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/postprocessor/reverse_sigmoid.py b/art/defences/postprocessor/reverse_sigmoid.py index e7e9003498..e4e4e80361 100644 --- a/art/defences/postprocessor/reverse_sigmoid.py +++ b/art/defences/postprocessor/reverse_sigmoid.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/postprocessor/rounded.py b/art/defences/postprocessor/rounded.py index 9e2dbf2b73..83fedbaed4 100644 --- a/art/defences/postprocessor/rounded.py +++ b/art/defences/postprocessor/rounded.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/preprocessor/feature_squeezing.py b/art/defences/preprocessor/feature_squeezing.py index 299b586145..83fc81b693 100644 --- a/art/defences/preprocessor/feature_squeezing.py +++ b/art/defences/preprocessor/feature_squeezing.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/preprocessor/gaussian_augmentation.py b/art/defences/preprocessor/gaussian_augmentation.py index 3a928b2c9c..b4da5feab3 100644 --- a/art/defences/preprocessor/gaussian_augmentation.py +++ b/art/defences/preprocessor/gaussian_augmentation.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/preprocessor/jpeg_compression.py b/art/defences/preprocessor/jpeg_compression.py index 8c29b2a225..9d7ad06394 100644 --- a/art/defences/preprocessor/jpeg_compression.py +++ b/art/defences/preprocessor/jpeg_compression.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/preprocessor/label_smoothing.py b/art/defences/preprocessor/label_smoothing.py index b0fc8ac40f..0f7a4ab77a 100644 --- a/art/defences/preprocessor/label_smoothing.py +++ b/art/defences/preprocessor/label_smoothing.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/preprocessor/pixel_defend.py b/art/defences/preprocessor/pixel_defend.py index 87feae6cad..9fcfd678a4 100644 --- a/art/defences/preprocessor/pixel_defend.py +++ b/art/defences/preprocessor/pixel_defend.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/preprocessor/preprocessor.py b/art/defences/preprocessor/preprocessor.py index deebb63a04..024bc062b2 100644 --- a/art/defences/preprocessor/preprocessor.py +++ b/art/defences/preprocessor/preprocessor.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/preprocessor/resample.py b/art/defences/preprocessor/resample.py index 250bbcd623..440c6a79e3 100644 --- a/art/defences/preprocessor/resample.py +++ b/art/defences/preprocessor/resample.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/preprocessor/spatial_smoothing.py b/art/defences/preprocessor/spatial_smoothing.py index cc9fdb56cb..60043f33b9 100644 --- a/art/defences/preprocessor/spatial_smoothing.py +++ b/art/defences/preprocessor/spatial_smoothing.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/preprocessor/thermometer_encoding.py b/art/defences/preprocessor/thermometer_encoding.py index c1c29a7f3b..2273e295e3 100644 --- a/art/defences/preprocessor/thermometer_encoding.py +++ b/art/defences/preprocessor/thermometer_encoding.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/preprocessor/variance_minimization.py b/art/defences/preprocessor/variance_minimization.py index 0684791b31..d148217d19 100644 --- a/art/defences/preprocessor/variance_minimization.py +++ b/art/defences/preprocessor/variance_minimization.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/trainer/adversarial_trainer.py b/art/defences/trainer/adversarial_trainer.py index 0ff1e110a8..9d61a6edab 100644 --- a/art/defences/trainer/adversarial_trainer.py +++ b/art/defences/trainer/adversarial_trainer.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/trainer/adversarial_trainer_madry_pgd.py b/art/defences/trainer/adversarial_trainer_madry_pgd.py index 3930899779..d02aa7fd9c 100644 --- a/art/defences/trainer/adversarial_trainer_madry_pgd.py +++ b/art/defences/trainer/adversarial_trainer_madry_pgd.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/trainer/trainer.py b/art/defences/trainer/trainer.py index d649fd45bf..2e2c8dde99 100644 --- a/art/defences/trainer/trainer.py +++ b/art/defences/trainer/trainer.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/transformer/defensive_distillation.py b/art/defences/transformer/defensive_distillation.py index 8e4dde62bb..dfd34c0b12 100644 --- a/art/defences/transformer/defensive_distillation.py +++ b/art/defences/transformer/defensive_distillation.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/defences/transformer/transformer.py b/art/defences/transformer/transformer.py index 3e6576886a..550b7c0b2f 100644 --- a/art/defences/transformer/transformer.py +++ b/art/defences/transformer/transformer.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/classification/GPy.py b/art/estimators/classification/GPy.py index 010b4e98ab..66c7a62ff3 100644 --- a/art/estimators/classification/GPy.py +++ b/art/estimators/classification/GPy.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/classification/blackbox.py b/art/estimators/classification/blackbox.py index b16f4d48e2..adff114e97 100644 --- a/art/estimators/classification/blackbox.py +++ b/art/estimators/classification/blackbox.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/classification/catboost.py b/art/estimators/classification/catboost.py index 2f0fee1ba6..c78aad4a8c 100644 --- a/art/estimators/classification/catboost.py +++ b/art/estimators/classification/catboost.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/classification/classifier.py b/art/estimators/classification/classifier.py index 073bb3b5fa..2dd36b0467 100644 --- a/art/estimators/classification/classifier.py +++ b/art/estimators/classification/classifier.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/classification/detector_classifier.py b/art/estimators/classification/detector_classifier.py index 66aa5496ea..bf9b43b89d 100644 --- a/art/estimators/classification/detector_classifier.py +++ b/art/estimators/classification/detector_classifier.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/classification/ensemble.py b/art/estimators/classification/ensemble.py index a08586cbff..d4edfb0ef5 100644 --- a/art/estimators/classification/ensemble.py +++ b/art/estimators/classification/ensemble.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/classification/keras.py b/art/estimators/classification/keras.py index a9d2ba0b9f..7697e06d3d 100644 --- a/art/estimators/classification/keras.py +++ b/art/estimators/classification/keras.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/classification/lightgbm.py b/art/estimators/classification/lightgbm.py index 2c59a7bed4..5afbf136c4 100644 --- a/art/estimators/classification/lightgbm.py +++ b/art/estimators/classification/lightgbm.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/classification/mxnet.py b/art/estimators/classification/mxnet.py index d928589963..67ab306353 100644 --- a/art/estimators/classification/mxnet.py +++ b/art/estimators/classification/mxnet.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/classification/pytorch.py b/art/estimators/classification/pytorch.py index 227d12111e..62392149d7 100644 --- a/art/estimators/classification/pytorch.py +++ b/art/estimators/classification/pytorch.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/classification/scikitlearn.py b/art/estimators/classification/scikitlearn.py index 8f2fc35ba9..8f4463a004 100644 --- a/art/estimators/classification/scikitlearn.py +++ b/art/estimators/classification/scikitlearn.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/classification/tensorflow.py b/art/estimators/classification/tensorflow.py index 5d94ba9588..c4eed138bb 100644 --- a/art/estimators/classification/tensorflow.py +++ b/art/estimators/classification/tensorflow.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/classification/xgboost.py b/art/estimators/classification/xgboost.py index 9497f99a82..2b6e37ad50 100644 --- a/art/estimators/classification/xgboost.py +++ b/art/estimators/classification/xgboost.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/estimator.py b/art/estimators/estimator.py index eb16a02f58..1b158423dd 100644 --- a/art/estimators/estimator.py +++ b/art/estimators/estimator.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/keras.py b/art/estimators/keras.py index c9e4bcb3a6..ff5efdfde1 100644 --- a/art/estimators/keras.py +++ b/art/estimators/keras.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/mxnet.py b/art/estimators/mxnet.py index 1eeb8f6952..785ef6a113 100644 --- a/art/estimators/mxnet.py +++ b/art/estimators/mxnet.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/object_detection/PyTorchFasterRCNN.py b/art/estimators/object_detection/PyTorchFasterRCNN.py index 6c0f06519c..704df429ce 100644 --- a/art/estimators/object_detection/PyTorchFasterRCNN.py +++ b/art/estimators/object_detection/PyTorchFasterRCNN.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/object_detection/object_detector.py b/art/estimators/object_detection/object_detector.py index 56774d896d..8cb12a2d7b 100644 --- a/art/estimators/object_detection/object_detector.py +++ b/art/estimators/object_detection/object_detector.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/pytorch.py b/art/estimators/pytorch.py index bc049f156c..ecce2979b4 100644 --- a/art/estimators/pytorch.py +++ b/art/estimators/pytorch.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/regression/regressor.py b/art/estimators/regression/regressor.py index c039c593f2..28603eade3 100644 --- a/art/estimators/regression/regressor.py +++ b/art/estimators/regression/regressor.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/scikitlearn.py b/art/estimators/scikitlearn.py index d7ef37a28d..9a51730a11 100644 --- a/art/estimators/scikitlearn.py +++ b/art/estimators/scikitlearn.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/estimators/tensorflow.py b/art/estimators/tensorflow.py index 530f38f6b9..e7daca59f5 100644 --- a/art/estimators/tensorflow.py +++ b/art/estimators/tensorflow.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/exceptions.py b/art/exceptions.py index b9f1d11b26..83666b03da 100644 --- a/art/exceptions.py +++ b/art/exceptions.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/metrics/gradient_check.py b/art/metrics/gradient_check.py index a46dceff25..59c23ac6ba 100644 --- a/art/metrics/gradient_check.py +++ b/art/metrics/gradient_check.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/metrics/metrics.py b/art/metrics/metrics.py index ad0bc81c5c..4aca963610 100644 --- a/art/metrics/metrics.py +++ b/art/metrics/metrics.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/metrics/verification_decisions_trees.py b/art/metrics/verification_decisions_trees.py index 06c522f6f1..ae9bbfc19f 100644 --- a/art/metrics/verification_decisions_trees.py +++ b/art/metrics/verification_decisions_trees.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/utils.py b/art/utils.py index 57efe2296e..4309b6d2e0 100644 --- a/art/utils.py +++ b/art/utils.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/visualization.py b/art/visualization.py index bfeea930bb..09b9a549c7 100644 --- a/art/visualization.py +++ b/art/visualization.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/wrappers/expectation.py b/art/wrappers/expectation.py index 047b9ad8e9..3756bc20f6 100644 --- a/art/wrappers/expectation.py +++ b/art/wrappers/expectation.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/wrappers/query_efficient_bb.py b/art/wrappers/query_efficient_bb.py index 5381224c9a..1a9183046f 100644 --- a/art/wrappers/query_efficient_bb.py +++ b/art/wrappers/query_efficient_bb.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/wrappers/randomized_smoothing.py b/art/wrappers/randomized_smoothing.py index 1809aaff08..c01889248f 100644 --- a/art/wrappers/randomized_smoothing.py +++ b/art/wrappers/randomized_smoothing.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/art/wrappers/wrapper.py b/art/wrappers/wrapper.py index baacf7ba04..1c18e8838b 100644 --- a/art/wrappers/wrapper.py +++ b/art/wrappers/wrapper.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/docs/conf.py b/docs/conf.py index 6b27b2b931..c97e491e70 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = 'Adversarial Robustness Toolbox' -copyright = '2018, IBM Corporation' +copyright = '2018, The Adversarial Robustness Toolbox (ART) Authors' author = 'Maria-Irina Nicolae' # The short X.Y version diff --git a/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/model_files/__init__.py b/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/model_files/__init__.py index 3e1b6b19b3..a39dc60546 100644 --- a/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/model_files/__init__.py +++ b/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/model_files/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2019 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/robustness.py b/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/robustness.py index 333650a7ea..b8ae83e794 100644 --- a/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/robustness.py +++ b/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/robustness.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2019 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/robustness_evaluation_fgsm_pytorch.py b/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/robustness_evaluation_fgsm_pytorch.py index f9ff498eea..53f8db319a 100644 --- a/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/robustness_evaluation_fgsm_pytorch.py +++ b/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/robustness_evaluation_fgsm_pytorch.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2019 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/robustness_util.py b/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/robustness_util.py index fbc4d0433e..7d6a013b56 100644 --- a/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/robustness_util.py +++ b/mlops/kubeflow/robustness_evaluation_fgsm_pytorch/src/robustness_util.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2019 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/models/create_model_weights.py b/models/create_model_weights.py index 83653bfdb9..aea9153ee4 100644 --- a/models/create_model_weights.py +++ b/models/create_model_weights.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2019 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/conftest.py b/tests/attacks/conftest.py index 78f7ef307d..78765ef127 100644 --- a/tests/attacks/conftest.py +++ b/tests/attacks/conftest.py @@ -1,3 +1,20 @@ +# MIT License +# +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 +# +# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +# documentation files (the "Software"), to deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit +# persons to whom the Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +# Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. import pytest import logging from tests import utils diff --git a/tests/attacks/evasion/test_boundary.py b/tests/attacks/evasion/test_boundary.py index 4a7f896138..e5864ad8f0 100644 --- a/tests/attacks/evasion/test_boundary.py +++ b/tests/attacks/evasion/test_boundary.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/evasion/test_dpatch.py b/tests/attacks/evasion/test_dpatch.py index 021373b0a8..fbd17e830a 100644 --- a/tests/attacks/evasion/test_dpatch.py +++ b/tests/attacks/evasion/test_dpatch.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/evasion/test_fast_gradient.py b/tests/attacks/evasion/test_fast_gradient.py index 8403ea1b9e..c246f8339e 100644 --- a/tests/attacks/evasion/test_fast_gradient.py +++ b/tests/attacks/evasion/test_fast_gradient.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/evasion/test_feature_adversaries.py b/tests/attacks/evasion/test_feature_adversaries.py index 02bd4f1e8a..f8115b88fd 100644 --- a/tests/attacks/evasion/test_feature_adversaries.py +++ b/tests/attacks/evasion/test_feature_adversaries.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/evasion/test_frame_saliency.py b/tests/attacks/evasion/test_frame_saliency.py index 42b902c987..a13e5e2c50 100644 --- a/tests/attacks/evasion/test_frame_saliency.py +++ b/tests/attacks/evasion/test_frame_saliency.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_adversarial_patch.py b/tests/attacks/test_adversarial_patch.py index 2cb86ce2df..97a71ba9d7 100644 --- a/tests/attacks/test_adversarial_patch.py +++ b/tests/attacks/test_adversarial_patch.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_backdoor_attack.py b/tests/attacks/test_backdoor_attack.py index 78c3ffa910..534d27b500 100644 --- a/tests/attacks/test_backdoor_attack.py +++ b/tests/attacks/test_backdoor_attack.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_carlini.py b/tests/attacks/test_carlini.py index 198a92704f..08634650db 100644 --- a/tests/attacks/test_carlini.py +++ b/tests/attacks/test_carlini.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_copycat_cnn.py b/tests/attacks/test_copycat_cnn.py index a4b7078461..9473defca1 100644 --- a/tests/attacks/test_copycat_cnn.py +++ b/tests/attacks/test_copycat_cnn.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_decision_tree_attack.py b/tests/attacks/test_decision_tree_attack.py index 58feeb7141..43fb6c55ae 100644 --- a/tests/attacks/test_decision_tree_attack.py +++ b/tests/attacks/test_decision_tree_attack.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_deepfool.py b/tests/attacks/test_deepfool.py index 31c2de4ec8..944f43651b 100644 --- a/tests/attacks/test_deepfool.py +++ b/tests/attacks/test_deepfool.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_elastic_net.py b/tests/attacks/test_elastic_net.py index 240612de1e..2a43547d09 100644 --- a/tests/attacks/test_elastic_net.py +++ b/tests/attacks/test_elastic_net.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_functionally_equivalent_extraction.py b/tests/attacks/test_functionally_equivalent_extraction.py index f1e886a9cf..6d25b0c78f 100644 --- a/tests/attacks/test_functionally_equivalent_extraction.py +++ b/tests/attacks/test_functionally_equivalent_extraction.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_hclu.py b/tests/attacks/test_hclu.py index 2ac8042ed4..727957ad64 100644 --- a/tests/attacks/test_hclu.py +++ b/tests/attacks/test_hclu.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_hop_skip_jump.py b/tests/attacks/test_hop_skip_jump.py index 4095f1540d..2888043ae7 100644 --- a/tests/attacks/test_hop_skip_jump.py +++ b/tests/attacks/test_hop_skip_jump.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_input_filter.py b/tests/attacks/test_input_filter.py index 3c8591c877..f1d23a02db 100644 --- a/tests/attacks/test_input_filter.py +++ b/tests/attacks/test_input_filter.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_iterative_method.py b/tests/attacks/test_iterative_method.py index 0b38d92837..2db64c31ed 100644 --- a/tests/attacks/test_iterative_method.py +++ b/tests/attacks/test_iterative_method.py @@ -1,3 +1,6 @@ +# MIT License +# +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_knockoff_nets.py b/tests/attacks/test_knockoff_nets.py index 0b4edfa1ed..b3ab744026 100644 --- a/tests/attacks/test_knockoff_nets.py +++ b/tests/attacks/test_knockoff_nets.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_newtonfool.py b/tests/attacks/test_newtonfool.py index 3136008668..468a4926e3 100644 --- a/tests/attacks/test_newtonfool.py +++ b/tests/attacks/test_newtonfool.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_pixel_attack.py b/tests/attacks/test_pixel_attack.py index a6de89e45c..4168c9bf0d 100644 --- a/tests/attacks/test_pixel_attack.py +++ b/tests/attacks/test_pixel_attack.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_poisoning_attack_svm.py b/tests/attacks/test_poisoning_attack_svm.py index 806c1ea54d..814f1b6e58 100644 --- a/tests/attacks/test_poisoning_attack_svm.py +++ b/tests/attacks/test_poisoning_attack_svm.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_projected_gradient_descent.py b/tests/attacks/test_projected_gradient_descent.py index cce130663e..8cada737b8 100644 --- a/tests/attacks/test_projected_gradient_descent.py +++ b/tests/attacks/test_projected_gradient_descent.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_saliency_map.py b/tests/attacks/test_saliency_map.py index 4541f5440d..148268cb6d 100644 --- a/tests/attacks/test_saliency_map.py +++ b/tests/attacks/test_saliency_map.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_spatial_transformation.py b/tests/attacks/test_spatial_transformation.py index b81a05c185..9da51cd86a 100644 --- a/tests/attacks/test_spatial_transformation.py +++ b/tests/attacks/test_spatial_transformation.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_threshold_attack.py b/tests/attacks/test_threshold_attack.py index e3d58813a7..b1b74f6583 100644 --- a/tests/attacks/test_threshold_attack.py +++ b/tests/attacks/test_threshold_attack.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_universal_perturbation.py b/tests/attacks/test_universal_perturbation.py index cae3401beb..377aeba3da 100644 --- a/tests/attacks/test_universal_perturbation.py +++ b/tests/attacks/test_universal_perturbation.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_virtual_adversarial.py b/tests/attacks/test_virtual_adversarial.py index fa893ebbba..02991ac0a5 100644 --- a/tests/attacks/test_virtual_adversarial.py +++ b/tests/attacks/test_virtual_adversarial.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/test_zoo.py b/tests/attacks/test_zoo.py index 731f508839..aa881db33b 100644 --- a/tests/attacks/test_zoo.py +++ b/tests/attacks/test_zoo.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/attacks/utils.py b/tests/attacks/utils.py index 18409db7ef..71c507ddd5 100644 --- a/tests/attacks/utils.py +++ b/tests/attacks/utils.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/classifiersFrameworks/test_keras.py b/tests/classifiersFrameworks/test_keras.py index 678c2f1c26..bfffd46dea 100644 --- a/tests/classifiersFrameworks/test_keras.py +++ b/tests/classifiersFrameworks/test_keras.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/classifiersFrameworks/test_tensorflow.py b/tests/classifiersFrameworks/test_tensorflow.py index 0ef4207b1e..275aec8219 100644 --- a/tests/classifiersFrameworks/test_tensorflow.py +++ b/tests/classifiersFrameworks/test_tensorflow.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/classifiersFrameworks/utils.py b/tests/classifiersFrameworks/utils.py index dad49ceb96..ce52bb7edd 100644 --- a/tests/classifiersFrameworks/utils.py +++ b/tests/classifiersFrameworks/utils.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/detector/evasion/subsetscanning/test_detector.py b/tests/defences/detector/evasion/subsetscanning/test_detector.py index 2e1d42ecf1..0a5887d26e 100644 --- a/tests/defences/detector/evasion/subsetscanning/test_detector.py +++ b/tests/defences/detector/evasion/subsetscanning/test_detector.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/detector/evasion/test_detector.py b/tests/defences/detector/evasion/test_detector.py index 645ade38fb..fad8639944 100644 --- a/tests/defences/detector/evasion/test_detector.py +++ b/tests/defences/detector/evasion/test_detector.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/detector/poison/test_activation_defence.py b/tests/defences/detector/poison/test_activation_defence.py index fe2fbab53b..0e251c25a3 100644 --- a/tests/defences/detector/poison/test_activation_defence.py +++ b/tests/defences/detector/poison/test_activation_defence.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/detector/poison/test_clustering_analyzer.py b/tests/defences/detector/poison/test_clustering_analyzer.py index a683fe115c..64655a3ea6 100644 --- a/tests/defences/detector/poison/test_clustering_analyzer.py +++ b/tests/defences/detector/poison/test_clustering_analyzer.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/detector/poison/test_ground_truth_evaluator.py b/tests/defences/detector/poison/test_ground_truth_evaluator.py index 0ac68002ab..3d50ba2fdd 100644 --- a/tests/defences/detector/poison/test_ground_truth_evaluator.py +++ b/tests/defences/detector/poison/test_ground_truth_evaluator.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/detector/poison/test_provenance_defence.py b/tests/defences/detector/poison/test_provenance_defence.py index 0522ba4823..268268e1b7 100644 --- a/tests/defences/detector/poison/test_provenance_defence.py +++ b/tests/defences/detector/poison/test_provenance_defence.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/detector/poison/test_roni.py b/tests/defences/detector/poison/test_roni.py index 744d00c1be..1cae6b05ab 100644 --- a/tests/defences/detector/poison/test_roni.py +++ b/tests/defences/detector/poison/test_roni.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/preprocessor/test_resample.py b/tests/defences/preprocessor/test_resample.py index 3a37b1f161..edae279c1d 100644 --- a/tests/defences/preprocessor/test_resample.py +++ b/tests/defences/preprocessor/test_resample.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_adversarial_trainer.py b/tests/defences/test_adversarial_trainer.py index b8b980feb1..51841737d1 100644 --- a/tests/defences/test_adversarial_trainer.py +++ b/tests/defences/test_adversarial_trainer.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_adversarial_trainer_madry_pgd.py b/tests/defences/test_adversarial_trainer_madry_pgd.py index f11935969f..04cd13b454 100644 --- a/tests/defences/test_adversarial_trainer_madry_pgd.py +++ b/tests/defences/test_adversarial_trainer_madry_pgd.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_class_labels.py b/tests/defences/test_class_labels.py index 7b555f8829..9594d330bc 100644 --- a/tests/defences/test_class_labels.py +++ b/tests/defences/test_class_labels.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_defensive_distillation.py b/tests/defences/test_defensive_distillation.py index ff2c853681..2b89396006 100644 --- a/tests/defences/test_defensive_distillation.py +++ b/tests/defences/test_defensive_distillation.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_feature_squeezing.py b/tests/defences/test_feature_squeezing.py index e7517fde47..17b440be12 100644 --- a/tests/defences/test_feature_squeezing.py +++ b/tests/defences/test_feature_squeezing.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_gaussian_augmentation.py b/tests/defences/test_gaussian_augmentation.py index eccbc48afc..a10538b635 100644 --- a/tests/defences/test_gaussian_augmentation.py +++ b/tests/defences/test_gaussian_augmentation.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_gaussian_noise.py b/tests/defences/test_gaussian_noise.py index 42495329a7..6f2278e5dc 100644 --- a/tests/defences/test_gaussian_noise.py +++ b/tests/defences/test_gaussian_noise.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_high_confidence.py b/tests/defences/test_high_confidence.py index ecf8fbd260..2b36dde8d3 100644 --- a/tests/defences/test_high_confidence.py +++ b/tests/defences/test_high_confidence.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_jpeg_compression.py b/tests/defences/test_jpeg_compression.py index a147cd813d..542473bcf0 100644 --- a/tests/defences/test_jpeg_compression.py +++ b/tests/defences/test_jpeg_compression.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_label_smoothing.py b/tests/defences/test_label_smoothing.py index b9fb851b50..67f5afb2b2 100644 --- a/tests/defences/test_label_smoothing.py +++ b/tests/defences/test_label_smoothing.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_pixel_defend.py b/tests/defences/test_pixel_defend.py index 479374acfb..93c53dec88 100644 --- a/tests/defences/test_pixel_defend.py +++ b/tests/defences/test_pixel_defend.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_reverse_sigmoid.py b/tests/defences/test_reverse_sigmoid.py index d4e9e0df9e..aad4768ebd 100644 --- a/tests/defences/test_reverse_sigmoid.py +++ b/tests/defences/test_reverse_sigmoid.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_rounded.py b/tests/defences/test_rounded.py index 1d522ca0ba..b420d0136e 100644 --- a/tests/defences/test_rounded.py +++ b/tests/defences/test_rounded.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_spatial_smoothing.py b/tests/defences/test_spatial_smoothing.py index 952c7727ba..a6da08f496 100644 --- a/tests/defences/test_spatial_smoothing.py +++ b/tests/defences/test_spatial_smoothing.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_thermometer_encoding.py b/tests/defences/test_thermometer_encoding.py index 1c4cebce23..ef8e5aa68e 100644 --- a/tests/defences/test_thermometer_encoding.py +++ b/tests/defences/test_thermometer_encoding.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/defences/test_variance_minimization.py b/tests/defences/test_variance_minimization.py index 91a0d1be2b..d570934cae 100644 --- a/tests/defences/test_variance_minimization.py +++ b/tests/defences/test_variance_minimization.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/estimators/classification/test_GPy.py b/tests/estimators/classification/test_GPy.py index e4e546a12b..859d76a330 100644 --- a/tests/estimators/classification/test_GPy.py +++ b/tests/estimators/classification/test_GPy.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/estimators/classification/test_blackbox.py b/tests/estimators/classification/test_blackbox.py index fac384d8b5..74883c7335 100644 --- a/tests/estimators/classification/test_blackbox.py +++ b/tests/estimators/classification/test_blackbox.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/estimators/classification/test_catboost.py b/tests/estimators/classification/test_catboost.py index a5d41faa69..597193b171 100644 --- a/tests/estimators/classification/test_catboost.py +++ b/tests/estimators/classification/test_catboost.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/estimators/classification/test_classifier.py b/tests/estimators/classification/test_classifier.py index d933b6be4d..96c947668f 100644 --- a/tests/estimators/classification/test_classifier.py +++ b/tests/estimators/classification/test_classifier.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/estimators/classification/test_detector_classifier.py b/tests/estimators/classification/test_detector_classifier.py index a14797e8c4..3c3de9f687 100644 --- a/tests/estimators/classification/test_detector_classifier.py +++ b/tests/estimators/classification/test_detector_classifier.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/estimators/classification/test_ensemble.py b/tests/estimators/classification/test_ensemble.py index 1c81699923..5dcfa8ba09 100644 --- a/tests/estimators/classification/test_ensemble.py +++ b/tests/estimators/classification/test_ensemble.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/estimators/classification/test_input_filter.py b/tests/estimators/classification/test_input_filter.py index 60232c0703..ec74d07132 100644 --- a/tests/estimators/classification/test_input_filter.py +++ b/tests/estimators/classification/test_input_filter.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/estimators/classification/test_keras_tf.py b/tests/estimators/classification/test_keras_tf.py index c3c79ce4ae..27028a905f 100644 --- a/tests/estimators/classification/test_keras_tf.py +++ b/tests/estimators/classification/test_keras_tf.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/estimators/classification/test_lightgbm.py b/tests/estimators/classification/test_lightgbm.py index 7bf1756829..bb676e6287 100644 --- a/tests/estimators/classification/test_lightgbm.py +++ b/tests/estimators/classification/test_lightgbm.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/estimators/classification/test_mxnet.py b/tests/estimators/classification/test_mxnet.py index 3c72f48ebc..4283aeab1d 100644 --- a/tests/estimators/classification/test_mxnet.py +++ b/tests/estimators/classification/test_mxnet.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/estimators/classification/test_pytorch.py b/tests/estimators/classification/test_pytorch.py index 8a882487a0..cb22966ae5 100644 --- a/tests/estimators/classification/test_pytorch.py +++ b/tests/estimators/classification/test_pytorch.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/estimators/classification/test_scikitlearn.py b/tests/estimators/classification/test_scikitlearn.py index eb613fd136..0476d2ace4 100644 --- a/tests/estimators/classification/test_scikitlearn.py +++ b/tests/estimators/classification/test_scikitlearn.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/estimators/classification/test_xgboost.py b/tests/estimators/classification/test_xgboost.py index 912328b18a..99ff608c76 100644 --- a/tests/estimators/classification/test_xgboost.py +++ b/tests/estimators/classification/test_xgboost.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/metrics/test_gradient_check.py b/tests/metrics/test_gradient_check.py index fe10bf4c48..b3163a166f 100644 --- a/tests/metrics/test_gradient_check.py +++ b/tests/metrics/test_gradient_check.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2020 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2020 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/metrics/test_metrics.py b/tests/metrics/test_metrics.py index 356514542d..9b927f701b 100644 --- a/tests/metrics/test_metrics.py +++ b/tests/metrics/test_metrics.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/metrics/test_verification_decision_trees.py b/tests/metrics/test_verification_decision_trees.py index 0f82c2c85d..c5ffd9c836 100644 --- a/tests/metrics/test_verification_decision_trees.py +++ b/tests/metrics/test_verification_decision_trees.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/test_data_generators.py b/tests/test_data_generators.py index 5690bc9d4d..a70c5aae0c 100644 --- a/tests/test_data_generators.py +++ b/tests/test_data_generators.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/test_utils.py b/tests/test_utils.py index 7e422400e0..cb2d51b108 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/test_visualization.py b/tests/test_visualization.py index b7ff633278..806d662071 100644 --- a/tests/test_visualization.py +++ b/tests/test_visualization.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/utils.py b/tests/utils.py index ec39162b4a..c734b36d58 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/wrappers/test_expectation.py b/tests/wrappers/test_expectation.py index a429772179..170e0e860d 100644 --- a/tests/wrappers/test_expectation.py +++ b/tests/wrappers/test_expectation.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/wrappers/test_query_efficient_bb.py b/tests/wrappers/test_query_efficient_bb.py index d14d49081a..c685eed807 100644 --- a/tests/wrappers/test_query_efficient_bb.py +++ b/tests/wrappers/test_query_efficient_bb.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/wrappers/test_randomized_smoothing.py b/tests/wrappers/test_randomized_smoothing.py index e5b7cbb4c0..7c6c69a0f0 100644 --- a/tests/wrappers/test_randomized_smoothing.py +++ b/tests/wrappers/test_randomized_smoothing.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2019 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/tests/wrappers/test_wrapper.py b/tests/wrappers/test_wrapper.py index 9f18ff377d..329bd83e43 100644 --- a/tests/wrappers/test_wrapper.py +++ b/tests/wrappers/test_wrapper.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (C) IBM Corporation 2018 +# Copyright (C) The Adversarial Robustness Toolbox (ART) Authors 2018 # # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the