From f5589067c067094ca8b7b5f85f05b88563d26c38 Mon Sep 17 00:00:00 2001
From: Antoine Lambert <antoine.lambert@inria.fr>
Date: Tue, 9 Jan 2018 15:08:27 +0100
Subject: [PATCH] common: Fix current year in copyright

---
 AUTHORS                                       |  2 +-
 swh/web/api/apidoc.py                         |  2 +-
 swh/web/api/apiresponse.py                    |  2 +-
 swh/web/api/apiurls.py                        |  2 +-
 swh/web/api/renderers.py                      |  2 +-
 swh/web/api/urls.py                           |  2 +-
 swh/web/api/utils.py                          |  2 +-
 swh/web/api/views/content.py                  |  2 +-
 swh/web/api/views/directory.py                |  2 +-
 swh/web/api/views/entity.py                   |  2 +-
 swh/web/api/views/origin.py                   |  2 +-
 swh/web/api/views/person.py                   |  2 +-
 swh/web/api/views/release.py                  |  2 +-
 swh/web/api/views/revision.py                 |  2 +-
 swh/web/api/views/stat.py                     |  2 +-
 swh/web/api/views/utils.py                    |  2 +-
 swh/web/api/views/vault.py                    |  2 +-
 swh/web/browse/browseurls.py                  |  2 +-
 swh/web/browse/urls.py                        |  2 +-
 swh/web/browse/utils.py                       |  2 +-
 swh/web/browse/views/content.py               |  2 +-
 swh/web/browse/views/directory.py             |  2 +-
 swh/web/browse/views/origin.py                |  2 +-
 swh/web/browse/views/person.py                |  2 +-
 swh/web/browse/views/revision.py              |  2 +-
 swh/web/common/converters.py                  |  2 +-
 swh/web/common/exc.py                         |  2 +-
 swh/web/common/highlightjs.py                 |  2 +-
 swh/web/common/query.py                       |  2 +-
 swh/web/common/service.py                     |  2 +-
 swh/web/common/swh_templatetags.py            |  2 +-
 swh/web/common/throttling.py                  |  2 +-
 swh/web/common/urlsindex.py                   |  2 +-
 swh/web/common/utils.py                       |  2 +-
 swh/web/config.py                             |  2 +-
 swh/web/doc_config.py                         |  2 +-
 swh/web/manage.py                             |  2 +-
 swh/web/settings/common.py                    |  2 +-
 swh/web/settings/development.py               |  2 +-
 swh/web/settings/production.py                |  2 +-
 swh/web/settings/tests.py                     |  2 +-
 swh/web/templates/layout.html                 |  2 +-
 swh/web/tests/__init__.py                     |  2 +-
 swh/web/tests/api/test_api_lookup.py          |  2 +-
 swh/web/tests/api/test_apidoc.py              |  2 +-
 swh/web/tests/api/test_apiresponse.py         |  2 +-
 swh/web/tests/api/test_utils.py               |  2 +-
 swh/web/tests/api/views/test_content.py       |  2 +-
 swh/web/tests/api/views/test_directory.py     |  2 +-
 swh/web/tests/api/views/test_entity.py        |  2 +-
 swh/web/tests/api/views/test_origin.py        |  2 +-
 swh/web/tests/api/views/test_person.py        |  2 +-
 swh/web/tests/api/views/test_release.py       |  2 +-
 swh/web/tests/api/views/test_revision.py      |  2 +-
 swh/web/tests/api/views/test_stat.py          |  2 +-
 swh/web/tests/api/views/test_vault.py         |  2 +-
 swh/web/tests/browse/test_utils.py            |  2 +-
 .../browse/views/data/content_test_data.py    |  3 +-
 .../browse/views/data/directory_test_data.py  |  2 +-
 .../browse/views/data/origin_test_data.py     |  2 +-
 .../browse/views/data/revision_test_data.py   | 36 +++++++++----------
 swh/web/tests/browse/views/test_content.py    |  2 +-
 swh/web/tests/browse/views/test_directory.py  |  2 +-
 swh/web/tests/browse/views/test_origin.py     |  2 +-
 swh/web/tests/browse/views/test_person.py     |  2 +-
 swh/web/tests/browse/views/test_revision.py   |  2 +-
 swh/web/tests/common/test_converters.py       |  2 +-
 swh/web/tests/common/test_highlightjs.py      |  2 +-
 swh/web/tests/common/test_query.py            |  2 +-
 swh/web/tests/common/test_service.py          |  2 +-
 swh/web/tests/common/test_templatetags.py     |  2 +-
 swh/web/tests/common/test_throttling.py       |  2 +-
 swh/web/tests/common/test_utils.py            |  2 +-
 swh/web/tests/testbase.py                     |  2 +-
 swh/web/urls.py                               |  2 +-
 swh/web/wsgi.py                               |  2 +-
 76 files changed, 93 insertions(+), 94 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 2d0a34af6..4cc95d57a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,3 @@
