You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2018/11/03 18:33:27 UTC

[geode-native] 01/01: Merge pull request #391 from metatype/develop

This is an automated email from the ASF dual-hosted git repository.

abaker pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit 76c10c43fc9cbc5cc82fbbcce5de56e41679033e
Merge: d193a5b 7ff6086
Author: Anthony Baker <me...@users.noreply.github.com>
AuthorDate: Sat Nov 3 11:33:21 2018 -0700

    Merge pull request #391 from metatype/develop
    
    GEODE-5968 Updated missing source headers

 LICENSE                                            | 26 ++++++++++++++++++++++
 clicache/integration-test/DataOutputTests.cs       |  2 +-
 clicache/integration-test/Settings.xml             |  2 +-
 .../ThinClientAppDomainQueryTests.cs               |  2 +-
 ...ThinClientSecurityAuthSetAuthInitializeTests.cs |  2 +-
 clicache/integration-test/Timeouts.xml             |  2 +-
 .../client_server_persistent_transactions.xml      |  2 +-
 .../client_server_transactions.xml                 |  2 +-
 clicache/integration-test2/Cluster.cs              |  2 +-
 clicache/integration-test2/ClusterTest.cs          |  2 +-
 clicache/integration-test2/Command.cs              | 19 +++++++++++++++-
 clicache/integration-test2/Gfsh.cs                 |  2 +-
 clicache/integration-test2/GfshExecute.cs          |  2 +-
 clicache/integration-test2/GfshExecuteTest.cs      |  2 +-
 clicache/integration-test2/GfshTest.cs             |  2 +-
 clicache/integration-test2/TestBase.cs             |  2 +-
 clicache/integration-test2/cache.xml               |  2 +-
 clicache/integration-test2/packages.config         |  2 +-
 clicache/integration-test2/xunit.runner.json       |  2 +-
 clicache/plugins/SQLiteCLI/SqLiteImpl.cs           |  2 +-
 clicache/src/impl/AppDomainContext.cpp             |  2 +-
 clicache/test2/packages.config                     | 20 +++++++++++++++--
 clicache/test2/xunit.runner.json                   |  2 +-
 .../dotnet/AuthInitialize/ExampleAuthInitialize.cs | 19 +++++++++++++++-
 examples/dotnet/AuthInitialize/Program.cs          |  2 +-
 examples/dotnet/AuthInitialize/README.md           |  2 +-
 examples/dotnet/AuthInitialize/startserver.ps1     |  2 +-
 examples/dotnet/AuthInitialize/stopserver.ps1      |  2 +-
 examples/dotnet/ContinuousQueryCs/MyCqListener.cs  |  2 +-
 examples/dotnet/ContinuousQueryCs/Order.cs         |  2 +-
 examples/dotnet/ContinuousQueryCs/Program.cs       |  2 +-
 examples/dotnet/ContinuousQueryCs/README.md        |  2 +-
 examples/dotnet/ContinuousQueryCs/startserver.ps1  |  2 +-
 examples/dotnet/ContinuousQueryCs/stopserver.ps1   |  2 +-
 examples/dotnet/DataSerializableCs/Order.cs        |  2 +-
 examples/dotnet/DataSerializableCs/Program.cs      |  2 +-
 examples/dotnet/DataSerializableCs/startserver.ps1 |  2 +-
 examples/dotnet/DataSerializableCs/stopserver.ps1  |  2 +-
 examples/dotnet/PdxAutoSerializer/Order.cs         |  2 +-
 examples/dotnet/PdxAutoSerializer/Program.cs       |  2 +-
 examples/dotnet/PdxAutoSerializer/README.md        |  2 +-
 examples/dotnet/PdxAutoSerializer/startserver.ps1  |  2 +-
 examples/dotnet/PdxAutoSerializer/stopserver.ps1   |  2 +-
 examples/dotnet/PdxSerializableCs/Order.cs         |  2 +-
 examples/dotnet/PdxSerializableCs/Program.cs       |  2 +-
 examples/dotnet/PdxSerializableCs/README.md        |  2 +-
 examples/dotnet/PdxSerializableCs/startserver.ps1  |  2 +-
 examples/dotnet/PdxSerializableCs/stopserver.ps1   |  2 +-
 examples/dotnet/PutGetRemove/Program.cs            |  2 +-
 examples/dotnet/PutGetRemove/README.md             |  2 +-
 examples/dotnet/PutGetRemove/startserver.ps1       |  2 +-
 examples/dotnet/PutGetRemove/stopserver.ps1        |  2 +-
 examples/dotnet/RemoteQueryCs/Order.cs             |  2 +-
 examples/dotnet/RemoteQueryCs/Program.cs           |  2 +-
 examples/dotnet/RemoteQueryCs/README.md            |  2 +-
 examples/dotnet/RemoteQueryCs/startserver.ps1      |  2 +-
 examples/dotnet/RemoteQueryCs/stopserver.ps1       |  2 +-
 tests/cli/FwkClient/App.config                     |  2 +-
 xsds/cpp-cache-1.0.xsd                             |  2 +-
 59 files changed, 135 insertions(+), 59 deletions(-)