From 8f05261e6a89128519a0df2aa69acc6f83404cdc Mon Sep 17 00:00:00 2001 From: Michael James Hoppal Date: Wed, 27 Jan 2016 12:56:07 -0700 Subject: [PATCH] Add in HP Copyrights Change-Id: I54d8bb19e6cd44557cf4757bb1283c8b9821ba35 --- monasca_notification/main.py | 2 +- monasca_notification/notification.py | 2 +- monasca_notification/notification_engine.py | 2 +- monasca_notification/notification_exceptions.py | 2 +- monasca_notification/processors/alarm_processor.py | 2 +- monasca_notification/processors/base.py | 2 +- monasca_notification/processors/notification_processor.py | 2 +- monasca_notification/retry_engine.py | 2 +- monasca_notification/types/abstract_notifier.py | 2 +- monasca_notification/types/email_notifier.py | 2 +- monasca_notification/types/notifiers.py | 2 +- monasca_notification/types/pagerduty_notifier.py | 2 +- monasca_notification/types/webhook_notifier.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/monasca_notification/main.py b/monasca_notification/main.py index 1314bb5..579b38c 100644 --- a/monasca_notification/main.py +++ b/monasca_notification/main.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2014 Hewlett-Packard Development Company, L.P. +# (C) Copyright 2014-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. diff --git a/monasca_notification/notification.py b/monasca_notification/notification.py index 0b3d0ec..34ccfec 100644 --- a/monasca_notification/notification.py +++ b/monasca_notification/notification.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Hewlett-Packard Development Company, L.P. +# (C) Copyright 2014-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. diff --git a/monasca_notification/notification_engine.py b/monasca_notification/notification_engine.py index 5a625dc..0926a10 100644 --- a/monasca_notification/notification_engine.py +++ b/monasca_notification/notification_engine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Hewlett-Packard Development Company, L.P. +# (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. diff --git a/monasca_notification/notification_exceptions.py b/monasca_notification/notification_exceptions.py index e7b2a3d..a3ce841 100644 --- a/monasca_notification/notification_exceptions.py +++ b/monasca_notification/notification_exceptions.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/monasca_notification/processors/alarm_processor.py b/monasca_notification/processors/alarm_processor.py index dd6432b..2d1c1e1 100644 --- a/monasca_notification/processors/alarm_processor.py +++ b/monasca_notification/processors/alarm_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Hewlett-Packard Development Company, L.P. +# (C) Copyright 2014-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. diff --git a/monasca_notification/processors/base.py b/monasca_notification/processors/base.py index 37e664b..0af17c4 100644 --- a/monasca_notification/processors/base.py +++ b/monasca_notification/processors/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Hewlett-Packard Development Company, L.P. +# (C) Copyright 2014-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. diff --git a/monasca_notification/processors/notification_processor.py b/monasca_notification/processors/notification_processor.py index a0b9a1b..bfc641c 100644 --- a/monasca_notification/processors/notification_processor.py +++ b/monasca_notification/processors/notification_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Hewlett-Packard Development Company, L.P. +# (C) Copyright 2014-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. diff --git a/monasca_notification/retry_engine.py b/monasca_notification/retry_engine.py index 6ae6af7..35390eb 100644 --- a/monasca_notification/retry_engine.py +++ b/monasca_notification/retry_engine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Hewlett-Packard Development Company, L.P. +# (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. diff --git a/monasca_notification/types/abstract_notifier.py b/monasca_notification/types/abstract_notifier.py index 73d7392..e03d6ac 100644 --- a/monasca_notification/types/abstract_notifier.py +++ b/monasca_notification/types/abstract_notifier.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Hewlett-Packard Development Company, L.P. +# (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. diff --git a/monasca_notification/types/email_notifier.py b/monasca_notification/types/email_notifier.py index f389bad..fa195ef 100644 --- a/monasca_notification/types/email_notifier.py +++ b/monasca_notification/types/email_notifier.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Hewlett-Packard Development Company, L.P. +# (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. diff --git a/monasca_notification/types/notifiers.py b/monasca_notification/types/notifiers.py index 440265a..ed95b1d 100644 --- a/monasca_notification/types/notifiers.py +++ b/monasca_notification/types/notifiers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Hewlett-Packard Development Company, L.P. +# (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. diff --git a/monasca_notification/types/pagerduty_notifier.py b/monasca_notification/types/pagerduty_notifier.py index c4999a2..f130aa1 100644 --- a/monasca_notification/types/pagerduty_notifier.py +++ b/monasca_notification/types/pagerduty_notifier.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Hewlett-Packard Development Company, L.P. +# (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. diff --git a/monasca_notification/types/webhook_notifier.py b/monasca_notification/types/webhook_notifier.py index 452b446..c742292 100644 --- a/monasca_notification/types/webhook_notifier.py +++ b/monasca_notification/types/webhook_notifier.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Hewlett-Packard Development Company, L.P. +# (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.