-Copyright (C) 2015 The Software Heritage developers
+Copyright (C) 2015-2018 The Software Heritage developers
 
 See http://www.softwareheritage.org/ for more information.
diff --git a/swh/web/api/apidoc.py b/swh/web/api/apidoc.py
index 8e6df10aa..6895b079f 100644
--- a/swh/web/api/apidoc.py
+++ b/swh/web/api/apidoc.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/apiresponse.py b/swh/web/api/apiresponse.py
index 7ddc818d9..44f09d593 100644
--- a/swh/web/api/apiresponse.py
+++ b/swh/web/api/apiresponse.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/apiurls.py b/swh/web/api/apiurls.py
index c011b64f3..97c02bc7f 100644
--- a/swh/web/api/apiurls.py
+++ b/swh/web/api/apiurls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/renderers.py b/swh/web/api/renderers.py
index 2c8caece4..689091f46 100644
--- a/swh/web/api/renderers.py
+++ b/swh/web/api/renderers.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/urls.py b/swh/web/api/urls.py
index 9d4446038..f24d30a11 100644
--- a/swh/web/api/urls.py
+++ b/swh/web/api/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/utils.py b/swh/web/api/utils.py
index db1ab093c..770932f1a 100644
--- a/swh/web/api/utils.py
+++ b/swh/web/api/utils.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/views/content.py b/swh/web/api/views/content.py
index 699a0253c..df404b298 100644
--- a/swh/web/api/views/content.py
+++ b/swh/web/api/views/content.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/views/directory.py b/swh/web/api/views/directory.py
index 0594b7d20..cc8b62ccf 100644
--- a/swh/web/api/views/directory.py
+++ b/swh/web/api/views/directory.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/views/entity.py b/swh/web/api/views/entity.py
index 06ca23160..daafcab82 100644
--- a/swh/web/api/views/entity.py
+++ b/swh/web/api/views/entity.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/views/origin.py b/swh/web/api/views/origin.py
index 196cf7c98..f4c6a7c04 100644
--- a/swh/web/api/views/origin.py
+++ b/swh/web/api/views/origin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/views/person.py b/swh/web/api/views/person.py
index 98c5f454a..e3d740428 100644
--- a/swh/web/api/views/person.py
+++ b/swh/web/api/views/person.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/views/release.py b/swh/web/api/views/release.py
index 8cbf4e91a..1f32124dd 100644
--- a/swh/web/api/views/release.py
+++ b/swh/web/api/views/release.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/views/revision.py b/swh/web/api/views/revision.py
index 017ace52a..6077a1dba 100644
--- a/swh/web/api/views/revision.py
+++ b/swh/web/api/views/revision.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/views/stat.py b/swh/web/api/views/stat.py
index e0a5e0978..5af0d47d0 100644
--- a/swh/web/api/views/stat.py
+++ b/swh/web/api/views/stat.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/views/utils.py b/swh/web/api/views/utils.py
index 368e094de..651d2c528 100644
--- a/swh/web/api/views/utils.py
+++ b/swh/web/api/views/utils.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/api/views/vault.py b/swh/web/api/views/vault.py
index c9f42c64a..6a102ea8e 100644
--- a/swh/web/api/views/vault.py
+++ b/swh/web/api/views/vault.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/browse/browseurls.py b/swh/web/browse/browseurls.py
index 8ef21d372..49fc77ed3 100644
--- a/swh/web/browse/browseurls.py
+++ b/swh/web/browse/browseurls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/browse/urls.py b/swh/web/browse/urls.py
index b91c77ff5..ff02c3f6b 100644
--- a/swh/web/browse/urls.py
+++ b/swh/web/browse/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/browse/utils.py b/swh/web/browse/utils.py
index a09fec06c..b29cad4ca 100644
--- a/swh/web/browse/utils.py
+++ b/swh/web/browse/utils.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/browse/views/content.py b/swh/web/browse/views/content.py
index 3e7c4fe7a..9d5e92ea3 100644
--- a/swh/web/browse/views/content.py
+++ b/swh/web/browse/views/content.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/browse/views/directory.py b/swh/web/browse/views/directory.py
index 66d5eb647..c5c6581f8 100644
--- a/swh/web/browse/views/directory.py
+++ b/swh/web/browse/views/directory.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/browse/views/origin.py b/swh/web/browse/views/origin.py
index b61f2da5a..7b47b7f98 100644
--- a/swh/web/browse/views/origin.py
+++ b/swh/web/browse/views/origin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/browse/views/person.py b/swh/web/browse/views/person.py
index f7e37476d..4352152b1 100644
--- a/swh/web/browse/views/person.py
+++ b/swh/web/browse/views/person.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/browse/views/revision.py b/swh/web/browse/views/revision.py
index 0aee4e372..ed440750d 100644
--- a/swh/web/browse/views/revision.py
+++ b/swh/web/browse/views/revision.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/common/converters.py b/swh/web/common/converters.py
index 931fb6066..25cce3f1a 100644
--- a/swh/web/common/converters.py
+++ b/swh/web/common/converters.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/common/exc.py b/swh/web/common/exc.py
index abacc26d2..4edba6660 100644
--- a/swh/web/common/exc.py
+++ b/swh/web/common/exc.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/common/highlightjs.py b/swh/web/common/highlightjs.py
index 581c19786..5fab7a136 100644
--- a/swh/web/common/highlightjs.py
+++ b/swh/web/common/highlightjs.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/common/query.py b/swh/web/common/query.py
index 26627ac92..0e686c08d 100644
--- a/swh/web/common/query.py
+++ b/swh/web/common/query.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/common/service.py b/swh/web/common/service.py
index 7f60a266c..e747be90c 100644
--- a/swh/web/common/service.py
+++ b/swh/web/common/service.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/common/swh_templatetags.py b/swh/web/common/swh_templatetags.py
index 77a6feb08..763c455aa 100644
--- a/swh/web/common/swh_templatetags.py
+++ b/swh/web/common/swh_templatetags.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/common/throttling.py b/swh/web/common/throttling.py
index 66ea8020d..4156d48db 100644
--- a/swh/web/common/throttling.py
+++ b/swh/web/common/throttling.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/common/urlsindex.py b/swh/web/common/urlsindex.py
index 43686ee7f..08398543d 100644
--- a/swh/web/common/urlsindex.py
+++ b/swh/web/common/urlsindex.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/common/utils.py b/swh/web/common/utils.py
index 1a0a0c465..a11739465 100644
--- a/swh/web/common/utils.py
+++ b/swh/web/common/utils.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/config.py b/swh/web/config.py
index 8cc0df561..f9af7afcd 100644
--- a/swh/web/config.py
+++ b/swh/web/config.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/doc_config.py b/swh/web/doc_config.py
index 948c0a80d..8e8d13747 100644
--- a/swh/web/doc_config.py
+++ b/swh/web/doc_config.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/manage.py b/swh/web/manage.py
index 8061d2eea..fdb3ae443 100755
--- a/swh/web/manage.py
+++ b/swh/web/manage.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/settings/common.py b/swh/web/settings/common.py
index e80ca18bc..85065fde1 100644
--- a/swh/web/settings/common.py
+++ b/swh/web/settings/common.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/settings/development.py b/swh/web/settings/development.py
index 9306877b7..4347d4ff3 100644
--- a/swh/web/settings/development.py
+++ b/swh/web/settings/development.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/settings/production.py b/swh/web/settings/production.py
index 9dcec89d7..e66aa23c2 100644
--- a/swh/web/settings/production.py
+++ b/swh/web/settings/production.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/settings/tests.py b/swh/web/settings/tests.py
index 448a17f27..22eaa9d9e 100644
--- a/swh/web/settings/tests.py
+++ b/swh/web/settings/tests.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/templates/layout.html b/swh/web/templates/layout.html
index 645c499ab..9309ea0e2 100644
--- a/swh/web/templates/layout.html
+++ b/swh/web/templates/layout.html
@@ -56,7 +56,7 @@
     </div>
     <div id="footer" class="panel-footer">
       <a href="https://www.softwareheritage.org">Software Heritage</a> &mdash;
-      Copyright (C) 2015&ndash;2017, The Software Heritage developers.
+      Copyright (C) 2015&ndash;{% now "Y" %}, The Software Heritage developers.
       License: <a href="https://www.gnu.org/licenses/agpl.html">GNU
       AGPLv3+</a>. <br /> The source code of Software Heritage <em>itself</em>
       is available on
diff --git a/swh/web/tests/__init__.py b/swh/web/tests/__init__.py
index c43ce86c9..40814eea0 100644
--- a/swh/web/tests/__init__.py
+++ b/swh/web/tests/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/api/test_api_lookup.py b/swh/web/tests/api/test_api_lookup.py
index 35b534a7d..9decd478d 100644
--- a/swh/web/tests/api/test_api_lookup.py
+++ b/swh/web/tests/api/test_api_lookup.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/api/test_apidoc.py b/swh/web/tests/api/test_apidoc.py
index d6381a996..8aef7a01b 100644
--- a/swh/web/tests/api/test_apidoc.py
+++ b/swh/web/tests/api/test_apidoc.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/api/test_apiresponse.py b/swh/web/tests/api/test_apiresponse.py
index 22dd353e8..4dbe223b5 100644
--- a/swh/web/tests/api/test_apiresponse.py
+++ b/swh/web/tests/api/test_apiresponse.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/api/test_utils.py b/swh/web/tests/api/test_utils.py
index 48340b995..5f96b83db 100644
--- a/swh/web/tests/api/test_utils.py
+++ b/swh/web/tests/api/test_utils.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/api/views/test_content.py b/swh/web/tests/api/views/test_content.py
index 67358cfe0..c5bb81aee 100644
--- a/swh/web/tests/api/views/test_content.py
+++ b/swh/web/tests/api/views/test_content.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/api/views/test_directory.py b/swh/web/tests/api/views/test_directory.py
index 39ac53952..e914ec7de 100644
--- a/swh/web/tests/api/views/test_directory.py
+++ b/swh/web/tests/api/views/test_directory.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/api/views/test_entity.py b/swh/web/tests/api/views/test_entity.py
index 8c7457cfb..d3e44270b 100644
--- a/swh/web/tests/api/views/test_entity.py
+++ b/swh/web/tests/api/views/test_entity.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/api/views/test_origin.py b/swh/web/tests/api/views/test_origin.py
index 9bf93fec4..36b23721d 100644
--- a/swh/web/tests/api/views/test_origin.py
+++ b/swh/web/tests/api/views/test_origin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/api/views/test_person.py b/swh/web/tests/api/views/test_person.py
index 56a43772f..f1e2415b3 100644
--- a/swh/web/tests/api/views/test_person.py
+++ b/swh/web/tests/api/views/test_person.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/api/views/test_release.py b/swh/web/tests/api/views/test_release.py
index f51694872..deb58d024 100644
--- a/swh/web/tests/api/views/test_release.py
+++ b/swh/web/tests/api/views/test_release.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/api/views/test_revision.py b/swh/web/tests/api/views/test_revision.py
index 19b488941..07cf44991 100644
--- a/swh/web/tests/api/views/test_revision.py
+++ b/swh/web/tests/api/views/test_revision.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/api/views/test_stat.py b/swh/web/tests/api/views/test_stat.py
index 4a7b864de..80386ed83 100644
--- a/swh/web/tests/api/views/test_stat.py
+++ b/swh/web/tests/api/views/test_stat.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/api/views/test_vault.py b/swh/web/tests/api/views/test_vault.py
index a55095121..aac8c0b14 100644
--- a/swh/web/tests/api/views/test_vault.py
+++ b/swh/web/tests/api/views/test_vault.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/browse/test_utils.py b/swh/web/tests/browse/test_utils.py
index 82b5fa4f6..d5596b565 100644
--- a/swh/web/tests/browse/test_utils.py
+++ b/swh/web/tests/browse/test_utils.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/browse/views/data/content_test_data.py b/swh/web/tests/browse/views/data/content_test_data.py
index df4421159..cd98ac935 100644
--- a/swh/web/tests/browse/views/data/content_test_data.py
+++ b/swh/web/tests/browse/views/data/content_test_data.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
@@ -200,4 +200,3 @@ non_utf8_encoding = 'iso-8859-1'
 
 with open(_non_utf8_encoding_file_path, 'rb') as iso88591_file:
     non_utf8_encoded_content = iso88591_file.read()
