Skip to content

Commit d716da2

Browse files
committed
Update copyright and version to 3.0.0.dev5
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent b0f4b92 commit d716da2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/attributecode/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf8 -*-
33

44
# ============================================================================
5-
# Copyright (c) 2013-2016 nexB Inc. http://www.nexb.com/ - All rights reserved.
5+
# Copyright (c) 2013-2017 nexB Inc. http://www.nexb.com/ - All rights reserved.
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
@@ -21,7 +21,7 @@
2121
from collections import namedtuple
2222
import logging
2323

24-
__version__ = '3.0.0.dev4'
24+
__version__ = '3.0.0.dev5'
2525

2626
__about_spec_version__ = '2.0.0.dev2'
2727

src/attributecode/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf8 -*-
33

44
# ============================================================================
5-
# Copyright (c) 2013-2016 nexB Inc. http://www.nexb.com/ - All rights reserved.
5+
# Copyright (c) 2013-2017 nexB Inc. http://www.nexb.com/ - All rights reserved.
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at

src/attributecode/gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf8 -*-
33

44
# ============================================================================
5-
# Copyright (c) 2013-2016 nexB Inc. http://www.nexb.com/ - All rights reserved.
5+
# Copyright (c) 2013-2017 nexB Inc. http://www.nexb.com/ - All rights reserved.
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at

0 commit comments

Comments
 (0)