Skip to content

Commit 6069270

Browse files
Updated copyright to 2017
1 parent b90f1ca commit 6069270

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Diff for: README

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ For bugs, questions and discussions please use the `GitHub Issues <https://githu
3030
LICENSE
3131
-------
3232

33-
Copyright 2016 McAfee, Inc.
33+
Copyright 2017 McAfee, Inc.
3434

3535
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
3636
License. You may obtain a copy of the License at
3737

38-
`<http://www.apache.org/licenses/LICENSE-2.0>`_
38+
`<http://www.apache.org/licenses/LICENSE-2.0>`_

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For bugs, questions and discussions please use the [Github Issues](https://githu
3232

3333
## LICENSE
3434

35-
Copyright 2016 McAfee, Inc.
35+
Copyright 2017 McAfee, Inc.
3636

3737
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
3838

Diff for: dist.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
################################################################################
3-
# Copyright (c) 2016 McAfee Inc. - All Rights Reserved.
3+
# Copyright (c) 2017 McAfee Inc. - All Rights Reserved.
44
################################################################################
55

66
import os
@@ -103,4 +103,4 @@
103103
print("\nRemoving " + DIST_RELEASE_DIR + "\n")
104104
remove_tree(DIST_RELEASE_DIR)
105105

106-
print("\nFinished")
106+
print("\nFinished")

Diff for: doc/sdk/README.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ <h1>McAfee Threat Intelligence (TIE) DXL Python Client Library</h1>
2828
<div class="clearer"></div>
2929
</div>
3030
<div class="footer">
31-
&copy; Copyright 2016, McAfee Inc.
31+
&copy; Copyright 2017, McAfee Inc.
3232
</div>
3333
</div>
3434
</body>
35-
</html>
35+
</html>

Diff for: dxltieclient/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
################################################################################
3-
# Copyright (c) 2016 McAfee Inc. - All Rights Reserved.
3+
# Copyright (c) 2017 McAfee Inc. - All Rights Reserved.
44
################################################################################
55
from __future__ import absolute_import
66

Diff for: dxltieclient/callbacks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
################################################################################
3-
# Copyright (c) 2016 McAfee Inc. - All Rights Reserved.
3+
# Copyright (c) 2017 McAfee Inc. - All Rights Reserved.
44
################################################################################
55

66
import json

Diff for: dxltieclient/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
################################################################################
3-
# Copyright (c) 2016 McAfee Inc. - All Rights Reserved.
3+
# Copyright (c) 2017 McAfee Inc. - All Rights Reserved.
44
################################################################################
55

66
import base64

Diff for: dxltieclient/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
################################################################################
3-
# Copyright (c) 2016 McAfee Inc. - All Rights Reserved.
3+
# Copyright (c) 2017 McAfee Inc. - All Rights Reserved.
44
################################################################################
55

66
import time

0 commit comments

Comments
 (0)