Skip to content

Commit 39025a5

Browse files
committed
Update copyright date.
1 parent a0b6e48 commit 39025a5

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

about_code_tool/about.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) 2014 nexB Inc. http://www.nexb.com/ - All rights reserved.
5+
# Copyright (c) 2013-2015 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
@@ -56,7 +56,7 @@
5656

5757

5858
__copyright__ = """
59-
Copyright (c) 2013-2014 nexB Inc. All rights reserved.
59+
Copyright (c) 2013-2015 nexB Inc. All rights reserved.
6060
6161
Licensed under the Apache License, Version 2.0 (the "License");
6262
you may not use this file except in compliance with the License.

about_code_tool/genabout.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) 2014 nexB Inc. http://www.nexb.com/ - All rights reserved.
5+
# Copyright (c) 2013-2015 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
@@ -44,7 +44,7 @@
4444
__version__ = '2.0.2'
4545

4646
__copyright__ = """
47-
Copyright (c) 2013-2014 nexB Inc. All rights reserved.
47+
Copyright (c) 2013-2015 nexB Inc. All rights reserved.
4848
4949
Licensed under the Apache License, Version 2.0 (the "License");
5050
you may not use this file except in compliance with the License.

about_code_tool/genattrib.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) 2014 nexB Inc. http://www.nexb.com/ - All rights reserved.
5+
# Copyright (c) 2013-2015 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
@@ -48,7 +48,7 @@
4848
__about_spec_version__ = '1.0.0' # See http://dejacode.org
4949

5050
__copyright__ = """
51-
Copyright (c) 2013-2014 nexB Inc. All rights reserved.
51+
Copyright (c) 2013-2015 nexB Inc. All rights reserved.
5252
5353
Licensed under the Apache License, Version 2.0 (the "License");
5454
you may not use this file except in compliance with the License.

about_code_tool/tests/test_about.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) 2014 nexB Inc. http://www.nexb.com/ - All rights reserved.
5+
# Copyright (c) 2013-2015 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

about_code_tool/tests/test_genabout.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) 2014 nexB Inc. http://www.nexb.com/ - All rights reserved.
5+
# Copyright (c) 2013-2015 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

about_code_tool/tests/test_genattrib.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) 2014 nexB Inc. http://www.nexb.com/ - All rights reserved.
5+
# Copyright (c) 2013-2015 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)