Skip to content

Commit 6299b12

Browse files
author
Kevin Deldycke
committed
Update copyright years.
1 parent 071330a commit 6299b12

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

scaleway/__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
#
3-
# Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
3+
# Copyright (c) 2013-2015 Online SAS and Contributors. All Rights Reserved.
44
# Julien Castets <jcastets@scaleway.com>
55
#
66
# Licensed under the BSD 2-Clause License (the "License"); you may not use this

scaleway/apis/__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
#
3-
# Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
3+
# Copyright (c) 2013-2015 Online SAS and Contributors. All Rights Reserved.
44
# Julien Castets <jcastets@scaleway.com>
55
# Kevin Deldycke <kdeldycke@scaleway.com>
66
#

scaleway/apis/api_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
3+
# Copyright (c) 2013-2015 Online SAS and Contributors. All Rights Reserved.
44
# Julien Castets <jcastets@scaleway.com>
55
# Romain Gay <rgay@scaleway.com>
66
# Kevin Deldycke <kdeldycke@scaleway.com>

scaleway/apis/api_compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
3+
# Copyright (c) 2013-2015 Online SAS and Contributors. All Rights Reserved.
44
# Julien Castets <jcastets@scaleway.com>
55
# Kevin Deldycke <kdeldycke@scaleway.com>
66
#

scaleway/apis/api_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
3+
# Copyright (c) 2013-2015 Online SAS and Contributors. All Rights Reserved.
44
# Julien Castets <scaleway.com>
55
#
66
# Licensed under the BSD 2-Clause License (the "License"); you may not use this

scaleway/tests/__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
#
3-
# Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
3+
# Copyright (c) 2013-2015 Online SAS and Contributors. All Rights Reserved.
44
# Julien Castets <jcastets@scaleway.com>
55
# Kevin Deldycke <kdeldycke@scaleway.com>
66
#

scaleway/tests/apis/__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
#
3-
# Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
3+
# Copyright (c) 2013-2015 Online SAS and Contributors. All Rights Reserved.
44
# Julien Castets <jcastets@scaleway.com>
55
# Kevin Deldycke <kdeldycke@scaleway.com>
66
#

scaleway/tests/apis/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
3+
# Copyright (c) 2013-2015 Online SAS and Contributors. All Rights Reserved.
44
# Julien Castets <jcastets@scaleway.com>
55
# Kevin Deldycke <kdeldycke@scaleway.com>
66
#

scaleway/tests/apis/test_api_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
3+
# Copyright (c) 2013-2015 Online SAS and Contributors. All Rights Reserved.
44
# Julien Castets <jcastets@scaleway.com>
55
# Romain Gay <rgay@scaleway.com>
66
# Kevin Deldycke <kdeldycke@scaleway.com>

scaleway/tests/apis/test_api_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
3+
# Copyright (c) 2013-2015 Online SAS and Contributors. All Rights Reserved.
44
# Julien Castets <jcastets@scaleway.com>
55
#
66
# Licensed under the BSD 2-Clause License (the "License"); you may not use this

0 commit comments

Comments
 (0)