diff --git a/test/sml/test_decision_tree.py b/test/sml/test_decision_tree.py index 0aebe95..0675fa9 100644 --- a/test/sml/test_decision_tree.py +++ b/test/sml/test_decision_tree.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2016 Hewlett Packard Enterprise Development Company, L.P. +# Copyright (c) 2016 FUJITSU LIMITED # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/test/sml/test_elliptic_envelope.py b/test/sml/test_elliptic_envelope.py index ed5ba46..0031ebb 100644 --- a/test/sml/test_elliptic_envelope.py +++ b/test/sml/test_elliptic_envelope.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2016 Hewlett Packard Enterprise Development Company, L.P. +# Copyright (c) 2016 FUJITSU LIMITED # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/test/sml/test_isolation_forest.py b/test/sml/test_isolation_forest.py index 742ff4b..1947e73 100644 --- a/test/sml/test_isolation_forest.py +++ b/test/sml/test_isolation_forest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2016 Hewlett Packard Enterprise Development Company, L.P. +# Copyright (c) 2016 FUJITSU LIMITED # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/test/sml/test_logistic_regression.py b/test/sml/test_logistic_regression.py index 0cda9b1..4c3b9b3 100644 --- a/test/sml/test_logistic_regression.py +++ b/test/sml/test_logistic_regression.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2016 Hewlett Packard Enterprise Development Company, L.P. +# Copyright (c) 2016 FUJITSU LIMITED # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/test/sml/test_random_forest_classifier.py b/test/sml/test_random_forest_classifier.py index 09fd7ff..78f2b9d 100644 --- a/test/sml/test_random_forest_classifier.py +++ b/test/sml/test_random_forest_classifier.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2016 Hewlett Packard Enterprise Development Company, L.P. +# Copyright (c) 2016 FUJITSU LIMITED # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/test/sml/test_svc.py b/test/sml/test_svc.py index 7bd9eb2..750dc79 100644 --- a/test/sml/test_svc.py +++ b/test/sml/test_svc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2016 Hewlett Packard Enterprise Development Company, L.P. +# Copyright (c) 2016 FUJITSU LIMITED # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain