Merge lp:~nataliabidart/magicicada-server/update-copyright-notices into lp:magicicada-server

Proposed by Natalia Bidart
Status: Merged
Approved by: Natalia Bidart
Approved revision: 86
Merged at revision: 85
Proposed branch: lp:~nataliabidart/magicicada-server/update-copyright-notices
Merge into: lp:magicicada-server
Diff against target: 1521 lines (+137/-137)
133 files modified
Makefile (+1/-1)
config-manager.txt (+1/-1)
dev-scripts/_pythonpath.py (+1/-1)
dev-scripts/cmd_client.py (+1/-1)
dev-scripts/deploy_api_server.py (+2/-2)
dev-scripts/dev_launcher.py (+2/-2)
dev-scripts/link-external-sourcecode (+2/-2)
dev-scripts/sd_test.sh (+1/-1)
dev-scripts/set_rlimits.sh (+1/-1)
dev-scripts/start-dbus.sh (+1/-1)
dev-scripts/stop-dbus.sh (+1/-1)
dev-scripts/supervisor-config-dev.py (+1/-1)
dev-scripts/supervisor_templates.py (+1/-1)
dev-scripts/user-mgr.py (+1/-1)
lib/ubuntuone/__init__.py (+1/-1)
lib/ubuntuone/supervisor/__init__.py (+1/-1)
lib/ubuntuone/supervisor/config_helpers.py (+1/-1)
lib/ubuntuone/supervisor/heartbeat_listener.py (+1/-1)
lib/ubuntuone/supervisor/start-supervisord.py (+1/-1)
lib/ubuntuone/supervisor/tests/__init__.py (+1/-1)
lib/ubuntuone/supervisor/tests/test_heartbeat_listener.py (+1/-1)
lib/ubuntuone/supervisor/tests/test_utils.py (+1/-1)
lib/ubuntuone/supervisor/utils.py (+1/-1)
lib/utilities/__init__.py (+1/-1)
lib/utilities/dev_launcher.py (+1/-1)
lib/utilities/localendpoints.py (+1/-1)
lib/utilities/testlib.py (+1/-1)
lib/utilities/utils.py (+1/-1)
magicicada/filesync/__init__.py (+1/-1)
magicicada/filesync/admin.py (+1/-1)
magicicada/filesync/dbmanager.py (+1/-1)
magicicada/filesync/downloadservices.py (+1/-1)
magicicada/filesync/errors.py (+1/-1)
magicicada/filesync/management/commands/user_mgr.py (+1/-1)
magicicada/filesync/managers.py (+1/-1)
magicicada/filesync/models.py (+1/-1)
magicicada/filesync/notifier/__init__.py (+1/-1)
magicicada/filesync/notifier/notifier.py (+1/-1)
magicicada/filesync/notifier/tests/__init__.py (+1/-1)
magicicada/filesync/notifier/tests/test_notifier.py (+1/-1)
magicicada/filesync/resthelper.py (+1/-1)
magicicada/filesync/services.py (+1/-1)
magicicada/filesync/signals.py (+1/-1)
magicicada/filesync/tests/test_admin.py (+1/-1)
magicicada/filesync/tests/test_dao.py (+1/-1)
magicicada/filesync/tests/test_downloadservices.py (+1/-1)
magicicada/filesync/tests/test_gateway.py (+1/-1)
magicicada/filesync/tests/test_models.py (+1/-1)
magicicada/filesync/tests/test_resthelper.py (+1/-1)
magicicada/filesync/tests/test_services.py (+1/-1)
magicicada/filesync/tests/test_utils.py (+1/-1)
magicicada/filesync/utilities/harness.py (+2/-2)
magicicada/filesync/utilities/keyword_script.py (+1/-1)
magicicada/filesync/utilities/make_abundant_files.py (+1/-1)
magicicada/filesync/utils.py (+1/-1)
magicicada/metrics/__init__.py (+1/-1)
magicicada/metrics/services.py (+1/-1)
magicicada/metrics/tests/__init__.py (+1/-1)
magicicada/metrics/tests/test_services.py (+1/-1)
magicicada/monitoring/__init__.py (+1/-1)
magicicada/monitoring/dump.py (+1/-1)
magicicada/monitoring/reactor.py (+1/-1)
magicicada/monitoring/tests/__init__.py (+1/-1)
magicicada/monitoring/tests/test_dump.py (+1/-1)
magicicada/monitoring/tests/test_reactor.py (+1/-1)
magicicada/rpcdb/__init__.py (+1/-1)
magicicada/rpcdb/backend.py (+1/-1)
magicicada/rpcdb/inthread.py (+1/-1)
magicicada/rpcdb/tests/__init__.py (+1/-1)
magicicada/rpcdb/tests/test_backend.py (+1/-1)
magicicada/server/__init__.py (+1/-1)
magicicada/server/auth.py (+1/-1)
magicicada/server/content.py (+1/-1)
magicicada/server/diskstorage.py (+1/-1)
magicicada/server/errors.py (+1/-1)
magicicada/server/integration/__init__.py (+1/-1)
magicicada/server/integration/helpers.py (+1/-1)
magicicada/server/integration/integtests_basic.py (+1/-1)
magicicada/server/integration/integtests_udf.py (+1/-1)
magicicada/server/integration/run_integtests.py (+1/-1)
magicicada/server/integtests/__init__.py (+1/-1)
magicicada/server/integtests/test_action_queue.py (+1/-1)
magicicada/server/integtests/test_aq_cancel.py (+1/-1)
magicicada/server/integtests/test_capabilities.py (+1/-1)
magicicada/server/integtests/test_cleanup.py (+1/-1)
magicicada/server/integtests/test_server_scan.py (+1/-1)
magicicada/server/integtests/test_share_sync.py (+1/-1)
magicicada/server/integtests/test_sync.py (+1/-1)
magicicada/server/integtests/test_udf_sync.py (+1/-1)
magicicada/server/server.py (+1/-1)
magicicada/server/server.tac (+1/-1)
magicicada/server/ssl.py (+1/-1)
magicicada/server/ssl_proxy.py (+1/-1)
magicicada/server/ssl_proxy.tac (+1/-1)
magicicada/server/stats.py (+1/-1)
magicicada/server/testing/__init__.py (+1/-1)
magicicada/server/testing/aq_helpers.py (+1/-1)
magicicada/server/testing/caps_helpers.py (+1/-1)
magicicada/server/testing/testcase.py (+1/-1)
magicicada/server/tests/__init__.py (+1/-1)
magicicada/server/tests/test_account.py (+1/-1)
magicicada/server/tests/test_auth.py (+1/-1)
magicicada/server/tests/test_basic.py (+1/-1)
magicicada/server/tests/test_capabilities.py (+1/-1)
magicicada/server/tests/test_content.py (+1/-1)
magicicada/server/tests/test_diskstorage.py (+1/-1)
magicicada/server/tests/test_fileops.py (+1/-1)
magicicada/server/tests/test_generations.py (+1/-1)
magicicada/server/tests/test_make.py (+1/-1)
magicicada/server/tests/test_notify_delivery.py (+1/-1)
magicicada/server/tests/test_server.py (+1/-1)
magicicada/server/tests/test_sharing.py (+1/-1)
magicicada/server/tests/test_shutdown.py (+1/-1)
magicicada/server/tests/test_ssl_proxy.py (+1/-1)
magicicada/server/tests/test_stats.py (+1/-1)
magicicada/server/tests/test_throttling.py (+1/-1)
magicicada/server/tests/test_udfs.py (+1/-1)
magicicada/server/tests/test_upload.py (+1/-1)
magicicada/server/tests/test_validation.py (+1/-1)
magicicada/server/tests/test_volumes.py (+1/-1)
magicicada/server/upload.py (+1/-1)
magicicada/settings/__init__.py (+1/-1)
magicicada/testing/__init__.py (+1/-1)
magicicada/testing/factory.py (+1/-1)
magicicada/testing/testcase.py (+1/-1)
magicicada/txlog/__init__.py (+1/-1)
magicicada/txlog/models.py (+1/-1)
magicicada/txlog/tests/__init__.py (+1/-1)
magicicada/txlog/tests/test_models.py (+1/-1)
magicicada/txlog/tests/test_utils.py (+1/-1)
magicicada/txlog/utils.py (+1/-1)
magicicada/utils.py (+1/-1)
test (+1/-1)
To merge this branch: bzr merge lp:~nataliabidart/magicicada-server/update-copyright-notices
Reviewer Review Type Date Requested Status
Natalia Bidart Approve
Review via email: mp+342757@code.launchpad.net

