diff --git a/monascastatsd/client.py b/monascastatsd/client.py index ef66a8c..26c8802 100644 --- a/monascastatsd/client.py +++ b/monascastatsd/client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Hewlett-Packard Development Company, L.P. +# (C) Copyright 2014 Hewlett Packard Enterprise Development Company LP # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/monascastatsd/connection.py b/monascastatsd/connection.py index d42bb40..62d1413 100644 --- a/monascastatsd/connection.py +++ b/monascastatsd/connection.py @@ -1,3 +1,18 @@ +# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import logging import random import socket diff --git a/monascastatsd/counter.py b/monascastatsd/counter.py index 7d617fa..bc9423c 100644 --- a/monascastatsd/counter.py +++ b/monascastatsd/counter.py @@ -1,3 +1,18 @@ +# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from metricbase import MetricBase diff --git a/monascastatsd/gauge.py b/monascastatsd/gauge.py index 35ca0f9..1985557 100644 --- a/monascastatsd/gauge.py +++ b/monascastatsd/gauge.py @@ -1,3 +1,18 @@ +# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from metricbase import MetricBase diff --git a/monascastatsd/histogram.py b/monascastatsd/histogram.py index 18828ed..3247cb4 100644 --- a/monascastatsd/histogram.py +++ b/monascastatsd/histogram.py @@ -1,3 +1,18 @@ +# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from metricbase import MetricBase diff --git a/monascastatsd/metricbase.py b/monascastatsd/metricbase.py index 5504c39..1861252 100644 --- a/monascastatsd/metricbase.py +++ b/monascastatsd/metricbase.py @@ -1,3 +1,19 @@ +# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + class MetricBase(object): """Base class for all metric types. diff --git a/monascastatsd/set.py b/monascastatsd/set.py index 70c0801..5bd4a3e 100644 --- a/monascastatsd/set.py +++ b/monascastatsd/set.py @@ -1,3 +1,18 @@ +# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from metricbase import MetricBase diff --git a/monascastatsd/timer.py b/monascastatsd/timer.py index 62aa50e..6ebb0e1 100644 --- a/monascastatsd/timer.py +++ b/monascastatsd/timer.py @@ -1,3 +1,18 @@ +# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import contextlib import functools import time diff --git a/setup.py b/setup.py index a92d122..202fadd 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,18 @@ +# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import setuptools setuptools.setup( diff --git a/statsd-generator/generator.py b/statsd-generator/generator.py index 7c47412..8c9f4af 100755 --- a/statsd-generator/generator.py +++ b/statsd-generator/generator.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2014 Hewlett-Packard Development Company, L.P. +# (C) Copyright 2014 Hewlett Packard Enterprise Development Company LP # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_monascastatsd.py b/tests/test_monascastatsd.py index 3d4ca26..d918bbb 100644 --- a/tests/test_monascastatsd.py +++ b/tests/test_monascastatsd.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Hewlett-Packard Development Company, L.P. +# (C) Copyright 2014 Hewlett Packard Enterprise Development Company LP # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.