Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 6d16d3f

Browse files
author
Dzhoshkun Ismail Shakir
committed
Revert "copyright year 2017 -> 2018"
This reverts commit c60e8da.
1 parent d7d1f37 commit 6d16d3f

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018 University College London and the NiftyNet Contributors
189+
Copyright 2017 University College London and the NiftyNet Contributors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ DOI: [10.1007/978-3-319-59050-9_28][ipmi2017]
109109

110110
### Licensing and Copyright
111111

112-
Copyright 2018 University College London and the NiftyNet Contributors.
112+
Copyright 2017 University College London and the NiftyNet Contributors.
113113
NiftyNet is released under the Apache License, Version 2.0. Please see the LICENSE file for details.
114114

115115
### Acknowledgements

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def setup(app):
127127

128128
# General information about the project.
129129
project = u'NiftyNet'
130-
copyright = u'2018, NiftyNet Consortium'
130+
copyright = u'2017, NiftyNet Consortium'
131131
author = u'NiftyNet Consortium'
132132

133133
# The version info for the project you're documenting, acts as replacement for

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ APIs & reference
141141
Licensing and copyright
142142
=======================
143143

144-
Copyright 2018 University College London and the NiftyNet Contributors.
144+
Copyright 2017 University College London and the NiftyNet Contributors.
145145
NiftyNet is released under the Apache License, Version 2.0.
146146
Please see the `LICENSE file`_ in the `NiftyNet source code repository`_ for details.
147147

niftynet/layer/grid_warper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2018 The Sonnet Authors. All Rights Reserved.
3-
# Modifications copyright 2018 The NiftyNet Authors.
2+
# Copyright 2017 The Sonnet Authors. All Rights Reserved.
3+
# Modifications copyright 2017 The NiftyNet Authors.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

niftynet/layer/spatial_transformer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2018 The Sonnet Authors. All Rights Reserved.
3-
# Modifications copyright 2018 The NiftyNet Authors.
2+
# Copyright 2017 The Sonnet Authors. All Rights Reserved.
3+
# Modifications copyright 2017 The NiftyNet Authors.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

niftynet/utilities/restore_initializer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright 2018 The Sonnet Authors. All Rights Reserved.
4-
# Modifications copyright 2018 The NiftyNet Authors. All Rights Reserved.
3+
# Copyright 2017 The Sonnet Authors. All Rights Reserved.
4+
# Modifications copyright 2017 The NiftyNet Authors. All Rights Reserved.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

pip/long_description.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ BibTeX entry:
121121
Licensing and copyright
122122
-----------------------
123123

124-
Copyright 2018 University College London and the NiftyNet Contributors.
124+
Copyright 2017 University College London and the NiftyNet Contributors.
125125
NiftyNet is released under the Apache License, Version 2.0.
126126
Please see the LICENSE file in the `NiftyNet source code repository`_ for details.
127127

0 commit comments

Comments
 (0)