Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
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
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
129 changed files
with
129 additions
and
129 deletions
+129
-129
app.py
neo/admin/app.py
+1
-1
handler.py
neo/admin/handler.py
+1
-1
Storage.py
neo/client/Storage.py
+1
-1
app.py
neo/client/app.py
+1
-1
cache.py
neo/client/cache.py
+1
-1
config.py
neo/client/config.py
+1
-1
exception.py
neo/client/exception.py
+1
-1
__init__.py
neo/client/handlers/__init__.py
+1
-1
master.py
neo/client/handlers/master.py
+1
-1
storage.py
neo/client/handlers/storage.py
+1
-1
iterator.py
neo/client/iterator.py
+1
-1
pool.py
neo/client/pool.py
+1
-1
__init__.py
neo/lib/__init__.py
+1
-1
app.py
neo/lib/app.py
+1
-1
attributeTracker.py
neo/lib/attributeTracker.py
+1
-1
bootstrap.py
neo/lib/bootstrap.py
+1
-1
config.py
neo/lib/config.py
+1
-1
connection.py
neo/lib/connection.py
+1
-1
connector.py
neo/lib/connector.py
+1
-1
debug.py
neo/lib/debug.py
+1
-1
dispatcher.py
neo/lib/dispatcher.py
+1
-1
event.py
neo/lib/event.py
+1
-1
exception.py
neo/lib/exception.py
+1
-1
handler.py
neo/lib/handler.py
+1
-1
interfaces.py
neo/lib/interfaces.py
+1
-1
logger.py
neo/lib/logger.py
+1
-1
node.py
neo/lib/node.py
+1
-1
patch.py
neo/lib/patch.py
+1
-1
protocol.py
neo/lib/protocol.py
+1
-1
pt.py
neo/lib/pt.py
+1
-1
threaded_app.py
neo/lib/threaded_app.py
+1
-1
util.py
neo/lib/util.py
+1
-1
app.py
neo/master/app.py
+1
-1
backup_app.py
neo/master/backup_app.py
+1
-1
__init__.py
neo/master/handlers/__init__.py
+1
-1
administration.py
neo/master/handlers/administration.py
+1
-1
backup.py
neo/master/handlers/backup.py
+1
-1
client.py
neo/master/handlers/client.py
+1
-1
election.py
neo/master/handlers/election.py
+1
-1
identification.py
neo/master/handlers/identification.py
+1
-1
secondary.py
neo/master/handlers/secondary.py
+1
-1
storage.py
neo/master/handlers/storage.py
+1
-1
pt.py
neo/master/pt.py
+1
-1
recovery.py
neo/master/recovery.py
+1
-1
transactions.py
neo/master/transactions.py
+1
-1
verification.py
neo/master/verification.py
+1
-1
app.py
neo/neoctl/app.py
+1
-1
handler.py
neo/neoctl/handler.py
+1
-1
neoctl.py
neo/neoctl/neoctl.py
+1
-1
neoadmin.py
neo/scripts/neoadmin.py
+1
-1
neoctl.py
neo/scripts/neoctl.py
+1
-1
neolog.py
neo/scripts/neolog.py
+1
-1
neomaster.py
neo/scripts/neomaster.py
+1
-1
neomigrate.py
neo/scripts/neomigrate.py
+1
-1
neostorage.py
neo/scripts/neostorage.py
+1
-1
runner.py
neo/scripts/runner.py
+1
-1
simple.py
neo/scripts/simple.py
+1
-1
app.py
neo/storage/app.py
+1
-1
checker.py
neo/storage/checker.py
+1
-1
__init__.py
neo/storage/database/__init__.py
+1
-1
importer.py
neo/storage/database/importer.py
+1
-1
manager.py
neo/storage/database/manager.py
+1
-1
mysqldb.py
neo/storage/database/mysqldb.py
+1
-1
sqlite.py
neo/storage/database/sqlite.py
+1
-1
exception.py
neo/storage/exception.py
+1
-1
__init__.py
neo/storage/handlers/__init__.py
+1
-1
client.py
neo/storage/handlers/client.py
+1
-1
hidden.py
neo/storage/handlers/hidden.py
+1
-1
identification.py
neo/storage/handlers/identification.py
+1
-1
initialization.py
neo/storage/handlers/initialization.py
+1
-1
master.py
neo/storage/handlers/master.py
+1
-1
storage.py
neo/storage/handlers/storage.py
+1
-1
replicator.py
neo/storage/replicator.py
+1
-1
transactions.py
neo/storage/transactions.py
+1
-1
__init__.py
neo/tests/__init__.py
+1
-1
testClientApp.py
neo/tests/client/testClientApp.py
+1
-1
testConnectionPool.py
neo/tests/client/testConnectionPool.py
+1
-1
testMasterHandler.py
neo/tests/client/testMasterHandler.py
+1
-1
testStorageHandler.py
neo/tests/client/testStorageHandler.py
+1
-1
cluster.py
neo/tests/cluster.py
+1
-1
fs2zodb.py
neo/tests/fs2zodb.py
+1
-1
__init__.py
neo/tests/functional/__init__.py
+1
-1
testClient.py
neo/tests/functional/testClient.py
+1
-1
testCluster.py
neo/tests/functional/testCluster.py
+1
-1
testMaster.py
neo/tests/functional/testMaster.py
+1
-1
testStorage.py
neo/tests/functional/testStorage.py
+1
-1
testClientHandler.py
neo/tests/master/testClientHandler.py
+1
-1
testElectionHandler.py
neo/tests/master/testElectionHandler.py
+1
-1
testMasterApp.py
neo/tests/master/testMasterApp.py
+1
-1
testMasterPT.py
neo/tests/master/testMasterPT.py
+1
-1
testRecovery.py
neo/tests/master/testRecovery.py
+1
-1
testStorageHandler.py
neo/tests/master/testStorageHandler.py
+1
-1
testTransactions.py
neo/tests/master/testTransactions.py
+1
-1
testClientHandler.py
neo/tests/storage/testClientHandler.py
+1
-1
testIdentificationHandler.py
neo/tests/storage/testIdentificationHandler.py
+1
-1
testInitializationHandler.py
neo/tests/storage/testInitializationHandler.py
+1
-1
testMasterHandler.py
neo/tests/storage/testMasterHandler.py
+1
-1
testStorageApp.py
neo/tests/storage/testStorageApp.py
+1
-1
testStorageDBTests.py
neo/tests/storage/testStorageDBTests.py
+1
-1
testStorageMySQL.py
neo/tests/storage/testStorageMySQL.py
+1
-1
testStorageSQLite.py
neo/tests/storage/testStorageSQLite.py
+1
-1
testTransactions.py
neo/tests/storage/testTransactions.py
+1
-1
testBootstrap.py
neo/tests/testBootstrap.py
+1
-1
testConnection.py
neo/tests/testConnection.py
+1
-1
testDispatcher.py
neo/tests/testDispatcher.py
+1
-1
testHandler.py
neo/tests/testHandler.py
+1
-1
testNodes.py
neo/tests/testNodes.py
+1
-1
testPT.py
neo/tests/testPT.py
+1
-1
testUtil.py
neo/tests/testUtil.py
+1
-1
__init__.py
neo/tests/threaded/__init__.py
+1
-1
test.py
neo/tests/threaded/test.py
+1
-1
testImporter.py
neo/tests/threaded/testImporter.py
+1
-1
testReplication.py
neo/tests/threaded/testReplication.py
+1
-1
testSSL.py
neo/tests/threaded/testSSL.py
+1
-1
__init__.py
neo/tests/zodb/__init__.py
+1
-1
testBasic.py
neo/tests/zodb/testBasic.py
+1
-1
testConflict.py
neo/tests/zodb/testConflict.py
+1
-1
testHistory.py
neo/tests/zodb/testHistory.py
+1
-1
testIterator.py
neo/tests/zodb/testIterator.py
+1
-1
testMT.py
neo/tests/zodb/testMT.py
+1
-1
testPack.py
neo/tests/zodb/testPack.py
+1
-1
testPersistent.py
neo/tests/zodb/testPersistent.py
+1
-1
testReadOnly.py
neo/tests/zodb/testReadOnly.py
+1
-1
testRecovery.py
neo/tests/zodb/testRecovery.py
+1
-1
testRevision.py
neo/tests/zodb/testRevision.py
+1
-1
testSynchronization.py
neo/tests/zodb/testSynchronization.py
+1
-1
testUndo.py
neo/tests/zodb/testUndo.py
+1
-1
testVersion.py
neo/tests/zodb/testVersion.py
+1
-1
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
...
...