Commit message

- Changed copyright notices and fixed shebangs for python scripts.

To post a comment you must log in.
Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Trivial

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2017-04-22 21:07:36 +0000
+++ Makefile 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'config-manager.txt'
--- config-manager.txt 2018-03-20 19:21:27 +0000
+++ config-manager.txt 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'dev-scripts/_pythonpath.py'
--- dev-scripts/_pythonpath.py 2015-09-17 19:30:41 +0000
+++ dev-scripts/_pythonpath.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'dev-scripts/cmd_client.py'
--- dev-scripts/cmd_client.py 2017-04-22 21:07:36 +0000
+++ dev-scripts/cmd_client.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#!/usr/bin/env python1#!/usr/bin/env python
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'dev-scripts/deploy_api_server.py'
--- dev-scripts/deploy_api_server.py 2017-04-22 21:07:36 +0000
+++ dev-scripts/deploy_api_server.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#!/usr/bin/python -Wignore1#!/usr/bin/env python
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'dev-scripts/dev_launcher.py'
--- dev-scripts/dev_launcher.py 2017-04-22 21:07:36 +0000
+++ dev-scripts/dev_launcher.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#!/usr/bin/python -Wignore1#!/usr/bin/env python
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'dev-scripts/link-external-sourcecode'
--- dev-scripts/link-external-sourcecode 2016-08-30 00:50:31 +0000
+++ dev-scripts/link-external-sourcecode 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#!/usr/bin/python -Wignore1#!/usr/bin/env python
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'dev-scripts/sd_test.sh'
--- dev-scripts/sd_test.sh 2015-09-17 19:30:41 +0000
+++ dev-scripts/sd_test.sh 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#!/bin/bash1#!/bin/bash
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'dev-scripts/set_rlimits.sh'
--- dev-scripts/set_rlimits.sh 2015-09-17 19:30:41 +0000
+++ dev-scripts/set_rlimits.sh 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#!/bin/bash1#!/bin/bash
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'dev-scripts/start-dbus.sh'
--- dev-scripts/start-dbus.sh 2015-09-17 19:30:41 +0000
+++ dev-scripts/start-dbus.sh 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#!/usr/bin/env sh1#!/usr/bin/env sh
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'dev-scripts/stop-dbus.sh'
--- dev-scripts/stop-dbus.sh 2015-09-17 19:30:41 +0000
+++ dev-scripts/stop-dbus.sh 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#!/usr/bin/env sh1#!/usr/bin/env sh
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'dev-scripts/supervisor-config-dev.py'
--- dev-scripts/supervisor-config-dev.py 2016-05-31 22:59:18 +0000
+++ dev-scripts/supervisor-config-dev.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'dev-scripts/supervisor_templates.py'
--- dev-scripts/supervisor_templates.py 2016-05-29 21:20:25 +0000
+++ dev-scripts/supervisor_templates.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'dev-scripts/user-mgr.py'
--- dev-scripts/user-mgr.py 2016-05-29 21:20:25 +0000
+++ dev-scripts/user-mgr.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#!/usr/bin/env python1#!/usr/bin/env python
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'lib/ubuntuone/__init__.py'
--- lib/ubuntuone/__init__.py 2015-09-17 19:40:36 +0000
+++ lib/ubuntuone/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'lib/ubuntuone/supervisor/__init__.py'
--- lib/ubuntuone/supervisor/__init__.py 2015-09-17 19:40:36 +0000
+++ lib/ubuntuone/supervisor/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'lib/ubuntuone/supervisor/config_helpers.py'
--- lib/ubuntuone/supervisor/config_helpers.py 2016-05-31 22:59:18 +0000
+++ lib/ubuntuone/supervisor/config_helpers.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'lib/ubuntuone/supervisor/heartbeat_listener.py'
--- lib/ubuntuone/supervisor/heartbeat_listener.py 2016-05-29 23:43:14 +0000
+++ lib/ubuntuone/supervisor/heartbeat_listener.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'lib/ubuntuone/supervisor/start-supervisord.py'
--- lib/ubuntuone/supervisor/start-supervisord.py 2015-09-17 19:40:36 +0000
+++ lib/ubuntuone/supervisor/start-supervisord.py 2018-04-05 20:59:10 +0000
@@ -2,7 +2,7 @@
2# -*- coding: utf-8 -*-2# -*- coding: utf-8 -*-
33
4# Copyright 2008-2015 Canonical4# Copyright 2008-2015 Canonical
5# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)5# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
6#6#
7# This program is free software: you can redistribute it and/or modify7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as8# it under the terms of the GNU Affero General Public License as
99
=== modified file 'lib/ubuntuone/supervisor/tests/__init__.py'
--- lib/ubuntuone/supervisor/tests/__init__.py 2015-09-17 19:40:36 +0000
+++ lib/ubuntuone/supervisor/tests/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'lib/ubuntuone/supervisor/tests/test_heartbeat_listener.py'
--- lib/ubuntuone/supervisor/tests/test_heartbeat_listener.py 2015-09-17 19:40:36 +0000
+++ lib/ubuntuone/supervisor/tests/test_heartbeat_listener.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'lib/ubuntuone/supervisor/tests/test_utils.py'
--- lib/ubuntuone/supervisor/tests/test_utils.py 2015-09-17 19:40:36 +0000
+++ lib/ubuntuone/supervisor/tests/test_utils.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'lib/ubuntuone/supervisor/utils.py'
--- lib/ubuntuone/supervisor/utils.py 2015-09-17 19:40:36 +0000
+++ lib/ubuntuone/supervisor/utils.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'lib/utilities/__init__.py'
--- lib/utilities/__init__.py 2015-09-17 19:18:13 +0000
+++ lib/utilities/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'lib/utilities/dev_launcher.py'
--- lib/utilities/dev_launcher.py 2016-09-28 19:40:47 +0000
+++ lib/utilities/dev_launcher.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'lib/utilities/localendpoints.py'
--- lib/utilities/localendpoints.py 2016-02-20 17:03:19 +0000
+++ lib/utilities/localendpoints.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'lib/utilities/testlib.py'
--- lib/utilities/testlib.py 2016-09-15 11:46:39 +0000
+++ lib/utilities/testlib.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'lib/utilities/utils.py'
--- lib/utilities/utils.py 2015-09-17 22:40:00 +0000
+++ lib/utilities/utils.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/__init__.py'
--- magicicada/filesync/__init__.py 2016-03-09 22:46:22 +0000
+++ magicicada/filesync/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/admin.py'
--- magicicada/filesync/admin.py 2016-05-29 20:37:49 +0000
+++ magicicada/filesync/admin.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/dbmanager.py'
--- magicicada/filesync/dbmanager.py 2016-06-07 19:06:06 +0000
+++ magicicada/filesync/dbmanager.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/downloadservices.py'
--- magicicada/filesync/downloadservices.py 2016-06-03 20:57:04 +0000
+++ magicicada/filesync/downloadservices.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/errors.py'
--- magicicada/filesync/errors.py 2016-06-03 20:57:04 +0000
+++ magicicada/filesync/errors.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/management/commands/user_mgr.py'
--- magicicada/filesync/management/commands/user_mgr.py 2016-05-29 20:37:49 +0000
+++ magicicada/filesync/management/commands/user_mgr.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#!/usr/bin/env python1#!/usr/bin/env python
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/filesync/managers.py'
--- magicicada/filesync/managers.py 2016-05-29 20:37:49 +0000
+++ magicicada/filesync/managers.py 2018-04-05 20:59:10 +0000
@@ -1,4 +1,4 @@
1# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)1# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
2#2#
3# This program is free software: you can redistribute it and/or modify3# This program is free software: you can redistribute it and/or modify
4# it under the terms of the GNU Affero General Public License as4# it under the terms of the GNU Affero General Public License as
55
=== modified file 'magicicada/filesync/models.py'
--- magicicada/filesync/models.py 2016-05-29 20:37:49 +0000
+++ magicicada/filesync/models.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/notifier/__init__.py'
--- magicicada/filesync/notifier/__init__.py 2015-09-17 19:18:13 +0000
+++ magicicada/filesync/notifier/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/notifier/notifier.py'
--- magicicada/filesync/notifier/notifier.py 2016-05-29 20:37:49 +0000
+++ magicicada/filesync/notifier/notifier.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/notifier/tests/__init__.py'
--- magicicada/filesync/notifier/tests/__init__.py 2015-09-17 19:18:13 +0000
+++ magicicada/filesync/notifier/tests/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/notifier/tests/test_notifier.py'
--- magicicada/filesync/notifier/tests/test_notifier.py 2016-06-07 19:06:06 +0000
+++ magicicada/filesync/notifier/tests/test_notifier.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/resthelper.py'
--- magicicada/filesync/resthelper.py 2016-06-07 19:06:06 +0000
+++ magicicada/filesync/resthelper.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/services.py'
--- magicicada/filesync/services.py 2016-12-27 21:57:00 +0000
+++ magicicada/filesync/services.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/signals.py'
--- magicicada/filesync/signals.py 2016-02-27 21:33:06 +0000
+++ magicicada/filesync/signals.py 2018-04-05 20:59:10 +0000
@@ -1,4 +1,4 @@
1# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)1# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
2#2#
3# This program is free software: you can redistribute it and/or modify3# This program is free software: you can redistribute it and/or modify
4# it under the terms of the GNU Affero General Public License as4# it under the terms of the GNU Affero General Public License as
55
=== modified file 'magicicada/filesync/tests/test_admin.py'
--- magicicada/filesync/tests/test_admin.py 2016-05-29 20:37:49 +0000
+++ magicicada/filesync/tests/test_admin.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/tests/test_dao.py'
--- magicicada/filesync/tests/test_dao.py 2016-05-29 20:37:49 +0000
+++ magicicada/filesync/tests/test_dao.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/tests/test_downloadservices.py'
--- magicicada/filesync/tests/test_downloadservices.py 2016-05-29 20:37:49 +0000
+++ magicicada/filesync/tests/test_downloadservices.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/tests/test_gateway.py'
--- magicicada/filesync/tests/test_gateway.py 2016-06-03 20:57:04 +0000
+++ magicicada/filesync/tests/test_gateway.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/tests/test_models.py'
--- magicicada/filesync/tests/test_models.py 2016-05-29 20:37:49 +0000
+++ magicicada/filesync/tests/test_models.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/tests/test_resthelper.py'
--- magicicada/filesync/tests/test_resthelper.py 2016-06-08 20:35:10 +0000
+++ magicicada/filesync/tests/test_resthelper.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/tests/test_services.py'
--- magicicada/filesync/tests/test_services.py 2016-05-29 20:37:49 +0000
+++ magicicada/filesync/tests/test_services.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/tests/test_utils.py'
--- magicicada/filesync/tests/test_utils.py 2016-06-03 20:57:04 +0000
+++ magicicada/filesync/tests/test_utils.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/filesync/utilities/harness.py'
--- magicicada/filesync/utilities/harness.py 2016-06-03 20:57:04 +0000
+++ magicicada/filesync/utilities/harness.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#! /usr/bin/python -i1#! /usr/bin/env python -i
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/filesync/utilities/keyword_script.py'
--- magicicada/filesync/utilities/keyword_script.py 2016-02-20 17:03:19 +0000
+++ magicicada/filesync/utilities/keyword_script.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#!/usr/bin/env python1#!/usr/bin/env python
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/filesync/utilities/make_abundant_files.py'
--- magicicada/filesync/utilities/make_abundant_files.py 2016-12-27 21:57:00 +0000
+++ magicicada/filesync/utilities/make_abundant_files.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#!/usr/bin/env python1#!/usr/bin/env python
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/filesync/utils.py'
--- magicicada/filesync/utils.py 2016-03-07 19:01:17 +0000
+++ magicicada/filesync/utils.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/metrics/__init__.py'
--- magicicada/metrics/__init__.py 2016-06-08 21:04:35 +0000
+++ magicicada/metrics/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/metrics/services.py'
--- magicicada/metrics/services.py 2016-08-14 21:51:15 +0000
+++ magicicada/metrics/services.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/metrics/tests/__init__.py'
--- magicicada/metrics/tests/__init__.py 2015-09-17 22:40:00 +0000
+++ magicicada/metrics/tests/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/metrics/tests/test_services.py'
--- magicicada/metrics/tests/test_services.py 2016-08-14 21:51:15 +0000
+++ magicicada/metrics/tests/test_services.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/monitoring/__init__.py'
--- magicicada/monitoring/__init__.py 2015-09-17 19:18:13 +0000
+++ magicicada/monitoring/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/monitoring/dump.py'
--- magicicada/monitoring/dump.py 2016-03-07 19:01:17 +0000
+++ magicicada/monitoring/dump.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/monitoring/reactor.py'
--- magicicada/monitoring/reactor.py 2016-08-08 01:14:41 +0000
+++ magicicada/monitoring/reactor.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/monitoring/tests/__init__.py'
--- magicicada/monitoring/tests/__init__.py 2015-09-17 19:18:13 +0000
+++ magicicada/monitoring/tests/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/monitoring/tests/test_dump.py'
--- magicicada/monitoring/tests/test_dump.py 2016-05-29 21:23:33 +0000
+++ magicicada/monitoring/tests/test_dump.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/monitoring/tests/test_reactor.py'
--- magicicada/monitoring/tests/test_reactor.py 2016-08-25 22:15:41 +0000
+++ magicicada/monitoring/tests/test_reactor.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/rpcdb/__init__.py'
--- magicicada/rpcdb/__init__.py 2016-05-20 23:22:56 +0000
+++ magicicada/rpcdb/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/rpcdb/backend.py'
--- magicicada/rpcdb/backend.py 2016-11-07 01:37:46 +0000
+++ magicicada/rpcdb/backend.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/rpcdb/inthread.py'
--- magicicada/rpcdb/inthread.py 2016-05-29 20:58:45 +0000
+++ magicicada/rpcdb/inthread.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/rpcdb/tests/__init__.py'
--- magicicada/rpcdb/tests/__init__.py 2015-09-17 19:18:13 +0000
+++ magicicada/rpcdb/tests/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/rpcdb/tests/test_backend.py'
--- magicicada/rpcdb/tests/test_backend.py 2017-04-22 21:07:36 +0000
+++ magicicada/rpcdb/tests/test_backend.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/__init__.py'
--- magicicada/server/__init__.py 2015-09-17 19:18:13 +0000
+++ magicicada/server/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/auth.py'
--- magicicada/server/auth.py 2016-05-29 23:43:14 +0000
+++ magicicada/server/auth.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/content.py'
--- magicicada/server/content.py 2017-04-22 21:07:36 +0000
+++ magicicada/server/content.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/diskstorage.py'
--- magicicada/server/diskstorage.py 2016-10-12 02:48:12 +0000
+++ magicicada/server/diskstorage.py 2018-04-05 20:59:10 +0000
@@ -1,4 +1,4 @@
1# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)1# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
2#2#
3# This program is free software: you can redistribute it and/or modify3# This program is free software: you can redistribute it and/or modify
4# it under the terms of the GNU Affero General Public License as4# it under the terms of the GNU Affero General Public License as
55
=== modified file 'magicicada/server/errors.py'
--- magicicada/server/errors.py 2015-09-27 21:29:14 +0000
+++ magicicada/server/errors.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/integration/__init__.py'
--- magicicada/server/integration/__init__.py 2015-09-17 19:18:13 +0000
+++ magicicada/server/integration/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/integration/helpers.py'
--- magicicada/server/integration/helpers.py 2015-09-18 23:36:43 +0000
+++ magicicada/server/integration/helpers.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/integration/integtests_basic.py'
--- magicicada/server/integration/integtests_basic.py 2016-05-29 20:58:45 +0000
+++ magicicada/server/integration/integtests_basic.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- coding: utf8 -*-1# -*- coding: utf8 -*-
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/integration/integtests_udf.py'
--- magicicada/server/integration/integtests_udf.py 2016-12-27 21:57:00 +0000
+++ magicicada/server/integration/integtests_udf.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/integration/run_integtests.py'
--- magicicada/server/integration/run_integtests.py 2017-04-22 21:07:36 +0000
+++ magicicada/server/integration/run_integtests.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/integtests/__init__.py'
--- magicicada/server/integtests/__init__.py 2015-09-17 19:18:13 +0000
+++ magicicada/server/integtests/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/integtests/test_action_queue.py'
--- magicicada/server/integtests/test_action_queue.py 2018-03-20 19:21:27 +0000
+++ magicicada/server/integtests/test_action_queue.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/integtests/test_aq_cancel.py'
--- magicicada/server/integtests/test_aq_cancel.py 2016-06-07 19:06:06 +0000
+++ magicicada/server/integtests/test_aq_cancel.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/integtests/test_capabilities.py'
--- magicicada/server/integtests/test_capabilities.py 2016-06-03 20:57:04 +0000
+++ magicicada/server/integtests/test_capabilities.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/integtests/test_cleanup.py'
--- magicicada/server/integtests/test_cleanup.py 2016-05-29 20:58:45 +0000
+++ magicicada/server/integtests/test_cleanup.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/integtests/test_server_scan.py'
--- magicicada/server/integtests/test_server_scan.py 2016-06-07 19:06:06 +0000
+++ magicicada/server/integtests/test_server_scan.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/integtests/test_share_sync.py'
--- magicicada/server/integtests/test_share_sync.py 2016-05-29 20:58:45 +0000
+++ magicicada/server/integtests/test_share_sync.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/integtests/test_sync.py'
--- magicicada/server/integtests/test_sync.py 2018-03-20 19:21:27 +0000
+++ magicicada/server/integtests/test_sync.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/integtests/test_udf_sync.py'
--- magicicada/server/integtests/test_udf_sync.py 2016-05-29 20:58:45 +0000
+++ magicicada/server/integtests/test_udf_sync.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/server.py'
--- magicicada/server/server.py 2018-03-20 19:21:27 +0000
+++ magicicada/server/server.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/server.tac'
--- magicicada/server/server.tac 2016-08-14 21:51:15 +0000
+++ magicicada/server/server.tac 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- python -*-1# -*- python -*-
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/ssl.py'
--- magicicada/server/ssl.py 2016-09-15 11:46:39 +0000
+++ magicicada/server/ssl.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/ssl_proxy.py'
--- magicicada/server/ssl_proxy.py 2017-04-22 22:00:09 +0000
+++ magicicada/server/ssl_proxy.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/ssl_proxy.tac'
--- magicicada/server/ssl_proxy.tac 2016-06-03 20:57:04 +0000
+++ magicicada/server/ssl_proxy.tac 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- python -*-1# -*- python -*-
2#2#
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/stats.py'
--- magicicada/server/stats.py 2016-08-08 01:14:41 +0000
+++ magicicada/server/stats.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/testing/__init__.py'
--- magicicada/server/testing/__init__.py 2015-09-17 19:18:13 +0000
+++ magicicada/server/testing/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/testing/aq_helpers.py'
--- magicicada/server/testing/aq_helpers.py 2018-03-20 19:21:27 +0000
+++ magicicada/server/testing/aq_helpers.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/testing/caps_helpers.py'
--- magicicada/server/testing/caps_helpers.py 2016-06-03 21:44:35 +0000
+++ magicicada/server/testing/caps_helpers.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/testing/testcase.py'
--- magicicada/server/testing/testcase.py 2017-04-22 21:07:36 +0000
+++ magicicada/server/testing/testcase.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/__init__.py'
--- magicicada/server/tests/__init__.py 2015-09-17 19:18:13 +0000
+++ magicicada/server/tests/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_account.py'
--- magicicada/server/tests/test_account.py 2016-05-29 20:58:45 +0000
+++ magicicada/server/tests/test_account.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_auth.py'
--- magicicada/server/tests/test_auth.py 2017-04-22 21:07:36 +0000
+++ magicicada/server/tests/test_auth.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_basic.py'
--- magicicada/server/tests/test_basic.py 2016-08-14 21:51:15 +0000
+++ magicicada/server/tests/test_basic.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_capabilities.py'
--- magicicada/server/tests/test_capabilities.py 2016-06-08 21:04:35 +0000
+++ magicicada/server/tests/test_capabilities.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_content.py'
--- magicicada/server/tests/test_content.py 2017-04-22 21:07:36 +0000
+++ magicicada/server/tests/test_content.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_diskstorage.py'
--- magicicada/server/tests/test_diskstorage.py 2016-10-12 02:48:12 +0000
+++ magicicada/server/tests/test_diskstorage.py 2018-04-05 20:59:10 +0000
@@ -1,6 +1,6 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
22
3# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)3# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
4#4#
5# This program is free software: you can redistribute it and/or modify5# This program is free software: you can redistribute it and/or modify
6# it under the terms of the GNU Affero General Public License as6# it under the terms of the GNU Affero General Public License as
77
=== modified file 'magicicada/server/tests/test_fileops.py'
--- magicicada/server/tests/test_fileops.py 2016-11-07 01:37:46 +0000
+++ magicicada/server/tests/test_fileops.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_generations.py'
--- magicicada/server/tests/test_generations.py 2017-04-22 21:07:36 +0000
+++ magicicada/server/tests/test_generations.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/tests/test_make.py'
--- magicicada/server/tests/test_make.py 2016-05-29 20:58:45 +0000
+++ magicicada/server/tests/test_make.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/tests/test_notify_delivery.py'
--- magicicada/server/tests/test_notify_delivery.py 2016-08-14 21:51:15 +0000
+++ magicicada/server/tests/test_notify_delivery.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_server.py'
--- magicicada/server/tests/test_server.py 2017-04-22 21:07:36 +0000
+++ magicicada/server/tests/test_server.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/tests/test_sharing.py'
--- magicicada/server/tests/test_sharing.py 2016-06-07 19:06:06 +0000
+++ magicicada/server/tests/test_sharing.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_shutdown.py'
--- magicicada/server/tests/test_shutdown.py 2018-03-20 19:21:27 +0000
+++ magicicada/server/tests/test_shutdown.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_ssl_proxy.py'
--- magicicada/server/tests/test_ssl_proxy.py 2017-04-22 21:07:36 +0000
+++ magicicada/server/tests/test_ssl_proxy.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_stats.py'
--- magicicada/server/tests/test_stats.py 2016-06-03 00:35:53 +0000
+++ magicicada/server/tests/test_stats.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_throttling.py'
--- magicicada/server/tests/test_throttling.py 2016-05-29 20:58:45 +0000
+++ magicicada/server/tests/test_throttling.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_udfs.py'
--- magicicada/server/tests/test_udfs.py 2016-06-07 19:06:06 +0000
+++ magicicada/server/tests/test_udfs.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/tests/test_upload.py'
--- magicicada/server/tests/test_upload.py 2016-06-03 00:35:53 +0000
+++ magicicada/server/tests/test_upload.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/server/tests/test_validation.py'
--- magicicada/server/tests/test_validation.py 2016-06-03 21:44:35 +0000
+++ magicicada/server/tests/test_validation.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/tests/test_volumes.py'
--- magicicada/server/tests/test_volumes.py 2016-05-29 20:58:45 +0000
+++ magicicada/server/tests/test_volumes.py 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as
88
=== modified file 'magicicada/server/upload.py'
--- magicicada/server/upload.py 2016-06-03 21:44:35 +0000
+++ magicicada/server/upload.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/settings/__init__.py'
--- magicicada/settings/__init__.py 2018-03-20 19:21:27 +0000
+++ magicicada/settings/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015-2017 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/testing/__init__.py'
--- magicicada/testing/__init__.py 2015-09-17 19:18:13 +0000
+++ magicicada/testing/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/testing/factory.py'
--- magicicada/testing/factory.py 2016-05-29 20:37:49 +0000
+++ magicicada/testing/factory.py 2018-04-05 20:59:10 +0000
@@ -1,4 +1,4 @@
1# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)1# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
2#2#
3# This program is free software: you can redistribute it and/or modify3# This program is free software: you can redistribute it and/or modify
4# it under the terms of the GNU Affero General Public License as4# it under the terms of the GNU Affero General Public License as
55
=== modified file 'magicicada/testing/testcase.py'
--- magicicada/testing/testcase.py 2016-06-07 19:06:06 +0000
+++ magicicada/testing/testcase.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/txlog/__init__.py'
--- magicicada/txlog/__init__.py 2015-09-17 19:18:13 +0000
+++ magicicada/txlog/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/txlog/models.py'
--- magicicada/txlog/models.py 2016-05-29 20:37:49 +0000
+++ magicicada/txlog/models.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/txlog/tests/__init__.py'
--- magicicada/txlog/tests/__init__.py 2015-09-17 19:18:13 +0000
+++ magicicada/txlog/tests/__init__.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/txlog/tests/test_models.py'
--- magicicada/txlog/tests/test_models.py 2016-08-25 22:59:10 +0000
+++ magicicada/txlog/tests/test_models.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/txlog/tests/test_utils.py'
--- magicicada/txlog/tests/test_utils.py 2016-05-29 20:37:49 +0000
+++ magicicada/txlog/tests/test_utils.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/txlog/utils.py'
--- magicicada/txlog/utils.py 2016-05-29 20:37:49 +0000
+++ magicicada/txlog/utils.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'magicicada/utils.py'
--- magicicada/utils.py 2016-05-29 20:37:49 +0000
+++ magicicada/utils.py 2018-04-05 20:59:10 +0000
@@ -1,5 +1,5 @@
1# Copyright 2008-2015 Canonical1# Copyright 2008-2015 Canonical
2# Copyright 2015 Chicharreros (https://launchpad.net/~chicharreros)2# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
3#3#
4# This program is free software: you can redistribute it and/or modify4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU Affero General Public License as5# it under the terms of the GNU Affero General Public License as
66
=== modified file 'test'
--- test 2016-11-07 01:37:46 +0000
+++ test 2018-04-05 20:59:10 +0000
@@ -1,7 +1,7 @@
1#!/usr/bin/env python1#!/usr/bin/env python
22
3# Copyright 2008-2015 Canonical3# Copyright 2008-2015 Canonical
4# Copyright 2015-2016 Chicharreros (https://launchpad.net/~chicharreros)4# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
5#5#
6# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as7# it under the terms of the GNU Affero General Public License as

Subscribers

People subscribed via source and target branches

to all changes: