Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit ceb018d

Browse files
committed
Fix License Copyright
Signed-off-by: Gianluca Zecchi <[email protected]>
1 parent 60b0971 commit ceb018d

11 files changed

+13
-13
lines changed

examples/appliance_device_read_community.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
###
3-
# (C) Copyright (2018) Hewlett Packard Enterprise Development LP
3+
# (C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

examples/appliance_device_snmp_v1_trap_destinations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
###
3-
# (C) Copyright (2018) Hewlett Packard Enterprise Development LP
3+
# (C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

examples/appliance_device_snmp_v3_trap_destinations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
###
3-
# (C) Copyright (2018) Hewlett Packard Enterprise Development LP
3+
# (C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -25,7 +25,7 @@
2525
from hpOneView.oneview_client import OneViewClient
2626
from config_loader import try_load_from_file
2727

28-
# Set api_version to 600, default is 300 and this API is introduced since API 600.
28+
# Set api_version to 600, default is 300 and this API has been introduced since API 600.
2929
config = {
3030
"ip": "<oneview_ip>",
3131
"credentials": {

examples/appliance_device_snmp_v3_users.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
###
3-
# (C) Copyright (2018) Hewlett Packard Enterprise Development LP
3+
# (C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -25,7 +25,7 @@
2525
from hpOneView.oneview_client import OneViewClient
2626
from config_loader import try_load_from_file
2727

28-
# Set api_version to 600, default is 300 and this API is introduced since API 600.
28+
# Set api_version to 600, default is 300 and this API has been introduced since API 600.
2929
config = {
3030
"ip": "<oneview_ip>",
3131
"credentials": {

hpOneView/resources/settings/appliance_device_read_community.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
###
3-
# (C) Copyright (2018) Hewlett Packard Enterprise Development LP
3+
# (C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

hpOneView/resources/settings/appliance_device_snmp_v1_trap_destinations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
###
3-
# (C) Copyright (2018) Hewlett Packard Enterprise Development LP
3+
# (C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

hpOneView/resources/settings/appliance_device_snmp_v3_trap_destinations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
###
3-
# (C) Copyright (2018) Hewlett Packard Enterprise Development LP
3+
# (C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

hpOneView/resources/settings/appliance_device_snmp_v3_users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
###
3-
# (C) Copyright (2018) Hewlett Packard Enterprise Development LP
3+
# (C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

tests/unit/resources/settings/test_appliance_device_read_community.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
###
3-
# (C) Copyright (2018) Hewlett Packard Enterprise Development LP
3+
# (C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

tests/unit/resources/settings/test_appliance_device_snmp_v1_trap_destinations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
###
3-
# (C) Copyright (2018) Hewlett Packard Enterprise Development LP
3+
# (C) Copyright (2012-2017) Hewlett Packard Enterprise Development LP
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)