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
Iliya Manolov
neoppod
Commits
9b05eff4
Commit
9b05eff4
authored
Jan 06, 2014
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright year
parent
3462d3c1
Changes
115
Show whitespace changes
Inline
Side-by-side
Showing
115 changed files
with
115 additions
and
115 deletions
+115
-115
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/poll.py
neo/client/poll.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/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/logger.py
neo/lib/logger.py
+1
-1
neo/lib/node.py
neo/lib/node.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/util.py
neo/lib/util.py
+1
-1
neo/master/app.py
neo/master/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/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/neomaster.py
neo/scripts/neomaster.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/database/__init__.py
neo/storage/database/__init__.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/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/handlers/verification.py
neo/storage/handlers/verification.py
+1
-1
neo/storage/replicator.py
neo/storage/replicator.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/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/master/testVerification.py
neo/tests/master/testVerification.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/testVerificationHandler.py
neo/tests/storage/testVerificationHandler.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/testEvent.py
neo/tests/testEvent.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/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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2011-201
2
Nexedi SA
# Copyright (C) 2011-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
1
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
0
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
1
Nexedi SA
# Copyright (C) 2006-201
4
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/poll.py
View file @
9b05eff4
#
# Copyright (C) 2006-201
1
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
1
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2010-201
2
Nexedi SA
# Copyright (C) 2010-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
1
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
1
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
...
...
@@ -2,7 +2,7 @@
#
# neoadmin - run an administrator node of NEO
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
...
...
@@ -2,7 +2,7 @@
#
# neoadmin - run an administrator node of NEO
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
...
...
@@ -2,7 +2,7 @@
#
# neomaster - run a master node of NEO
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
...
...
@@ -2,7 +2,7 @@
#
# neostorage - run a storage node of NEO
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#!/usr/bin/env python
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#!/usr/bin/env python
#
# Copyright (C) 2011-201
2
Nexedi SA
# Copyright (C) 2011-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
1
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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/verification.py
View file @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
2
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
1
Nexedi SA
# Copyright (C) 2006-201
4
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/testVerification.py
View file @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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/testVerificationHandler.py
View file @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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/testEvent.py
View file @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
2
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2006-201
1
Nexedi SA
# Copyright (C) 2006-201
4
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 @
9b05eff4
#
# Copyright (C) 2011-201
2
Nexedi SA
# Copyright (C) 2011-201
4
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 @
9b05eff4
#
# Copyright (C) 2011-201
2
Nexedi SA
# Copyright (C) 2011-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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 @
9b05eff4
#
# Copyright (C) 2009-201
1
Nexedi SA
# Copyright (C) 2009-201
4
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