Skip to content

Commit 51c322a

Browse files
committed
Fix Copyright dates
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
1 parent c985426 commit 51c322a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2018 Stephen Gallagher <sgallagh@redhat.com>
3+
Copyright (c) 2018 Stephen Gallagher <sgallagh@redhat.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

mmdzanata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of modulemd-zanata
3-
# Copyright (C) 2017-2018 Stephen Gallagher
3+
# Copyright (C) 2018 Stephen Gallagher
44
#
55
# Fedora-License-Identifier: MIT
66
# SPDX-2.0-License-Identifier: MIT

mmdzanata/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- coding: utf-8 -*-
33
# This file is part of modulemd-zanata
4-
# Copyright (C) 2017-2018 Stephen Gallagher
4+
# Copyright (C) 2018 Stephen Gallagher
55
#
66
# Fedora-License-Identifier: MIT
77
# SPDX-2.0-License-Identifier: MIT

mmdzanata/fedora/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of modulemd-zanata
3-
# Copyright (C) 2017-2018 Stephen Gallagher
3+
# Copyright (C) 2018 Stephen Gallagher
44
#
55
# Fedora-License-Identifier: MIT
66
# SPDX-2.0-License-Identifier: MIT

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- coding: utf-8 -*-
33
# This file is part of mmdzanata
4-
# Copyright (C) 2017-2018 Stephen Gallagher
4+
# Copyright (C) 2018 Stephen Gallagher
55
#
66
# Fedora-License-Identifier: MIT
77
# SPDX-2.0-License-Identifier: MIT

0 commit comments

Comments
 (0)