-    
\ No newline at end of file
diff --git a/swh/web/tests/browse/views/data/directory_test_data.py b/swh/web/tests/browse/views/data/directory_test_data.py
index ad956cc56..aebcec924 100644
--- a/swh/web/tests/browse/views/data/directory_test_data.py
+++ b/swh/web/tests/browse/views/data/directory_test_data.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/browse/views/data/origin_test_data.py b/swh/web/tests/browse/views/data/origin_test_data.py
index 25527a0b7..bda54239d 100644
--- a/swh/web/tests/browse/views/data/origin_test_data.py
+++ b/swh/web/tests/browse/views/data/origin_test_data.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/browse/views/data/revision_test_data.py b/swh/web/tests/browse/views/data/revision_test_data.py
index 6efbe1010..e41da7819 100644
--- a/swh/web/tests/browse/views/data/revision_test_data.py
+++ b/swh/web/tests/browse/views/data/revision_test_data.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
@@ -8,24 +8,24 @@
 revision_id_test = '7bc08e1aa0b08cb23e18715a32aa38517ad34672'
 
 revision_metadata_test = \
-{'id': '7bc08e1aa0b08cb23e18715a32aa38517ad34672', 
+{'id': '7bc08e1aa0b08cb23e18715a32aa38517ad34672',
  'type': 'git',
- 'parents': ['bf3652b16b65c27db5243aa0d674e2de4a8ccde9', 
-             'a952bb99a6830804d06c5b8e04b75c66100fbae9'], 
- 'metadata': {}, 
- 'committer': {'name': 'GitHub', 
-               'fullname': 'GitHub <noreply@github.com>', 
-               'id': 10932771, 
-               'email': 'noreply@github.com'}, 
- 'directory': 'ae59ceecf46367e8e4ad800e231fc76adc3afffb', 
- 'date': '2017-05-04T13:27:13+02:00', 
- 'merge': True, 
- 'committer_date': '2017-05-04T13:27:13+02:00', 
- 'author': {'name': 'Tobias Koppers', 
-            'fullname': 'Tobias Koppers <tobias.koppers@googlemail.com>', 
-            'id': 141959, 
-            'email': 'tobias.koppers@googlemail.com'}, 
- 'message': 'Merge pull request #4816 from webpack/bugfix/hoist-immutable-export\n\nhoist exports', 
+ 'parents': ['bf3652b16b65c27db5243aa0d674e2de4a8ccde9',
+             'a952bb99a6830804d06c5b8e04b75c66100fbae9'],
+ 'metadata': {},
+ 'committer': {'name': 'GitHub',
+               'fullname': 'GitHub <noreply@github.com>',
+               'id': 10932771,
+               'email': 'noreply@github.com'},
+ 'directory': 'ae59ceecf46367e8e4ad800e231fc76adc3afffb',
+ 'date': '2017-05-04T13:27:13+02:00',
+ 'merge': True,
+ 'committer_date': '2017-05-04T13:27:13+02:00',
+ 'author': {'name': 'Tobias Koppers',
+            'fullname': 'Tobias Koppers <tobias.koppers@googlemail.com>',
+            'id': 141959,
+            'email': 'tobias.koppers@googlemail.com'},
+ 'message': 'Merge pull request #4816 from webpack/bugfix/hoist-immutable-export\n\nhoist exports',
  'synthetic': False
 }
 
diff --git a/swh/web/tests/browse/views/test_content.py b/swh/web/tests/browse/views/test_content.py
index 5cf8826ec..5d738fb0a 100644
--- a/swh/web/tests/browse/views/test_content.py
+++ b/swh/web/tests/browse/views/test_content.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/browse/views/test_directory.py b/swh/web/tests/browse/views/test_directory.py
index c9e6d834e..42fe069d2 100644
--- a/swh/web/tests/browse/views/test_directory.py
+++ b/swh/web/tests/browse/views/test_directory.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/browse/views/test_origin.py b/swh/web/tests/browse/views/test_origin.py
index 7b489e9e4..a8b6d6a8a 100644
--- a/swh/web/tests/browse/views/test_origin.py
+++ b/swh/web/tests/browse/views/test_origin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/browse/views/test_person.py b/swh/web/tests/browse/views/test_person.py
index e031fff63..d3cab7e60 100644
--- a/swh/web/tests/browse/views/test_person.py
+++ b/swh/web/tests/browse/views/test_person.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/browse/views/test_revision.py b/swh/web/tests/browse/views/test_revision.py
index aed0ca8d9..33cd9d1ab 100644
--- a/swh/web/tests/browse/views/test_revision.py
+++ b/swh/web/tests/browse/views/test_revision.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/common/test_converters.py b/swh/web/tests/common/test_converters.py
index 8bf3d5ed0..e1a1ae201 100644
--- a/swh/web/tests/common/test_converters.py
+++ b/swh/web/tests/common/test_converters.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/common/test_highlightjs.py b/swh/web/tests/common/test_highlightjs.py
index b6fbbcb79..c5e285860 100644
--- a/swh/web/tests/common/test_highlightjs.py
+++ b/swh/web/tests/common/test_highlightjs.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/common/test_query.py b/swh/web/tests/common/test_query.py
index 26090c8be..06d37dd9c 100644
--- a/swh/web/tests/common/test_query.py
+++ b/swh/web/tests/common/test_query.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/common/test_service.py b/swh/web/tests/common/test_service.py
index 3a6461786..198af0c18 100644
--- a/swh/web/tests/common/test_service.py
+++ b/swh/web/tests/common/test_service.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/common/test_templatetags.py b/swh/web/tests/common/test_templatetags.py
index 67e5e56f9..767bca040 100644
--- a/swh/web/tests/common/test_templatetags.py
+++ b/swh/web/tests/common/test_templatetags.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2017  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/common/test_throttling.py b/swh/web/tests/common/test_throttling.py
index 3400e671c..a902ef19c 100644
--- a/swh/web/tests/common/test_throttling.py
+++ b/swh/web/tests/common/test_throttling.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/common/test_utils.py b/swh/web/tests/common/test_utils.py
index a58bd93af..455cdc540 100644
--- a/swh/web/tests/common/test_utils.py
+++ b/swh/web/tests/common/test_utils.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/tests/testbase.py b/swh/web/tests/testbase.py
index bc312b1cf..29092c059 100644
--- a/swh/web/tests/testbase.py
+++ b/swh/web/tests/testbase.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2016  The Software Heritage developers
+# Copyright (C) 2015-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/urls.py b/swh/web/urls.py
index 058ef4a6d..4d4db76be 100644
--- a/swh/web/urls.py
+++ b/swh/web/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
diff --git a/swh/web/wsgi.py b/swh/web/wsgi.py
index 9eee6ac16..87f37a9e6 100644
--- a/swh/web/wsgi.py
+++ b/swh/web/wsgi.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  The Software Heritage developers
+# Copyright (C) 2017-2018  The Software Heritage developers
 # See the AUTHORS file at the top-level directory of this distribution
 # License: GNU General Public License version 3, or any later version
 # See top-level LICENSE file for more information
-- 
GitLab