Skip to content

Commit

Permalink
Updated copyright info
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Worrell committed Feb 21, 2015
1 parent ecdca61 commit 2c19267
Show file tree
Hide file tree
Showing 142 changed files with 179 additions and 121 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014, The MITRE Corporation
Copyright (c) 2015, The MITRE Corporation
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import stix

project = u'python-stix'
copyright = u'2014, The MITRE Corporation'
copyright = u'2015, The MITRE Corporation'
version = stix.__version__
release = version

Expand Down
2 changes: 1 addition & 1 deletion examples/ciq_identity.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

'''
Expand Down
2 changes: 1 addition & 1 deletion examples/creation_tool_metadata.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.
'''
Description: Build a STIX Document with Tool Information
Expand Down
2 changes: 1 addition & 1 deletion examples/indicator-hash.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

'''
Expand Down
2 changes: 1 addition & 1 deletion examples/indicator-simplehash.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.
'''
Description: Build a STIX Observables document
Expand Down
2 changes: 1 addition & 1 deletion examples/sample.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
STIX IP Watchlist Example
Copyright (c) 2014, The MITRE Corporation. All rights reserved.
Copyright (c) 2015, The MITRE Corporation. All rights reserved.
The contents of this file are subject to the terms of the STIX License located at http://stix.mitre.org/about/termsofuse.html.
This example demonstrates a simple usage of STIX to represent a list of IP address indicators (watchlist of IP addresses). Cyber operations and malware analysis centers often share a list of suspected malicious IP addresses with information about what those IPs might indicate. This STIX package represents a list of three IP addresses with a short dummy description of what they represent.
Expand Down
2 changes: 1 addition & 1 deletion examples/vocabstrings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

'''
Expand Down
2 changes: 1 addition & 1 deletion examples/xml2object.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

'''
Expand Down
2 changes: 1 addition & 1 deletion examples/xml_parser.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

'''
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

from os.path import abspath, dirname, join
Expand Down
2 changes: 1 addition & 1 deletion stix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

__version__ = "1.1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion stix/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

import itertools
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

import base64
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/campaign.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/course_of_action.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/data_marking.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/exploit_target.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

2 changes: 1 addition & 1 deletion stix/bindings/extensions/address/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

2 changes: 1 addition & 1 deletion stix/bindings/extensions/address/ciq_address_3_0.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/attack_pattern/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

2 changes: 1 addition & 1 deletion stix/bindings/extensions/attack_pattern/capec_2_7.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/identity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

2 changes: 1 addition & 1 deletion stix/bindings/extensions/identity/ciq_identity_3_0.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/malware/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

2 changes: 1 addition & 1 deletion stix/bindings/extensions/malware/maec_4_1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/marking/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

2 changes: 1 addition & 1 deletion stix/bindings/extensions/marking/simple_marking.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/marking/terms_of_use_marking.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/marking/tlp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/structured_coa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

2 changes: 1 addition & 1 deletion stix/bindings/extensions/structured_coa/generic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/test_mechanism/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

2 changes: 1 addition & 1 deletion stix/bindings/extensions/test_mechanism/generic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/test_mechanism/open_ioc_2010.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/test_mechanism/oval_5_10.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/test_mechanism/snort.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/test_mechanism/yara.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/extensions/vulnerability/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

2 changes: 1 addition & 1 deletion stix/bindings/extensions/vulnerability/cvrf_1_1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/incident.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/indicator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/stix_common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/stix_core.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/threat_actor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion stix/bindings/ttp.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

#
Expand Down
2 changes: 1 addition & 1 deletion stix/campaign/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.


Expand Down
2 changes: 1 addition & 1 deletion stix/coa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

from datetime import datetime
Expand Down
2 changes: 1 addition & 1 deletion stix/coa/objective.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

import stix
Expand Down
2 changes: 1 addition & 1 deletion stix/common/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

from __future__ import absolute_import
Expand Down
2 changes: 1 addition & 1 deletion stix/common/activity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

import stix
Expand Down
2 changes: 1 addition & 1 deletion stix/common/confidence.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

from __future__ import absolute_import
Expand Down
2 changes: 1 addition & 1 deletion stix/common/datetimewithprecision.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

import stix
Expand Down
2 changes: 1 addition & 1 deletion stix/common/identity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

from __future__ import absolute_import
Expand Down
2 changes: 1 addition & 1 deletion stix/common/information_source.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

from __future__ import absolute_import
Expand Down
2 changes: 1 addition & 1 deletion stix/common/kill_chains.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

import stix
Expand Down
2 changes: 1 addition & 1 deletion stix/common/related.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

from __future__ import absolute_import
Expand Down
2 changes: 1 addition & 1 deletion stix/common/statement.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

from __future__ import absolute_import
Expand Down
2 changes: 1 addition & 1 deletion stix/common/structured_text.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

import stix
Expand Down
2 changes: 1 addition & 1 deletion stix/common/tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

from stix.common import StructuredText
Expand Down
2 changes: 1 addition & 1 deletion stix/common/vocabs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

import stix
Expand Down
2 changes: 1 addition & 1 deletion stix/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

from stix_package import STIXPackage
Expand Down
2 changes: 1 addition & 1 deletion stix/core/stix_header.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

import stix
Expand Down
2 changes: 1 addition & 1 deletion stix/core/stix_package.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

import stix
Expand Down

0 comments on commit 2c19267

Please sign in to comment.