Skip to content

Commit 3ea89d6

Browse files
committed
misc(copyright): bumping copyright to 2018
Signed-off-by: Romain Beuque <[email protected]>
1 parent 9557879 commit 3ea89d6

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2017, OVH SAS.
1+
Copyright (c) 2013-2018, OVH SAS.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Upstream-Name: python-ovh
33
Source: https://github.com/ovh/python-ovh
44

55
Files: *
6-
Copyright: 2013-2017 OVH SAS
6+
Copyright: 2013-2018 OVH SAS
77
License: 3-clause BSD
88
See LICENSE
99

1010

1111
Files: debian/*
12-
Copyright: 2013-2017 OVH SAS
12+
Copyright: 2013-2018 OVH SAS
1313
License: 3-clause BSD
1414
See LICENSE

ovh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- encoding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2017, OVH SAS.
3+
# Copyright (c) 2013-2018, OVH SAS.
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

ovh/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- encoding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2017, OVH SAS.
3+
# Copyright (c) 2013-2018, OVH SAS.
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

ovh/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- encoding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2017, OVH SAS.
3+
# Copyright (c) 2013-2018, OVH SAS.
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

ovh/consumer_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- encoding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2017, OVH SAS.
3+
# Copyright (c) 2013-2018, OVH SAS.
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

ovh/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- encoding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2017, OVH SAS.
3+
# Copyright (c) 2013-2018, OVH SAS.
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- encoding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2017, OVH SAS.
3+
# Copyright (c) 2013-2018, OVH SAS.
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- encoding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2017, OVH SAS.
3+
# Copyright (c) 2013-2018, OVH SAS.
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- encoding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2017, OVH SAS.
3+
# Copyright (c) 2013-2018, OVH SAS.
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

tests/test_consumer_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- encoding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2017, OVH SAS.
3+
# Copyright (c) 2013-2018, OVH SAS.
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)