Skip to content

Commit e27f8da

Browse files
committed
updated copyright info and links
1 parent 1bf5462 commit e27f8da

40 files changed

Lines changed: 45 additions & 45 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ We welcome and appreciate all contributions. Got questions or want to discuss so
1515

1616
VCert Python is a Python library and SDK designed to simplify key generation and enrollment of machine identities
1717
(also known as SSL/TLS certificates and keys) that comply with enterprise security policy by using the
18-
[CyberArk Certificate Manager, Self-Hosted](https://www.venafi.com/platform/trust-protection-platform) or
19-
[CyberArk Certificate Manager, SaaS](https://www.venafi.com/venaficloud).
18+
[CyberArk Certificate Manager, Self-Hosted](https://www.cyberark.com/products/certificate-manager/) or
19+
[CyberArk Certificate Manager, SaaS](https://www.cyberark.com/products/certificate-manager/).
2020

2121
This implementation is based on the original Go library, https://github.com/Venafi/vcert.
2222

@@ -111,8 +111,8 @@ See https://packaging.python.org/guides/installing-using-pip-and-virtual-environ
111111

112112
## License
113113

114-
Copyright © Venafi, Inc. All rights reserved.
114+
Copyright © Venafi, Inc. and CyberArk Software Ltd. ("CyberArk")
115115

116116
VCert is licensed under the Apache License, Version 2.0. See [`LICENSE`](https://github.com/Venafi/vcert-python/blob/master/LICENSE) for the full license text.
117117

118-
Please direct questions/comments to opensource@venafi.com.
118+
Please direct questions/comments to mis-opensource@cyberark.com.

examples/get_cert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2022 Venafi, Inc.
3+
# Copyright 2022 Venafi, Inc. and CyberArk Software Ltd. ("CyberArk")
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

examples/ssh_certificates/get_cert_ssh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2021 Venafi, Inc.
3+
# Copyright 2021 Venafi, Inc. and CyberArk Software Ltd. ("CyberArk")
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

examples/ssh_certificates/get_cert_ssh_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2021 Venafi, Inc.
3+
# Copyright 2021 Venafi, Inc. and CyberArk Software Ltd. ("CyberArk")
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

examples/ssh_certificates/retrieve_ca_public_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2021 Venafi, Inc.
3+
# Copyright 2021 Venafi, Inc. and CyberArk Software Ltd. ("CyberArk")
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

examples/tpp/get_cert_tpp_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2022 Venafi, Inc.
3+
# Copyright 2022 Venafi, Inc. and CyberArk Software Ltd. ("CyberArk")
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

examples/tpp/get_service_gen_cert_tpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2022 Venafi, Inc.
3+
# Copyright 2022 Venafi, Inc. and CyberArk Software Ltd. ("CyberArk")
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

examples/tpp/set_policy_tpp_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2022 Venafi, Inc.
3+
# Copyright 2022 Venafi, Inc. and CyberArk Software Ltd. ("CyberArk")
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

examples/vaas/get_service_gen_cert_vaas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2022 Venafi, Inc.
3+
# Copyright 2022 Venafi, Inc. and CyberArk Software Ltd. ("CyberArk")
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

examples/vaas/set_policy_vaas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2022 Venafi, Inc.
3+
# Copyright 2022 Venafi, Inc. and CyberArk Software Ltd. ("CyberArk")
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)