Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Tyagov
neoppod
Commits
5a8e9d04
Commit
5a8e9d04
authored
Jan 25, 2016
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright year
parent
321b0bf8
Changes
129
Show whitespace changes
Inline
Side-by-side
Showing
129 changed files
with
129 additions
and
129 deletions
+129
-129
neo/admin/app.py
neo/admin/app.py
+1
-1
neo/admin/handler.py
neo/admin/handler.py
+1
-1
neo/client/Storage.py
neo/client/Storage.py
+1
-1
neo/client/app.py
neo/client/app.py
+1
-1
neo/client/cache.py
neo/client/cache.py
+1
-1
neo/client/config.py
neo/client/config.py
+1
-1
neo/client/exception.py
neo/client/exception.py
+1
-1
neo/client/handlers/__init__.py
neo/client/handlers/__init__.py
+1
-1
neo/client/handlers/master.py
neo/client/handlers/master.py
+1
-1
neo/client/handlers/storage.py
neo/client/handlers/storage.py
+1
-1
neo/client/iterator.py
neo/client/iterator.py
+1
-1
neo/client/pool.py
neo/client/pool.py
+1
-1
neo/lib/__init__.py
neo/lib/__init__.py
+1
-1
neo/lib/app.py
neo/lib/app.py
+1
-1
neo/lib/attributeTracker.py
neo/lib/attributeTracker.py
+1
-1
neo/lib/bootstrap.py
neo/lib/bootstrap.py
+1
-1
neo/lib/config.py
neo/lib/config.py
+1
-1
neo/lib/connection.py
neo/lib/connection.py
+1
-1
neo/lib/connector.py
neo/lib/connector.py
+1
-1
neo/lib/debug.py
neo/lib/debug.py
+1
-1
neo/lib/dispatcher.py
neo/lib/dispatcher.py
+1
-1
neo/lib/event.py
neo/lib/event.py
+1
-1
neo/lib/exception.py
neo/lib/exception.py
+1
-1
neo/lib/handler.py
neo/lib/handler.py
+1
-1
neo/lib/interfaces.py
neo/lib/interfaces.py
+1
-1
neo/lib/logger.py
neo/lib/logger.py
+1
-1
neo/lib/node.py
neo/lib/node.py
+1
-1
neo/lib/patch.py
neo/lib/patch.py
+1
-1
neo/lib/protocol.py
neo/lib/protocol.py
+1
-1
neo/lib/pt.py
neo/lib/pt.py
+1
-1
neo/lib/threaded_app.py
neo/lib/threaded_app.py
+1
-1
neo/lib/util.py
neo/lib/util.py
+1
-1
neo/master/app.py
neo/master/app.py
+1
-1
neo/master/backup_app.py
neo/master/backup_app.py
+1
-1
neo/master/handlers/__init__.py
neo/master/handlers/__init__.py
+1
-1
neo/master/handlers/administration.py
neo/master/handlers/administration.py
+1
-1
neo/master/handlers/backup.py
neo/master/handlers/backup.py
+1
-1
neo/master/handlers/client.py
neo/master/handlers/client.py
+1
-1
neo/master/handlers/election.py
neo/master/handlers/election.py
+1
-1
neo/master/handlers/identification.py
neo/master/handlers/identification.py
+1
-1
neo/master/handlers/secondary.py
neo/master/handlers/secondary.py
+1
-1
neo/master/handlers/storage.py
neo/master/handlers/storage.py
+1
-1
neo/master/pt.py
neo/master/pt.py
+1
-1
neo/master/recovery.py
neo/master/recovery.py
+1
-1
neo/master/transactions.py
neo/master/transactions.py
+1
-1
neo/master/verification.py
neo/master/verification.py
+1
-1
neo/neoctl/app.py
neo/neoctl/app.py
+1
-1
neo/neoctl/handler.py
neo/neoctl/handler.py
+1
-1
neo/neoctl/neoctl.py
neo/neoctl/neoctl.py
+1
-1
neo/scripts/neoadmin.py
neo/scripts/neoadmin.py
+1
-1
neo/scripts/neoctl.py
neo/scripts/neoctl.py
+1
-1
neo/scripts/neolog.py
neo/scripts/neolog.py
+1
-1
neo/scripts/neomaster.py
neo/scripts/neomaster.py
+1
-1
neo/scripts/neomigrate.py
neo/scripts/neomigrate.py
+1
-1
neo/scripts/neostorage.py
neo/scripts/neostorage.py
+1
-1
neo/scripts/runner.py
neo/scripts/runner.py
+1
-1
neo/scripts/simple.py
neo/scripts/simple.py
+1
-1
neo/storage/app.py
neo/storage/app.py
+1
-1
neo/storage/checker.py
neo/storage/checker.py
+1
-1
neo/storage/database/__init__.py
neo/storage/database/__init__.py
+1
-1
neo/storage/database/importer.py
neo/storage/database/importer.py
+1
-1
neo/storage/database/manager.py
neo/storage/database/manager.py
+1
-1
neo/storage/database/mysqldb.py
neo/storage/database/mysqldb.py
+1
-1
neo/storage/database/sqlite.py
neo/storage/database/sqlite.py
+1
-1
neo/storage/exception.py
neo/storage/exception.py
+1
-1
neo/storage/handlers/__init__.py
neo/storage/handlers/__init__.py
+1
-1
neo/storage/handlers/client.py
neo/storage/handlers/client.py
+1
-1
neo/storage/handlers/hidden.py
neo/storage/handlers/hidden.py
+1
-1
neo/storage/handlers/identification.py
neo/storage/handlers/identification.py
+1
-1
neo/storage/handlers/initialization.py
neo/storage/handlers/initialization.py
+1
-1
neo/storage/handlers/master.py
neo/storage/handlers/master.py
+1
-1
neo/storage/handlers/storage.py
neo/storage/handlers/storage.py
+1
-1
neo/storage/replicator.py
neo/storage/replicator.py
+1
-1
neo/storage/transactions.py
neo/storage/transactions.py
+1
-1
neo/tests/__init__.py
neo/tests/__init__.py
+1
-1
neo/tests/client/testClientApp.py
neo/tests/client/testClientApp.py
+1
-1
neo/tests/client/testConnectionPool.py
neo/tests/client/testConnectionPool.py
+1
-1
neo/tests/client/testMasterHandler.py
neo/tests/client/testMasterHandler.py
+1
-1
neo/tests/client/testStorageHandler.py
neo/tests/client/testStorageHandler.py
+1
-1
neo/tests/cluster.py
neo/tests/cluster.py
+1
-1
neo/tests/fs2zodb.py
neo/tests/fs2zodb.py
+1
-1
neo/tests/functional/__init__.py
neo/tests/functional/__init__.py
+1
-1
neo/tests/functional/testClient.py
neo/tests/functional/testClient.py
+1
-1
neo/tests/functional/testCluster.py
neo/tests/functional/testCluster.py
+1
-1
neo/tests/functional/testMaster.py
neo/tests/functional/testMaster.py
+1
-1
neo/tests/functional/testStorage.py
neo/tests/functional/testStorage.py
+1
-1
neo/tests/master/testClientHandler.py
neo/tests/master/testClientHandler.py
+1
-1
neo/tests/master/testElectionHandler.py
neo/tests/master/testElectionHandler.py
+1
-1
neo/tests/master/testMasterApp.py
neo/tests/master/testMasterApp.py
+1
-1
neo/tests/master/testMasterPT.py
neo/tests/master/testMasterPT.py
+1
-1
neo/tests/master/testRecovery.py
neo/tests/master/testRecovery.py
+1
-1
neo/tests/master/testStorageHandler.py
neo/tests/master/testStorageHandler.py
+1
-1
neo/tests/master/testTransactions.py
neo/tests/master/testTransactions.py
+1
-1
neo/tests/storage/testClientHandler.py
neo/tests/storage/testClientHandler.py
+1
-1
neo/tests/storage/testIdentificationHandler.py
neo/tests/storage/testIdentificationHandler.py
+1
-1
neo/tests/storage/testInitializationHandler.py
neo/tests/storage/testInitializationHandler.py
+1
-1
neo/tests/storage/testMasterHandler.py
neo/tests/storage/testMasterHandler.py
+1
-1
neo/tests/storage/testStorageApp.py
neo/tests/storage/testStorageApp.py
+1
-1
neo/tests/storage/testStorageDBTests.py
neo/tests/storage/testStorageDBTests.py
+1
-1
neo/tests/storage/testStorageMySQL.py
neo/tests/storage/testStorageMySQL.py
+1
-1
neo/tests/storage/testStorageSQLite.py
neo/tests/storage/testStorageSQLite.py
+1
-1
neo/tests/storage/testTransactions.py
neo/tests/storage/testTransactions.py
+1
-1
neo/tests/testBootstrap.py
neo/tests/testBootstrap.py
+1
-1
neo/tests/testConnection.py
neo/tests/testConnection.py
+1
-1
neo/tests/testDispatcher.py
neo/tests/testDispatcher.py
+1
-1
neo/tests/testHandler.py
neo/tests/testHandler.py
+1
-1
neo/tests/testNodes.py
neo/tests/testNodes.py
+1
-1
neo/tests/testPT.py
neo/tests/testPT.py
+1
-1
neo/tests/testUtil.py
neo/tests/testUtil.py
+1
-1
neo/tests/threaded/__init__.py
neo/tests/threaded/__init__.py
+1
-1
neo/tests/threaded/test.py
neo/tests/threaded/test.py
+1
-1
neo/tests/threaded/testImporter.py
neo/tests/threaded/testImporter.py
+1
-1
neo/tests/threaded/testReplication.py
neo/tests/threaded/testReplication.py
+1
-1
neo/tests/threaded/testSSL.py
neo/tests/threaded/testSSL.py
+1
-1
neo/tests/zodb/__init__.py
neo/tests/zodb/__init__.py
+1
-1
neo/tests/zodb/testBasic.py
neo/tests/zodb/testBasic.py
+1
-1
neo/tests/zodb/testConflict.py
neo/tests/zodb/testConflict.py
+1
-1
neo/tests/zodb/testHistory.py
neo/tests/zodb/testHistory.py
+1
-1
neo/tests/zodb/testIterator.py
neo/tests/zodb/testIterator.py
+1
-1
neo/tests/zodb/testMT.py
neo/tests/zodb/testMT.py
+1
-1
neo/tests/zodb/testPack.py
neo/tests/zodb/testPack.py
+1
-1
neo/tests/zodb/testPersistent.py
neo/tests/zodb/testPersistent.py
+1
-1
neo/tests/zodb/testReadOnly.py
neo/tests/zodb/testReadOnly.py
+1
-1
neo/tests/zodb/testRecovery.py
neo/tests/zodb/testRecovery.py
+1
-1
neo/tests/zodb/testRevision.py
neo/tests/zodb/testRevision.py
+1
-1
neo/tests/zodb/testSynchronization.py
neo/tests/zodb/testSynchronization.py
+1
-1
neo/tests/zodb/testUndo.py
neo/tests/zodb/testUndo.py
+1
-1
neo/tests/zodb/testVersion.py
neo/tests/zodb/testVersion.py
+1
-1
neo/tests/zodb/testZODB.py
neo/tests/zodb/testZODB.py
+1
-1
No files found.
neo/admin/app.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/admin/handler.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/client/Storage.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/client/app.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/client/cache.py
View file @
5a8e9d04
#
# Copyright (C) 2011-201
5
Nexedi SA
# Copyright (C) 2011-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/client/config.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/client/exception.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/client/handlers/__init__.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/client/handlers/master.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/client/handlers/storage.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/client/iterator.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/client/pool.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/__init__.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/app.py
View file @
5a8e9d04
#
# Copyright (C) 2015 Nexedi SA
# Copyright (C) 2015
-2016
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/attributeTracker.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/bootstrap.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/config.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/connection.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/connector.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/debug.py
View file @
5a8e9d04
#
# Copyright (C) 2010-201
5
Nexedi SA
# Copyright (C) 2010-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/dispatcher.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/event.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/exception.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/handler.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/interfaces.py
View file @
5a8e9d04
#
# Copyright (C) 2015 Nexedi SA
# Copyright (C) 2015
-2016
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/logger.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/node.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/patch.py
View file @
5a8e9d04
#
# Copyright (C) 2015-201
5
Nexedi SA
# Copyright (C) 2015-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/protocol.py
View file @
5a8e9d04
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/pt.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/threaded_app.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/lib/util.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/app.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/backup_app.py
View file @
5a8e9d04
#
# Copyright (C) 2012-201
5
Nexedi SA
# Copyright (C) 2012-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/handlers/__init__.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/handlers/administration.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/handlers/backup.py
View file @
5a8e9d04
#
# Copyright (C) 2012-201
5
Nexedi SA
# Copyright (C) 2012-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/handlers/client.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/handlers/election.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/handlers/identification.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/handlers/secondary.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/handlers/storage.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/pt.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/recovery.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/transactions.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/master/verification.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/neoctl/app.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/neoctl/handler.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/neoctl/neoctl.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/scripts/neoadmin.py
View file @
5a8e9d04
...
...
@@ -2,7 +2,7 @@
#
# neoadmin - run an administrator node of NEO
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/scripts/neoctl.py
View file @
5a8e9d04
...
...
@@ -2,7 +2,7 @@
#
# neoadmin - run an administrator node of NEO
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/scripts/neolog.py
View file @
5a8e9d04
...
...
@@ -2,7 +2,7 @@
#
# neolog - read a NEO log
#
# Copyright (C) 2012-201
5
Nexedi SA
# Copyright (C) 2012-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/scripts/neomaster.py
View file @
5a8e9d04
...
...
@@ -2,7 +2,7 @@
#
# neomaster - run a master node of NEO
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/scripts/neomigrate.py
View file @
5a8e9d04
...
...
@@ -2,7 +2,7 @@
#
# neomaster - run a master node of NEO
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/scripts/neostorage.py
View file @
5a8e9d04
...
...
@@ -2,7 +2,7 @@
#
# neostorage - run a storage node of NEO
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/scripts/runner.py
View file @
5a8e9d04
#!/usr/bin/env python
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/scripts/simple.py
View file @
5a8e9d04
#!/usr/bin/env python
#
# Copyright (C) 2011-201
5
Nexedi SA
# Copyright (C) 2011-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/app.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/checker.py
View file @
5a8e9d04
#
# Copyright (C) 2012-201
5
Nexedi SA
# Copyright (C) 2012-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/database/__init__.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/database/importer.py
View file @
5a8e9d04
#
# Copyright (C) 2014-201
5
Nexedi SA
# Copyright (C) 2014-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/database/manager.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/database/mysqldb.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/database/sqlite.py
View file @
5a8e9d04
#
# Copyright (C) 2012-201
5
Nexedi SA
# Copyright (C) 2012-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/exception.py
View file @
5a8e9d04
#
# Copyright (C) 2010-201
5
Nexedi SA
# Copyright (C) 2010-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/handlers/__init__.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/handlers/client.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/handlers/hidden.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/handlers/identification.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/handlers/initialization.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/handlers/master.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/handlers/storage.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/replicator.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/storage/transactions.py
View file @
5a8e9d04
#
# Copyright (C) 2010-201
5
Nexedi SA
# Copyright (C) 2010-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/__init__.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/client/testClientApp.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/client/testConnectionPool.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/client/testMasterHandler.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/client/testStorageHandler.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/cluster.py
View file @
5a8e9d04
#
# Copyright (C) 2011-201
5
Nexedi SA
# Copyright (C) 2011-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/fs2zodb.py
View file @
5a8e9d04
#
# Copyright (C) 2014-201
5
Nexedi SA
# Copyright (C) 2014-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/functional/__init__.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/functional/testClient.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/functional/testCluster.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/functional/testMaster.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/functional/testStorage.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/master/testClientHandler.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/master/testElectionHandler.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/master/testMasterApp.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/master/testMasterPT.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/master/testRecovery.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/master/testStorageHandler.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/master/testTransactions.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/storage/testClientHandler.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/storage/testIdentificationHandler.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/storage/testInitializationHandler.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/storage/testMasterHandler.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/storage/testStorageApp.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/storage/testStorageDBTests.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/storage/testStorageMySQL.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/storage/testStorageSQLite.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/storage/testTransactions.py
View file @
5a8e9d04
#
# Copyright (C) 2010-201
5
Nexedi SA
# Copyright (C) 2010-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/testBootstrap.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/testConnection.py
View file @
5a8e9d04
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/testDispatcher.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/testHandler.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/testNodes.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/testPT.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/testUtil.py
View file @
5a8e9d04
#
# Copyright (C) 2006-201
5
Nexedi SA
# Copyright (C) 2006-201
6
Nexedi SA
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/threaded/__init__.py
View file @
5a8e9d04
#
# Copyright (C) 2011-201
5
Nexedi SA
# Copyright (C) 2011-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/threaded/test.py
View file @
5a8e9d04
#
# Copyright (C) 2011-201
5
Nexedi SA
# Copyright (C) 2011-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/threaded/testImporter.py
View file @
5a8e9d04
#
# Copyright (C) 2014-201
5
Nexedi SA
# Copyright (C) 2014-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/threaded/testReplication.py
View file @
5a8e9d04
#
# Copyright (C) 2012-201
5
Nexedi SA
# Copyright (C) 2012-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/threaded/testSSL.py
View file @
5a8e9d04
#
# Copyright (C) 2015 Nexedi SA
# Copyright (C) 2015
-2016
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/__init__.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testBasic.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testConflict.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testHistory.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testIterator.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testMT.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testPack.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testPersistent.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testReadOnly.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testRecovery.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testRevision.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testSynchronization.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testUndo.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testVersion.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
neo/tests/zodb/testZODB.py
View file @
5a8e9d04
#
# Copyright (C) 2009-201
5
Nexedi SA
# Copyright (C) 2009-201
6
Nexedi SA
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment