Skip to content

Commit

Permalink
Merge pull request #45 from carbonblack/CBAPI-5315-license
Browse files Browse the repository at this point in the history
CBAPI-5315 Remove usages of VMware.
  • Loading branch information
emitreva-cb authored May 10, 2024
2 parents 65ac093 + 5296058 commit 96acf94
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 12 deletions.
4 changes: 2 additions & 2 deletions cbc_importer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "stix_taxii"
__author__ = "Carbon Black Developer Network"
__license__ = "BSD-2-Clause"
__copyright__ = "Copyright 2022 VMware Carbon Black"
__version__ = "1.7"
__copyright__ = "© 2024 Broadcom. All Rights Reserved. Carbon Black."
__version__ = "1.8"
12 changes: 12 additions & 0 deletions cbc_importer/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-

# *******************************************************
# © 2024 Broadcom. All Rights Reserved. Carbon Black.
# SPDX-License-Identifier: BSD-2-Clause
# *******************************************************
# *
# * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT
# * WARRANTIES OR CONDITIONS OF ANY KIND, WHETHER ORAL OR WRITTEN,
# * EXPRESS OR IMPLIED. THE AUTHOR SPECIFICALLY DISCLAIMS ANY IMPLIED
# * WARRANTIES OR CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY,
# * NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE.
2 changes: 1 addition & 1 deletion cbc_importer/cli/connector.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# *******************************************************
# Copyright (c) VMware, Inc. 2022. All Rights Reserved.
# © 2024 Broadcom. All Rights Reserved. Carbon Black.
# SPDX-License-Identifier: BSD-2-Clause
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion cbc_importer/cli/wizard.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# *******************************************************
# Copyright (c) VMware, Inc. 2022. All Rights Reserved.
# © 2024 Broadcom. All Rights Reserved. Carbon Black.
# SPDX-License-Identifier: BSD-2-Clause
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion cbc_importer/importer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# *******************************************************
# Copyright (c) VMware, Inc. 2022. All Rights Reserved.
# © 2024 Broadcom. All Rights Reserved. Carbon Black.
# SPDX-License-Identifier: BSD-2-Clause
# *******************************************************
# *
Expand Down
13 changes: 13 additions & 0 deletions cbc_importer/taxii_configurator.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# -*- coding: utf-8 -*-

# *******************************************************
# © 2024 Broadcom. All Rights Reserved. Carbon Black.
# SPDX-License-Identifier: BSD-2-Clause
# *******************************************************
# *
# * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT
# * WARRANTIES OR CONDITIONS OF ANY KIND, WHETHER ORAL OR WRITTEN,
# * EXPRESS OR IMPLIED. THE AUTHOR SPECIFICALLY DISCLAIMS ANY IMPLIED
# * WARRANTIES OR CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY,
# * NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE.

from typing import Union

import arrow
Expand Down
2 changes: 1 addition & 1 deletion cbc_importer/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# *******************************************************
# Copyright (c) VMware, Inc. 2020-2021. All Rights Reserved.
# © 2024 Broadcom. All Rights Reserved. Carbon Black.
# SPDX-License-Identifier: MIT
# *******************************************************
# *
Expand Down
2 changes: 1 addition & 1 deletion docker/python3.10/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from python:3.10.2
MAINTAINER cb-developer-network@vmware.com
MAINTAINER carbonblack.developernetwork@broadcom.com

COPY . /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker/python3.8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from python:3.8.3
MAINTAINER cb-developer-network@vmware.com
MAINTAINER carbonblack.developernetwork@broadcom.com

COPY . /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker/python3.9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from python:3.9.10
MAINTAINER cb-developer-network@vmware.com
MAINTAINER carbonblack.developernetwork@broadcom.com

COPY . /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from ubuntu:20.04
MAINTAINER cb-developer-network@vmware.com
MAINTAINER carbonblack.developernetwork@broadcom.com

COPY . /app
WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ files = ["./cbc_importer/**/*.py", "./configurator/*.py"]

[tool.poetry]
name = "carbon-black-cloud-threat-intelligence-connector"
version = "1.7"
version = "1.8"
description = "Carbon Black Cloud Threat Intelligence Connector"
authors = ["Dimitar Ganev <dganev@vmware.com>" , "Emanuela Mitreva <emitreva@vmware.com>"]
authors = ["Dimitar Ganev <dimitar.ganev@broadcom.com>" , "Emanuela Mitreva <emanuela.mitreva@broadcom.com>"]
license = "BSD-2-Clause"
readme = "README.md"
classifiers = [
Expand Down

0 comments on commit 96acf94

Please sign in to comment.